about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.c
Commit message (Expand)AuthorAgeFilesLines
* add: autocompletion plugins argumentsViachaslau Khalikin2022-09-201-0/+6
* Add autocompletion for `/log level`Michael Vetter2022-06-221-0/+13
* Let user change log level while runningMichael Vetter2022-06-221-0/+1
* Make mood display optionalMichael Vetter2022-06-221-0/+2
* Add basic qrcode functionsMichael Vetter2022-05-301-0/+1
* Add `/avatar set` command to publish avatarMarcoPolo-PasTonMolo2022-05-261-0/+6
* Update copyright yearMichael Vetter2022-05-091-1/+1
* ox: remove /ox sendfile because its actually not implementedMichael Vetter2022-05-051-8/+0
* ox: show ox preferencesMichael Vetter2022-05-051-0/+1
* ox: Add /ox log commandMichael Vetter2022-05-051-0/+6
* Fix autocomplete for `/ox discover`.Martin Dosch2022-05-021-1/+1
* ox: add jid autocompletion for /ox requestMichael Vetter2022-05-021-0/+5
* Merge pull request #1697 from cockroach/feature/offline-muc-notificationsMichael Vetter2022-04-281-0/+11
|\
| * Add support for offline MUC notificationsStefan Ott2022-04-231-0/+11
* | Fix ox autocompletionMichael Vetter2022-04-281-3/+10
* | ox: group online autocompletion togetherMichael Vetter2022-04-281-10/+5
|/
* Add none option for /whoMarcoPolo-PasTonMolo2022-03-271-0/+1
* Add adhoc cmd autocompletionMichael Vetter2022-03-211-0/+19
* Merge pull request #1644 from profanity-im/ox-polishMichael Vetter2022-03-211-21/+2
|\
| * Remove strange block from ox autocompleteMichael Vetter2022-02-251-18/+0
| * Remove useless commentMichael Vetter2022-02-251-5/+0
| * ox: add autocomplete for /ox announceMichael Vetter2022-02-241-0/+4
* | Add `/subject editor` commandMichael Vetter2022-02-261-5/+2
|/
* 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