about summary refs log tree commit diff stats
path: root/src/room_chat.c
Commit message (Expand)AuthorAgeFilesLines
* Colour chat room members by presence for /whoJames Booth2012-12-061-1/+1
* Show "request pending" in /sub show, when request has been sentJames Booth2012-11-271-1/+1
* Send presence changes to chat roomsJames Booth2012-11-201-1/+15
* Handle room broadcastsJames Booth2012-11-191-0/+7
* Handle room member presenceJames Booth2012-11-191-0/+17
* Return whether or not room member presence was changedJames Booth2012-11-181-1/+13
* Show message when own nickname changed in chat roomsJames Booth2012-11-181-0/+25
* Moved function to remove from roster on nick changeJames Booth2012-11-181-0/+1
* Fixed error when not nick name change presenceJames Booth2012-11-181-3/+2
* Handle nick changes from other usersJames Booth2012-11-181-2/+39
* Allow nick change in chat roomJames Booth2012-11-181-0/+11
* Added function to create room jid from room and nickJames Booth2012-11-101-0/+31
* Renamed room_chat functionJames Booth2012-11-101-1/+1
* Tidy room_chatJames Booth2012-11-101-41/+41
* Renamed jid->room in room_chatJames Booth2012-11-101-5/+5
* Handle subject from roomJames Booth2012-11-101-0/+17
* Basic chat room handling of presenceJames Booth2012-11-081-6/+20
* room_chat: add occupants to room roster until roster receivedJames Booth2012-11-071-0/+24
* jabber: wait until full room roster received before showingJames Booth2012-11-071-0/+28
* room_chat: rename room_is_activeJames Booth2012-11-071-1/+1
* Added room_parse_room_jid to room_chatJames Booth2012-11-061-0/+17
* Leaving chat rooms on /closeJames Booth2012-11-061-16/+50
* Handle room presence notificationsJames Booth2012-11-051-0/+14
* Check for groupchatJames Booth2012-11-051-0/+16
* Added room_chat moduleJames Booth2012-11-041-0/+44