about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo maxinum->maximumKlement Sekera2016-03-071-1/+1
* Integrated plugins with /help commandJames Booth2016-02-181-10/+32
* Tidied cons_show_helpJames Booth2016-02-181-2/+2
* Added new help format to c plugins WIPJames Booth2016-02-181-1/+6
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-16/+44
|/
* Fixed memory deallocationsJames Booth2016-02-141-1/+3
* Added /roster show|hide unsubscribedJames Booth2016-02-071-0/+14
* Implemented /console private settingJames Booth2016-02-031-1/+7
* Added console.chat preferenceJames Booth2016-02-031-3/+12
* Update autocompleters on roster nick change/clearJames Booth2016-02-031-0/+9
* Allow splitting roster rooms by conference serverJames Booth2016-02-011-0/+19
* Added roster.rooms.private.char settingJames Booth2016-01-311-0/+18
* Removed unused arg from roster_get_ functionsJames Booth2016-01-311-6/+6
* 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