Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use null check convention in tinyurl.c | James Booth | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Use null check convention in parser.c | James Booth | 2015-05-04 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' into readline | James Booth | 2015-02-23 | 1 | -5/+5 |
|\ | |||||
| * | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'master' into readline | James Booth | 2015-02-11 | 6 | -6/+6 |
|\| | | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h | ||||
| * | Updated copyright | James Booth | 2015-02-10 | 8 | -8/+8 |
| | | |||||
* | | Removed history and various key handlers | James Booth | 2015-01-30 | 2 | -328/+0 |
|/ | |||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 4 | -41/+31 |
| | |||||
* | Added compile time checks for big endian from @pasis | James Booth | 2014-10-26 | 1 | -2/+14 |
| | |||||
* | Added patch from @pasis for big endian architectures | James Booth | 2014-10-21 | 1 | -7/+11 |
| | |||||
* | 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 | 2 | -18/+26 |
| | |||||
* | 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 | 8 | -0/+96 |
| | |||||
* | 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 | 2 | -3/+3 |
| | |||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 2 | -6/+6 |
| | |||||
* | Added quote param to autocomplete searches | James Booth | 2014-07-09 | 1 | -7/+7 |
| | |||||
* | Free tokens when 0 supplied an 0 min, parse_args_with_freetext | James Booth | 2014-06-17 | 1 | -0/+1 |
| | |||||
* | 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 |