aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee_chat.c
Commit message (Expand)AuthorAgeLines
* Turn purple_chatlist_free() into a imcb_chat_list_free()dequis2016-10-16-0/+17
* Rename bee_chat_list_finish() to imcb_chat_list_finish()dequis2016-10-16-1/+7
* Added an interface for the listing of existing chatroomsjgeboski2016-09-19-0/+5
* IRC self-message support (messages sent by yourself from other clients)dequis2015-10-30-5/+4
* Pass 'reason' values around in imcb_chat_remove_buddy/chat_remove_userdequis2015-08-08-1/+1
* Reindent everything to K&R style with tabsIndent2015-02-20-137/+158
* Add handle_is_self() prpl function to fix JID mismatch confusion bugsdequis2015-01-25-4/+11
* bee-chat: create temporary users for unknown chat participantsjgeboski2015-01-16-3/+9
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
* Fix NULL pointer dereference when removing nicks from groupchats.Wilmer van der Gaast2010-09-06-1/+1
* Process incoming XMPP groupchat invites in a saner way: Create a temporaryWilmer van der Gaast2010-08-23-0/+8
* Restore add_* handle_unknown settings.Wilmer van der Gaast2010-06-03-1/+1
* Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchatWilmer van der Gaast2010-05-08-0/+15
* Support for receiving chatroom topics. Since I didn't restore named chatroomWilmer van der Gaast2010-05-08-12/+9
* Restored imcb_chat_name_hint().Wilmer van der Gaast2010-05-08-50/+4
* Restored support for outgoing messages. This code is all so much saner now..Wilmer van der Gaast2010-05-08-0/+20
* Users leaving really show up again.Wilmer van der Gaast2010-05-08-16/+13
* Support for receiving messages in chatrooms.Wilmer van der Gaast2010-05-08-28/+16
* Would be nice to include bee_chat.c in the repo...Wilmer van der Gaast2010-05-08-0/+263