about summary refs log tree commit diff stats
path: root/src/tools
Commit message (Collapse)AuthorAgeFilesLines
* refactred autocomplete_removeDmitry Podgorny2013-08-261-19/+10
|
* refactored autocomplete_addDmitry Podgorny2013-08-262-34/+11
| | | | Now this function responsible for memory allocation
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-4/+2
| | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future.
* removed sizeof(char)Dmitry Podgorny2013-08-031-2/+2
| | | | sizeof(char) == 1 according to standard
* Fix freetext arguments with quotesJames Booth2013-07-201-5/+5
| | | | fixes #203
* 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
| | | | | | | Needs some refactoring Need to use unicode functions in: parser.c autocomplete.c
* Autocomplete /group add and /group remove contact paramaterJames Booth2013-06-232-0/+58
| | | | closes #193
* 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
| | | | Commands /invite, /invites, /decline and /join
* Added command and tools subdirs to sourceJames Booth2013-02-026-0/+688