about summary refs log tree commit diff stats
path: root/src/event
Commit message (Collapse)AuthorAgeFilesLines
...
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-271-6/+6
|
* Renamed ui_incoming_msg -> chatwin_incoming_msgJames Booth2015-10-271-6/+6
|
* Renamed ui_recipient_gone -> chatwin_recipeint_goneJames Booth2015-10-271-1/+1
|
* Tidied ui_recipient_goneJames Booth2015-10-271-1/+15
|
* Renamed chatwin OTR functionsJames Booth2015-10-271-1/+1
|
* Removed ui_events moduleJames Booth2015-10-272-82/+0
|
* Removed ui_ev_new_chat_winJames Booth2015-10-272-7/+0
|
* Removed ui_ev_focus_winJames Booth2015-10-272-9/+0
|
* ui_message_receipt takes ProfChatWinJames Booth2015-10-261-1/+5
|
* Removed ui_chat_win_existsJames Booth2015-10-261-5/+5
|
* Applied coding style to src/event/James Booth2015-10-256-88/+86
|
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-182-3/+3
|
* Add ability to script commands after connectJames Booth2015-10-151-0/+6
|
* Title bar TLS indicatorJames Booth2015-10-142-3/+3
| | | | Issue #616
* Fixed spellingJames Booth2015-09-301-1/+1
|
* Added last activity time format optionJames Booth2015-09-291-7/+29
|
* Use more specific messages for last activity responsesJames Booth2015-09-291-6/+30
|
* Fix last active queryJames Booth2015-09-291-2/+2
|
* WIP: Added last activity request and responseJames Booth2015-09-292-0/+26
|
* Include last activity in initial presenceJames Booth2015-09-272-4/+4
|
* Save trusted certificates to tlscerts file with more informationJames Booth2015-09-242-9/+16
|
* Parse TLS cert subjectJames Booth2015-09-231-4/+37
|
* Fixed spellingJames Booth2015-09-231-1/+1
|
* Tidied output for cert callbackJames Booth2015-09-231-1/+1
|
* Use subject name in cert callbackJames Booth2015-09-221-1/+1
|
* Store trusted TLS cert fingerprintsJames Booth2015-09-221-1/+16
|
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-221-1/+22
|
* Added TLS cert fail callbackJames Booth2015-09-222-0/+18
|
* Pass delay timestamp to all incoming chat eventsJames Booth2015-09-082-37/+21
|
* Split PGP incoming and outgoing message handlingJames Booth2015-08-302-38/+32
|
* Fixed OTR decryption checkJames Booth2015-08-271-1/+1
|
* Renamed enc_message parameter for incoming messagesJames Booth2015-08-262-8/+8
|
* Tidied sv_ev_incoming_messageJames Booth2015-08-261-59/+56
|
* Fixed OTR char displayJames Booth2015-08-261-2/+2
|
* Fixed compile when no OTR or PGP supportJames Booth2015-08-261-1/+1
|
* Display special char for encrypted messagesJames Booth2015-08-262-17/+25
|
* Removed unused barejid argument from PGP decryptionJames Booth2015-08-241-2/+2
|
* Tidied pgp memory allocationsJames Booth2015-08-111-0/+2
|
* Added cons_show_paddedJames Booth2015-07-291-3/+3
|
* WIP fix for #516, needs memory cleanupJames Booth2015-06-292-10/+10
|
* Free account on pgp presence sendJames Booth2015-06-241-0/+1
|
* Merge remote-tracking branch 'pasis/pgp-without-otr-fix'James Booth2015-06-231-2/+1
|\
| * pgp: Fixed compilation error when libotr is not supportedDmitry Podgorny2015-06-231-2/+1
| |
* | Added /pgp setkey commandJames Booth2015-06-231-0/+7
|/
* Added PGP logging preferencesJames Booth2015-06-212-8/+4
|
* Moved setting otr.warn -> enc.warnJames Booth2015-06-211-1/+1
|
* Show message when contact ends PGPJames Booth2015-06-211-0/+4
|
* Encryption modes for sv_ev_incoming_messageJames Booth2015-06-212-5/+96
|
* Tidied OTR and PGP combinations in client_events.cJames Booth2015-06-211-19/+39
|
* Moved window creation to sv_ev_incoming_messageJames Booth2015-06-211-3/+20
|