Alphabetize HIS_STATS_? features, but remove HIS_STATS_h.
[ircu2.10.12-pk.git] / ChangeLog
2005-03-30 Michael PooleAlphabetize HIS_STATS_? features, but remove HIS_STATS_h.
2005-03-30 Michael PooleRemove redundant check for being banned in ms_part().
2005-03-30 Michael PooleReed Loden's patch to add /stats J, listing nick jupes...
2005-03-28 Michael PooleAvoid sending numeric oplevels when forwarding a -A...
2005-03-26 Michael PoolePropagate +6 flag across network. Show correct error...
2005-03-24 Michael PooleRemove limit and keys when a channel is wiped out durin...
2005-03-23 Michael PooleRevert to earlier version of the DNS timeout fix.
2005-03-23 Michael PooleFix previous DNS fix; make BURST lines shorter again.
2005-03-23 Michael PooleGive credit where credit is due for the timer fix.
2005-03-23 Michael PooleFix DNS-related timer assertion failure.
2005-03-23 Michael PooleAvoid spurious kqueue() engine warnings.
2005-03-20 Michael PooleFix typos in comments and strings to reduce future...
2005-03-20 Michael PooleFix typos in various comments.
2005-03-20 Michael PooleRemove unused files. Update snomask.html documentation.
2005-03-20 Michael PooleFix the "mode.mode & MODE_APASS" vs "mode.apass[0]...
2005-03-20 Michael PooleProperly preserve empty +A channels.
2005-03-19 Michael PooleAdd assertions to try to catch IPcheck counting errors.
2005-03-19 Michael PooleAvoid syntax error when importing leaf servers from...
2005-03-19 Michael PooleFix crash when /oper operator badpass. Fix comment...
2005-03-08 Michael PooleFix buglet in yesterday's handling of "*" as an IP...
2005-03-07 Michael PooleAdd '6' to server options when compiled with IPv6 suppo...
2005-02-24 Michael PooleDefine a privilege (off by default) that allows opers...
2005-02-23 Michael PooleFix comment's descrption of "whox" privilege.
2005-02-22 Michael PooleMake PRIV_LIST_CHAN work as it should (affecting LIST...
2005-02-21 Perry LorierAuthor: Perry Lorier <isomer@undernet.org>
2005-02-19 Perry LorierAuthor: Perry Lorier <isomer@undernet.org>
2005-02-19 Michael PooleFix handling of invalid IPs in Client blocks; pretty...
2005-02-19 Perry LorierAuthor: Perry Lorier <isomer@undernet.org>
2005-02-19 Perry LorierAuthor: Perry Lorier <isomer@undernet.org>
2005-02-19 Michael PoolePut 0 before addresses like ::1 in "STATS c" and "STATS i".
2005-02-19 Michael PooleFix another SILENCE crash.
2005-02-19 Michael PooleMake Client blocks more forgiving and fix a bug in...
2005-02-19 Michael PooleFix an IPcheck registry bug for IPv4 clients and a...
2005-02-19 Michael PooleFix /stats U and TOS settings for outbound server connects.
2005-02-10 Michael PooleWarn on $YACC configure-time failure, rather than error...
2005-02-10 Michael PooleFix a resolver crash and an v4-compatible address parsi...
2005-02-02 Michael PooleAlways initialize MOTD hostmask pointer.
2005-02-02 Michael PoolePrevent "GLINE +test", "GLINE +test" from creating...
2005-02-02 Michael PooleClean up redundant portions of Makefile install rules.
2005-01-27 Michael PooleFix error in MyCalloc definition; memdebug compile...
2005-01-25 Michael PooleConfiguration fixes. Repair automatic outbound connects.
2005-01-25 Michael PooleFail earlier if no lex or yacc is found; fix resolver...
2005-01-23 Michael PooleFix typos and kqueue() engine.
2005-01-23 Michael PooleFix ircd/test/Makefile for BSD.
2005-01-21 Michael PooleChanges to fix the compile for FreeBSD 5.3.
2005-01-21 Perry LorierAuthor: Isomer <isomer@undernet.org>
2005-01-20 Michael PooleAdd timestamps to S<->S INVITE messages and use them.
2005-01-15 Michael PooleMore RELEASE.NOTES updates and operator privilege docum...
2005-01-14 Michael PooleMore RELEASE.NOTES updates; add missing feature docs...
2005-01-14 Michael PooleUpdate RELEASE.NOTES for ircu2.10.12.
2005-01-08 Michael PooleImprove Doxygen documentation on zombies. Re-insert...
2005-01-04 Michael PooleFix automatic outbound connections (again; hopefully...
2005-01-04 Michael PooleUpdate .cvsignore and Makefile dependencies.
2005-01-03 Michael PooleFix an infinite loop in ircd.c and skip clone checking...
2005-01-03 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2004-12-29 Michael PooleImprove support for IPv4 vs IPv6 virtual hosts (fixes...
2004-12-28 Michael PooleRemove unused macros and #include <arpa/inet.h>s.
2004-12-28 Michael PooleAdd ChangeLog entry for last commit (oops!)
2004-12-28 Michael PooleConvert irc_in_addr_* to macros. Add test program...
2004-12-18 Michael PooleMove unreg, privs, capab and active fields from struct...
2004-12-18 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2004-12-18 Michael PooleAdd missing "break;" when setting FLAG_ACCOUNT on a...
2004-12-18 Michael PooleRemove kqueue assertion that is violated whenever a...
2004-12-18 Michael PooleFix bugs and memory leaks in ban management.
2004-12-17 Michael PooleMake UWorld servers work when not directly connected...
2004-12-16 Michael PooleAllow TOPIC from off-channel services. Preserve user...
2004-12-16 Michael PooleMiscellaneous bugfixes from recent commits, and a file...
2004-12-16 Michael PooleAdd new server flag (+6) to indicate IPv6 address forma...
2004-12-14 Michael PooleAllow the resolver source address to be specified in...
2004-12-14 Michael PooleRemove obsolete tools/crypter script. Allow Client...
2004-12-11 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2004-11-21 Michael PooleAllow OPMODE to change +A and +U passwords rather than...
2004-11-20 Michael PooleIgnore redundant CREATEs (fixes bug #1037963).
2004-11-10 Michael PooleFix resolver code when IPv6 is enabled (or at least...
2004-11-10 Michael PooleAvoid making an epoll_ctl() call that will always fail...
2004-11-07 Michael PooleAssign timestamp before it might be used in exit_new_se...
2004-11-07 Michael PooleRegenerate files built from other files.
2004-11-07 Michael PooleFix memory leaks from ircd_crypt and epoll support.
2004-11-07 Michael PooleConvert connection byte counters to 64-bit integers.
2004-11-07 Michael PooleImplement silence exceptions.
2004-11-07 Michael PooleAdd an "exception" flag to struct Ban. (This is not...
2004-10-29 Michael PooleDepend on autoconf 2.50 since we use new macros like...
2004-10-23 Michael PooleFix forwarding of INVITE when FEAT_ANNOUNCE_INVITES...
2004-10-21 Michael PooleAdd CIDR ban support.
2004-10-21 Michael PooleTest resolved host names against aconf->host, not the...
2004-10-20 Michael PooleUpdate names for ban flags.
2004-10-19 Michael PooleConvert the ban parts of struct SLink into struct Ban.
2004-10-18 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2004-10-18 Michael PooleAllow Client and Operator blocks to be CIDR-based.
2004-10-17 Michael PooleSimplify crule_via()'s lookup for the directly connecte...
2004-10-17 Michael PooleAdd support for CIDR-based MOTD masks.
2004-10-17 Michael PooleGet rid of the unused RPL_STATMEM and RPL_STATMEMTOT.
2004-10-17 Michael PooleLook up server configuration by directly connected...
2004-10-14 Michael PooleTrack in-progress LISTs by next hash bucket to send...
2004-10-13 Michael PooleClear information leaks from one conf block to another.
2004-10-13 Michael PooleClean up struct Client, struct Connection, and user...
2004-10-12 Michael PooleGet rid of CONF_LEAF and CONF_HUB, and follow up with...
2004-10-12 Michael PooleWipe out all modes in a wiped-out channel by default.
2004-10-09 Michael PooleForward port leaf and hub conf support; refactor and...
2004-10-09 Michael PooleFix indexing of table for new hash function.
next