ircu2.10.12-pk.git
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 PooleRegenerate configure from previous commit.
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-24 Andrew MillerDon't propagate local invites remotely.
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 PooleRegenerate configure script
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...
2005-05-09 Michael PooleUse v4compat addresses when !defined(IPV6).
2005-05-08 Michael PooleRevert mode source when opping a user on channel creati...
2005-05-08 Michael PooleApply patches #1197032, #1194116.
2005-05-08 Michael PooleFix base64toip() bugs (PR#1197043).
2005-05-06 Michael PooleDo not spuriously promote remote users to global operat...
2005-05-05 Michael PooleGive users who join a +AU channel using the user pass...
2005-05-05 Michael PooleRemap oplevel numeric range.
2005-05-04 Michael PooleFix a crash in /stats i <server> <mask>.
2005-05-03 Michael PooleProhibit same +A and +U pass; fix IAuth crash (#1193808...
2005-05-01 Michael PooleFix more IAuth bugs and add IAUTH log target.
2005-05-01 Michael PooleFix several bugs in iauth code.
2005-04-28 Michael PooleReport non-existent class names as configuration errors...
2005-04-27 Michael PooleProperly handle classes with no "usermodes" option...
2005-04-26 Michael PooleQuash lexer warning.
2005-04-26 Michael PooleIgnore invalid or nonsensical bits in default usermodes.
2005-04-25 Michael PooleFix core when oper /whowas's non-+x user.
2005-04-25 Perry LorierAuthor: Isomer <isomer@undernet.org>
2005-04-25 Perry LorierAuthor: Isomer <isomer@undernet.org>
2005-04-25 Michael PooleAdd autoconnect option for Connect block.
2005-04-25 Perry LorierAuthor: Isomer <isomer@undernet.org>
2005-04-24 Michael PooleMake certain parse error messages more useful.
2005-04-24 Michael PooleFix memory leaks when removing bans or applying overlap...
2005-04-24 Michael PooleFix sporadic spurious (and mysterious) config file...
2005-04-23 Michael PooleAllow more than one _functioning_ name= in a UWorld...
2005-04-23 Michael PooleAdd missing }; in example Kill block (spotted by `Beee).
2005-04-22 Michael PooleFix silence bugs found by coekie and ban application...
2005-04-22 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2005-04-21 Michael PooleFix IPv4-based /who and update "ircd -?" usage text.
2005-04-20 Michael PooleRegenerate configure because of last commit.
2005-04-20 Michael PooleMake --enable-profile work (subject to the compiler...
2005-04-20 Michael PooleFix typos in match.c and m_whowas.c; add Kill checking...
2005-04-19 Michael PooleAvoid intepreting non-IP-based hostmasks as IP-based.
2005-04-17 Michael PooleFix ability to kick and deop users on -A channels when...
2005-04-17 Michael PooleImprove screening for invalid input to linesync.
2005-04-17 Michael PooleUpdate linesync for 2.10.12 config syntax.
2005-04-17 Michael PooleMake realname Kill blocks more predictable, and add...
2005-04-17 Perry LorierAuthor: Isomer <Isomer@undernet.org>
2005-04-16 Michael PooleCorrectly match users against new IP-based G-lines.
2005-04-16 Michael PooleFix /rehash memory leaks and realname Kill blocks.
2005-04-16 Michael PooleFix bugs spotted in beta testing: Quarantine blocks...
2005-04-09 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2005-04-09 Perry LorierAuthor: Isomer <isomer@undernet.org>
2005-04-09 Michael PooleAdd option to debug Client block selections. Fix relat...
2005-04-07 Michael PooleClear channel manager bit when wiping out local chanops...
2005-04-07 Michael PooleSplit RPL_APASSWARN and ERR_NOTMANAGER into multiple...
2005-04-07 Michael PooleMake Client block passwords work again (reported by...
2005-04-07 Michael PooleRegenerate aclocal.m4 and configure to match acinclude...
next