about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.c
Commit message (Expand)AuthorAgeFilesLines
* command: rename /mood clean to /mood clearMichael Vetter2022-02-011-1/+1
* XEP-0107: User Mood - Clean moodStefan Kropp2022-01-301-1/+2
* xep-0107: code reviewDebXWoody2021-12-061-7/+1
* Add xep-0107: User Mood supportDebXWoody2021-12-061-0/+114
* Move declaration and definition of win_get_last_sent_message to the correct p...MarcoPolo-PasTonMolo2021-10-221-30/+2
* Remove autocomplete for /correct-editorMarcoPolo-PasTonMolo2021-10-211-22/+12
* Add /correct-editor commandMarcoPolo-PasTonMolo2021-10-071-1/+17
* Format code correctlyMichael Vetter2021-10-051-3/+3
* Remove `/python sourcepath`Michael Vetter2021-09-291-18/+0
* Merge pull request #1576 from DebXWoody/autocomplete-untrustMichael Vetter2021-07-121-0/+27
|\
| * OMEMO autocomplete untrustDebXWoody2021-07-101-0/+27
* | Merge pull request #1566 from DebXWoody/bugfixing/oxMichael Vetter2021-07-011-4/+8
|\ \
| * | Bugfixes for OX implementationDebXWoody2021-06-281-4/+8
| |/
* | Add option to only allow messages from jids in rosterMichael Vetter2021-07-011-1/+2
* | Reorder /blocked commandsMichael Vetter2021-07-011-0/+2
|/
* Add command to show single bookmark detailsMichael Vetter2021-06-091-0/+4
* Attention flag for chat windowsDebXWoody2021-05-291-0/+1
* Have separate settings for intypeMichael Vetter2021-05-081-1/+28
* Reduce scope of dir variableMichael Vetter2021-05-061-1/+2
* command: Simplify return in autocompletionMichael Vetter2021-05-061-65/+12
* OMEMO - trust mode (#1506)Stefan2021-04-171-0/+15
* editor: make editor configurable via /executableMichael Vetter2021-04-161-0/+1
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-301-8/+12
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* Add support to register with a roomMichael Vetter2021-03-251-0/+1
* MUC: Add voice requestThorben Günther2021-03-121-0/+1
* Completion: Split up role and affiliation completionThorben Günther2021-03-121-8/+15
* MUC: Show offline members in sidebarThorben Günther2021-03-081-0/+1
* Add /mam commandMichael Vetter2021-01-281-3/+3
* 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
|/