Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Renamed sha1 functions to avoid naming clashes | James Booth | 2014-06-15 | 2 | -36/+36 | |
| | ||||||
* | Fixed memleak in autocompleter | James Booth | 2014-06-15 | 1 | -0/+3 | |
| | ||||||
* | Use public domain SHA1 code, remove libgcrypt dependency | James Booth | 2014-06-01 | 2 | -0/+418 | |
| | ||||||
* | Added common.h to parser.c | James Booth | 2014-05-22 | 1 | -0/+2 | |
| | ||||||
* | Fixed potential segfaults on autocomplete | James Booth | 2014-05-08 | 1 | -0/+4 | |
| | ||||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 2 | -14/+11 | |
| | ||||||
* | Simplified parse_options to take first option as argument | James Booth | 2014-04-15 | 2 | -5/+5 | |
| | ||||||
* | Simplified parse_options to take gchar** | James Booth | 2014-04-15 | 2 | -2/+13 | |
| | ||||||
* | Refactored cmd_join to use parse_options | James Booth | 2014-04-14 | 1 | -2/+2 | |
| | ||||||
* | Check for duplicate options in option parser | James Booth | 2014-04-14 | 1 | -2/+19 | |
| | ||||||
* | Added parse_options | James Booth | 2014-04-14 | 2 | -1/+43 | |
| | ||||||
* | Command argument parsers set result argument | James Booth | 2014-04-09 | 2 | -6/+12 | |
| | ||||||
* | Removed strcpy calls | James Booth | 2014-04-02 | 1 | -14/+16 | |
| | ||||||
* | Updated copyright | James Booth | 2014-03-09 | 8 | -8/+8 | |
| | ||||||
* | Test message when removing autojoin for non existent bookmark | James Booth | 2014-02-02 | 2 | -2/+2 | |
| | ||||||
* | Don't allow /alias to overwrite standard command | James Booth | 2014-01-25 | 2 | -0/+17 | |
| | ||||||
* | Added comments to autocomplete.h | James Booth | 2013-12-10 | 1 | -1/+7 | |
| | ||||||
* | Tidy autocomplete.h | James Booth | 2013-12-09 | 1 | -1/+7 | |
| | ||||||
* | Removed unused boolean result from autocomplete add and remove | James Booth | 2013-12-09 | 2 | -8/+8 | |
| | ||||||
* | Removed unused prototypes from autocomplete.h | James Booth | 2013-12-09 | 1 | -6/+0 | |
| | ||||||
* | Moved free in parse_args_with_freetext | James Booth | 2013-09-23 | 1 | -2/+2 | |
| | | | | issue #226 | |||||
* | Fixed memory leak in parse_args_with_freetext | James Booth | 2013-09-23 | 1 | -2/+2 | |
| | | | | issue #226 | |||||
* | Use stack rather than heap for autcomplete_param_with_func | James Booth | 2013-09-23 | 1 | -2/+1 | |
| | | | | issue #226 | |||||
* | Fix quoted nicknames in /group add | James Booth | 2013-08-27 | 1 | -1/+1 | |
| | | | | fixes #233 | |||||
* | refactred autocomplete_remove | Dmitry Podgorny | 2013-08-26 | 1 | -19/+10 | |
| | ||||||
* | refactored autocomplete_add | Dmitry Podgorny | 2013-08-26 | 2 | -34/+11 | |
| | | | | 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 | |||||
* | 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 | |