about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Expand)AuthorAgeFilesLines
* Rename command sourcesJames Booth2016-05-221-2445/+0
* Add cmd_autocomplete.cJames Booth2016-05-201-2849/+15
* Add /tray timer <seconds>James Booth2016-05-151-3/+6
* Add /tray read on|off commandJames Booth2016-05-151-4/+33
* Add session.cJames Booth2016-05-051-8/+8
* Tidy xmpp headersJames Booth2016-05-041-2/+0
* Update /blocked helpJames Booth2016-05-011-1/+1
* Add /blocked commandJames Booth2016-05-011-1/+50
* Check first entry in command sub_funcsJames Booth2016-04-271-1/+1
* Merge branch 'master' into subcmdsJames Booth2016-04-261-0/+133
|\
| * Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+131
* | Added sub commands to command structureJames Booth2016-04-261-90/+317
|/
* 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