Age | Commit message (Expand) | Author |
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 |
2010-01-19 | Fix incorrect forward-port of patch | danieldg |
2010-01-19 | Slightly more comprehensible message for connect throttle banning. | danieldg |
2010-01-19 | Fix some command registration warnings | danieldg |
2010-01-19 | ERROR is not a valid log level, so all these messages were getting dropped | danieldg |
2010-01-19 | Extbans can be VF_OPTCOMMON as they do not desync on module add/remove | danieldg |
2010-01-19 | Remove overrides for ADMIN, STATS, TIME | danieldg |
2010-01-19 | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD) | danieldg |
2010-01-19 | Clean up some slow iterations | danieldg |
2010-01-19 | Don't refuse to route internal spanningtree commands due to lack of VF_COMMON | danieldg |
2010-01-18 | Fix type-based oper blocks not storing their names | danieldg |
2010-01-18 | Specify routing for those commands | danieldg |
2010-01-18 | Move lots of spanningtree items to commands | danieldg |
2010-01-18 | Include total CPU usage in STATS z | danieldg |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2010-01-18 | Remove unneededd IS_LOCAL casts | danieldg |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-18 | Fix iteration of oper blocks by SSLINFO | danieldg |
2010-01-17 | Route INFO to remote servers (fixes bug #924) | danieldg |
2010-01-17 | 2.0 beta 1 release | danieldg |
2010-01-17 | Support strftime format characters in <log> blocks | danieldg |
2010-01-17 | Move initialization that throws configuration exceptions to init() | danieldg |