about summary refs log tree commit diff stats
path: root/src/server_events.h
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-301-1/+2
* Renamed handle_error_message -> handle_presence_errorJames Booth2014-01-301-1/+1
* Moved error handling logic to server_eventsJames Booth2014-01-281-3/+2
* Added fallback message error handlersJames Booth2014-01-271-0/+2
* Show original error messageJames Booth2014-01-261-1/+1
* Handle recipient not foundJames Booth2014-01-261-0/+1
* Added id handler for pings, disable ping on error type 'cancel'James Booth2014-01-261-0/+1
* WIP - /statuses command optionsJames Booth2014-01-201-0/+2
* Refactored roster add/updateJames Booth2014-01-051-0/+1
* Moved roster handlers to server_eventsJames Booth2014-01-051-0/+5
* Moved presence handlers to server_eventsJames Booth2014-01-051-0/+18
* Moved messages handlers to server_eventsJames Booth2014-01-051-0/+16
* Moved handle_room_list and handle_disco_items to server_eventsJames Booth2014-01-051-0/+2
* Moved handle_disco_info to server_eventsJames Booth2014-01-051-0/+1
* Moved handle_software_version_result to server_eventsJames Booth2014-01-051-0/+2
* Moved handle_lost_connection and handle_failed_login to server_eventsJames Booth2014-01-051-0/+2
* Moved handle_login_account_success to server_eventsJames Booth2014-01-051-0/+1
* Added server_events.cJames Booth2014-01-051-0/+28