about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asdil12/tray_config'James Booth2016-04-171-3/+16
|\
| * Make tray icon configurable using /tray cmdDominik Heidler2016-04-161-0/+15
|/
* Merge remote-tracking branch 'asdil12/help'James Booth2016-04-151-1/+13
|\
| * Add /command? shortcut to view /help commandDominik Heidler2016-04-131-1/+13
* | Only complete unloaded plugins on /plugins loadJames Booth2016-04-121-1/+1
|/
* Fixed /plugins helpJames Booth2016-04-101-1/+1
* Added /plugins load commandJames Booth2016-04-101-5/+51
* Added whole word matches for room mentionJames Booth2016-04-071-21/+43
* Added reset to /notify helpJames Booth2016-04-041-0/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-6/+6
* Fixed /help group formattingJames Booth2016-03-031-1/+1
* Integrated plugins with /help commandJames Booth2016-02-181-1/+4
* Added cmd_help_autocomplete_addJames Booth2016-02-181-1/+6
* Added plugin commands to /help autocompletionJames Booth2016-02-181-0/+3
* 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-9/+29
|/
* Fixed /role and /affiliation helpJames Booth2016-02-071-2/+2
* Added /roster show|hide unsubscribedJames Booth2016-02-071-0/+1
* Implemented /console private settingJames Booth2016-02-031-7/+17
* Added /console chat autocompletionJames Booth2016-02-031-11/+20
* Fixed help formattingJames Booth2016-02-031-2/+2
* Allow splitting roster rooms by conference serverJames Booth2016-02-011-1/+16
* Added roster.rooms.private.char settingJames Booth2016-01-311-37/+47
* Store /roster count settingJames Booth2016-01-271-1/+0
* Added /roster count commandJames Booth2016-01-271-2/+27
* Roster private chat preferencesJames Booth2016-01-241-3/+19
* Added /roster private commandJames Booth2016-01-241-0/+17
* Formatting of /theme properties command outputJames Booth2016-01-231-4/+4
* Added account theme propertyJames Booth2016-01-221-1/+25
* WIP: Add /theme properties commandJames Booth2016-01-211-2/+5
* Added /roster show|hide contactsJames Booth2016-01-201-2/+5
* Added /roster rooms position preferenceJames Booth2016-01-191-0/+15
* Added /roster unread preferrenceJames Booth2016-01-171-1/+10
* Added /roster room unread preferenceJames Booth2016-01-171-0/+17
* Added window title autocomplete to /close commandJames Booth2016-01-131-14/+34
* Added roster rooms order preferenceJames Booth2016-01-091-0/+25
* Added /win navigation by jid, win titleJames Booth2016-01-071-3/+37
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-76/+109
* Added /roster show|hide roomsJames Booth2016-01-021-2/+5
* Added autoping timeout preferenceJames Booth2016-01-011-5/+14
* Added /console commandJames Booth2015-12-291-1/+52
* Fixed /charset helpJames Booth2015-12-201-1/+1
* Added /charset commandJames Booth2015-12-191-0/+12
* Fix spelling and grammatical mistakes in command help textSteven Erenst2015-12-061-7/+7
* Added /wins unreadJames Booth2015-11-301-0/+4
* Renamed /notify message -> /notify chatJames Booth2015-11-291-43/+41
* Added /notify reset to autocompletionJames Booth2015-11-281-0/+2
* Removed regular chat message triggersJames Booth2015-11-281-20/+2
* Added room specific notify settingsJames Booth2015-11-281-41/+31