Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -32/+22 |
| | |||||
* | Check for NULL inside autocomplete_free | James Booth | 2014-09-26 | 1 | -2/+4 |
| | |||||
* | Renamed autocomplete function to get list | James Booth | 2014-09-26 | 1 | -17/+25 |
| | |||||
* | Added autocompletion for jid-multi form fields | James Booth | 2014-09-17 | 1 | -8/+10 |
| | |||||
* | Added autocompletion for form text-multi values | James Booth | 2014-09-17 | 1 | -10/+12 |
| | |||||
* | Added form tests | James Booth | 2014-09-14 | 1 | -4/+6 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Finished chat room nick autocomplete | James Booth | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | Added quote param to autocomplete_param_with_ac | James Booth | 2014-07-09 | 1 | -2/+2 |
| | |||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 1 | -5/+5 |
| | |||||
* | Added quote param to autocomplete searches | James Booth | 2014-07-09 | 1 | -7/+7 |
| | |||||
* | Fixed memleak in autocompleter | James Booth | 2014-06-15 | 1 | -0/+3 |
| | |||||
* | Fixed potential segfaults on autocomplete | James Booth | 2014-05-08 | 1 | -0/+4 |
| | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -12/+10 |
| | |||||
* | Removed strcpy calls | James Booth | 2014-04-02 | 1 | -14/+16 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Test message when removing autojoin for non existent bookmark | James Booth | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | 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 |