about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Store /roster count settingJames Booth2016-01-271-14/+35
* Roster private chat preferencesJames Booth2016-01-241-2/+28
* Added /roster private commandJames Booth2016-01-241-0/+27
* Added account theme propertyJames Booth2016-01-221-0/+55
* WIP: Add /theme properties commandJames Booth2016-01-211-0/+2
* Added /roster show|hide contactsJames Booth2016-01-201-0/+14
* Added /roster rooms position preferenceJames Booth2016-01-191-1/+20
* Added /roster unread preferrenceJames Booth2016-01-171-0/+27
* Added /roster room unread preferenceJames Booth2016-01-171-0/+26
* Added roster contact themesJames Booth2016-01-141-0/+4
* Fix compile error on CygwinJames Booth2016-01-141-2/+2
* Added window title autocomplete to /close commandJames Booth2016-01-131-72/+122
* Added roster rooms order preferenceJames Booth2016-01-091-0/+25
* Added /win navigation by jid, win titleJames Booth2016-01-071-5/+24
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-0/+7
* Add cl_ev_disconnectJames Booth2016-01-031-15/+4
* Close all windows on /disconnectJames Booth2016-01-031-0/+1
* Added /roster show|hide roomsJames Booth2016-01-021-0/+14
* Added autoping timeout preferenceJames Booth2016-01-011-12/+35
* Added /console commandJames Booth2015-12-291-0/+20
* Added /charset commandJames Booth2015-12-191-0/+21
* Show PGP error stringsJames Booth2015-12-151-4/+9
* Added /wins unreadJames Booth2015-11-301-1/+3
* Tidied output for /notify commandJames Booth2015-11-291-55/+75
* Renamed /notify message -> /notify chatJames Booth2015-11-291-22/+22
* Removed regular chat message triggersJames Booth2015-11-281-47/+0
* Added room specific notify settingsJames Booth2015-11-281-20/+158
* Merge branch 'master' into notificationsJames Booth2015-11-271-1/+1
|\
| * Fix typoAlex Jordan2015-11-271-1/+1
* | Finished basic /notify triggersJames Booth2015-11-251-6/+13
* | Merge branch 'master' into notificationsJames Booth2015-11-251-0/+95
|\|
| * Merge remote-tracking branch 'incertia/export-command'James Booth2015-11-251-0/+95
| |\
| | * add spaces after constructs such as if/for/whileWill Song2015-11-241-13/+13
| | * free fname as soon as we are done with it (also prevents a memory leak)Will Song2015-11-241-1/+1
| | * remove NULL check because parse_args will fail before calling cmd_exportWill Song2015-11-241-3/+1
| | * add some code to deal with a common $HOME conventionWill Song2015-11-241-1/+13
| | * show different message when one is not connectedWill Song2015-11-241-3/+9
| | * move brace to newline to follow conventionsWill Song2015-11-241-1/+2
| | * styling changes and remove temporary commentWill Song2015-11-241-7/+5
| | * actually check the return value of write for rare fail conditionsWill Song2015-11-231-13/+21
| | * ignore another return value and move initial loop declaration outside of loopWill Song2015-11-231-4/+5
| | * mark return value of sys_write as unused to fix testsWill Song2015-11-231-4/+7
| | * since we keep track of length correctly, we don't need to add a null terminat...Will Song2015-11-231-1/+1
| | * decrease the amount of sys_writes used and add a useful error messageWill Song2015-11-231-8/+22
| | * add feature in issue #585Will Song2015-11-231-0/+54
| |/
* | Added functions to manage custom notification triggersJames Booth2015-11-241-10/+52
* | Added notify triggers WIPJames Booth2015-11-231-0/+48
|/
* Show summary of trusted certificates, add /tls cert <fingerprint>James Booth2015-11-221-16/+27
* Tidied roster commandsJames Booth2015-11-221-38/+48
* Added /roster resource joinJames Booth2015-11-221-0/+11