| Commit message (Expand) | Author | Age | Lines |
... | |
* | Fix handling of outgoing CTCP ACTIONs. | Wilmer van der Gaast | 2010-07-03 | -1/+1 |
* | Support /NOTICE, although for now just to yourself - some IRC clients use | Wilmer van der Gaast | 2010-07-01 | -3/+15 |
* | Allow joining multiple channels at once. Although BitlBee doesn't advertise | Wilmer van der Gaast | 2010-06-28 | -21/+40 |
* | Import chatrooms configured in older BitlBee versions. Settings are currently | Wilmer van der Gaast | 2010-06-27 | -1/+0 |
* | Remember in which channel the user talked to someone and show responses in | Wilmer van der Gaast | 2010-06-26 | -1/+1 |
* | More correct handling of channel names (according to RFC 1459). Pretty | Wilmer van der Gaast | 2010-06-16 | -46/+0 |
* | Allow moving contacts around between groups. Works with at least Jabber, | Wilmer van der Gaast | 2010-06-09 | -1/+3 |
* | Restoring auto-identification using server password. | Wilmer van der Gaast | 2010-06-07 | -1/+1 |
* | Complete (hopefully) fix for nickname changes: Add flags to the identify | Wilmer van der Gaast | 2010-06-07 | -0/+4 |
* | Added /part msgs, and the ability to silently remove users from channels | Wilmer van der Gaast | 2010-06-06 | -1/+1 |
* | Chatroom improvements. Merged chatroom stub into normal chatroom stuff, | Wilmer van der Gaast | 2010-06-05 | -3/+1 |
* | Support for the /topic command. | Wilmer van der Gaast | 2010-06-03 | -12/+13 |
* | Just enough code to join named chatrooms again. This UI is *not* final, the "... | Wilmer van der Gaast | 2010-05-14 | -0/+8 |
* | No. Run the part handler from the IRC /PART command, not from irc_channel.c. | Wilmer van der Gaast | 2010-05-09 | -1/+6 |
* | Restored /invite for groupchats. | Wilmer van der Gaast | 2010-05-08 | -14/+17 |
* | Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat | Wilmer van der Gaast | 2010-05-08 | -2/+0 |
* | Fixed *facepalm* memory management/scoping bug in /AWAY command. | Wilmer van der Gaast | 2010-05-08 | -4/+2 |
* | Restored classical control channel behaviour (the ability to talk to | Wilmer van der Gaast | 2010-05-02 | -0/+3 |
* | Restored all remaining IRC commands that make some sense to have at this | Wilmer van der Gaast | 2010-04-14 | -21/+27 |
* | Restored a few more trivial commands including all the oper stuff. | Wilmer van der Gaast | 2010-04-14 | -15/+13 |
* | /away and set away/status stuff back. | Wilmer van der Gaast | 2010-04-13 | -17/+13 |
* | Start handling CTCPs, in a saner way than before. | Wilmer van der Gaast | 2010-04-12 | -3/+26 |
* | Actually bomb out if channel creation fails at /join time. | Wilmer van der Gaast | 2010-04-12 | -0/+3 |
* | Allow the user to change his/her nick. My old concern was that it gets hairy | Wilmer van der Gaast | 2010-04-11 | -5/+12 |
* | Cleaned lots of compiler warnings so I can get some signal again. | Wilmer van der Gaast | 2010-04-01 | -1/+1 |
* | Restored "account" root command and restored enough stuff to be able to | Wilmer van der Gaast | 2010-03-31 | -9/+9 |
* | Restored server-initiated PINGs. | Wilmer van der Gaast | 2010-03-27 | -9/+9 |
* | Added privmsg handlers to users/channels. root commands are coming back. | Wilmer van der Gaast | 2010-03-27 | -39/+60 |
* | /WHO | Wilmer van der Gaast | 2010-03-27 | -33/+16 |
* | Mode stuff. Also disallow unsetting +R umode which was possible so far | Wilmer van der Gaast | 2010-03-27 | -23/+27 |
* | MOTD command added since, well, I had all the code for it already anyway. | Wilmer van der Gaast | 2010-03-27 | -8/+8 |
* | Added WHOIS command. | Wilmer van der Gaast | 2010-03-26 | -44/+24 |
* | Added JOIN, NAMES and PART commands. | Wilmer van der Gaast | 2010-03-26 | -56/+53 |
* | PING and QUIT work now, and adding some files that weren't checked in so | Wilmer van der Gaast | 2010-03-26 | -3/+4 |
* | One total mess that doesn't do much yet, but reorganised some stuff and | Wilmer van der Gaast | 2010-03-26 | -56/+59 |
* | Include non-away status messages in blist and whois responses. The whois | Wilmer van der Gaast | 2010-03-16 | -0/+2 |
* | Changed formatting of Jabber buddy info response. | Wilmer van der Gaast | 2010-03-07 | -1/+0 |
* | Added global and per-account settings "away" and "status" so the user can | Wilmer van der Gaast | 2010-03-07 | -7/+1 |
* | Don't include chat.h from bitlbee.h. make install-dev doesn't install | Wilmer van der Gaast | 2009-10-22 | -0/+1 |
* | Fixed embarassing early free() bug that sat in the WATCH command handling | Wilmer van der Gaast | 2009-10-04 | -1/+1 |
* | Restored support for password-protected chatrooms (for now only by accepting | Wilmer van der Gaast | 2008-09-28 | -2/+1 |
* | Fixed irc_cmd_join(). Giving a more proper response to invalid channel | Wilmer van der Gaast | 2008-09-28 | -10/+2 |
* | Added auto_join code. | Wilmer van der Gaast | 2008-08-31 | -11/+1 |
* | /join can now be used to join chatrooms, join_chat should not be used | Wilmer van der Gaast | 2008-08-31 | -18/+19 |
* | Added the DEAF command, which makes the daemon stop listening for new | Wilmer van der Gaast | 2008-06-29 | -0/+1 |
* | Changed charset handling: irc_t keeps two iconv structures, which are just | Wilmer van der Gaast | 2008-03-30 | -2/+1 |
* | Closing bug #209: The PASS command can now be used to identify yourself | Wilmer van der Gaast | 2008-03-29 | -3/+21 |
* | Added some brackets in irc_cmd_(pass|oper) to prevent crashes when no | Wilmer van der Gaast | 2008-03-16 | -6/+6 |
* | Passwords in bitlbee.conf can now be (properly salted) MD5 hashes, for | Wilmer van der Gaast | 2008-03-16 | -2/+8 |
* | Got rid of some noise at startup: complaining when the default configuration | Wilmer van der Gaast | 2008-02-11 | -1/+1 |