Age | Commit message (Expand) | Author |
2010-02-03 | Delink servers using an SSL module that is being reloaded | danieldg |
2010-02-03 | Fix STARTTLS sending the 670 numeric within the SSL session, not prior to it | danieldg |
2010-02-03 | Forge FIDENT reply to CHGIDENT to prevent ident desync with 1.2 and 2.0 servers | danieldg |
2010-02-03 | Fix mode required error message | danieldg |
2010-02-03 | Fix cidr_mask::str not correctly displaying mask length | danieldg |
2010-02-03 | Fix segfault on GRELOADMODULE | danieldg |
2010-02-03 | Add access checking for m_autoop | danieldg |
2010-02-03 | Don't try to use CIDR matching unless a CIDR range has been given in MatchCIDR | danieldg |
2010-02-03 | Add m_autoop.so - ircd-side channel access lists via listmode +w | danieldg |
2010-02-02 | Don't try to load modules with filenames starting with a . | danieldg |
2010-02-02 | Allow SSL fingerprint hash to be specified, and show fingerprint to client on... | danieldg |
2010-02-02 | Add requiresasl to connect block checks | danieldg |
2010-02-02 | Allow opermotd to specify its file in <files> without also requiring an <oper... | danieldg |
2010-02-02 | Executable include for MOTD and more | danieldg |
2010-02-02 | Add requireident/requiressl to connect blocks | danieldg |
2010-02-02 | Add OnSetConnectClass hook for use in adding requirements to connect classes ... | danieldg |
2010-02-02 | Sort items in the 005 line | danieldg |
2010-02-01 | Improve SSL fingerprint on link message | danieldg |
2010-02-01 | Strip colons from server SSL fingerprint, to allow the output of certificate ... | danieldg |
2010-02-01 | Allow <link password=""> to specify identical send/recv passwords | danieldg |
2010-02-01 | Spacify the oper name in STATS O | danieldg |
2010-02-01 | Fix possible uninit memory access detected by valgrind | danieldg |
2010-02-01 | Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H | danieldg |
2010-02-01 | Display allowed oper modes, commands, and permissions in /CHECK | danieldg |
2010-02-01 | Mark +P mode as oper-only now that it no longer requires an explicit permissi... | danieldg |
2010-02-01 | Add stats O, oper type/permission list | danieldg |
2010-02-01 | Don't run OnUserPostNick hook for initial NICK command | danieldg |
2010-02-01 | Correctly abort attempted socket writes on error | danieldg |
2010-01-31 | Increase penalty for KNOCK | danieldg |
2010-01-31 | Remove duplicated permisison check for setting mode +P (it is already restric... | danieldg |
2010-01-31 | Update connect block matching on rehash to prefer names, show more useful inf... | danieldg |
2010-01-31 | Allow connect classes to be specified without an allow or deny mask | danieldg |
2010-01-30 | Forward-port of r12333, clone-counting fix for m_cgiirc | danieldg |
2010-01-30 | Stop parsing inbound server lines on an error | danieldg |
2010-01-30 | Remove UpdateNickHash due to incorrect behavior | danieldg |
2010-01-30 | Move nick change code out of cmd_nick; fixes double-invocation of hooks and m... | danieldg |
2010-01-30 | Remove a few needless string crops, compile fix | danieldg |
2010-01-30 | Remove FakeUser from clientlist/uuidlist, as it bypasses QuitUser | danieldg |
2010-01-30 | Remove users from uuidlist on QuitUser, not during cull (allows UID reuse on ... | danieldg |
2010-01-29 | Remove MaxWhoResults, replace with an increase of Penalty based on result lis... | danieldg |
2010-01-28 | Fix empty FMODE being sent if SendMode mode changes | danieldg |
2010-01-24 | Allow nick locking to prevent voluntary changes to UID | danieldg |
2010-01-24 | Use UID/SID as the source for ENCAP commands, not server name | danieldg |
2010-01-24 | Fix ENCAP stripping, was incorrectly checking for " CHGHOST" and similar comm... | danieldg |
2010-01-24 | If SVSNICK is sent to force a change to a UID-lookalike, just change nick to ... | danieldg |
2010-01-24 | Don't query module version prior to init; fixes valgrind segfault | danieldg |
2010-01-22 | Fall back to copying bind IP if getsockname() fails, as it apparently can on ... | danieldg |
2010-01-21 | Allow redirect bans to be unset by any op/halfop (bug #936) | danieldg |
2010-01-21 | Put ConfigReader deprecation warning in logs | danieldg |
2010-01-21 | Remove unneeded save of errno | danieldg |