about summary refs log tree commit diff stats
path: root/src/server_events.c
Commit message (Expand)AuthorAgeFilesLines
* Moved room config UI code to ui/core.cJames Booth2014-09-071-70/+1
* Fix option handling for room config form parsingJames Booth2014-09-061-1/+1
* Added further debug output for room configJames Booth2014-09-061-8/+55
* Rewrite form parserJames Booth2014-09-061-5/+2
* Debug room config form fieldsJames Booth2014-09-051-1/+10
* Debug room varsJames Booth2014-09-051-0/+11
* Parse data form for room configurationJames Booth2014-09-041-0/+17
* Added /ping commandJames Booth2014-09-041-0/+10
* Validate usage of /room config command, added UI messagesJames Booth2014-09-031-0/+2
* Handle /room config cancelJames Booth2014-09-031-0/+6
* Show message when room requires configJames Booth2014-09-031-0/+6
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-011-28/+0
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-181-7/+14
* Fixed memleaks with otr policy and autoaway optionsJames Booth2014-06-171-0/+2
* Added config.h to files checking for OTR supportJames Booth2014-05-191-0/+2
* Moved OTR policy check to otr moduleJames Booth2014-05-111-1/+1
* Handle room subject and broadcasts sent before roster receivedJames Booth2014-05-051-5/+27
* Rejoin private rooms after reconnectingJames Booth2014-04-231-0/+12
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-231-5/+10
|\
| * Bugfix: Because whitespace was removed, last check OTR always, didn't work, n...lightb2014-04-221-5/+6
| * Added new functionality to OTR always policylightb2014-04-221-1/+7
* | Merge remote-tracking branch 'lucian/master'James Booth2014-04-221-1/+23
|\|
| * Strip whitespace from otr tagged message for proper display.lightb2014-04-221-1/+8
| * Small modification, should check for whitespace pattern even if policy is alw...lightb2014-04-221-6/+7
| * Added OTR opportunistic pattern intercept.lightb2014-04-221-0/+12
* | Chat room windows now created only after successful joinJames Booth2014-04-211-19/+17
|/
* Added simple stanza logging to main consoleJames Booth2014-04-151-0/+6
* Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-131-1/+2
* Removed titlebar functions from ui.hJames Booth2014-04-071-8/+4
* Tidied ui dependenciesJames Booth2014-04-061-3/+8
* Renamed refresh functions to update_virtualJames Booth2014-04-011-1/+1
* Do not scroll to end when chat room message whilst pagingJames Booth2014-03-311-1/+0
* Moved ui_current_page_off to ui_incoming_msgJames Booth2014-03-311-3/+0
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-6/+14
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-3/+1
* 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