about summary refs log tree commit diff stats
path: root/src/server_events.c
Commit message (Expand)AuthorAgeFilesLines
* Moved otr sources into folderJames Booth2014-02-121-1/+1
* Added presence_error tests, added muc_close()James Booth2014-01-301-7/+7
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-301-3/+12
* Renamed handle_error_message -> handle_presence_errorJames Booth2014-01-301-2/+2
* Moved error handling logic to server_eventsJames Booth2014-01-281-15/+17
* Added fallback message error handlersJames Booth2014-01-271-0/+12
* Show original error messageJames Booth2014-01-261-5/+4
* Changed error message when couldn't join roomJames Booth2014-01-261-1/+1
* Handle recipient not foundJames Booth2014-01-261-0/+10
* Added id handler for pings, disable ping on error type 'cancel'James Booth2014-01-261-0/+8
* Refactored ProfAccount creationJames Booth2014-01-221-1/+2
* Added statuses settings to prefs outputJames Booth2014-01-211-1/+1
* Added use of statuses preferencesJames Booth2014-01-211-6/+42
* WIP - /statuses command optionsJames Booth2014-01-201-2/+8
* Added UI presence functionsJames Booth2014-01-191-43/+4
* Inlined ui_contact_online and ui_contact_offlineJames Booth2014-01-191-13/+55
* 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