| Commit message (Expand) | Author | Age | Lines |
* | Check global account away setting in WHO replies | Shane Synan | 2016-01-31 | -2/+7 |
* | IRCv3 userhost-in-names capability | dequis | 2015-12-05 | -2/+11 |
* | irc_send_names: refactor to use GString instead of the stack | dequis | 2015-12-05 | -10/+17 |
* | IRCv3 away-notify capability | dequis | 2015-11-20 | -0/+24 |
* | irc_send_whois: Refactor out a get_status_message() function | dequis | 2015-11-15 | -10/+35 |
* | IRCv3 extended-join capability | dequis | 2015-11-08 | -1/+5 |
* | irc_send_who: move the iu->flags check after iu has a value... | dequis | 2015-10-08 | -3/+3 |
* | IRCv3 multi-prefix... but mostly just adding prefixes to WHO | dequis | 2015-10-08 | -13/+19 |
* | Initial implementation of ircv3 capability negotiation | dequis | 2015-09-10 | -0/+7 |
* | irc_send_join: send topic before names | dequis | 2015-05-05 | -2/+1 |
* | irc_send_motd: the return value of read() is signed | dequis | 2015-02-22 | -1/+1 |
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -274/+260 |
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
* | Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in many | Wilmer van der Gaast | 2012-05-02 | -2/+3 |
* | Big merge from pesco, closing some OTR issues: #759, #824, #839, #830. | Wilmer van der Gaast | 2011-10-20 | -15/+44 |
|\ |
|
| * | rename irc_usermsg to irc_rootmsg. | unknown | 2011-10-03 | -15/+41 |
|/ |
|
* | Include FLOOD=0/9999 (min time between msgs/max burst size) in 005. This | Wilmer van der Gaast | 2011-03-27 | -1/+1 |
* | Added irc_channel_with_user() function to find a suitable channel to show | Wilmer van der Gaast | 2010-11-20 | -2/+2 |
* | There. BitlBee 3.0, it was about time. :-) | Wilmer van der Gaast | 2010-10-22 | -1/+1 |
* | Move whatsnew stuff into help.txt. Stop putting too much string content | Wilmer van der Gaast | 2010-09-06 | -1/+1 |
* | Oops. One more compiler warning. I wish GCC would give the same warnings | Wilmer van der Gaast | 2010-09-05 | -1/+1 |
* | Fix compiler warnings. Also fixing irc_send_motd(), which so far got away | Wilmer van der Gaast | 2010-09-05 | -7/+14 |
* | Fix /WHO on single nicks. | Wilmer van der Gaast | 2010-08-25 | -2/+2 |
* | Process incoming XMPP groupchat invites in a saner way: Create a temporary | Wilmer van der Gaast | 2010-08-23 | -0/+8 |
* | Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to send them | Wilmer van der Gaast | 2010-08-21 | -1/+1 |
* | Oops. We're using channel mode +h (halfop) for a while already, but so far | Wilmer van der Gaast | 2010-08-09 | -3/+4 |
* | Restore default_target setting, kill last_root_cmd variable and just use | Wilmer van der Gaast | 2010-07-29 | -17/+15 |
* | Allow change nicknames when moving contacts between groups. Also fixing a | Wilmer van der Gaast | 2010-07-25 | -1/+2 |
* | Kick the user instead of parting him/her when cleaning up a channel. This is | Wilmer van der Gaast | 2010-07-04 | -0/+6 |
* | Show idle + login time info in /WHOIS (if available). | Wilmer van der Gaast | 2010-06-07 | -0/+8 |
* | Send one /QUIT instead of one or more /PARTs for a user that is being | Wilmer van der Gaast | 2010-06-06 | -0/+5 |
* | Added /part msgs, and the ability to silently remove users from channels | Wilmer van der Gaast | 2010-06-06 | -1/+1 |
* | Show offline/away status better in /WHO and /WHOIS. | Wilmer van der Gaast | 2010-05-04 | -1/+6 |
* | Restore away_devoice. | Wilmer van der Gaast | 2010-05-03 | -7/+54 |
* | Put a channel userlist in irc_channel_user elements so we can save flags | Wilmer van der Gaast | 2010-05-03 | -1/+6 |
* | Don't show an empty status message line in /whois if status_msg is "". | Wilmer van der Gaast | 2010-04-15 | -2/+3 |
* | Support for simple VERSION/PING CTCPs to root. | Wilmer van der Gaast | 2010-04-13 | -0/+13 |
* | Always show root's greeting inside the control channel. | Wilmer van der Gaast | 2010-04-12 | -7/+0 |
* | Show status msg in /WHOIS, using a hopefully more proper 320 numeric reply. | Wilmer van der Gaast | 2010-04-12 | -9/+6 |
* | Don't send the topic at join time if there is none. This seems to be the | Wilmer van der Gaast | 2010-04-12 | -1/+2 |
* | Send nickname change notifications when necessary. | Wilmer van der Gaast | 2010-04-04 | -0/+6 |
* | Get full names properly. Handling of nick_source setting and | Wilmer van der Gaast | 2010-04-04 | -14/+24 |
* | Restored multi-line message support. | Wilmer van der Gaast | 2010-03-27 | -4/+46 |
* | Fixed bug in /WHO $channel output. | Wilmer van der Gaast | 2010-03-27 | -1/+1 |
* | irc_usermsg() works a little bit again. Have to figure out how and where | Wilmer van der Gaast | 2010-03-27 | -3/+18 |
* | Added privmsg handlers to users/channels. root commands are coming back. | Wilmer van der Gaast | 2010-03-27 | -3/+7 |
* | /WHO | Wilmer van der Gaast | 2010-03-27 | -0/+15 |
* | Topic handling changes. | Wilmer van der Gaast | 2010-03-27 | -3/+13 |
* | Added WHOIS command. | Wilmer van der Gaast | 2010-03-26 | -0/+26 |