about summary refs log tree commit diff stats
path: root/src/server_events.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle errors for /disco info requestsJames Booth2014-09-241-0/+10
|
* Removed _get_caps_key functionJames Booth2014-09-211-5/+4
|
* Handle result of room configuration submitJames Booth2014-09-171-4/+10
|
* Show errors in room when can't retrieve room configJames Booth2014-09-171-13/+1
|
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+6
|
* Tidied error handling for room formsJames Booth2014-09-091-2/+14
|
* Merge branch 'master' into roomconfigJames Booth2014-09-071-1/+1
|\
| * Fixed spelling mistake in ping errorsJames Booth2014-09-071-1/+1
| |
* | Merge branch 'master' into roomconfigJames Booth2014-09-071-0/+10
|\| | | | | | | | | Conflicts: src/server_events.h
| * Added error handling for /ping command responsesJames Booth2014-09-071-0/+10
| |
* | 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
| | | | Issue #341
* Rejoin private rooms after reconnectingJames Booth2014-04-231-0/+12
|
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-231-5/+10
|\ | | | | | | | | Conflicts: src/server_events.c
| * Bugfix: Because whitespace was removed, last check OTR always, didn't work, ↵lightb2014-04-221-5/+6
| | | | | | | | now it works.
| * Added new functionality to OTR always policylightb2014-04-221-1/+7
| | | | | | | | | | | | If policy is set to always, and unencrypted message is received it will try to start an otr session. Note: Fully tested with pidgin, is now working (opportunistic and always)
* | 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
| | | | | | | | | | Will handle BASE + OTRV1TAG/OTRV2TAG or BASE + OTRV1TAG + OTRV2TAG or BASE + OTRV2TAG + OTRV1TAG
| * Small modification, should check for whitespace pattern even if policy is ↵lightb2014-04-221-6/+7
| | | | | | | | always.
| * Added OTR opportunistic pattern intercept.lightb2014-04-221-0/+12
| | | | | | | | | | | | | | | | When a message is received, OTRL_MESSAGE_TAG_BASE + OTRL_MESSAGE_TAG_V1 or OTRL_MESSAGE_TAG_V2 is searched for, if it is, the client attempts to start an OTR session. Tested between profanity clients: WORKED Tested between profanity and pidgin: NOT WORKING (not sure if pidgin checks for the whitespace)
* | 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
| | | | Issue #194
* 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
|