Implement a progressive iauth system.
[ircu2.10.12-pk.git] / ChangeLog
2006-02-16 Michael PooleImplement a progressive iauth system.
2006-02-16 Michael PooleFix display with %hu format.
2006-02-16 Michael PooleAdd infrastructure to handle child processes exiting.
2006-02-16 Michael PooleAdd os_socketpair() function; clean up blocking tests.
2006-02-16 Michael PooleFix backtracking bug in matching after an escape.
2006-02-05 Michael PooleScan all Connect blocks for next auto-reconnect time.
2006-02-05 Michael PooleRemove self-op code for Apass/Upass joins.
2006-01-13 Michael PooleUpdate patchlevel to 2.10.12.pre06.
2006-01-13 Michael PooleUpdate files for 2.10.12.05 release.
2006-01-12 Michael PooleMinor Solaris build tweaks: VPATH, example.conf, warning.
2006-01-10 Michael PooleDo not send +r usermode to auth-on-connect users.
2006-01-10 Michael PooleRecognize ZANNELS feature for compatibility.
2006-01-07 Michael PooleDo not send JOIN for zombies given ops or voice.
2006-01-07 Michael PooleCompletely wipe out inappropriately resurrected channels.
2006-01-04 Michael PooleSend channel TS when sending an on-join op for a user.
2006-01-03 Michael PooleDo not try to destroy a channel's nonexistent destruct...
2006-01-01 Michael PooleFix bug #1394480 (WHOWAS missing printf argument for...
2005-12-31 Michael PooleFix topic bursting for +t channels; update TOPIC comman...
2005-12-31 Michael PooleFix display of absent passwords during "ircd -k -c...
2005-12-31 Michael PooleFix config conversion bugs (functional and documentation).
2005-12-30 Michael PooleBackport convert-conf fix from head; remove bogus ...
2005-12-29 Michael PooleFix portability problems in ircd-patch script.
2005-12-23 Michael PooleUpdate config.* files to recognize new targets.
2005-12-23 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2005-12-14 Michael PooleFix build on Solaris 10.
2005-12-13 Michael PooleFix a possible net ride.
2005-12-13 Michael PooleMinor config file fixes (example, conversion, and error...
2005-11-28 Michael PooleUpdate dependencies for version.c.
2005-11-28 Michael PooleCount a join to a new channel as a target change.
2005-11-19 Michael PooleDisplay IPv6 support flag with the other per-server...
2005-11-19 Michael PooleFix buglet in Feature section and print original input...
2005-11-19 Michael PooleUpdate patchlevel for pre05.
2005-11-19 Michael PooleUpdate patchlevel for 2.10.12.04 release.
2005-11-18 Michael PooleAdd HIS_MODEWHO feature.
2005-11-17 Michael PooleDocument ZANNELS feature (and more fully document OPLEV...
2005-11-17 Michael PooleAdd ZANNELS feature; tweak recreate after bogus DESTRUCT.
2005-11-17 Michael PooleDelete obsolete convert-conf.py.
2005-11-17 Michael PooleFix handling of NAMES #a,#b.
2005-11-16 Michael PooleStop sending nicknames as the first argument to KILL.
2005-11-15 Michael PooleFix revealing of remote users when they send to a channel.
2005-11-15 Michael PooleAlways allow remote users to send to a channel.
2005-11-15 Michael PooleMake DESTRUCT crossing CREATE or BURST not send a BURST.
2005-11-15 Michael PooleLimit nick changes when speaking is limited.
2005-11-14 Michael PooleFix test for whether a client's own server is kicking...
2005-11-13 Michael PooleBump patchlevel for 2.10.12.pre04.
2005-11-13 Michael PooleFix bugs relating to joining zannels for a quick release.
2005-11-13 Michael PooleBump patchlevel for pre03 development.
2005-11-13 Michael PooleUpdate patchlevel for 2.10.12.02 release.
2005-11-12 Michael PooleAllow a (single) CNAME follow when doing A and AAAA...
2005-11-09 Michael PooleAllow oplevel 999 to kick and deop other oplevel 999...
2005-10-31 Michael PooleDo not send MODE_WASDELJOINS changes to remote servers.
2005-10-31 Michael PooleMake empty -A channels into zombies ("zannels") to...
2005-10-31 Michael PooleFix walk_lchan joins when channel key is OVERRIDE.
2005-10-31 Michael PooleUpdate .cvsignore files.
2005-10-28 Alex BadeaAuthor: Alex Badea <vamposdecampos@gmail.com>
2005-10-17 Alex BadeaAuthor: Diane Bruce <db@db.net> (by way of Vampire...
2005-10-14 Michael PooleBump patchlevel for 2.10.12pre02.
2005-10-14 Michael PooleTweak readme.cvs to make it easier to find the update...
2005-10-14 Michael PooleBump patchlevel for release of ircu2.10.12.01.
2005-10-12 Michael PooleFix default privileges for global opers.
2005-10-12 Michael PooleMake os_get_rusage() conditional on DEBUGMODE.
2005-10-12 Michael PooleAdd a flag to /stats that makes a /stats available...
2005-10-10 Michael PooleForward port patch from 2.10.11 (reported by Reed).
2005-10-06 Michael PooleHandle join requests for too-long channel names.
2005-10-06 Michael PooleProperly support /names -D #channel server.*.
2005-10-06 Michael PooleFix setting of FLAG_DOID and buglet from last commit.
2005-10-05 Michael PooleDo not leak connection class structures after they...
2005-10-01 Michael PooleOnly send remote KICK to users if target is not join...
2005-10-01 Michael PooleBump patchlevel and fix init_class() dropping configure...
2005-10-01 Michael PooleProperly match against accounts when searching users.
2005-09-30 Michael PooleBump patchlevel on release branch.
2005-09-28 Michael PooleUse correct oplevel when bouncing a chanop being kicked.
2005-09-27 Michael PooleFix uninitialized variable warning about 'chan'.
2005-09-27 Michael PooleFix pseudo handling on rehash (#1305452).
2005-09-27 Michael PooleFix desync when an oplevel deop is bounced (#1298140).
2005-09-24 Michael PooleSupport showing join-delayed users in /WHO output.
2005-09-23 Michael PooleFix bug #1298149 and a similar desynch for channel...
2005-09-22 Michael PooleFix bug #1299105 (overzealous IPv4 G-line checking).
2005-09-20 Michael PooleRegenerate "make depend" dependencies.
2005-09-16 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2005-09-15 Michael PooleDocument the branching scheme for 2.10.12.
2005-09-15 Michael PooleIncrement patchlevel to reflect the pre-release code...
2005-09-14 Michael PooleFix another miscomparison in find_ban().
2005-09-13 Michael PooleRip out clean_channelname() and reject invalid names...
2005-09-13 Michael PooleFix bug in last commit to find_ban().
2005-09-12 Alex BadeaAuthor: Alex Badea <vamposdecampos@gmail.com>
2005-09-12 Alex BadeaAuthor: Alex Badea <vamposdecampos@gmail.com>
2005-09-12 Michael PooleCheck client hostnames against ban masks more rigorously.
2005-09-12 Michael PooleFix previous commit and parsing of ipmasks like 127/8.
2005-09-12 Michael PooleBe more conservative when handling empty keys.
2005-09-12 Michael PooleFix IP mask parsing some more (hopefully for good).
2005-09-11 Alex BadeaAuthor: Alex Badea <vamposdecampos@gmail.com>
2005-09-02 Michael PooleRemove bits of old and dead code from gline handling.
2005-09-02 Michael PooleFurther reorganize and streamline join handling.
2005-09-02 Michael PooleRework JOIN handler to make keys, apass, and upass...
2005-08-31 Michael PooleMake references to channel password lengths consistent.
2005-08-30 Michael PooleDocument +D and +d channel modes in release notes.
2005-08-29 Michael PooleMake keys and passwords behave more uniformly.
2005-08-27 Michael PooleUse SetOpLevel() to set oplevels; give oplevel 1 when...
2005-08-26 Michael PooleThe last class link-count tweaks for the night. I...
next