Commit Graph

  • 9d957e5f93 Show message on /bookmark remove when bookmark does not exist James Booth 2014-02-02 00:59:32 +00:00
  • 92b85bb7f1 Added message when bookmark updated James Booth 2014-02-02 00:49:02 +00:00
  • a8ecbccc9c Added /bookmark remove tests James Booth 2014-02-02 00:37:37 +00:00
  • 38d8d8d984 Added test for when autojoin no nick on /bookmark add James Booth 2014-02-02 00:22:53 +00:00
  • ebafc19220 Added cons message on ./bookmark add James Booth 2014-02-02 00:00:08 +00:00
  • af51fa3c68 Added cmd_bookmark tests James Booth 2014-02-01 23:48:24 +00:00
  • 7d4b6d6f4f Changed name of expected values in tests James Booth 2014-02-01 22:49:47 +00:00
  • 3d7d070b13 Added test for /bookmark list James Booth 2014-02-01 21:18:15 +00:00
  • 1654f13656 Moved test helpers James Booth 2014-02-01 16:32:36 +00:00
  • 614ae232ef Fixed cmd_bookmark message when not connected James Booth 2014-02-01 16:24:51 +00:00
  • 652e99fdd8 Added cmd_bookmark tests James Booth 2014-02-01 16:16:56 +00:00
  • 23842e5254 Added muc room active tests James Booth 2014-01-31 00:10:28 +00:00
  • 31321077de Added muc invite count tests James Booth 2014-01-30 23:49:58 +00:00
  • 16aecaf017 Added setup and teardown for muc tests James Booth 2014-01-30 23:41:18 +00:00
  • 991ffdeceb Close muc after test James Booth 2014-01-30 23:37:36 +00:00
  • a472ce653f Added muc remove invite test James Booth 2014-01-30 23:36:24 +00:00
  • 63b3299b06 Added muc tests James Booth 2014-01-30 23:32:52 +00:00
  • 0338d136e0 Added presence_error tests, added muc_close() James Booth 2014-01-30 23:15:39 +00:00
  • 12666b41e6 Refactored handle_presence_error, removed no longer used functions James Booth 2014-01-30 22:20:57 +00:00
  • 2cd24a484a Renamed handle_error_message -> handle_presence_error James Booth 2014-01-30 21:43:31 +00:00
  • af880e2cfb Added push-all.sh to .gitignore James Booth 2014-01-30 21:36:05 +00:00
  • 9bb1fae291 Close UI windows on /quit James Booth 2014-01-30 20:30:35 +00:00
  • adb360072b Move all test output to ./testsuite.out, show single line pass/fail James Booth 2014-01-29 00:30:12 +00:00
  • 571665eeac Added message stanza error tests James Booth 2014-01-28 23:56:45 +00:00
  • 96af960995 Disable OTR support by default until 4.0.0 is supported. James Booth 2014-01-28 22:40:01 +00:00
  • 5afb296e67 Moved error handling logic to server_events James Booth 2014-01-28 22:37:50 +00:00
  • b231133f9b Renamed preferences setup and teardown test functions James Booth 2014-01-28 22:05:27 +00:00
  • 788fc48b1d Fixed double free'ing in tests James Booth 2014-01-28 21:51:43 +00:00
  • c3ea8f8d0b Added generated id's to presence stanzas James Booth 2014-01-28 20:55:02 +00:00
  • 8f6ead2b7b Changed log level to info for failed connection James Booth 2014-01-27 22:50:06 +00:00
  • 6dbea7e16f Add level to log output James Booth 2014-01-27 22:48:52 +00:00
  • e9959d5d38 Refactored presence_error_handler James Booth 2014-01-27 22:35:04 +00:00
  • 27293ebbc2 Added fallback message error handlers James Booth 2014-01-27 22:09:16 +00:00
  • 678a5bd05c Fixed comment James Booth 2014-01-27 21:48:44 +00:00
  • da94dcf3cf Moved connection_error_handler to _presence_error_handler James Booth 2014-01-27 21:42:34 +00:00
  • f26686aeca Removed unnecessary strdup James Booth 2014-01-27 21:33:02 +00:00
  • 1a300ce7d3 Show original error message James Booth 2014-01-26 22:50:22 +00:00
  • 50f1a5ecc0 Changed error message when couldn't join room James Booth 2014-01-26 22:19:22 +00:00
  • 292ae567aa Handle recipient not found James Booth 2014-01-26 18:30:34 +00:00
  • 46b3ff6f44 Added generated id to chat state stanzas James Booth 2014-01-26 14:15:04 +00:00
  • 7184c34d30 Added generated id to invites James Booth 2014-01-26 14:10:45 +00:00
  • ae1ccc7bae Add generated id to messages James Booth 2014-01-26 01:07:11 +00:00
  • 16de267906 Added id handler for pings, disable ping on error type 'cancel' James Booth 2014-01-26 00:53:24 +00:00
  • 3d7e923254 Use generated id on ping iqs James Booth 2014-01-26 00:18:15 +00:00
  • 5472c6965a Moved xmpp ping to iq module James Booth 2014-01-26 00:15:34 +00:00
  • fbdecdad0c generate_unique_id allows prefix James Booth 2014-01-25 23:18:10 +00:00
  • e1aca3b1f6 Add message and presence error handlers seperately James Booth 2014-01-25 22:57:53 +00:00
  • 9b82551809 Renamed iq handlers James Booth 2014-01-25 21:41:17 +00:00
  • 8600efa55b Renamed _room_presence_handler -> _muc_user_handler James Booth 2014-01-25 21:29:17 +00:00
  • 6a15a09ed7 Renamed xmpp roster handlers James Booth 2014-01-25 21:25:35 +00:00
  • d8a92f933b Split xmpp message handlers by namespace James Booth 2014-01-25 21:20:56 +00:00
  • 78e8232b61 Renamed namespace variables James Booth 2014-01-25 20:47:32 +00:00
  • aada6d5cd6 Don't show error for initial bookmarks request James Booth 2014-01-25 17:18:30 +00:00
  • 4bd06a5d87 Don't allow /alias to overwrite standard command James Booth 2014-01-25 01:39:12 +00:00
  • 17f40b76ee Added valgrind.out.old to gitignore James Booth 2014-01-25 01:10:04 +00:00
  • b05e17db3e Added autocomplete for /alias remove James Booth 2014-01-25 01:00:51 +00:00
  • cb590dd82c Added help for /alias command James Booth 2014-01-25 00:50:07 +00:00
  • 5d85974bc0 Added aliases to autocomplete James Booth 2014-01-23 23:53:20 +00:00
  • 66631308a5 Implemented basic running of alias commands James Booth 2014-01-23 23:04:00 +00:00
  • e089ffb15c Show message when alias already exists in /alias add James Booth 2014-01-23 22:38:12 +00:00
  • 8dbe300d72 Added /alias command, writing aliases to [alias] group in profrc James Booth 2014-01-23 22:29:53 +00:00
  • 8ba2d26947 Added skeleton /alias command James Booth 2014-01-23 19:56:33 +00:00
  • b6c52007ee Removed debug James Booth 2014-01-23 19:27:39 +00:00
  • 3f31c1a4e7 Encrypt /tiny command when in OTR session James Booth 2014-01-23 19:25:53 +00:00
  • 21ab182151 Refactored ProfAccount creation James Booth 2014-01-22 22:22:01 +00:00
  • bbdf2bea58 Removed unused encode.xml James Booth 2014-01-21 22:06:09 +00:00
  • 2bc22981fd Fixed memory leaks from str_replace James Booth 2014-01-21 21:07:35 +00:00
  • 6468f40dd9 Convert name to barejid on retrieving win in titlebar for otr messages James Booth 2014-01-21 18:14:20 +00:00
  • 7e9c8c02a3 Implemented autocomplete for new /statuses options James Booth 2014-01-21 00:28:56 +00:00
  • 9549cf431e Tidied /statuses help James Booth 2014-01-21 00:20:31 +00:00
  • 0e2fbeb350 Added statuses settings to prefs output James Booth 2014-01-21 00:16:37 +00:00
  • a8c356e191 Added use of statuses preferences James Booth 2014-01-21 00:06:41 +00:00
  • a7a2850637 WIP - /statuses command options James Booth 2014-01-20 18:40:48 +00:00
  • 3f0addbc99 Added UI presence functions James Booth 2014-01-19 18:31:02 +00:00
  • 5610f70b35 Inlined ui_contact_online and ui_contact_offline James Booth 2014-01-19 17:51:32 +00:00
  • 69f2f4a16f Use defaults for /statuses commands James Booth 2014-01-19 17:20:31 +00:00
  • 5f25d99357 Added tests/config/helpers James Booth 2014-01-19 16:32:31 +00:00
  • 79e9ab83b0 Changed /statuses preferences James Booth 2014-01-19 16:17:34 +00:00
  • a9a860cb13 Fixed broken tests James Booth 2014-01-19 02:14:28 +00:00
  • 10fb692f7f Refactored testsuite for less verbose output James Booth 2014-01-19 02:11:52 +00:00
  • c7325de073 Added cmd_statuses validation tests James Booth 2014-01-19 01:25:04 +00:00
  • 2f58b2488f Added port to /account show <account> James Booth 2014-01-19 00:09:51 +00:00
  • 0edfef5612 Added /account set <account> port <port> James Booth 2014-01-19 00:05:04 +00:00
  • 47fe146a22 Added to and tidied /connect help James Booth 2014-01-18 23:49:15 +00:00
  • b32ba75db5 Implemented autocomplete for /connect properties James Booth 2014-01-18 23:43:13 +00:00
  • 168cb0e557 Moved /connect autocomplete to function James Booth 2014-01-18 23:05:35 +00:00
  • bd221f6f30 Added cmd_connect tests for invalid properties James Booth 2014-01-18 22:55:15 +00:00
  • 91d4097df9 Added cmd_connect test for repeated port property James Booth 2014-01-18 22:50:17 +00:00
  • 21f0bd04a8 Added cmd_connect test for repeated server property James Booth 2014-01-18 22:45:24 +00:00
  • 0ee6c7a6f1 Added cmd_connect tests for connecting server and port James Booth 2014-01-18 22:02:51 +00:00
  • b4e9905db9 Added cmd_connect tests for argument validation James Booth 2014-01-18 21:18:25 +00:00
  • b62591903d Fixed broken tests James Booth 2014-01-18 20:49:40 +00:00
  • 39e0782da8 Fixed test compilation James Booth 2014-01-18 20:34:46 +00:00
  • e7013408e5 WIP - Adding port to account options James Booth 2014-01-18 01:45:05 +00:00
  • b1de8a4005 Added OTR remaining system messages and colouring James Booth 2014-01-17 00:06:08 +00:00
  • 45aee2e778 Tidied OTR messages James Booth 2014-01-16 23:16:37 +00:00
  • 3f73cb7732 Fixed configure.ac for --disable-otr James Booth 2014-01-16 22:55:30 +00:00
  • 4f98bc8c25 Show OTR coloured status James Booth 2014-01-16 22:44:23 +00:00
  • 6c59bb26da Set boolean when typing in titlebar James Booth 2014-01-16 20:37:25 +00:00
  • f0e5e585f8 Removed title_bar_draw from UI module James Booth 2014-01-16 20:09:54 +00:00