about summary refs log tree commit diff stats
path: root/src/tools/autocomplete.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Simplified autocompleters and command historyJames Booth2015-01-161-32/+22
|
* Check for NULL inside autocomplete_freeJames Booth2014-09-261-2/+4
|
* Renamed autocomplete function to get listJames Booth2014-09-261-17/+25
|
* 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-241-0/+12
|
* Finished chat room nick autocompleteJames Booth2014-07-151-1/+1
|
* Added quote param to autocomplete_param_with_acJames Booth2014-07-091-2/+2
|
* Added quote param to autocomplete_completeJames Booth2014-07-091-5/+5
|
* Added quote param to autocomplete searchesJames Booth2014-07-091-7/+7
|
* Fixed memleak in autocompleterJames Booth2014-06-151-0/+3
|
* Fixed potential segfaults on autocompleteJames Booth2014-05-081-0/+4
|
* Fixed cppcheck warningsJames Booth2014-04-261-12/+10
|
* Removed strcpy callsJames Booth2014-04-021-14/+16
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-021-1/+1
|
* Don't allow /alias to overwrite standard commandJames Booth2014-01-251-0/+15
|
* Removed unused boolean result from autocomplete add and removeJames Booth2013-12-091-6/+6
|
* Use stack rather than heap for autcomplete_param_with_funcJames Booth2013-09-231-2/+1
| | | | issue #226
* refactred autocomplete_removeDmitry Podgorny2013-08-261-19/+10
|
* refactored autocomplete_addDmitry Podgorny2013-08-261-33/+10
| | | | 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
* Merge remote-tracking branch 'dmitry/fixes'James Booth2013-07-141-2/+1
|\
| * removed useless code in autocomplete.cDmitry Podgorny2013-07-141-2/+1
| |
* | Moved functions to parser.c, moved parser to toolsJames Booth2013-07-111-77/+4
|/
* Removed debugJames Booth2013-07-091-10/+0
|
* Fix autocompletion of quoted strings - WIPJames Booth2013-07-091-19/+90
| | | | | | | Needs some refactoring Need to use unicode functions in: parser.c autocomplete.c
* Autocomplete /group add and /group remove contact paramaterJames Booth2013-06-231-0/+56
| | | | closes #193
* Refactor autocompletersJames Booth2013-06-021-0/+60
|
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-061-1/+7
|
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+6
| | | | Commands /invite, /invites, /decline and /join
* Added command and tools subdirs to sourceJames Booth2013-02-021-0/+224