aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' into patched-masterMarius Halden2018-04-19-4/+4
|\
| * irc.h: Add G_GNUC_PRINTF annotations to printf-like functionsdequis2018-02-11-4/+4
* | Merge branch 'master' into patched-masterMarius Halden2017-04-07-0/+2
|\|
| * Add PROXY command. Not actually an IRC protocol command, it's a HAProxyWilmer van der Gaast2017-04-06-0/+3
* | Merge branch 'master' into patched-masterMarius Halden2016-11-12-0/+1
|\|
| * otr: word_wrap long system messages ("unencrypted message received")dequis2016-11-11-0/+1
* | Add autosave after 30 secMarius Halden2016-08-02-0/+1
* | Add support for multiple accounts in set accountMarius Halden2016-05-07-1/+1
* | Revert "Add support for multiple accounts in set account"Marius Halden2016-05-07-1/+1
* | Fix build for patched-masterMarius Halden2016-05-07-0/+1
* | Add support for multiple accounts in set accountMarius Halden2016-05-07-1/+1
* | Revert "Better handling of set account"Marius Halden2016-05-07-3/+1
* | Better handling of set accountMarius Halden2016-05-07-1/+3
* | Rename irc_send_msg*_tagged to irc_send_tagged_msg* and remove some codeMarius Halden2016-05-07-3/+6
* | Add authmode saslMarius Halden2016-05-07-0/+1
* | Add server-time capabilityMarius Halden2016-05-07-0/+1
* | Add support for message tags in irc_send_msg*Marius Halden2016-05-07-0/+3
* | Fix some headers for sslMarius Halden2016-05-07-4/+8
* | Start adding ssl supportMarius Halden2016-05-07-0/+11
* | Add support for changing root/user mode to any supportedMarius Halden2016-05-07-1/+2
* | Add support for owner/admin channel modesMarius Halden2016-05-07-4/+6
|/
* Authentication: scaffolding for multiple authentication backendsDennis Kaarsemaker2016-03-25-0/+1
* IRCv3 userhost-in-names capabilitydequis2015-12-05-0/+1
* IRCv3 away-notify capabilitydequis2015-11-20-0/+2
* IRCv3 extended-join capabilitydequis2015-11-08-0/+1
* IRC self-message support (messages sent by yourself from other clients)dequis2015-10-30-0/+1
* IRCv3 SASL capability + PLAIN methoddequis2015-10-08-0/+2
* IRCv3 multi-prefix... but mostly just adding prefixes to WHOdequis2015-10-08-2/+2
* Move CAP commands to irc_cap.c; use enum for flagsdequis2015-09-30-0/+8
* CAP REQdequis2015-09-10-0/+1
* Initial implementation of ircv3 capability negotiationdequis2015-09-10-0/+2
* irc_channel: use irc_t instead of bee_tdequis2015-04-06-1/+1
* irc: split bee_irc_chat_name_hint in a few functionsdequis2015-04-06-0/+2
* Reindent everything to K&R style with tabsIndent2015-02-20-140/+126
* irc_commands: implemented KICK supportjgeboski2015-01-29-0/+1
* irc-channel: implemented a special mode for show_usersjgeboski2015-01-28-1/+1
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
* Allow use of "ac x set -del password" to use /oper to change the passwordWilmer van der Gaast2014-02-28-1/+1
* Simple (and possibly still fragile) support for UTF-8 nicknames.Wilmer van der Gaast2013-04-23-0/+2
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* ! modified for control channel fill_by setting to for example create aWilmer van der Gaast2013-02-21-5/+7
* Allow identify -noload/-force without typing a password. (/OPER)Wilmer van der Gaast2012-03-19-1/+3
* Don't use the C++ keyword 'new' as a variable name.Alex Miller2011-12-18-4/+4
* rename irc_usermsg to irc_rootmsg.unknown2011-10-03-2/+4
* factor making a message appear from a specific nick out of bee_irc_user_msgunknown2011-10-01-0/+1
* More password paranoia: Allow omitting the identify/register password asWilmer van der Gaast2011-02-01-0/+10
* rename -delWilmer van der Gaast2010-12-05-0/+1
* Added irc_channel_with_user() function to find a suitable channel to showWilmer van der Gaast2010-11-20-0/+1
* Load/save code. It'd be better if the OTR module would just save its infoWilmer van der Gaast2010-09-01-0/+7
* Do encryption and decryption. Somehow SMP and other things aren't workingWilmer van der Gaast2010-09-01-2/+6