about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* xep-0084: Look for specific user and print IDMichael Vetter2019-12-181-0/+9
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-121-1/+28
* Add initial support for XEP-0392Michael Vetter2019-12-091-0/+7
* Merge /group command into /rosterMichael Vetter2019-11-251-9/+9
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Merge /chlog and /grlog commands into /loggingMichael Vetter2019-11-121-14/+13
* cmd_room: don't check arguments twiceMichael Vetter2019-11-081-13/+4
* Fix setting of status messageMichael Vetter2019-11-071-0/+4
* Merge state commands (online, away) into statusMichael Vetter2019-11-061-39/+26
* Merge /invite, /invites and /decline commandsMichael Vetter2019-11-051-40/+32
* Add `/titlebar show presence` commandMichael Vetter2019-11-051-0/+6
* Add `/titlebar show resource` commandMichael Vetter2019-11-051-1/+6
* Move /encwarn command into /titlebarMichael Vetter2019-11-051-15/+23
* Move `tls show` to titlebar commandMichael Vetter2019-11-051-7/+19
* Send clipboard via /pasteMichael Vetter2019-10-291-2/+34
* Add clipboard featureMichael Vetter2019-10-291-0/+14
* Remove not neede freeMichael Vetter2019-10-251-1/+0
* Remove /leave commandMichael Vetter2019-10-221-13/+0
* Fix memory leak in cmd_join()Dmitry Podgorny2019-10-141-1/+3
* Make cmd_account saferMichael Vetter2019-10-101-2/+6
* Revert "Fix memleak in cmd_join"Michael Vetter2019-10-061-5/+0
* Fix memleak in cmd_joinMichael Vetter2019-10-061-0/+5
* Free strings in all cases in cmd_roomsMichael Vetter2019-10-061-0/+3
* Free options in error case for cmd_connect()Michael Vetter2019-10-061-0/+5
* Add /clear autocompletion and improve helpMichael Vetter2019-10-051-1/+23
* Merge remote-tracking branch 'philipflohr/master'Michael Vetter2019-10-051-10/+3
|\
| * Don't stop plugin installation if given path points to a directoryPhilip Flohr2019-02-261-11/+3
* | Introduce /reload commandMichael Vetter2019-10-041-0/+9
* | Fix typo conact -> contactMichael Vetter2019-09-291-4/+4
* | Use helper function for cmd_statusMichael Vetter2019-09-291-15/+13
* | Allow pasing a jid to info command in chat windowMichael Vetter2019-09-291-12/+18
* | Allow pasing a jid to status command in chat windowMichael Vetter2019-09-291-2/+10
* | Remove unused code in cmd_room() about win numMichael Vetter2019-08-231-6/+0
* | Add 'save' command to save preferencesMichael Vetter2019-08-021-0/+10
* | Fix 3 leaks in cmd_funcsMichael Vetter2019-07-221-0/+4
* | Guard against arg being NULL in cmd_funcsMichael Vetter2019-07-221-0/+20
* | Fix segfault in /cmd execMichael Vetter2019-07-121-0/+5
* | Add option to set all window related time formatsMichael Vetter2019-06-171-0/+38
* | Refactor cmd_omemo_startMichael Vetter2019-06-071-38/+23
* | Print omemo start related msgs into correct windowMichael Vetter2019-06-071-3/+3
* | Merge pull request #1121 from profanity-im/feature/notify-plugin-failMichael Vetter2019-06-071-4/+8
|\ \
| * | Improve plugin load/install failure messageMichael Vetter2019-06-071-4/+8
* | | Check for sane argument in autoconnect setMichael Vetter2019-06-051-4/+8
* | | Check if valid account before setting autoconnectMichael Vetter2019-06-051-3/+7
|/ /
* | Force UI update before generating OMEMO crypto materialsWilliam Wennerström2019-05-211-0/+1
* | Add occupants charMichael Vetter2019-05-021-0/+17
* | Add occupants wrap optionMichael Vetter2019-04-241-0/+11
* | Put occupants update into own functionMichael Vetter2019-04-231-34/+3
* | Add occupants header charMichael Vetter2019-04-231-0/+43
* | Allow setting occupants indent outside of MUCMichael Vetter2019-04-201-32/+31