about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-72/+72
* free titlebar_ac autocompleterDmitry Podgorny2013-08-241-0/+1
* Merge branch 'master' into nextdevJames Booth2013-08-191-2/+2
|\
| * Fixed /who in chat room highlighting consoleJames Booth2013-08-191-1/+1
| * Fix message for /account when account doesn't existJames Booth2013-08-191-1/+1
* | removed sizeof(char)Dmitry Podgorny2013-08-031-1/+1
* | Merge remote-tracking branch 'dmitry/memleaks' into nextdevJames Booth2013-07-311-18/+41
|\ \
| * | fixed several memory leaks in command.c and jid.cDmitry Podgorny2013-07-311-18/+41
* | | Merge branch 'master' into nextdevJames Booth2013-07-311-1/+6
|\ \ \ | | |/ | |/|
| * | fixed null pointer dereference in /join commandDmitry Podgorny2013-07-311-1/+6
| |/
* | Merge branch 'master' into nextdevJames Booth2013-07-211-3/+3
|\|
| * Fixed typo on /invite helpJames Booth2013-07-201-1/+1
| * Merge remote-tracking branch 'dmitry/fixes'James Booth2013-07-141-2/+2
| |\
| | * fixed typos in command.cDmitry Podgorny2013-07-141-2/+2
* | | Merge remote-tracking branch 'dmitry/bookmarks' into nextdevJames Booth2013-07-141-1/+125
|\ \ \ | |/ / |/| |
| * | draft of bookmarks implementationDmitry Podgorny2013-07-141-1/+125
| |/
* / Moved functions to parser.c, moved parser to toolsJames Booth2013-07-113-305/+1
|/
* Fix autocompletion of quoted strings - WIPJames Booth2013-07-091-4/+14
* 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.cDmitry Podgorny2013-06-301-3/+4
* | Fix a small typoSam Whited2013-06-301-1/+1
|/
* Still show usage with current settingJames Booth2013-06-251-0/+1
* Show current setting with settings commandsJames Booth2013-06-251-56/+63
* Changed help for /help commandJames Booth2013-06-251-8/+8
* Restructured helpJames Booth2013-06-252-150/+158
* 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
* Autocomplete /group add and /group remove contact paramaterJames Booth2013-06-231-0/+9
* Start chat session on /msg with no message parameterJames Booth2013-06-201-0/+14
* Changed helpKieran Thandi2013-06-071-1/+1
* Implemented /group command with no args (list groups)James Booth2013-06-021-1/+13
* Refactor specific autocomplete functionsJames Booth2013-06-021-53/+13
* Refactor autocompletersJames Booth2013-06-021-334/+301
* Changed autocomplete for /group and /whoJames Booth2013-06-021-3/+54
* 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-021-1/+59
* Updated help for /roster commandJames Booth2013-06-021-6/+13
* Added autocomplete for /roster removeJames Booth2013-06-021-0/+2
* Added /roster remove commandJames Booth2013-06-021-0/+17
* Added /roster add commandJames Booth2013-06-011-25/+43
* Added roster list when using /roster with no argsJames Booth2013-06-011-21/+35
* Added autocomplete to /sub denyJames Booth2013-06-011-0/+14
* Added /leave commandJames Booth2013-05-301-0/+33