about summary refs log tree commit diff stats
path: root/src/server_events.c
Commit message (Expand)AuthorAgeFilesLines
* Use password for chat room invitesJames Booth2015-03-291-2/+2
* Add callback data to room disco info response handlerJames Booth2015-03-291-4/+5
* Set members only property when getting room featuresJames Booth2015-03-291-0/+2
* Added check members only room to send mediated invitesJames Booth2015-03-281-0/+3
* Move common chat logging code to log.cJames Booth2015-03-151-30/+3
* Merge branch 'master' into xep-0184James Booth2015-03-141-3/+4
|\
| * Don't switch window on sent carbonJames Booth2015-03-141-1/+1
* | Removed from argument from outgoing message functionsJames Booth2015-03-141-1/+1
* | Show message received text for receiptsJames Booth2015-03-111-1/+1
* | Added basic delivery receiptsJames Booth2015-03-111-0/+6
|/
* Send private carbons element with message when encryptedJames Booth2015-03-101-2/+2
* Added server error handling when setting /carbons preferenceJames Booth2015-03-091-0/+12
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+5
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+5
* | 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