about summary refs log tree commit diff stats
path: root/src/event/client_events.c
Commit message (Expand)AuthorAgeFilesLines
* Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
* Added rooms iq testJames Booth2015-05-241-1/+1
* 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