about summary refs log tree commit diff stats
path: root/src/server_events.c
Commit message (Collapse)AuthorAgeFilesLines
* Added scroll support to occupant listJames Booth2014-10-071-3/+0
|
* Added room occupants panelJames Booth2014-10-071-0/+7
|
* Include self in room rosterJames Booth2014-10-071-1/+4
|
* Refactor handle_muc_occupant_onlineJames Booth2014-10-071-26/+24
|
* Refactor muc user handlerJames Booth2014-10-071-88/+49
|
* Refactor muc_user_handlerJames Booth2014-10-071-0/+45
|
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-0/+15
|
* Implemented setting and listing rolesJames Booth2014-10-061-0/+27
|
* Implemented /room kick commandJames Booth2014-10-051-7/+26
|
* Added /room kick commandJames Booth2014-10-051-0/+12
|
* Added /room subject commandJames Booth2014-10-051-5/+5
|
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-051-0/+28
|
* Added service discovery to /room info commandJames Booth2014-10-021-0/+12
|
* Store real jid with occupantsJames Booth2014-10-011-6/+6
|
* wip - Store roles and affiliations with occupantsJames Booth2014-09-301-7/+6
|
* Tidied muc moduleJames Booth2014-09-281-23/+23
|
* Store room affiliation and roleJames Booth2014-09-281-0/+1
|
* 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
|\|