about summary refs log tree commit diff stats
path: root/src/server_events.c
Commit message (Expand)AuthorAgeFilesLines
* Refactored all window recipients and typesJames Booth2014-12-201-13/+13
* Added occupantswin.cJames Booth2014-12-161-8/+8
* Moved roster functionsJames Booth2014-12-161-3/+3
* Split private message handling to separate functionsJames Booth2014-12-101-45/+46
* Show roster after roster receivedJames Booth2014-11-201-0/+4
* Implemented /roster by groupJames Booth2014-11-131-0/+8
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-0/+4
* Added simple rosterJames Booth2014-11-101-0/+4
* Removed hash_table_iter usage for room rosterJames Booth2014-11-031-2/+3
* Added /privileges command to set UI option for showing roles/affiliations in ...James Booth2014-10-181-22/+26
* Removed debug messages when setting roles/affiliationsJames Booth2014-10-181-12/+0
* Show occupants role/affiliation changesJames Booth2014-10-181-4/+30
* Added reason to role/affiliation changesJames Booth2014-10-181-5/+5
* Add output for when both role and affiliation changed at same timeJames Booth2014-10-181-3/+9
* Show occupants role and affiliation when they join a roomJames Booth2014-10-181-1/+1
* Removed /duck commandJames Booth2014-10-181-6/+0
* Show role/affiliation on room join and on changeJames Booth2014-10-121-3/+13
* Added /affiliation and /role commandsJames Booth2014-10-121-0/+2
* Fixed nick changesJames Booth2014-10-101-2/+5
* Renamed args to /occupants defaultJames Booth2014-10-091-0/+6
* 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
|\|
| * 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