about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Remaining parser function unicode compatibleJames Booth2013-07-141-30/+29
|
* Added parser testsJames Booth2013-07-142-2/+131
|
* Implemented parse_args_with_freetext with unicode compatibilityJames Booth2013-07-141-20/+26
|
* Implemented parse_args with unicode compatibilityJames Booth2013-07-141-4/+17
|
* Merge branch 'master' into unicodeJames Booth2013-07-133-3/+11
|\
| * Down arrow adds current line to history and shows empty lineJames Booth2013-07-133-3/+11
| |
* | Handle unicode chars in command parserJames Booth2013-07-121-9/+14
| |
* | Removed if clause in parserJames Booth2013-07-111-2/+0
| |
* | Moved functions to parser.c, moved parser to toolsJames Booth2013-07-116-83/+88
|/
* Removed debugJames Booth2013-07-091-10/+0
|
* Fix autocompletion of quoted strings - WIPJames Booth2013-07-092-23/+104
| | | | | | | Needs some refactoring Need to use unicode functions in: parser.c autocomplete.c
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-036-63/+103
|
* Fixed naming clash for roster helpJames Booth2013-07-031-2/+2
|
* Tidied helpJames Booth2013-06-301-33/+31
|
* Merge pull request #196 from pasis/memleaksJames Booth2013-06-301-3/+4
|\ | | | | Fixed memory leaks in command.c
| * fixed memory leaks in command.cDmitry Podgorny2013-06-301-3/+4
| |
* | Merge pull request #197 from SamWhited/patch-1James Booth2013-06-301-1/+1
|\ \ | |/ |/| Fix a small typo
| * Fix a small typoSam Whited2013-06-301-1/+1
|/ | | (`Invalud' -> `Invalid')
* Still show usage with current settingJames Booth2013-06-251-0/+1
|
* Show current setting with settings commandsJames Booth2013-06-253-93/+235
| | | | closes #139
* Changed help for /help commandJames Booth2013-06-251-8/+8
|
* Changed client type to 'console' as per ↵James Booth2013-06-251-1/+1
| | | | http://xmpp.org/registrar/disco-categories.html#client
* Restructured helpJames Booth2013-06-253-226/+169
|
* Renamed commands arrayJames Booth2013-06-241-3/+3
|
* Sorted command prototypesJames Booth2013-06-231-42/+42
|
* Renamed _cmd_set commandsJames Booth2013-06-231-57/+57
|
* Moved /account, /prefs and /theme to settings commandsJames Booth2013-06-231-64/+65
|
* Fixed roster testsJames Booth2013-06-231-70/+68
|
* Show messages on /group add and /group removeJames Booth2013-06-239-8/+130
| | | | | closes #189 closes #190
* Show message when removing contact from group when not in groupJames Booth2013-06-235-6/+27
|
* Show message when contact already in groupJames Booth2013-06-235-0/+21
|
* Autocomplete /group add and /group remove contact paramaterJames Booth2013-06-233-0/+67
| | | | closes #193
* Start chat session on /msg with no message parameterJames Booth2013-06-201-0/+14
| | | | fixes #173
* Moved stophe references in message sendJames Booth2013-06-201-2/+2
|
* Merge remote-tracking branch 'dmitry/captcha-2' into captchaJames Booth2013-06-162-0/+13
|\
| * added support of captcha in a MUCDmitry Podgorny2013-06-092-0/+13
| |
* | fixed memory leaks in presence.cDmitry Podgorny2013-06-092-7/+37
| |
* | fixed several memory leaksDmitry Podgorny2013-06-093-21/+64
|/ | | | And infinity loop in stanza_destroy_form().
* Changed helpKieran Thandi2013-06-071-1/+1
|
* deb packaging files (tested on debian unstable) and rpm spec fileFlorent Peterschmitt2013-06-056-0/+67
|
* Implemented /group command with no args (list groups)James Booth2013-06-023-1/+20
|
* Refactor specific autocomplete functionsJames Booth2013-06-021-53/+13
|
* Refactor autocompletersJames Booth2013-06-023-334/+366
|
* Changed autocomplete for /group and /whoJames Booth2013-06-023-3/+61
|
* Seperated roster group management to /group commandJames Booth2013-06-021-58/+104
|
* Use freetext parser for /whoJames Booth2013-06-021-1/+1
|
* Added group argument to /whoJames Booth2013-06-021-12/+52
|
* Added 'any' to /who commandJames Booth2013-06-021-3/+5
|
* Added group add and group remove to /roster commandJames Booth2013-06-027-1/+220
|
* Updated help for /roster commandJames Booth2013-06-021-6/+13
|