Regenerate files built from other files.
[ircu2.10.12-pk.git] / ChangeLog
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
2004-08-16 Michael PooleFixes to improve portability (especially to OS X, Solar...
2004-07-27 Michael Pooledo not kick net riders if channel keys match; do kick...
2004-07-22 Michael PooleFix warnings from gcc -pedantic.
2004-07-22 Michael PooleImport new (much simpler) resolver code from Hybrid.
2004-07-21 Michael PooleUpdate doc/readme.features to describe new-style conf...
2004-07-01 Michael PooleRemove unused file iauth.h and elaborate on why fileio...
2004-07-01 Michael PooleApply minor fixes from patches@, SF tracker, and others.
2004-06-30 Michael Pooleimplement IAUTH client code to query a separate server...
2004-06-25 Michael PooleGet rid of warnings about undefined crypt() and assignm...
2004-06-24 Michael PooleForward port missing fixes from Kev, beware and someone...
2004-06-23 Michael Pooleforward port Alex Badea's gline patch from 2.10.11
2004-06-15 Michael PooleApply hikari's pluggable crypt mechanism patch
2004-05-25 Michael PooleApply landonf@sf.net's patch for ircu to configure...
2004-05-25 Michael PooleInclude channel name in the status message sent to...
2004-05-19 Michael PooleImplement invitation announcements (RPL_ISSUEDINVITE).
2004-05-19 Michael PooleRemove two unused functions from res_adns.c, so that...
2004-05-17 Michael PooleReplace privilege-controlling Feature settings with
2004-05-16 Michael PooleChange default NICKLEN per CFV-0243.
2004-05-16 Michael PooleForward port account timestamp feature from 2.10.11.
2004-05-16 Michael PooleDocument operator privilege settings.
2004-05-16 Michael PooleGet rid of CONF_LOCOP; use PRIV_PROPAGATE instead.
2004-05-16 Michael PooleRemove entirely obsolete patch files.
2004-05-16 Michael PooleOn remote whois, show +s local channels with a * prefix...
2004-05-16 Michael PooleForward port gline fixes from 2.10.11.
2004-05-15 Michael PooleFinish forward porting s_user.c changes.
2004-05-15 Michael PooleForward port 2.10.11 fixes for registration failures.
2004-05-15 Michael PooleForward port 2.10.11 /whois CPU limiter.
2004-05-15 Michael PooleForward port 2.10.11 rehash fixes.
2004-05-15 Michael PooleForward port 2.10.11 fixes for pre-registration client...
2004-05-15 Michael PooleForward port various channel and /list updates
2004-05-15 Michael PooleForward port change to clear invites when wiping a...
next