Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added /subject append <text> | James Booth | 2015-10-29 | 2 | -1/+21 | |
| | ||||||
* | Renamed ui_new_chat_win -> chatwin_new | James Booth | 2015-10-27 | 1 | -3/+3 | |
| | ||||||
* | Renamed chatwin OTR functions | James Booth | 2015-10-27 | 1 | -5/+5 | |
| | ||||||
* | Removed ui_events module | James Booth | 2015-10-27 | 1 | -2/+1 | |
| | ||||||
* | Removed ui_ev_new_chat_win | James Booth | 2015-10-27 | 1 | -3/+3 | |
| | ||||||
* | Removed ui_ev_focus_win | James Booth | 2015-10-27 | 1 | -7/+7 | |
| | ||||||
* | remaining otr functions take ProfChatWin | James Booth | 2015-10-27 | 1 | -2/+2 | |
| | ||||||
* | ui_gone_insecure takes ProfChatWin | James Booth | 2015-10-26 | 1 | -1/+1 | |
| | ||||||
* | ui_gone_secure takes ProfChatWin | James Booth | 2015-10-26 | 1 | -2/+2 | |
| | ||||||
* | Removed ui_about() function | James Booth | 2015-10-26 | 1 | -1/+2 | |
| | ||||||
* | Fixed spelling mistake | James Booth | 2015-10-26 | 1 | -1/+1 | |
| | ||||||
* | Applied coding style to commands.h | James Booth | 2015-10-25 | 1 | -85/+85 | |
| | ||||||
* | 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 | |
| |