added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / ircd_parser.y
2015-11-08 pk910added basic ssl support to ircu upstream-ssl
2015-11-07 pk910Merge branch 'u2_10_12_branch' of git://git.code.sf...
2014-04-25 Michael PooleQuash various warnings from higher levels of compiler...
2009-02-09 Michael PooleAuthor: Michael Poole <mdpoole@troilus.org>
2007-05-20 Michael PooleFix SF#1696437 by prohibiting not-all-alphabetic pseudo...
2007-04-11 Michael PooleCorrectly free members of the iauth string list.
2007-03-27 Michael PooleFix listener address for Port blocks with no host listed.
2007-03-18 Michael PooleAllow multiple server entries in a CRule and multiple...
2007-03-18 Michael PooleAllow multiple host entries in Operator and Motd blocks.
2007-02-25 Michael PooleAllow specification of DNS vhost and server in ircd...
2006-12-07 Michael PooleAllow per-port specification of address family, and...
2006-12-07 Michael PooleConvert listeners to use a flagset in preparation for...
2006-08-03 Michael PooleReport two kinds of configuration file bugs.
2006-06-30 Michael PooleFix a minor memory leak when iauth is configured.
2006-06-08 Michael PooleAllow ircd.conf to control the list_chan privilege.
2006-04-29 Michael PooleFix Admin block documentation and behavior (SF bug...
2006-02-16 Michael PooleImplement a progressive iauth system.
2005-12-13 Michael PooleMinor config file fixes (example, conversion, and error...
2005-10-06 Michael PooleFix setting of FLAG_DOID and buglet from last commit.
2005-08-21 Michael PooleFix bugs in rehashing pseudo commands and in kill handling.
2005-07-15 Michael PooleMake ircd.conf accept "*" as vhost like .11 did. Fix...
2005-05-10 Michael PooleAdd some automated test scripts and fix bugs exposed...
2005-04-28 Michael PooleReport non-existent class names as configuration errors...
2005-04-25 Michael PooleAdd autoconnect option for Connect block.
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-17 Michael PooleMake realname Kill blocks more predictable, and add...
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-07 Michael PooleMake Client block passwords work again (reported by...
2005-04-02 Michael PooleAllow flagging of pseudo-commands as "fast".
2005-03-20 Michael PooleFix typos in comments and strings to reduce future...
2005-03-07 Michael PooleAdd '6' to server options when compiled with IPv6 suppo...
2005-02-24 Michael PooleDefine a privilege (off by default) that allows opers...
2005-02-19 Perry LorierAuthor: Perry Lorier <isomer@undernet.org>
2005-02-19 Michael PooleFix handling of invalid IPs in Client blocks; pretty...
2005-02-19 Michael PooleMake Client blocks more forgiving and fix a bug in...
2005-01-25 Michael PooleConfiguration fixes. Repair automatic outbound connects.
2005-01-21 Perry LorierAuthor: Isomer <isomer@undernet.org>
2004-12-29 Michael PooleImprove support for IPv4 vs IPv6 virtual hosts (fixes...
2004-12-17 Michael PooleMake UWorld servers work when not directly connected...
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-10-18 Michael PooleAllow Client and Operator blocks to be CIDR-based.
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-09-27 Michael PooleMove check_if_ipmask() from support.* to match.*.
2004-09-17 Michael PooleMake IAuth protocol work again and add a bit of debuggi...
2004-09-13 Michael PooleMake default virtual host work for .12, and make IPv4...
2004-09-10 Michael PooleSimilar to Kev's patch dated 2004-08-26, allow specific...
2004-09-10 Michael PooleFix buggy references to sub-expressions in grammar.
2004-09-10 Michael PooleMake server blocks default to leaf.
2004-08-19 Michael PooleIPv6 support (hopefully with fewer future transition...
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-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-05-17 Michael PooleReplace privilege-controlling Feature settings with
2004-05-16 Michael PooleGet rid of CONF_LOCOP; use PRIV_PROPAGATE instead.
2004-05-11 Michael PooleImplement a per-connection-class default usermode option.
2004-05-10 Michael Poole2004-05-09 Michael Poole <mdpoole@troilus.org>
2004-05-10 Michael Poole2004-05-09 Michael Poole <mdpoole@troilus.org>
2004-01-25 Perry LorierAuthor: Isomer <isomer@undernet.org>
2003-01-11 Thomas HelveyCleanup code so it builds with C++ again
2003-01-07 Andrew Miller- The big forward port. I probably broke lots of stuff...
2002-07-01 Andrew Miller- Fixed a few memory related issues, mostly to do with...
2002-06-18 Alex BadeaAuthor: Alex Badea <vampire@p16.pub.ro>
2002-06-16 Alex BadeaAuthor: Alex Badea <vampire@p16.pub.ro>
2002-04-14 Alex BadeaAuthor: Alex Badea <vampire@p16.pub.ro>
2002-04-09 Alex BadeaAuthor: Alex Badea <vampire@p16.pub.ro>
2002-04-05 Andrew MillerAuthor: Andrew Miller
2002-04-02 Perry LorierAuthor: A1kmm