about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Send clipboard via /pasteMichael Vetter2019-10-291-2/+34
* Add clipboard featureMichael Vetter2019-10-293-0/+29
* Remove not neede freeMichael Vetter2019-10-251-1/+0
* Remove /leave commandMichael Vetter2019-10-222-27/+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
* Add account clear example to helpMichael Vetter2019-10-061-1/+3
* 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-053-6/+60
* 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-043-0/+23
* | Mention XEP-0191 in blocked commandMichael Vetter2019-09-301-1/+1
* | Document how to block users in MUCsMichael Vetter2019-09-301-2/+4
* | 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-024-0/+26
* | Fix 3 leaks in cmd_funcsMichael Vetter2019-07-221-0/+4
* | Fix several memleaks im cmd_ac.cMichael Vetter2019-07-221-0/+6
* | Fix double initialization of loop iteratorMichael Vetter2019-07-221-1/+0
* | Guard against arg being NULL in cmd_funcsMichael Vetter2019-07-221-0/+20
* | Merge pull request #1154 from optmzr/issue-1099Michael Vetter2019-07-201-45/+50
|\ \
| * | Always check for directory changes with sendfile auto completionWilliam Wennerström2019-07-201-45/+50
* | | Fix segfault in /cmd execMichael Vetter2019-07-121-0/+5
|/ /
* | Add option to set all window related time formatsMichael Vetter2019-06-173-4/+51
* | Add myself to copyrightMichael Vetter2019-06-172-0/+2
* | Use profanity channel as exampleMichael Vetter2019-06-171-3/+3
* | Merge pull request #1123 from profanity-im/fix/1093-already-started-messageMichael Vetter2019-06-071-40/+25
|\ \
| * | 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 #1118 from profanity-im/fix/1117-omemo-autocompletion-crashMichael Vetter2019-06-071-26/+27
|\ \ \ | |/ / |/| |
| * | Only complete certain omemo commands if connectedMichael Vetter2019-06-061-26/+27
* | | 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
* | Merge pull request #1084 from jubalh/occupants-charMichael Vetter2019-05-033-3/+35
|\ \
| * | Add occupants charMichael Vetter2019-05-023-3/+35
* | | Update profanity URL in /tiny exampleMichael Vetter2019-05-031-1/+1
|/ /
* | Add occupants wrap to helpMichael Vetter2019-04-241-2/+4
* | Fix occupants header char messageMichael Vetter2019-04-241-2/+2
* | Add occupants wrap optionMichael Vetter2019-04-242-0/+17
* | Put occupants update into own functionMichael Vetter2019-04-231-34/+3