about summary refs log tree commit diff stats
path: root/src/event/client_events.c
Commit message (Expand)AuthorAgeFilesLines
...
* Split PGP incoming and outgoing message handlingJames Booth2015-08-301-18/+16
* Fixed compile when no OTR or PGP supportJames Booth2015-08-261-1/+1
* Display special char for encrypted messagesJames Booth2015-08-261-6/+6
* Free account on pgp presence sendJames Booth2015-06-241-0/+1
* Added PGP logging preferencesJames Booth2015-06-211-4/+2
* Tidied OTR and PGP combinations in client_events.cJames Booth2015-06-211-19/+39
* Added pgp checks for message sendingJames Booth2015-06-211-3/+42
* Merge branch 'master' into openpgpJames Booth2015-06-191-0/+1
|\
| * Added missing include client_events.cJames Booth2015-06-191-0/+1
* | Merge branch 'master' into openpgpJames Booth2015-06-151-1/+1
|\|
| * Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
* | Merge branch 'master' into openpgpJames Booth2015-06-051-1/+1
|\|
| * Added rooms iq testJames Booth2015-05-241-1/+1
* | Moved pgp signature generation to cl_ev_presence_sendJames Booth2015-05-081-1/+16
|/
* Added cl_ev_presence_sendJames Booth2015-05-071-0/+6
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-3/+3
* cl_ev_send_muc_msg takes ProfMucWin as argJames Booth2015-05-041-2/+2
* ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-041-1/+1
* Pass ProfChatWin to otr_on_message_sendJames Booth2015-05-021-5/+1
* Added ui_win_error_line()James Booth2015-04-291-2/+1
* Return result on OTR message sendingJames Booth2015-04-291-5/+13
* Added ui events moduleJames Booth2015-04-281-13/+0
* Renamed event functionsJames Booth2015-04-281-7/+7
* Moved otr message send event to otr moduleJames Booth2015-04-271-33/+3
* Tidied account loginJames Booth2015-04-231-50/+5
* Moved login events to client events moduleJames Booth2015-04-221-0/+62
* Moved new chat win events to client events moduleJames Booth2015-04-211-0/+13
* Moved all message sending to client events moduleJames Booth2015-04-211-1/+14
* Added client_events module, reuse message sending code for all commandsJames Booth2015-04-191-0/+86