about summary refs log tree commit diff stats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
...
* 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