| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' into patched-master | Marius Halden | 2018-04-19 | -3/+5 |
|\ |
|
| * | Improve the wording of the message when starting with inetd accidentally | dequis | 2018-03-26 | -3/+5 |
* | | Merge branch 'master' into patched-master | Marius Halden | 2017-04-07 | -36/+49 |
|\| |
|
| * | Move canohost functions (diff licence) to separate file. | Wilmer van der Gaast | 2017-04-06 | -0/+1 |
| * | Add PROXY command. Not actually an IRC protocol command, it's a HAProxy | Wilmer van der Gaast | 2017-04-06 | -26/+48 |
| * | Add reverse_lookup() function which does a more proper (verified) DNS | Wilmer van der Gaast | 2017-04-06 | -12/+2 |
* | | Merge branch 'master' into patched-master | Marius Halden | 2016-12-26 | -1/+2 |
|\| |
|
| * | Add nick_lowercase and nick_underscores settings | dequis | 2016-12-25 | -1/+2 |
* | | Disable autosave on disconnect | Marius Halden | 2016-08-10 | -0/+5 |
* | | Add autosave after 30 sec | Marius Halden | 2016-08-02 | -0/+3 |
* | | Add setting to only use tags in imcb_log and other | Marius Halden | 2016-07-27 | -0/+1 |
* | | Add authmode sasl | Marius Halden | 2016-05-07 | -0/+5 |
* | | more ssl | Marius Halden | 2016-05-07 | -1/+12 |
* | | Add strict_away | Marius Halden | 2016-05-07 | -0/+1 |
* | | Start adding ssl support | Marius Halden | 2016-05-07 | -0/+13 |
* | | Add support for changing root/user mode to any supported | Marius Halden | 2016-05-07 | -0/+1 |
|/ |
|
* | IRC self-message support (messages sent by yourself from other clients) | dequis | 2015-10-30 | -0/+1 |
* | Initial implementation of ircv3 capability negotiation | dequis | 2015-09-10 | -1/+1 |
* | irc: Replace NOTICE AUTH before registration with NOTICE * | dequis | 2015-08-18 | -3/+3 |
* | Various user experience/error reporting improvements | dequis | 2015-03-10 | -1/+3 |
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -600/+583 |
* | irc-channel: implemented a special mode for show_users | jgeboski | 2015-01-28 | -3/+3 |
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
* | Fix the NSS init after fork bug, and clean up lies in unix.c | dequis | 2014-07-24 | -0/+6 |
* | Simple (and possibly still fragile) support for UTF-8 nicknames. | Wilmer van der Gaast | 2013-04-23 | -0/+19 |
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
* | Changing ping behaviour. Pinging seems to be misbehaving for some people | Wilmer van der Gaast | 2012-02-26 | -10/+10 |
* | rename irc_usermsg to irc_rootmsg. | unknown | 2011-10-03 | -4/+4 |
* | Cleaning up irc_umode_set() a little bit, but it's still a disaster. | Wilmer van der Gaast | 2011-01-29 | -7/+10 |
* | Be clearer about password settings being intentionally hidden (and not | Wilmer van der Gaast | 2010-11-21 | -1/+1 |
* | Oops. Just in time I noticed the whatsnew code doesn't kick in for pre-1.33.0 | Wilmer van der Gaast | 2010-10-22 | -2/+1 |
* | Fixed Ping Timeout on connection takeover (bug #692). | Wilmer van der Gaast | 2010-10-21 | -1/+5 |
* | Stop calling nogaim_init() on every incoming connection (unless we're | Wilmer van der Gaast | 2010-10-16 | -0/+4 |
* | Merging mainline, which includes a huge msnp13 merge. | Wilmer van der Gaast | 2010-10-02 | -0/+1 |
|\ |
|
| * | Move whatsnew stuff into help.txt. Stop putting too much string content | Wilmer van der Gaast | 2010-09-06 | -0/+1 |
* | | call storage_save before freeing plugins, avoids segfault in otr.c | Sven Moritz Hallberg | 2010-09-19 | -4/+4 |
* | | Pluginify this thing a little bit. Not so much in the dynamically loadable | Wilmer van der Gaast | 2010-09-01 | -0/+23 |
|/ |
|
* | Although the backward compatibility stuff for show_offline and away_devoice | Wilmer van der Gaast | 2010-08-21 | -1/+3 |
* | Added some neat whatsnew code that keeps track of the newest version of | Wilmer van der Gaast | 2010-08-21 | -0/+3 |
* | Set channel mode +C for control channels. | Wilmer van der Gaast | 2010-08-04 | -0/+2 |
* | Show a friendly warning message when running in inetd mode on the command | Wilmer van der Gaast | 2010-07-29 | -0/+6 |
* | Restore default_target setting, kill last_root_cmd variable and just use | Wilmer van der Gaast | 2010-07-29 | -9/+8 |
* | Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM). | Wilmer van der Gaast | 2010-07-27 | -28/+17 |
* | Adding easy migration from old show_offline/away_devoice settings, and | Wilmer van der Gaast | 2010-07-19 | -10/+24 |
* | Added %nick and %group. They don't work yet since nick_gen() is only called | Wilmer van der Gaast | 2010-07-12 | -1/+1 |
* | First version of the nick_format setting. | Wilmer van der Gaast | 2010-07-12 | -0/+1 |
* | Added allow_takeover setting for people who don't like this new functionality. | Wilmer van der Gaast | 2010-07-11 | -1/+3 |
* | Cleanup. Move some code to a more appropriate location, and show the old | Wilmer van der Gaast | 2010-07-10 | -0/+79 |
* | Added automatic joining of channels. Auto-rejoin functionality for | Wilmer van der Gaast | 2010-07-04 | -1/+2 |
* | Show a user going offline as a QUIT, not as one or more PARTs, like in the | Wilmer van der Gaast | 2010-07-03 | -0/+1 |