about summary refs log tree commit diff stats
path: root/src/tools
Commit message (Collapse)AuthorAgeFilesLines
* Added autocompletion for jid-multi form fieldsJames Booth2014-09-171-8/+10
|
* Added autocompletion for form text-multi valuesJames Booth2014-09-171-10/+12
|
* Added form testsJames Booth2014-09-141-4/+6
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-248-0/+96
|
* Finished chat room nick autocompleteJames Booth2014-07-151-1/+1
|
* Added quote param to autocomplete_param_with_acJames Booth2014-07-092-3/+3
|
* Added quote param to autocomplete_completeJames Booth2014-07-092-6/+6
|
* Added quote param to autocomplete searchesJames Booth2014-07-091-7/+7
|
* Free tokens when 0 supplied an 0 min, parse_args_with_freetextJames Booth2014-06-171-0/+1
|
* Renamed sha1 functions to avoid naming clashesJames Booth2014-06-152-36/+36
|
* Fixed memleak in autocompleterJames Booth2014-06-151-0/+3
|
* Use public domain SHA1 code, remove libgcrypt dependencyJames Booth2014-06-012-0/+418
|
* Added common.h to parser.cJames Booth2014-05-221-0/+2
|
* Fixed potential segfaults on autocompleteJames Booth2014-05-081-0/+4
|
* Fixed cppcheck warningsJames Booth2014-04-262-14/+11
|
* Simplified parse_options to take first option as argumentJames Booth2014-04-152-5/+5
|
* Simplified parse_options to take gchar**James Booth2014-04-152-2/+13
|
* Refactored cmd_join to use parse_optionsJames Booth2014-04-141-2/+2
|
* Check for duplicate options in option parserJames Booth2014-04-141-2/+19
|
* Added parse_optionsJames Booth2014-04-142-1/+43
|
* Command argument parsers set result argumentJames Booth2014-04-092-6/+12
|
* Removed strcpy callsJames Booth2014-04-021-14/+16
|
* Updated copyrightJames Booth2014-03-098-8/+8
|
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-022-2/+2
|
* Don't allow /alias to overwrite standard commandJames Booth2014-01-252-0/+17
|
* Added comments to autocomplete.hJames Booth2013-12-101-1/+7
|
* Tidy autocomplete.hJames Booth2013-12-091-1/+7
|
* Removed unused boolean result from autocomplete add and removeJames Booth2013-12-092-8/+8
|
* Removed unused prototypes from autocomplete.hJames Booth2013-12-091-6/+0
|
* Moved free in parse_args_with_freetextJames Booth2013-09-231-2/+2
| | | | issue #226
* Fixed memory leak in parse_args_with_freetextJames Booth2013-09-231-2/+2
| | | | issue #226
* Use stack rather than heap for autcomplete_param_with_funcJames Booth2013-09-231-2/+1
| | | | issue #226
* Fix quoted nicknames in /group addJames Booth2013-08-271-1/+1
| | | | fixes #233
* refactred autocomplete_removeDmitry Podgorny2013-08-261-19/+10
|
* refactored autocomplete_addDmitry Podgorny2013-08-262-34/+11
| | | | Now this function responsible for memory allocation
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-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 Podgorny2013-08-031-2/+2
| | | | sizeof(char) == 1 according to standard
* Fix freetext arguments with quotesJames Booth2013-07-201-5/+5
| | | | fixes #203
* Merge remote-tracking branch 'dmitry/fixes'James Booth2013-07-141-2/+1
|\
| * removed useless code in autocomplete.cDmitry Podgorny2013-07-141-2/+1
| |
* | Remaining parser function unicode compatibleJames Booth2013-07-141-30/+29
| |
* | Added parser testsJames Booth2013-07-141-2/+0
| |
* | Implemented parse_args_with_freetext with unicode compatibilityJames Booth2013-07-141-20/+26
| |
* | Implemented parse_args with unicode compatibilityJames Booth2013-07-141-4/+17
| |
* | Merge branch 'master' into unicodeJames Booth2013-07-131-0/+4
|\|
| * Down arrow adds current line to history and shows empty lineJames Booth2013-07-131-0/+4
| |
* | Handle unicode chars in command parserJames Booth2013-07-121-9/+14
| |
* | Removed if clause in parserJames Booth2013-07-111-2/+0
| |
* | Moved functions to parser.c, moved parser to toolsJames Booth2013-07-113-77/+386
|/
* Removed debugJames Booth2013-07-091-10/+0
|