Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't allow /alias to overwrite standard command | James Booth | 2014-01-25 | 1 | -0/+15 | |
| | ||||||
* | Removed unused boolean result from autocomplete add and remove | James Booth | 2013-12-09 | 1 | -6/+6 | |
| | ||||||
* | Use stack rather than heap for autcomplete_param_with_func | James Booth | 2013-09-23 | 1 | -2/+1 | |
| | | | | issue #226 | |||||
* | refactred autocomplete_remove | Dmitry Podgorny | 2013-08-26 | 1 | -19/+10 | |
| | ||||||
* | refactored autocomplete_add | Dmitry Podgorny | 2013-08-26 | 1 | -33/+10 | |
| | | | | Now this function responsible for memory allocation | |||||
* | 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 | |||||
* | 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 | |
| | | ||||||
* | | Moved functions to parser.c, moved parser to tools | James Booth | 2013-07-11 | 1 | -77/+4 | |
|/ | ||||||
* | 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 | 1 | -0/+56 | |
| | | | | closes #193 | |||||
* | Refactor autocompleters | James Booth | 2013-06-02 | 1 | -0/+60 | |
| | ||||||
* | 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 | 1 | -0/+6 | |
| | | | | Commands /invite, /invites, /decline and /join | |||||
* | Added command and tools subdirs to source | James Booth | 2013-02-02 | 1 | -0/+224 | |