about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Implemented /console private settingJames Booth2016-02-032-8/+24
* Added console.chat preferenceJames Booth2016-02-031-3/+12
* Added /console chat autocompletionJames Booth2016-02-031-11/+20
* Update autocompleters on roster nick change/clearJames Booth2016-02-031-0/+9
* Fixed help formattingJames Booth2016-02-031-2/+2
* Allow splitting roster rooms by conference serverJames Booth2016-02-012-1/+35
* Added roster.rooms.private.char settingJames Booth2016-01-312-37/+65
* Removed unused arg from roster_get_ functionsJames Booth2016-01-311-6/+6
* Store /roster count settingJames Booth2016-01-272-15/+35
* Added /roster count commandJames Booth2016-01-272-3/+28
* Roster private chat preferencesJames Booth2016-01-242-5/+47
* Added /roster private commandJames Booth2016-01-242-0/+44
* Formatting of /theme properties command outputJames Booth2016-01-231-4/+4
* Added account theme propertyJames Booth2016-01-222-1/+80
* WIP: Add /theme properties commandJames Booth2016-01-212-2/+7
* Added /roster show|hide contactsJames Booth2016-01-202-2/+19
* Added /roster rooms position preferenceJames Booth2016-01-193-2/+36
* Added /roster unread preferrenceJames Booth2016-01-172-1/+37
* Added /roster room unread preferenceJames Booth2016-01-172-0/+43
* 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-132-86/+156
* Added roster rooms order preferenceJames Booth2016-01-092-0/+50
* Added /win navigation by jid, win titleJames Booth2016-01-072-8/+61
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-052-76/+116
* 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-022-2/+19
* Added autoping timeout preferenceJames Booth2016-01-012-17/+49
* Added /console commandJames Booth2015-12-293-1/+73
* Fixed /charset helpJames Booth2015-12-201-1/+1
* Added /charset commandJames Booth2015-12-193-0/+34
* Show PGP error stringsJames Booth2015-12-151-4/+9
* Fix spelling and grammatical mistakes in command help textSteven Erenst2015-12-061-7/+7
* Added /wins unreadJames Booth2015-11-302-1/+7
* Tidied output for /notify commandJames Booth2015-11-291-55/+75
* Renamed /notify message -> /notify chatJames Booth2015-11-292-65/+63
* Added /notify reset to autocompletionJames Booth2015-11-281-0/+2
* Removed regular chat message triggersJames Booth2015-11-282-67/+2
* Added room specific notify settingsJames Booth2015-11-282-61/+189
* Merge branch 'master' into notificationsJames Booth2015-11-271-1/+1
|\
| * Fix typoAlex Jordan2015-11-271-1/+1
* | Finished basic /notify triggersJames Booth2015-11-252-9/+23
* | Merge branch 'master' into notificationsJames Booth2015-11-253-0/+110
|\|
| * Merge remote-tracking branch 'incertia/export-command'James Booth2015-11-253-0/+110
| |\
| | * 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