about summary refs log tree commit diff stats
path: root/src/tools/autocomplete.c
Commit message (Expand)AuthorAgeFilesLines
* Declare counter var inside loopMichael Vetter2020-11-091-8/+4
* Apply coding styleMichael Vetter2020-07-071-66/+67
* Revert "Apply coding style"Michael Vetter2020-07-071-68/+67
* Apply coding styleMichael Vetter2020-07-071-67/+68
* Fix memleak in autocomplete_remove_older_than_max*Michael Vetter2020-05-291-0/+1
* urlopen: get last URL firstMichael Vetter2020-05-291-7/+22
* Only save max 20 urlsMichael Vetter2020-05-201-0/+12
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-4/+4
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Free strings in autocomplete_param_no_with_funcMichael Vetter2019-10-061-0/+7
* Always check for directory changes with sendfile auto completionWilliam Wennerström2019-07-201-2/+33
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Allow previous autocompletion with shift tabJames Booth2017-04-011-34/+99
* Add missing headerJames Booth2017-03-251-0/+1
* Autocomplete accent and case insensitiveJames Booth2017-03-251-1/+14
* Update CopyrightJames Booth2017-01-281-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Store plugin completers by plugin nameJames Booth2016-07-051-0/+18
* Allow autocomplete for basic compelters when no inputJames Booth2016-05-241-3/+3
* Updated copyrightJames Booth2016-02-141-1/+1
* Applied coding style to src/tools/James Booth2015-10-251-11/+11
* 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
* refactred autocomplete_removeDmitry Podgorny2013-08-261-19/+10
* refactored autocomplete_addDmitry Podgorny2013-08-261-33/+10
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-4/+2
* removed sizeof(char)Dmitry Podgorny2013-08-031-2/+2
* 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
|/
n560' href='#n560'>560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674