about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
* Removed redundant last activity setterJames Booth2015-09-251-1/+0
|
* Save last activity to account on disconnectJames Booth2015-09-251-0/+1
|
* Fixed /tls helpJames Booth2015-09-241-8/+8
|
* Added /tls revokeJames Booth2015-09-242-1/+25
|
* Show trusted certificate fingerprint firstJames Booth2015-09-241-3/+3
|
* Added /tls trusted commandJames Booth2015-09-242-0/+37
|
* Perform directory exists check before setting TLS cert pathJames Booth2015-09-231-2/+7
|
* Added TLS trusted certificate path preferenceJames Booth2015-09-232-9/+71
|
* Store trusted TLS cert fingerprintsJames Booth2015-09-221-2/+5
|
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-223-2/+32
|
* Moved /winstidy command to /wins autotidyJames Booth2015-09-193-30/+38
|
* Added otr and pgp to /prefs command helpJames Booth2015-09-091-2/+4
|
* Spelling fixJames Booth2015-09-091-1/+1
|
* Removed duplicate help entry for /roster show emptyJames Booth2015-09-021-1/+0
|
* PGP: Format fingerprintsJames Booth2015-08-301-1/+3
|
* Split PGP incoming and outgoing message handlingJames Booth2015-08-301-16/+16
|
* Added /otr char and /pgp charJames Booth2015-08-262-10/+40
|
* 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-252-4/+8
|
* PGP: Show key IDs for assigned public keysJames Booth2015-08-252-11/+11
|
* Added HAVE_LIBGPGME check for setting account keyJames Booth2015-08-251-0/+4
|
* Show public/private indicator when listing PGP keysJames Booth2015-08-251-6/+13
|
* Validate PGP key when chosen for accountJames Booth2015-08-231-2/+6
|
* Check for valid PGP key on startJames Booth2015-08-231-2/+2
|
* Free id for OTR messagesJames Booth2015-08-201-2/+4
|
* Updated /help helpJames Booth2015-08-081-1/+6
|
* Show software version result in current windowJames Booth2015-08-061-0/+24
|
* Modified /account helpJames Booth2015-08-031-30/+32
|
* Added account status autocompleteJames Booth2015-08-031-0/+20
|
* Added cons_show_paddedJames Booth2015-07-291-4/+4
|
* Added indent paddingJames Booth2015-07-291-13/+13
|
* Refactored showing tagged command helpJames Booth2015-07-281-98/+65
|
* Retagged commandsJames Booth2015-07-273-227/+215
|
* Added tags to command definitionsJames Booth2015-07-274-90/+361
|
* 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-263-166/+166
|
* Added message for invalid /wins usageJames Booth2015-07-261-0/+2
|
* Removed old command helpJames Booth2015-07-263-419/+391
|
* Updated help category outputJames Booth2015-07-262-94/+98
|
* 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
|
* Moved help and about to new formatJames Booth2015-07-233-111/+204
|