about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.c
Commit message (Expand)AuthorAgeFilesLines
* Remove /omemo sendfileWilliam Wennerström2020-11-161-13/+0
* Declare counter var inside loopMichael Vetter2020-11-091-15/+11
* Simplify _correction_autocomplete()Michael Vetter2020-11-051-4/+1
* Simplify _executable_autocomplete()Michael Vetter2020-11-051-4/+1
* Simplify _lastactivity_autocomplete()Michael Vetter2020-11-051-9/+4
* Simplify _who_autocomplete()Michael Vetter2020-11-051-3/+0
* Simplify _tray_autocomplete()Michael Vetter2020-11-051-5/+1
* Simplify _sub_autocomplete()Michael Vetter2020-11-051-5/+1
* Simplify cmd_ac_complete_filepath()Michael Vetter2020-11-051-8/+1
* Simplify cmd_ac_complete()Michael Vetter2020-11-051-9/+3
* Get rid of str_contains()Michael Vetter2020-11-021-2/+2
* Fix /correct quotation marks usageMichael Vetter2020-07-231-1/+0
* Fix lastactivity behaviourMichael Vetter2020-07-221-1/+32
* Setting: only write in console upon muc mentionMichael Vetter2020-07-101-0/+1
* OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19)DebXWoody2020-07-101-10/+0
* Apply coding styleMichael Vetter2020-07-071-467/+463
* Revert "Apply coding style"Michael Vetter2020-07-071-471/+475
* Apply coding styleMichael Vetter2020-07-071-475/+471
* Merge pull request #1374 from profanity-im/revampUrlopenMichael Vetter2020-07-021-4/+22
|\
| * Add /url autocompletionPierre Mazière2020-06-251-4/+22
* | Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+97
|/
* Add option for legacy authenticationDmitry Podgorny2020-06-051-1/+89
* Add `/bookmark ignore` autocompletionMichael Vetter2020-05-241-0/+21
* Add option to add bookmark nameMichael Vetter2020-05-221-0/+1
* Make option to allow hiding windows with no messages in statusbarMichael Vetter2020-05-211-0/+1
* Add /executable commandMichael Vetter2020-05-201-1/+21
* Build URL ac upon printing of message in windowMichael Vetter2020-05-201-4/+4
* Look for URLs via regexMichael Vetter2020-05-201-10/+5
* Start urlopen featureMichael Vetter2020-05-201-0/+23
* Remove autocompletion for unanimous/regular colorMichael Vetter2020-05-161-12/+0
* Have proper autocompletion for /software in chat windowMichael Vetter2020-05-141-2/+39
* Dont have account otr setting if built without otrMichael Vetter2020-04-031-0/+2
* Dont have otr autocompletion if build without otr supportMichael Vetter2020-04-031-0/+16
* Dont have pgp autocompletion if build without pgp supportMichael Vetter2020-04-031-2/+16
* Dont even create OMEMO ac vars if we build without supportMichael Vetter2020-04-031-0/+10
* Only have OMEMO autocompletion if we build with OEMO supportMichael Vetter2020-04-021-2/+6
* Fix omemo autocompletion mitakeMichael Vetter2020-04-021-2/+0
* Remove 'use' from titlebar autocompletionMichael Vetter2020-03-291-1/+0
* Add setting to not colorize own nick according to xep-0392Michael Vetter2020-03-251-0/+6
* titlebar: allow displaying MUC name and MUC jidMichael Vetter2020-03-241-12/+2
* Add slashguard featureMichael Vetter2020-03-181-1/+1
* xep-0084/avatar: add option to open avatar directlyMichael Vetter2020-03-101-1/+19
* Add option to color MUC history like regular messagesMichael Vetter2020-02-201-1/+21
* Make /sendfile in PGP session configurableMichael Vetter2020-02-171-0/+13
* Make /sendfile in OTR session configurableMichael Vetter2020-02-171-0/+13
* Make /sendfile in OMEMO session configurableMichael Vetter2020-02-171-1/+13
* xep-0308: Make /correct work without quotation marksMichael Vetter2020-02-141-2/+1
* xep-0308: Fix sending corrections for multiple wordsMichael Vetter2020-02-141-1/+2
* xep-0308: Add autocompletion of last message for /correctMichael Vetter2020-02-141-4/+29
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-0/+11