about summary refs log tree commit diff stats
path: root/src/server_events.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-161-1/+1
* Implemented chat logging options for OTR messagesJames Booth2014-01-131-2/+11
* Added conditionals to makefile for otr supportJames Booth2014-01-121-0/+4
* Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-111-0/+14
* Load OTR private key on connect, gen command checks if already generatedJames Booth2014-01-111-0/+1
* WIP - OTR supportJames Booth2014-01-101-2/+16
* Refactored roster add/updateJames Booth2014-01-051-0/+7
* Moved roster handlers to server_eventsJames Booth2014-01-051-0/+23
* Moved presence handlers to server_eventsJames Booth2014-01-051-0/+133
* Moved messages handlers to server_eventsJames Booth2014-01-051-0/+106
* Moved handle_room_list and handle_disco_items to server_eventsJames Booth2014-01-051-0/+14
* Moved handle_disco_info to server_eventsJames Booth2014-01-051-0/+7
* Moved handle_software_version_result to server_eventsJames Booth2014-01-051-0/+7
* Moved handle_lost_connection and handle_failed_login to server_eventsJames Booth2014-01-051-0/+21
* Moved handle_login_account_success to server_eventsJames Booth2014-01-051-1/+18
* Added server_events.cJames Booth2014-01-051-0/+40