about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Use hash table to store pluginsJames Booth2016-06-302-15/+15
* Move plugin config add on loadJames Booth2016-06-301-1/+0
* /plugins unload command and completerJames Booth2016-06-303-2/+46
* Revert "WIP - Unload plugin commands"James Booth2016-06-305-76/+9
* WIP - Unload plugin commandsJames Booth2016-06-295-9/+76
* Free string on connect autocompleteJames Booth2016-06-081-0/+2
* Complete no arg for /account propertiesJames Booth2016-06-011-31/+39
* Complete no arg for /join propertiesJames Booth2016-06-011-19/+26
* Complete no arg for /connect propertiesJames Booth2016-06-011-50/+49
* Merge branch 'master' into complete-emptyJames Booth2016-05-314-138/+135
|\
| * Update /notify helpJames Booth2016-05-311-1/+2
| * Remove commented codeJames Booth2016-05-311-26/+0
| * Move /statuses options to /presence commandJames Booth2016-05-314-133/+123
| * Add /presence titlebar subcommandJames Booth2016-05-313-32/+64
* | Merge branch 'master' into complete-emptyJames Booth2016-05-251-9/+12
|\|
| * Update window navigation helpJames Booth2016-05-251-9/+12
* | Complete no arg for /bookmark propertiesJames Booth2016-05-241-40/+51
* | Complete no arg for /role setJames Booth2016-05-241-2/+4
* | Complete no arg for /affiliation setJames Booth2016-05-241-2/+4
* | Complete no arg for /script run|showJames Booth2016-05-241-2/+2
* | Complete no arg for /theme loadJames Booth2016-05-241-1/+1
* | Complete no arg for /plugins loadJames Booth2016-05-241-1/+1
* | Allow empty autocomplete for /otr policyJames Booth2016-05-241-6/+6
|/
* Option to bookmark room invitesJames Booth2016-05-233-3/+22
* Remove unneeded functions from cmd headersJames Booth2016-05-234-167/+168
* Move functions from cmd_defs to cmd_funcsJames Booth2016-05-234-181/+188
* Fix command headersJames Booth2016-05-236-10/+15
* Rename command sourcesJames Booth2016-05-226-9/+10
* Add cmd_autocomplete.cJames Booth2016-05-205-2867/+2996
* Fix output for tray timer settingJames Booth2016-05-151-1/+5
* Add /tray timer <seconds>James Booth2016-05-152-6/+38
* Add /tray read on|off commandJames Booth2016-05-152-11/+54
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-1/+1
* Move disco info struct to connectionJames Booth2016-05-071-1/+1
* Remove redundant tls secured functionJames Booth2016-05-061-2/+2
* Move send stanza functionJames Booth2016-05-061-1/+1
* Move conn is secure functionJames Booth2016-05-061-2/+2
* Move tls peer cert functionJames Booth2016-05-061-2/+2
* Move uuid functionsJames Booth2016-05-061-2/+2
* Move connection fulljid functionJames Booth2016-05-061-3/+3
* Rename jabber_ functionsJames Booth2016-05-061-22/+22
* Add session.cJames Booth2016-05-052-73/+73
* Tidy xmpp headersJames Booth2016-05-043-4/+0
* Update /blocked helpJames Booth2016-05-011-1/+1
* Use current jid for /blocked add in chat winJames Booth2016-05-011-3/+9
* Add /blocked commandJames Booth2016-05-013-1/+108
* Refactored /account set commandsJames Booth2016-04-281-178/+275
* Check first entry in command sub_funcsJames Booth2016-04-271-1/+1
* Updated Command structure commentsJames Booth2016-04-271-1/+3
* Merge branch 'master' into subcmdsJames Booth2016-04-263-8/+197
|\