Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -137/+158 |
| | | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame. | |||
* | Add handle_is_self() prpl function to fix JID mismatch confusion bugs | dequis | 2015-01-25 | -4/+11 |
| | | | | | | | | | When bee_chat needs to check for self messages, it can call this function to let the protocol implementation do the comparison. In the case of jabber, sometimes the server reports a different username after login, this one is stored in jd->internal_jid, and the one that is used for login isn't changed | |||
* | bee-chat: create temporary users for unknown chat participants | jgeboski | 2015-01-16 | -3/+9 |
| | | | | | | | | The imcb_chat_msg() function is unable to send messages to a chat with a user who was not previously added. This function should allow for the sending of messages with users who are not added. This is suitable for protocols which are sending messages to a chat from random users or a large amount of users which join and part frequently. | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
| | ||||
* | Fix NULL pointer dereference when removing nicks from groupchats. | Wilmer van der Gaast | 2010-09-06 | -1/+1 |
| | ||||
* | Process incoming XMPP groupchat invites in a saner way: Create a temporary | Wilmer van der Gaast | 2010-08-23 | -0/+8 |
| | | | | | channel the user can easily /join. | |||
* | Restore add_* handle_unknown settings. | Wilmer van der Gaast | 2010-06-03 | -1/+1 |
| | ||||
* | Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat | Wilmer van der Gaast | 2010-05-08 | -0/+15 |
| | | | | | in a GSList so that a default config fully compiles again. | |||
* | Support for receiving chatroom topics. Since I didn't restore named chatroom | Wilmer van der Gaast | 2010-05-08 | -12/+9 |
| | | | | | support I could only test this using gdb. | |||
* | Restored imcb_chat_name_hint(). | Wilmer van der Gaast | 2010-05-08 | -50/+4 |
| | ||||
* | Restored support for outgoing messages. This code is all so much saner now.. | Wilmer van der Gaast | 2010-05-08 | -0/+20 |
| | ||||
* | Users leaving really show up again. | Wilmer van der Gaast | 2010-05-08 | -16/+13 |
| | ||||
* | Support for receiving messages in chatrooms. | Wilmer van der Gaast | 2010-05-08 | -28/+16 |
| | ||||
* | Would be nice to include bee_chat.c in the repo... | Wilmer van der Gaast | 2010-05-08 | -0/+263 |