summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-02Add OnSetConnectClass hook for use in adding requirements to connect classes ...danieldg
2010-02-02Sort items in the 005 linedanieldg
2010-02-01Improve SSL fingerprint on link messagedanieldg
2010-02-01Strip colons from server SSL fingerprint, to allow the output of certificate ...danieldg
2010-02-01Allow <link password=""> to specify identical send/recv passwordsdanieldg
2010-02-01Spacify the oper name in STATS Odanieldg
2010-02-01Fix possible uninit memory access detected by valgrinddanieldg
2010-02-01Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +Hdanieldg
2010-02-01Display allowed oper modes, commands, and permissions in /CHECKdanieldg
2010-02-01Mark +P mode as oper-only now that it no longer requires an explicit permissi...danieldg
2010-02-01Add stats O, oper type/permission listdanieldg
2010-02-01Don't run OnUserPostNick hook for initial NICK commanddanieldg
2010-02-01Correctly abort attempted socket writes on errordanieldg
2010-01-31Increase penalty for KNOCKdanieldg
2010-01-31Remove duplicated permisison check for setting mode +P (it is already restric...danieldg
2010-01-31Update connect block matching on rehash to prefer names, show more useful inf...danieldg
2010-01-31Allow connect classes to be specified without an allow or deny maskdanieldg
2010-01-30Forward-port of r12333, clone-counting fix for m_cgiircdanieldg
2010-01-30Stop parsing inbound server lines on an errordanieldg
2010-01-30Remove UpdateNickHash due to incorrect behaviordanieldg
2010-01-30Move nick change code out of cmd_nick; fixes double-invocation of hooks and m...danieldg
2010-01-30Remove a few needless string crops, compile fixdanieldg
2010-01-30Remove FakeUser from clientlist/uuidlist, as it bypasses QuitUserdanieldg
2010-01-30Remove users from uuidlist on QuitUser, not during cull (allows UID reuse on ...danieldg
2010-01-29Remove MaxWhoResults, replace with an increase of Penalty based on result lis...danieldg
2010-01-28Fix empty FMODE being sent if SendMode mode changesdanieldg
2010-01-24Allow nick locking to prevent voluntary changes to UIDdanieldg
2010-01-24Use UID/SID as the source for ENCAP commands, not server namedanieldg
2010-01-24Fix ENCAP stripping, was incorrectly checking for " CHGHOST" and similar comm...danieldg
2010-01-24If SVSNICK is sent to force a change to a UID-lookalike, just change nick to ...danieldg
2010-01-24Don't query module version prior to init; fixes valgrind segfaultdanieldg
2010-01-22Fall back to copying bind IP if getsockname() fails, as it apparently can on ...danieldg
2010-01-21Allow redirect bans to be unset by any op/halfop (bug #936)danieldg
2010-01-21Put ConfigReader deprecation warning in logsdanieldg
2010-01-21Remove unneeded save of errnodanieldg
2010-01-19Fix incorrect forward-port of patchdanieldg
2010-01-19Slightly more comprehensible message for connect throttle banning.danieldg
2010-01-19Fix some command registration warningsdanieldg
2010-01-19ERROR is not a valid log level, so all these messages were getting droppeddanieldg
2010-01-19Extbans can be VF_OPTCOMMON as they do not desync on module add/removedanieldg
2010-01-19Remove overrides for ADMIN, STATS, TIMEdanieldg
2010-01-19Fix MOTD and RULES to work remotely (remove the old hacks for MOTD)danieldg
2010-01-19Clean up some slow iterationsdanieldg
2010-01-19Don't refuse to route internal spanningtree commands due to lack of VF_COMMONdanieldg
2010-01-18Fix type-based oper blocks not storing their namesdanieldg
2010-01-18Specify routing for those commandsdanieldg
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-18Include total CPU usage in STATS zdanieldg
2010-01-18Linux apparently needs another library for linking now...danieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg