about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Steven Erenst <stevenerenst@gmail.com>
* 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
|
* Finished basic /notify triggersJames Booth2015-11-251-3/+10
|
* Merge branch 'master' into notificationsJames Booth2015-11-251-0/+14
|\
| * fix typoWill Song2015-11-231-1/+1
| |
| * add feature in issue #585Will Song2015-11-231-0/+14
| | | | | | | | | | | | | | this should only be temporary due the silly amounts of syscalls involved ideally we would create a new escaped string and write that directly via fputs
* | Added autocompleters for notify trigger removalJames Booth2015-11-241-0/+12
| |
* | Added notify triggers WIPJames Booth2015-11-231-12/+50
|/
* Show summary of trusted certificates, add /tls cert <fingerprint>James Booth2015-11-221-2/+8
| | | | fixes #676
* Tidied roster commandsJames Booth2015-11-221-57/+67
|
* Added /roster resource joinJames Booth2015-11-221-0/+17
|
* Added /roster char resourceJames Booth2015-11-221-0/+8
|
* Updated helpJames Booth2015-11-221-3/+3
|
* Added word wrap to roster panelJames Booth2015-11-221-0/+7
|
* Added /roster indent presenceJames Booth2015-11-211-1/+4
|
* Added /roster indent resourceJames Booth2015-11-211-0/+3
|
* Added /roster indent contactJames Booth2015-11-211-32/+45
|
* Removed unused priority settingsJames Booth2015-11-201-1/+1
|
* Added /roster char contactJames Booth2015-11-201-0/+8
|
* Added /roster char headerJames Booth2015-11-191-0/+24
|
* Fixed /roster helpJames Booth2015-11-191-1/+1
|
* Added option to show resource priority in rosterJames Booth2015-11-181-2/+5
|
* Added roster count optionJames Booth2015-11-181-2/+5
|
* Added /roster order name|presenceJames Booth2015-11-171-0/+15
|
* Show presence in roster WIPJames Booth2015-11-151-2/+8
|
* Added /tls trustJames Booth2015-11-101-4/+7
|
* Added /tls cert to show current certificate fingerprintJames Booth2015-11-091-0/+3
|
* Fixed /time help examplesJames Booth2015-11-081-3/+4
| | | | fixes #650
* Added /account autocomplete for startscript propertyJames Booth2015-11-081-22/+31
|
* Added missing config.h includesJames Booth2015-10-311-2/+2
|
* Added /subject edit <subject>James Booth2015-10-291-2/+45
|
* Added /subject prepend <text>James Booth2015-10-291-4/+7
|
* Added /subject append <text>James Booth2015-10-291-1/+4
|
* Applied coding style to command.cJames Booth2015-10-251-110/+110
|
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-4/+77
|
* Added /script autocompletionJames Booth2015-10-171-2/+59
|
* Implemented /script listJames Booth2015-10-171-5/+2
|
* Added /script runJames Booth2015-10-151-2/+33
|
* Add ability to script commands after connectJames Booth2015-10-151-2/+8
|
* Added /lastactivity on|offJames Booth2015-10-141-3/+6
|
* Added TLS show to UI preferencesJames Booth2015-10-141-1/+2
|