about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Lowercase barejid in JidJames Booth2015-02-231-0/+3
* Lowercase barejid before adding to rosterJames Booth2015-02-231-9/+11
* Fixed spelling.Christian Storm2015-02-171-1/+1
* Free jid on caps response handlerJames Booth2015-02-111-1/+6
* Updated copyrightJames Booth2015-02-1019-19/+19
* Free expected_node for legacy capsJames Booth2015-02-091-2/+8
* Removed strdup calls when creating capabilitiesJames Booth2015-02-091-7/+7
* Simplified autocompleters and command historyJames Booth2015-01-163-4/+4
* Only show UI events for chat states when in sessionJames Booth2015-01-111-1/+1
* Added remaining chat statesJames Booth2015-01-111-27/+26
* Send active chat state, handle composing and gone from recipientsJames Booth2015-01-101-25/+21
* Show resource in titlebar and on each messageJames Booth2015-01-101-1/+1
* Removed chat states from chat_session module, WIPJames Booth2015-01-081-32/+32
* Refactored chat sessions in _chat_handlerJames Booth2015-01-071-13/+9
* Added offline handler for chat sessionsJames Booth2015-01-061-2/+4
* Create chat session when no resourceJames Booth2015-01-051-9/+3
* Refactored chat session handling on sending messageJames Booth2015-01-042-16/+25
* Use resource in chat sessionsJames Booth2015-01-044-18/+16
* Fix for receiving regular chat messages with no type attributeJames Booth2015-01-041-2/+16
* Use events for chat sessionsJames Booth2014-12-291-4/+4
* Moved chat_session_set_sent from message.c moduleJames Booth2014-12-291-4/+0
* Added chat_session_on_incoming_messageJames Booth2014-12-291-5/+1
* Fixed chat state for non OTRJames Booth2014-12-281-1/+1
* Moved chat states out of xmpp module for message send chatJames Booth2014-12-272-22/+14
* Removed function pointersJames Booth2014-12-229-391/+258
* Refactored all window recipients and typesJames Booth2014-12-202-32/+45
* Split private message handling to separate functionsJames Booth2014-12-101-4/+4
* Added caching of legacy capabilitiesJames Booth2014-11-303-33/+185
* Store capabilities against fulljid when unsupported hashJames Booth2014-11-275-52/+153
* Refactored parsing capsJames Booth2014-11-263-99/+73
* Refactored available presence handlerJames Booth2014-11-263-74/+120
* Removed bookmark autojoin limitJames Booth2014-11-201-26/+15
* Show roster after roster receivedJames Booth2014-11-201-0/+2
* Implemented /roster by groupJames Booth2014-11-131-1/+1
* Free datetime on ping errorsJames Booth2014-11-031-1/+2
* Fixed leaks in /affiliation and /roleJames Booth2014-11-031-0/+2
* Fixed various memory leaksJames Booth2014-11-015-5/+17
* Renamed room destroy functionJames Booth2014-10-232-3/+3
* Set file permissions for logsJames Booth2014-10-181-0/+6
* Removed debug messages when setting roles/affiliationsJames Booth2014-10-181-4/+0
* Show occupants role/affiliation changesJames Booth2014-10-183-15/+17
* Added reason to role/affiliation changesJames Booth2014-10-181-1/+3
* Removed /duck commandJames Booth2014-10-182-29/+1
* Include self in room rosterJames Booth2014-10-071-7/+6
* Refactor muc user handlerJames Booth2014-10-071-29/+16
* Refactor muc_user_handlerJames Booth2014-10-072-80/+52
* Added jid autocomplete for affiliation commandsJames Booth2014-10-063-8/+22
* Implemented setting and listing rolesJames Booth2014-10-064-11/+201
* Implemented /room kick commandJames Booth2014-10-054-3/+196
* Added /room kick commandJames Booth2014-10-054-1/+91