aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
Commit message (Expand)AuthorAgeLines
* 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
* Pluginify this thing a little bit. Not so much in the dynamically loadableWilmer van der Gaast2010-09-01-3/+24
* Merge mainline stuff.Wilmer van der Gaast2010-08-31-0/+1
|\
| * Process incoming XMPP groupchat invites in a saner way: Create a temporaryWilmer van der Gaast2010-08-23-0/+1
* | It compiles, including otr.c. Time to hook it up with the rest again.Wilmer van der Gaast2010-08-26-0/+3
* | First step in this merge. Mostly a bzr merge and then a cleanup of conflictsWilmer van der Gaast2010-08-24-1/+5
|\ \ | |/ |/|
| * pretty blind try at merging in the latest trunkSven Moritz Hallberg2009-03-12-6/+2
| |\
| * \ merge in latest trunkSven Moritz Hallberg2008-07-17-1/+4
| |\ \
| * \ \ merge in upstream changesSven Moritz Hallberg2008-02-16-1/+0
| |\ \ \
| * | | | keep track of which keys are queued for generationSven Moritz Hallberg2008-02-16-5/+1
| * | | | implement background keygen via child processSven Moritz Hallberg2008-02-15-2/+4
| * | | | remove thread-based keygenSven Moritz Hallberg2008-02-15-1/+2
| * | | | - use a recursive otr_mutexSven Moritz Hallberg2008-02-11-1/+1
| * | | | - add support for setting ops/voice according to OTR msgstateSven Moritz Hallberg2008-02-09-1/+1
| * | | | OTR support, first checkinSven Moritz Hallberg2008-02-03-0/+5
* | | | | blist should only show contacts that are (or would be if they were online)Wilmer van der Gaast2010-08-14-0/+1
* | | | | Set channel mode +C for control channels.Wilmer van der Gaast2010-08-04-1/+2
* | | | | Restore default_target setting, kill last_root_cmd variable and just useWilmer van der Gaast2010-07-29-4/+1
* | | | | Clean up references from irc_user structs to channels that are being free()d.Wilmer van der Gaast2010-07-29-2/+2
* | | | | Source documentation update, including a short HACKING file.Wilmer van der Gaast2010-07-28-4/+5
* | | | | One of the last few things I wanted to get done in this branch: combiningWilmer van der Gaast2010-07-18-0/+2
* | | | | Cleanup. Move some code to a more appropriate location, and show the oldWilmer van der Gaast2010-07-10-0/+5