Author: Isomer <isomer@undernet.org>
[ircu2.10.12-pk.git] / ChangeLog
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.
2004-10-06 Michael PooleReplace old hash function with one based on CRC-32.
2004-10-06 Michael PooleAdapt random.c to use ircd_md5 interface and keep a...
2004-10-05 Michael PooleGet rid of "Good" and "Broken" prefixes on MD5 functions.
2004-10-05 Michael PooleRemove adns library from repository.
2004-10-05 Michael PooleAdd ChangeLog entry for all the recent doxygen commenting.
2004-09-21 Michael PooleClean up s_auth.c in preparation for Doxygenation.
2004-09-19 Michael PooleFix bugs exposed by hikari's update to configure.in.
2004-09-19 hikariAuthor: hikari <hikari@undernet.org>
2004-09-18 Michael PooleReport configuration file name for "ircd -k".
2004-09-18 Michael PooleMake "counting" fields of ConnectionClass unsigned.
2004-09-18 Michael PooleFix typos in example.conf feature entries.
2004-09-18 hikariAuthor: hikari <hikari@undernet.org>
2004-09-17 Michael PooleMake IAuth protocol work again and add a bit of debuggi...
2004-09-13 Michael PooleUse +U instead of +u for user passwords (avoiding colli...
2004-09-13 Michael PooleMake default virtual host work for .12, and make IPv4...
2004-09-13 Michael PooleConsolidate duplicated code in add_listener(), and...
2004-09-12 Michael PooleOnly let services (not normal opers) force a change...
2004-09-12 Michael PooleAllow /stats to accept long names for the displayed...
2004-09-12 Michael PooleSend RPL_TRACEEND at end of trace output.
2004-09-11 Michael PooleDo not allowed banned users to change a (-t) channel...
2004-09-11 Michael PooleClean up comments and channel prefix list in a test...
2004-09-11 Michael PooleAdd new feature FEAT_HIS_WHOIS_LOCALCHAN.
2004-09-11 Michael PooleDon't allow remote servers to send messages to our...
2004-09-11 Michael PooleFix GLINE logging (Bug #750927).
2004-09-11 Michael PooleFix bug #916138 so -l doesn't gobble an argument.
2004-09-11 Michael PooleFix CHANMODES and add CHANNELLEN, STATUSMSG to 005...
2004-09-11 Michael PooleAnnounce oplevels in CHANMODES.
2004-09-11 Michael PooleFix oplevel, chkconf and ipv6 bugs.
2004-09-10 Michael PooleImplement chkconf-like option for ircd.
2004-09-10 Michael PooleRemove unused features and their documentation.
2004-09-10 Michael PooleFix support for IPv4-only hosts.
2004-09-10 Michael PooleSimilar to Kev's patch dated 2004-08-26, allow specific...
2004-09-10 Michael PooleDon't rate limit /gline messages
2004-09-10 Michael PooleFix buggy references to sub-expressions in grammar.
2004-09-10 Michael PooleSet default SOCKSENDBUF and SOCKRECVBUF to SERVER_TCP_W...
2004-09-10 Michael PooleMake server blocks default to leaf.
2004-09-10 Michael PooleFix msg_tree_parse() to not confuse 0 (the digit) with...
2004-09-09 Michael PooleRemove redundant and unused definitions from config...
2004-08-25 Michael PooleFix bug in flag checking discovered by ratty
2004-08-22 Michael PooleSend "XXYYY:o" instead of "XXYYY:0" for ops when opleve...
2004-08-22 Michael PooleFix an IPv6 support bug that prevents an IPv6 server...
2004-08-22 Alex BadeaAuthor: Alex Badea <decampos@users.sourceforge.net>
2004-08-19 Michael PooleNew resolver code cleanups
2004-08-19 Michael PooleIPv6 support (hopefully with fewer future transition...
2004-08-17 Michael PooleChange tokenizer to reduce number of lexer states and be
next