about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add preference for showing TLS indicator in titlebarJames Booth2015-10-141-2/+10
* Added time format perferences per window typeJames Booth2015-09-301-6/+46
* Added last activity time format optionJames Booth2015-09-291-6/+15
* WIP: Added last activity request and responseJames Booth2015-09-291-0/+17
* Added contact OTR policy to helpJames Booth2015-09-281-17/+21
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-15/+37
* Fixed /tls helpJames Booth2015-09-241-8/+8
* Added /tls revokeJames Booth2015-09-241-1/+11
* Added /tls trusted commandJames Booth2015-09-241-0/+3
* Added TLS trusted certificate path preferenceJames Booth2015-09-231-7/+41
* Store trusted TLS cert fingerprintsJames Booth2015-09-221-2/+5
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-221-2/+24
* Moved /winstidy command to /wins autotidyJames Booth2015-09-191-17/+27
* Added otr and pgp to /prefs command helpJames Booth2015-09-091-2/+4
* Removed duplicate help entry for /roster show emptyJames Booth2015-09-021-1/+0
* Added /otr char and /pgp charJames Booth2015-08-261-8/+18
* Added check for libgpgme on account autocompleteJames Booth2015-08-261-0/+2
* PGP: Added key ID autocompletion to /account settingJames Booth2015-08-251-0/+9
* Added PGP key autocompleterJames Booth2015-08-251-0/+26
* PGP: Display whether contact public key was received or manually setJames Booth2015-08-251-2/+2
* PGP: Show key IDs for assigned public keysJames Booth2015-08-251-4/+4
* Updated /help helpJames Booth2015-08-081-1/+6
* Modified /account helpJames Booth2015-08-031-30/+32
* Added account status autocompleteJames Booth2015-08-031-0/+20
* Retagged commandsJames Booth2015-07-271-99/+121
* Added tags to command definitionsJames Booth2015-07-271-3/+220
* Use command definition macros for remaining commandsJames Booth2015-07-261-676/+461
* Added command definition macrosJames Booth2015-07-261-329/+229
* Reordered command argumentsJames Booth2015-07-261-1/+1
* Removed old command helpJames Booth2015-07-261-81/+81
* Updated help category outputJames Booth2015-07-261-65/+46
* Moved remaining help to new formatJames Booth2015-07-261-315/+507
* Fix formatting for variables in new helpJames Booth2015-07-251-15/+15
* Generate HTML docs using new help formatJames Booth2015-07-251-15/+73
* Added more help to new formatJames Booth2015-07-251-504/+744
* Added roster to new help formatJames Booth2015-07-241-42/+54
* Added msg to new help formatJames Booth2015-07-241-26/+37
* Added connect to new help formatJames Booth2015-07-241-53/+60