about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
...
* Removed ui_ev_new_chat_winJames Booth2015-10-271-3/+3
* Removed ui_ev_focus_winJames Booth2015-10-271-7/+7
* remaining otr functions take ProfChatWinJames Booth2015-10-271-2/+2
* ui_gone_insecure takes ProfChatWinJames Booth2015-10-261-1/+1
* ui_gone_secure takes ProfChatWinJames Booth2015-10-261-2/+2
* Removed ui_about() functionJames Booth2015-10-261-1/+2
* Fixed spelling mistakeJames Booth2015-10-261-1/+1
* Applied coding style to commands.cJames Booth2015-10-251-95/+94
* Merge remote-tracking branch 'jubalh/jub'James Booth2015-10-241-6/+3
|\
| * Remove double declaration and reduce scope of pcontactMichael Vetter2015-10-091-6/+3
* | Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-3/+23
* | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-181-3/+3
* | Implemented /script showJames Booth2015-10-171-0/+4
* | Implemented /script listJames Booth2015-10-171-0/+4
* | Added /script runJames Booth2015-10-151-0/+16
* | Allow /lastactivity on|off when not connectedJames Booth2015-10-151-4/+4
* | Add ability to script commands after connectJames Booth2015-10-151-0/+7
* | Added /lastactivity on|offJames Booth2015-10-141-2/+7
* | Add preference for showing TLS indicator in titlebarJames Booth2015-10-141-0/+2
* | Fixed closing room config windowsJames Booth2015-10-131-1/+4
* | Use libstrophe/libmesode uuid generatorJames Booth2015-10-121-8/+3
|/
* Added time format perferences per window typeJames Booth2015-09-301-9/+99
* Added last activity time format optionJames Booth2015-09-291-1/+18
* WIP: Added last activity request and responseJames Booth2015-09-291-0/+25
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-79/+76
* 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