aboutsummaryrefslogtreecommitdiffstats
path: root/irc_send.c
Commit message (Expand)AuthorAgeLines
* Support motd.txt files bigger than 2048 charsdequis2016-10-18-9/+7
* Remove the ARCH / CPU defines.Jelmer Vernooij2016-05-15-2/+2
* Check global account away setting in WHO repliesShane Synan2016-01-31-2/+7
* IRCv3 userhost-in-names capabilitydequis2015-12-05-2/+11
* irc_send_names: refactor to use GString instead of the stackdequis2015-12-05-10/+17
* IRCv3 away-notify capabilitydequis2015-11-20-0/+24
* irc_send_whois: Refactor out a get_status_message() functiondequis2015-11-15-10/+35
* IRCv3 extended-join capabilitydequis2015-11-08-1/+5
* irc_send_who: move the iu->flags check after iu has a value...dequis2015-10-08-3/+3
* IRCv3 multi-prefix... but mostly just adding prefixes to WHOdequis2015-10-08-13/+19
* Initial implementation of ircv3 capability negotiationdequis2015-09-10-0/+7
* irc_send_join: send topic before namesdequis2015-05-05-2/+1
* irc_send_motd: the return value of read() is signeddequis2015-02-22-1/+1
* Reindent everything to K&R style with tabsIndent2015-02-20-274/+260
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in manyWilmer van der Gaast2012-05-02-2/+3
* Big merge from pesco, closing some OTR issues: #759, #824, #839, #830.Wilmer van der Gaast2011-10-20-15/+44
|\
| * rename irc_usermsg to irc_rootmsg.unknown2011-10-03-15/+41
|/
* Include FLOOD=0/9999 (min time between msgs/max burst size) in 005. ThisWilmer van der Gaast2011-03-27-1/+1
* Added irc_channel_with_user() function to find a suitable channel to showWilmer van der Gaast2010-11-20-2/+2
* There. BitlBee 3.0, it was about time. :-)Wilmer van der Gaast2010-10-22-1/+1
* Move whatsnew stuff into help.txt. Stop putting too much string contentWilmer van der Gaast2010-09-06-1/+1
* Oops. One more compiler warning. I wish GCC would give the same warningsWilmer van der Gaast2010-09-05-1/+1
* Fix compiler warnings. Also fixing irc_send_motd(), which so far got awayWilmer van der Gaast2010-09-05-7/+14
* Fix /WHO on single nicks.Wilmer van der Gaast2010-08-25-2/+2
* Process incoming XMPP groupchat invites in a saner way: Create a temporaryWilmer van der Gaast2010-08-23-0/+8
* Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to send themWilmer van der Gaast2010-08-21-1/+1
* Oops. We're using channel mode +h (halfop) for a while already, but so farWilmer van der Gaast2010-08-09-3/+4
* Restore default_target setting, kill last_root_cmd variable and just useWilmer van der Gaast2010-07-29-17/+15
* Allow change nicknames when moving contacts between groups. Also fixing aWilmer van der Gaast2010-07-25-1/+2
* Kick the user instead of parting him/her when cleaning up a channel. This isWilmer van der Gaast2010-07-04-0/+6
* Show idle + login time info in /WHOIS (if available).Wilmer van der Gaast2010-06-07-0/+8
* Send one /QUIT instead of one or more /PARTs for a user that is beingWilmer van der Gaast2010-06-06-0/+5
* Added /part msgs, and the ability to silently remove users from channelsWilmer van der Gaast2010-06-06-1/+1
* Show offline/away status better in /WHO and /WHOIS.Wilmer van der Gaast2010-05-04-1/+6
* Restore away_devoice.Wilmer van der Gaast2010-05-03-7/+54
* Put a channel userlist in irc_channel_user elements so we can save flagsWilmer van der Gaast2010-05-03-1/+6
* Don't show an empty status message line in /whois if status_msg is "".Wilmer van der Gaast2010-04-15-2/+3
* Support for simple VERSION/PING CTCPs to root.Wilmer van der Gaast2010-04-13-0/+13
* Always show root's greeting inside the control channel.Wilmer van der Gaast2010-04-12-7/+0
* Show status msg in /WHOIS, using a hopefully more proper 320 numeric reply.Wilmer van der Gaast2010-04-12-9/+6
* Don't send the topic at join time if there is none. This seems to be theWilmer van der Gaast2010-04-12-1/+2
* Send nickname change notifications when necessary.Wilmer van der Gaast2010-04-04-0/+6
* Get full names properly. Handling of nick_source setting andWilmer van der Gaast2010-04-04-14/+24
* Restored multi-line message support.Wilmer van der Gaast2010-03-27-4/+46
* Fixed bug in /WHO $channel output.Wilmer van der Gaast2010-03-27-1/+1
* irc_usermsg() works a little bit again. Have to figure out how and whereWilmer van der Gaast2010-03-27-3/+18
* Added privmsg handlers to users/channels. root commands are coming back.Wilmer van der Gaast2010-03-27-3/+7
* /WHOWilmer van der Gaast2010-03-27-0/+15