Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -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 Podgorny | 2013-08-03 | 1 | -2/+2 |
| | | | | sizeof(char) == 1 according to standard | ||||
* | Fix freetext arguments with quotes | James Booth | 2013-07-20 | 1 | -5/+5 |
| | | | | fixes #203 | ||||
* | Merge remote-tracking branch 'dmitry/fixes' | James Booth | 2013-07-14 | 1 | -2/+1 |
|\ | |||||
| * | removed useless code in autocomplete.c | Dmitry Podgorny | 2013-07-14 | 1 | -2/+1 |
| | | |||||
* | | Remaining parser function unicode compatible | James Booth | 2013-07-14 | 1 | -30/+29 |
| | | |||||
* | | Added parser tests | James Booth | 2013-07-14 | 1 | -2/+0 |
| | | |||||
* | | Implemented parse_args_with_freetext with unicode compatibility | James Booth | 2013-07-14 | 1 | -20/+26 |
| | | |||||
* | | Implemented parse_args with unicode compatibility | James Booth | 2013-07-14 | 1 | -4/+17 |
| | | |||||
* | | Merge branch 'master' into unicode | James Booth | 2013-07-13 | 1 | -0/+4 |
|\| | |||||
| * | Down arrow adds current line to history and shows empty line | James Booth | 2013-07-13 | 1 | -0/+4 |
| | | |||||
* | | Handle unicode chars in command parser | James Booth | 2013-07-12 | 1 | -9/+14 |
| | | |||||
* | | Removed if clause in parser | James Booth | 2013-07-11 | 1 | -2/+0 |
| | | |||||
* | | Moved functions to parser.c, moved parser to tools | James Booth | 2013-07-11 | 3 | -77/+386 |
|/ | |||||
* | Removed debug | James Booth | 2013-07-09 | 1 | -10/+0 |
| | |||||
* | Fix autocompletion of quoted strings - WIP | James Booth | 2013-07-09 | 1 | -19/+90 |
| | | | | | | | Needs some refactoring Need to use unicode functions in: parser.c autocomplete.c | ||||
* | Autocomplete /group add and /group remove contact paramater | James Booth | 2013-06-23 | 2 | -0/+58 |
| | | | | closes #193 | ||||
* | Refactor autocompleters | James Booth | 2013-06-02 | 2 | -0/+65 |
| | |||||
* | Fixed error when losing connection and segfaulting on notify_remind() | James Booth | 2013-05-06 | 1 | -1/+7 |
| | |||||
* | Support for XEP-0249 Direct MUC Invitations | James Booth | 2013-04-24 | 2 | -0/+7 |
| | | | | Commands /invite, /invites, /decline and /join | ||||
* | Added command and tools subdirs to source | James Booth | 2013-02-02 | 6 | -0/+688 |