Update .cvsignore files.
[ircu2.10.12-pk.git] / ChangeLog
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...
2005-08-26 Michael PooleSilence channel manager once Apass set; fix /stats...
2005-08-25 Michael PooleAccept +A/+U from servers regardless of FEAT_OPLEVELS.
2005-08-25 Michael PooleMention epoll event engine in "ircd -v" output.
2005-08-25 Michael PooleBump patchlevel; add more epoll support; assertion...
2005-08-21 Michael PooleFix bugs in rehashing pseudo commands and in kill handling.
2005-08-19 Michael PooleSubstitute HIS_SERVERNAME in KILLs; fix SF bug #1263777.
2005-08-17 Michael PooleConvert a &me to &his in do_settopic().
2005-08-17 Michael PooleConvert a &me to &his in ms_kick().
2005-08-17 Michael PooleAvoid overwriting part of a server-set ban's banstr...
2005-08-17 Michael PooleSwitch more uses of &me to &his for channel localcasts.
2005-08-15 Michael PooleMinor code and output cleanups for the week of 2005...
2005-08-12 Michael PooleCosmetic changes to banning bare IPv6 addresses and...
2005-08-09 Michael PooleFix the irregular IP ban bug harder.
2005-07-17 Michael PooleCheck a few possibilities for socklen_t (fixes SF#1236456).
2005-07-17 Michael PooleUpdate documentation to reflect impending release.
2005-07-15 Michael PooleFix HIS_SERVER* handling when they are defaulted.
2005-07-15 Michael PooleFix bug introduced to /whois yesterday.
2005-07-15 Michael PooleUpdate oplevels appropriately on +A/-A.
2005-07-15 Michael PooleUse HIS_SERVERNAME instead of cli_name(&me) for a varie...
2005-07-15 Michael PooleMake ircd.conf accept "*" as vhost like .11 did. Fix...
2005-07-12 Michael PooleDisable/undocument CAP, remove USE_POLL comment in...
2005-07-12 Michael PooleDon't spam the network with local-interest protocol...
2005-07-12 Michael PooleAdd CHANNELLEN feature, analogous to NICKLEN feature.
2005-07-12 Michael PooleLocalize FD_SETSIZE manipulation to engine_select.c.
2005-07-04 Michael PooleAdd a C version of the configuration file converter.
2005-06-28 Michael PooleNever count servers in IPcheck.
2005-06-27 Michael PooleRewrite DNS lookup API to remove a memory leak and...
2005-06-27 Michael PooleRemove the unused (and deceptively named) get_sockhost().
2005-06-24 Andrew Miller1) strdup => DupString
2005-06-24 Andrew MillerAdd a changelog for the last change.
2005-06-20 Andrew MillerImplement tracker item #1031606(relating to wildcards...
2005-06-19 Andrew MillerFix a wrong error message.
2005-06-19 Andrew MillerMake the resolver better able to handle unexpected...
2005-06-19 Michael Poole"/stats z" formatting tweaks.
2005-06-19 Andrew MillerRemove "debug only" since meminfo is no longer debug...
2005-06-17 Michael PooleMake struct Ban monolithic and improve memory statistic...
2005-06-17 Michael PooleAdd missing header to ircd_string.h; add debug logging...
2005-06-14 Michael PooleFix some memory counting buglets.
2005-06-13 Michael PooleReject strings containing '?' as not being IP masks.
2005-05-31 Michael PooleAdd new test scripts and generally improve code coverag...
2005-05-30 Michael PooleReport memory used by listener structures.
2005-05-30 Michael PooleRemove unused code and variables.
2005-05-30 Michael PooleNumeric reply bug fixes and cleanup.
2005-05-30 Michael PooleShow LIST_CHAN privilege, count User structs better...
2005-05-30 Michael PooleCorrectly match globs that end in escaped wildcards.
2005-05-30 Michael PooleReflect local vs global status in output of "/stats o".
2005-05-30 Michael PooleReduce number of branches in register_user().
2005-05-30 Michael PooleFix the dereference of a free()'d struct in m_endburst.c.
2005-05-30 Michael PooleAdd debugging statements to IPcheck.
2005-05-13 Michael PooleSimplify CFLAGS handling in configure and expose crypt...
2005-05-11 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2005-05-11 Michael PooleAvoid sending MODE +o to local channel creator, and...
2005-05-10 Michael PooleAdd some automated test scripts and fix bugs exposed...
next