about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant last activity setterJames Booth2015-09-251-1/+0
* Save last activity to account on disconnectJames Booth2015-09-251-0/+1
* Added /tls revokeJames Booth2015-09-241-0/+14
* Show trusted certificate fingerprint firstJames Booth2015-09-241-3/+3
* Added /tls trusted commandJames Booth2015-09-241-0/+34
* Perform directory exists check before setting TLS cert pathJames Booth2015-09-231-2/+7
* Added TLS trusted certificate path preferenceJames Booth2015-09-231-2/+30
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-221-0/+7
* Moved /winstidy command to /wins autotidyJames Booth2015-09-191-12/+11
* Spelling fixJames Booth2015-09-091-1/+1
* 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-261-2/+22
* PGP: Display whether contact public key was received or manually setJames Booth2015-08-251-2/+6
* PGP: Show key IDs for assigned public keysJames Booth2015-08-251-7/+7
* 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
* Show software version result in current windowJames Booth2015-08-061-0/+24
* 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-271-127/+93
* Added tags to command definitionsJames Booth2015-07-271-87/+137
* Reordered command argumentsJames Booth2015-07-261-85/+85
* Added message for invalid /wins usageJames Booth2015-07-261-0/+2
* Removed old command helpJames Booth2015-07-261-254/+230
* Updated help category outputJames Booth2015-07-261-29/+52
* Moved help and about to new formatJames Booth2015-07-231-9/+10
* Fix /help commands spacingJames Booth2015-07-211-1/+1
* Removed /mouse commandJames Booth2015-07-191-10/+3
* Check for self jid on /softwareJames Booth2015-07-081-0/+4
* Changed /roster empty -> /roster remove_all contactsJames Booth2015-07-081-1/+5
* Allow hiding of empty presence groups: /roster {show,hide} empty (default is ...Daniel2015-07-081-0/+14
* Merge remote-tracking branch 'incertia/time'James Booth2015-07-011-18/+17
|\
| * fix conflictsWill Song2015-05-291-422/+553
| |\
| * | use custom format string for time preferenceWill Song2015-01-271-19/+4
* | | Added messaage when account resource changed whilst connectedJames Booth2015-06-241-1/+5
* | | Fixed various jid and account mem leaksJames Booth2015-06-241-0/+2
* | | free account after account connectJames Booth2015-06-241-0/+1
* | | Added /pgp setkey commandJames Booth2015-06-231-2/+35
* | | Added PGP prefsJames Booth2015-06-221-0/+4
* | | Added PGP logging preferencesJames Booth2015-06-211-0/+23
* | | Moved setting otr.warn -> enc.warnJames Booth2015-06-211-5/+6
* | | Added /pgp end commandJames Booth2015-06-211-0/+24
* | | Added enc_mode check when starting OTRJames Booth2015-06-211-0/+10
* | | Added pgp checks for message sendingJames Booth2015-06-211-2/+2
* | | Added window encyption mode for PGPJames Booth2015-06-201-37/+102