about summary refs log tree commit diff stats
path: root/src/event/server_events.c
Commit message (Expand)AuthorAgeFilesLines
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-7/+7
* 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-211-4/+2
* 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-211-3/+93
* 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
* Moved pgp signature verification to sv_ev_contact_onlineJames Booth2015-05-071-1/+10
* Added ui_contact_onlineJames Booth2015-05-071-32/+2
* Use null check convention in server_events.cJames Booth2015-05-041-7/+7
* Extract private message hanlding in message.cJames Booth2015-05-031-2/+2
* Removed server event delegation functionsJames Booth2015-05-011-234/+0
* Renamed event functionsJames Booth2015-04-281-65/+65
* Removed server_events dependency on libotr headersJames Booth2015-04-271-40/+1
* Renamed incoming otr messageJames Booth2015-04-271-6/+6
* Renamed server event functionsJames Booth2015-04-191-65/+65
* Moved server_events to event/James Booth2015-04-191-0/+825