about summary refs log tree commit diff stats
path: root/src/server_events.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2015-02-101-1/+1
* Only show UI events for chat states when in sessionJames Booth2015-01-111-8/+12
* Added remaining chat statesJames Booth2015-01-111-31/+28
* Send active chat state, handle composing and gone from recipientsJames Booth2015-01-101-3/+3
* Show resource in titlebar and on each messageJames Booth2015-01-101-4/+4
* Removed chat states from chat_session module, WIPJames Booth2015-01-081-3/+5
* Added offline handler for chat sessionsJames Booth2015-01-061-0/+2
* Log instead of showing error message when chat recipient not foundJames Booth2015-01-061-1/+1
* Refactored chat session handling on sending messageJames Booth2015-01-041-18/+2
* Use resource in chat sessionsJames Booth2015-01-041-4/+18
* Use events for chat sessionsJames Booth2014-12-291-7/+5
* Fixed chat state for non OTRJames Booth2014-12-281-20/+2
* Moved chat states out of xmpp module for message send chatJames Booth2014-12-271-2/+22
* 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