about summary refs log tree commit diff stats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2014-03-098-8/+8
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-022-2/+2
* Don't allow /alias to overwrite standard commandJames Booth2014-01-252-0/+17
* Added comments to autocomplete.hJames Booth2013-12-101-1/+7
* Tidy autocomplete.hJames Booth2013-12-091-1/+7
* Removed unused boolean result from autocomplete add and removeJames Booth2013-12-092-8/+8
* Removed unused prototypes from autocomplete.hJames Booth2013-12-091-6/+0
* Moved free in parse_args_with_freetextJames Booth2013-09-231-2/+2
* Fixed memory leak in parse_args_with_freetextJames Booth2013-09-231-2/+2
* Use stack rather than heap for autcomplete_param_with_funcJames Booth2013-09-231-2/+1
* Fix quoted nicknames in /group addJames Booth2013-08-271-1/+1
* refactred autocomplete_removeDmitry Podgorny2013-08-261-19/+10
* refactored autocomplete_addDmitry Podgorny2013-08-262-34/+11
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-4/+2
* removed sizeof(char)Dmitry Podgorny2013-08-031-2/+2
* Fix freetext arguments with quotesJames Booth2013-07-201-5/+5
* Merge remote-tracking branch 'dmitry/fixes'James Booth2013-07-141-2/+1
|\
| * removed useless code in autocomplete.cDmitry Podgorny2013-07-141-2/+1
* | Remaining parser function unicode compatibleJames Booth2013-07-141-30/+29
* | Added parser testsJames Booth2013-07-141-2/+0
* | 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-131-0/+4
|\|
| * Down arrow adds current line to history and shows empty lineJames Booth2013-07-131-0/+4
* | 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-113-77/+386
|/
* Removed debugJames Booth2013-07-091-10/+0
* Fix autocompletion of quoted strings - WIPJames Booth2013-07-091-19/+90
* Autocomplete /group add and /group remove contact paramaterJames Booth2013-06-232-0/+58
* Refactor autocompletersJames Booth2013-06-022-0/+65
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-061-1/+7
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-242-0/+7
* Added command and tools subdirs to sourceJames Booth2013-02-026-0/+688