about summary refs log tree commit diff stats
path: root/src/event
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Moved message display logic to sv_ev_incoming_messageJames Booth2015-06-211-1/+7
|
* 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-152-3/+3
|\|
| * Moved ui/windows -> window_listJames Booth2015-06-152-3/+3
| |
* | Merge branch 'master' into openpgpJames Booth2015-06-051-1/+1
|\| | | | | | | | | Conflicts: .travis.yml
| * Added rooms iq testJames Booth2015-05-241-1/+1
| |
* | Moved pgp signature generation to cl_ev_presence_sendJames Booth2015-05-081-1/+16
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-072-0/+8
|\|
| * Added cl_ev_presence_sendJames Booth2015-05-072-0/+8
| |
* | Moved pgp signature verification to sv_ev_contact_onlineJames Booth2015-05-072-3/+11
|/
* Added ui_contact_onlineJames Booth2015-05-071-32/+2
|
* Use null check convention in server_events.cJames Booth2015-05-041-7/+7
|
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-044-4/+11
|
* cl_ev_send_muc_msg takes ProfMucWin as argJames Booth2015-05-042-3/+3
|
* ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-041-1/+1
|
* Extract private message hanlding in message.cJames Booth2015-05-032-4/+4
|
* Pass ProfChatWin to otr_on_message_sendJames Booth2015-05-021-5/+1
|
* Removed server event delegation functionsJames Booth2015-05-012-272/+0
|
* Move current win check to event, removed next and prev win functionsJames Booth2015-04-301-1/+4
|
* Added ui_win_error_line()James Booth2015-04-291-2/+1
|
* Return result on OTR message sendingJames Booth2015-04-294-8/+16
|
* Return new window on new chat win eventJames Booth2015-04-292-4/+3
|
* Added ui events moduleJames Booth2015-04-284-16/+89
|
* Renamed event functionsJames Booth2015-04-284-144/+144
|
* Moved otr message send event to otr moduleJames Booth2015-04-271-33/+3
|
* Removed server_events dependency on libotr headersJames Booth2015-04-271-40/+1
|
* Renamed incoming otr messageJames Booth2015-04-271-6/+6
|
* Tidied account loginJames Booth2015-04-232-52/+7
|
* Moved login events to client events moduleJames Booth2015-04-222-0/+65
|
* Moved new chat win events to client events moduleJames Booth2015-04-212-0/+16
|
* Moved all message sending to client events moduleJames Booth2015-04-212-2/+17
|
* Added client_events module, reuse message sending code for all commandsJames Booth2015-04-192-0/+126
|
* Renamed server event functionsJames Booth2015-04-192-130/+130
|
* Moved server_events to event/James Booth2015-04-192-0/+954