Commit Graph

  • c8b7438736 fixed typos in command.c Dmitry Podgorny 2013-07-14 21:32:20 +03:00
  • 6e23584575 improved autojoin logic Dmitry Podgorny 2013-07-14 17:05:46 +03:00
  • ccbbd16d5f Merge branch 'master' into bookmarks Dmitry Podgorny 2013-07-14 13:50:57 +03:00
  • 034cf730cc use get_unique_id for bookmarks Dmitry Podgorny 2013-07-14 13:49:50 +03:00
  • 11688d1113 Merge branch 'master' into nextdev James Booth 2013-07-14 01:02:06 +01:00
  • 7f82dc42f5 Remaining parser function unicode compatible James Booth 2013-07-14 01:00:11 +01:00
  • e7478d8cb8 Added parser tests James Booth 2013-07-14 00:46:56 +01:00
  • 4d35031cb0 Implemented parse_args_with_freetext with unicode compatibility James Booth 2013-07-14 00:24:57 +01:00
  • 51786f67a6 Implemented parse_args with unicode compatibility James Booth 2013-07-14 00:14:36 +01:00
  • 60cad8d296 Merge branch 'master' into unicode James Booth 2013-07-13 23:17:35 +01:00
  • 1d05a70473 Down arrow adds current line to history and shows empty line James Booth 2013-07-13 22:59:42 +01:00
  • bb550fed55 Handle unicode chars in command parser James Booth 2013-07-12 00:46:33 +01:00
  • 5233000498 Removed if clause in parser James Booth 2013-07-11 23:03:20 +01:00
  • 36265dde2f Moved functions to parser.c, moved parser to tools James Booth 2013-07-11 22:57:35 +01:00
  • a581db3d48 Merge branch 'master' into nextdev James Booth 2013-07-09 22:42:47 +01:00
  • 907beb55f6 Removed debug James Booth 2013-07-09 22:42:20 +01:00
  • d302532be6 Merge branch 'master' into nextdev James Booth 2013-07-09 22:38:06 +01:00
  • e99a0e117a Fix autocompletion of quoted strings - WIP James Booth 2013-07-09 22:34:55 +01:00
  • 581c1e8b95 Coloured contact and subscription in /roster and /group output James Booth 2013-07-03 23:44:51 +01:00
  • 27a8d4a7cb Merge branch 'master' into nextdev James Booth 2013-07-03 21:23:55 +01:00
  • 817857e4c0 Fixed naming clash for roster help James Booth 2013-07-03 21:23:18 +01:00
  • 976728ef7a Merge remote-tracking branch 'dmitry/bookmarks' into nextdev James Booth 2013-07-01 21:27:52 +01:00
  • e933572ab9 Tidied help James Booth 2013-06-30 22:59:06 +01:00
  • c970bb2790 Merge pull request #196 from pasis/memleaks James Booth 2013-06-30 13:50:06 -07:00
  • 79e3593111 Merge pull request #197 from SamWhited/patch-1 James Booth 2013-06-30 13:41:23 -07:00
  • 1f7e7e8447 Fix a small typo Sam Whited 2013-06-30 14:05:20 -04:00
  • 2837c4054f initial support of autojoin for MUC Dmitry Podgorny 2013-06-30 18:59:38 +03:00
  • eb6236fa04 fixed memory leaks in command.c Dmitry Podgorny 2013-06-30 17:19:43 +03:00
  • e12ede6cd8 Still show usage with current setting James Booth 2013-06-25 23:41:53 +01:00
  • ca5c6a5745 Show current setting with settings commands James Booth 2013-06-25 23:38:06 +01:00
  • 0554198668 Changed help for /help command James Booth 2013-06-25 22:16:23 +01:00
  • 2077834b10 Changed client type to 'console' as per http://xmpp.org/registrar/disco-categories.html#client James Booth 2013-06-25 01:00:24 +01:00
  • c8567cd793 Restructured help James Booth 2013-06-25 00:49:29 +01:00
  • b48ef9d5e0 Renamed commands array James Booth 2013-06-24 21:38:02 +01:00
  • ccfbd2a436 Sorted command prototypes James Booth 2013-06-23 21:29:12 +01:00
  • 7d0a31184a Renamed _cmd_set commands James Booth 2013-06-23 21:21:14 +01:00
  • b52dcfe557 Moved /account, /prefs and /theme to settings commands James Booth 2013-06-23 19:19:39 +01:00
  • f042d1a267 Fixed roster tests James Booth 2013-06-23 18:59:36 +01:00
  • d5e9ca649d Show messages on /group add and /group remove James Booth 2013-06-23 17:38:30 +01:00
  • dace47e5d3 Show message when removing contact from group when not in group James Booth 2013-06-23 16:35:13 +01:00
  • 265fff8f40 Show message when contact already in group James Booth 2013-06-23 16:29:42 +01:00
  • f9b8da1afe Autocomplete /group add and /group remove contact paramater James Booth 2013-06-23 01:23:44 +01:00
  • 1cf20b2491 Start chat session on /msg with no message parameter James Booth 2013-06-20 17:50:20 +01:00
  • b9fc61fd30 Moved stophe references in message send James Booth 2013-06-20 17:41:44 +01:00
  • 96496ca219 Merge remote-tracking branch 'dmitry/captcha-2' into captcha James Booth 2013-06-16 18:58:18 +01:00
  • 1f207beb99 fixed memory leaks in presence.c Dmitry Podgorny 2013-06-09 18:52:28 +03:00
  • c84cb17bd4 added support of captcha in a MUC Dmitry Podgorny 2013-06-09 16:05:37 +03:00
  • eff5986d38 fixed several memory leaks Dmitry Podgorny 2013-06-09 14:20:48 +03:00
  • f7dc09efc3 Changed help Kieran Thandi 2013-06-07 16:37:43 +01:00
  • b89f5da2c7 deb packaging files (tested on debian unstable) and rpm spec file Florent Peterschmitt 2013-06-05 11:28:53 +02:00
  • 6082ab8778 Implemented /group command with no args (list groups) James Booth 2013-06-02 20:20:44 +01:00
  • b89a751903 Refactor specific autocomplete functions James Booth 2013-06-02 20:11:42 +01:00
  • af95c82fe7 Refactor autocompleters James Booth 2013-06-02 19:56:35 +01:00
  • f72e7d89b8 Changed autocomplete for /group and /who James Booth 2013-06-02 17:51:38 +01:00
  • f455f9ab90 Seperated roster group management to /group command James Booth 2013-06-02 17:25:52 +01:00
  • aba9adcd0d Use freetext parser for /who James Booth 2013-06-02 03:48:40 +01:00
  • 90daeb06ab Added group argument to /who James Booth 2013-06-02 03:33:49 +01:00
  • 1ef0c8c45f Added 'any' to /who command James Booth 2013-06-02 03:02:32 +01:00
  • 9dd5456f88 Added group add and group remove to /roster command James Booth 2013-06-02 02:48:20 +01:00
  • b450fa3ef7 Updated help for /roster command James Booth 2013-06-02 00:45:40 +01:00
  • 0e5d277c14 Added message in console on /roster remove James Booth 2013-06-02 00:24:22 +01:00
  • 65c09db19e Added message in console on /roster add James Booth 2013-06-02 00:20:22 +01:00
  • cf8d00185b Added autocomplete for /roster remove James Booth 2013-06-02 00:11:09 +01:00
  • 01bdc6ae5a Added /roster remove command James Booth 2013-06-02 00:06:05 +01:00
  • 518b6721ff Added /roster add command James Booth 2013-06-01 23:48:24 +01:00
  • d49a01a9c3 Added roster list when using /roster with no args James Booth 2013-06-01 23:27:46 +01:00
  • 83c4177692 Include subscription states of "both" and "to" in /who output James Booth 2013-06-01 22:54:53 +01:00
  • 55f4e3ebca Added autocomplete to /sub deny James Booth 2013-06-01 22:49:51 +01:00
  • ae7da18d7e Use waddstr for incoming messages to avoid truncation James Booth 2013-06-01 21:23:34 +01:00
  • 1eba4f5ab1 Added /leave command James Booth 2013-05-30 22:48:56 +01:00
  • f164c12368 Show participant count in chat rooms James Booth 2013-05-30 22:31:43 +01:00
  • 378ed3139a Sort room participants on /who command James Booth 2013-05-30 22:05:52 +01:00
  • 1ca2147844 Sort contacts on /who output James Booth 2013-05-30 21:47:30 +01:00
  • ae350dc5fb Show nickname rather than jid in room invites James Booth 2013-05-30 21:26:11 +01:00
  • d02e6a82fa Use nickname to jid mapping when sending room invites James Booth 2013-05-30 21:18:32 +01:00
  • dcd8dcda87 Fixed autoaway James Booth 2013-05-30 21:11:55 +01:00
  • 4d9148e734 Added rooms history to ProfAccount James Booth 2013-05-23 22:29:41 +01:00
  • 486cbd6245 Added room name, and window index to desktop message notifications James Booth 2013-05-23 00:10:55 +01:00
  • 0ced96f578 Do not close MUC windows on /wins prune James Booth 2013-05-22 23:48:24 +01:00
  • d017999a91 Add groups to roster contacts James Booth 2013-05-22 23:38:52 +01:00
  • 2842b423d1 Refactor roster.c James Booth 2013-05-22 21:43:06 +01:00
  • 15c7820594 Reuse roster_add in roster_update James Booth 2013-05-22 21:15:05 +01:00
  • fce295d64a Fixed #174 James Booth 2013-05-22 13:47:25 +01:00
  • c4e279202b Removed unused offline_msg parameter from roster_add James Booth 2013-05-21 22:40:39 +01:00
  • 7b20d8d4f4 Refactored roster push handling James Booth 2013-05-21 22:00:42 +01:00
  • 5a8e667e58 Renamed roster_change_handle -> roster_change_name James Booth 2013-05-21 21:18:12 +01:00
  • f4a3dd84ea Renamed roster_barejid_from_handle -> roster_barejid_from_name James Booth 2013-05-21 21:12:00 +01:00
  • 8e4dd4b80f Renamed handle, jid and resource in roster James Booth 2013-05-21 21:07:32 +01:00
  • e489ef1ad5 Renamed _roster_handle_set -> _roster_handle_push James Booth 2013-05-21 20:58:50 +01:00
  • d16a31d096 Renamed roster_jid_from_handle -> roster_barejid_from_handle James Booth 2013-05-21 20:50:05 +01:00
  • 58bd4f2547 Removed debug James Booth 2013-05-20 23:27:55 +01:00
  • ecc62af305 Finished handle usage James Booth 2013-05-20 22:51:35 +01:00
  • 4a8db64d7a Roster handle changes handled correctly James Booth 2013-05-20 21:43:20 +01:00
  • 6c4b81d093 Added jid autocompleter for /roster nick command James Booth 2013-05-20 20:51:43 +01:00
  • 72b8097465 Pass jid when creating new window for /msg with no message James Booth 2013-05-20 20:37:17 +01:00
  • f8121cc546 Use handle for /info command James Booth 2013-05-19 23:44:28 +01:00
  • 59a3a5fe9b Use handle in /msg command James Booth 2013-05-19 23:35:02 +01:00
  • ad6184c86b Use handle in incoming message console when exists James Booth 2013-05-19 17:27:58 +01:00
  • 0a3aaf5a36 Use handle in chat windows if available James Booth 2013-05-19 17:19:16 +01:00
  • e1c9cbc955 Show handle rather than jid in /who output if exists James Booth 2013-05-19 17:00:27 +01:00