about summary refs log tree commit diff stats
path: root/src/server_events.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle result of room configuration submitJames Booth2014-09-171-1/+2
|
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+1
|
* Tidied error handling for room formsJames Booth2014-09-091-1/+1
|
* Merge branch 'master' into roomconfigJames Booth2014-09-071-0/+1
|\ | | | | | | | | Conflicts: src/server_events.h
| * Added error handling for /ping command responsesJames Booth2014-09-071-0/+1
| |
* | Parse data form for room configurationJames Booth2014-09-041-0/+2
|/
* Added /ping commandJames Booth2014-09-041-0/+1
|
* Handle /room config cancelJames Booth2014-09-031-0/+1
|
* Show message when room requires configJames Booth2014-09-031-0/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Chat room windows now created only after successful joinJames Booth2014-04-211-1/+1
|
* Added simple stanza logging to main consoleJames Booth2014-04-151-0/+1
|
* Tidied ui dependenciesJames Booth2014-04-061-0/+1
|
* 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