summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-18Remove excessive gettimeofday system callsdanieldg
2010-01-18Remove unneededd IS_LOCAL castsdanieldg
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-18Fix iteration of oper blocks by SSLINFOdanieldg
2010-01-17Route INFO to remote servers (fixes bug #924)danieldg
2010-01-172.0 beta 1 releasedanieldg
2010-01-17Support strftime format characters in <log> blocksdanieldg
2010-01-17Move initialization that throws configuration exceptions to init()danieldg
2010-01-17Add Module::init() for correct exception handling during hook registrationdanieldg
2010-01-17Change more modules to VF_OPTCOMMON and assert identical charsets in m_nation...danieldg
2010-01-17PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum...danieldg
2010-01-17Make a ./configure --system to support system-wide installation of inspircddanieldg
2010-01-16Manual port of don't error on failed port bind commit.w00t
2010-01-16Fix use of commasepstream on now space-separated itemsdanieldg
2010-01-16Fix signdedness error in LoopCalldanieldg
2010-01-16Make CHANMODES/USERMODES split by spacesdanieldg
2010-01-16Search for correct access level for mode changes, remove hardcoded halfop ref...danieldg
2010-01-15Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMONdanieldg
2010-01-15Remove VF_COMMON from mode-provider modules (no longer needed due to better C...danieldg
2010-01-15Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not...danieldg
2010-01-14Allow regex engine to be omitted in configuration to use automatic bindingdanieldg
2010-01-14Fix compilation errors in previous commitdanieldg
2010-01-14Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege...danieldg
2010-01-14Verify cloak keys match during CAPAB negotiationdanieldg