Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Applied coding style to commands.c | James Booth | 2015-10-25 | 1 | -95/+94 | |
| | ||||||
* | Applied coding style to command.h | James Booth | 2015-10-25 | 1 | -9/+9 | |
| | ||||||
* | Applied coding style to command.c | James Booth | 2015-10-25 | 1 | -110/+110 | |
| | ||||||
* | Merge remote-tracking branch 'jubalh/jub' | James Booth | 2015-10-24 | 1 | -6/+3 | |
|\ | ||||||
| * | Remove double declaration and reduce scope of pcontact | Michael Vetter | 2015-10-09 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | | | In command/commands.c you declare pcontact at the top of the function. Later in one case you declare it again and use it in a small scope. And in the same function you use it again this time from the first declaration. I think you intended only declaring it one time. At first I thought about top of the function because its easier to find. Then I saw that you declare "Jid jid" not at the top too, and I think for the sake of reducing scope it is better. So I went for this approach. | |||||
* | | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 2 | -7/+100 | |
| | | ||||||
* | | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATH | James Booth | 2015-10-18 | 1 | -3/+3 | |
| | | ||||||
* | | Added /script autocompletion | James Booth | 2015-10-17 | 1 | -2/+59 | |
| | | ||||||
* | | Implemented /script show | James Booth | 2015-10-17 | 1 | -0/+4 | |
| | | ||||||
* | | Implemented /script list | James Booth | 2015-10-17 | 2 | -5/+6 | |
| | | ||||||
* | | Added /script run | James Booth | 2015-10-15 | 3 | -2/+50 | |
| | | ||||||
* | | Allow /lastactivity on|off when not connected | James Booth | 2015-10-15 | 1 | -4/+4 | |
| | | ||||||
* | | Add ability to script commands after connect | James Booth | 2015-10-15 | 2 | -2/+15 | |
| | | ||||||
* | | Added /lastactivity on|off | James Booth | 2015-10-14 | 2 | -5/+13 | |
| | | ||||||
* | | Added TLS show to UI preferences | James Booth | 2015-10-14 | 1 | -1/+2 | |
| | | ||||||
* | | Add preference for showing TLS indicator in titlebar | James Booth | 2015-10-14 | 2 | -2/+12 | |
| | | | | | | | | Issue #616 | |||||
* | | Fixed closing room config windows | James Booth | 2015-10-13 | 1 | -1/+4 | |
| | | ||||||
* | | Use libstrophe/libmesode uuid generator | James Booth | 2015-10-12 | 1 | -8/+3 | |
|/ | ||||||
* | Added time format perferences per window type | James Booth | 2015-09-30 | 2 | -15/+145 | |
| | ||||||
* | Added last activity time format option | James Booth | 2015-09-29 | 2 | -7/+33 | |
| | ||||||
* | WIP: Added last activity request and response | James Booth | 2015-09-29 | 3 | -0/+43 | |
| | ||||||
* | Increased help examples size | James Booth | 2015-09-28 | 1 | -1/+1 | |
| | ||||||
* | Added contact OTR policy to help | James Booth | 2015-09-28 | 1 | -17/+21 | |
| | ||||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 2 | -94/+113 | |
| | ||||||
* | Removed redundant last activity setter | James Booth | 2015-09-25 | 1 | -1/+0 | |
| | ||||||
* | Save last activity to account on disconnect | James Booth | 2015-09-25 | 1 | -0/+1 | |
| | ||||||
* | Fixed /tls help | James Booth | 2015-09-24 | 1 | -8/+8 | |
| | ||||||
* | Added /tls revoke | James Booth | 2015-09-24 | 2 | -1/+25 | |
| | ||||||
* | Show trusted certificate fingerprint first | James Booth | 2015-09-24 | 1 | -3/+3 | |
| | ||||||
* | Added /tls trusted command | James Booth | 2015-09-24 | 2 | -0/+37 | |
| | ||||||
* | Perform directory exists check before setting TLS cert path | James Booth | 2015-09-23 | 1 | -2/+7 | |
| | ||||||
* | Added TLS trusted certificate path preference | James Booth | 2015-09-23 | 2 | -9/+71 | |
| | ||||||
* | Store trusted TLS cert fingerprints | James Booth | 2015-09-22 | 1 | -2/+5 | |
| | ||||||
* | Prompt user to allow or deny untrusted TLS certificates | James Booth | 2015-09-22 | 3 | -2/+32 | |
| | ||||||
* | Moved /winstidy command to /wins autotidy | James Booth | 2015-09-19 | 3 | -30/+38 | |
| | ||||||
* | Added otr and pgp to /prefs command help | James Booth | 2015-09-09 | 1 | -2/+4 | |
| | ||||||
* | Spelling fix | James Booth | 2015-09-09 | 1 | -1/+1 | |
| | ||||||
* | Removed duplicate help entry for /roster show empty | James Booth | 2015-09-02 | 1 | -1/+0 | |
| | ||||||
* | PGP: Format fingerprints | James Booth | 2015-08-30 | 1 | -1/+3 | |
| | ||||||
* | Split PGP incoming and outgoing message handling | James Booth | 2015-08-30 | 1 | -16/+16 | |
| | ||||||
* | Added /otr char and /pgp char | James Booth | 2015-08-26 | 2 | -10/+40 | |
| | ||||||
* | Added check for libgpgme on account autocomplete | James Booth | 2015-08-26 | 1 | -0/+2 | |
| | ||||||
* | PGP: Added key ID autocompletion to /account setting | James Booth | 2015-08-25 | 1 | -0/+9 | |
| | ||||||
* | Added PGP key autocompleter | James Booth | 2015-08-25 | 1 | -0/+26 | |
| | ||||||
* | PGP: Display whether contact public key was received or manually set | James Booth | 2015-08-25 | 2 | -4/+8 | |
| | ||||||
* | PGP: Show key IDs for assigned public keys | James Booth | 2015-08-25 | 2 | -11/+11 | |
| | ||||||
* | Added HAVE_LIBGPGME check for setting account key | James Booth | 2015-08-25 | 1 | -0/+4 | |
| | ||||||
* | Show public/private indicator when listing PGP keys | James Booth | 2015-08-25 | 1 | -6/+13 | |
| | ||||||
* | Validate PGP key when chosen for account | James Booth | 2015-08-23 | 1 | -2/+6 | |
| | ||||||
* | Check for valid PGP key on start | James Booth | 2015-08-23 | 1 | -2/+2 | |
| |