summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-02-09Fix error message on OPTCOMMON mismatchdanieldg
2010-02-08SSL certificate requests prior to full registration must use SocketCertificat...danieldg
2010-02-07More cleanup of quit serversdanieldg
2010-02-06Fix left/right inversion in ListDifferencedanieldg
2010-02-06Send module load/unload notifications so that services can learn of new featu...danieldg
2010-02-04Fix FIDENT response forging to run prior to the ENCAP stripdanieldg
2010-02-04Fix wrapping check so we waste slightly fewer lines in syncing ban lists via ...danieldg
2010-02-04Add DYING link state, push error messages on link, and only limit recvq on un...danieldg
2010-02-03Split servers if they try to send infinite garbage without a newlinedanieldg
2010-02-03Delink servers using an SSL module that is being reloadeddanieldg
2010-02-03Forge FIDENT reply to CHGIDENT to prevent ident desync with 1.2 and 2.0 serversdanieldg
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-01-30Stop parsing inbound server lines on an errordanieldg
2010-01-30Remove a few needless string crops, compile fixdanieldg
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-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-19Don't refuse to route internal spanningtree commands due to lack of VF_COMMONdanieldg
2010-01-18Specify routing for those commandsdanieldg
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-17Change more modules to VF_OPTCOMMON and assert identical charsets in m_nation...danieldg
2010-01-16Fix use of commasepstream on now space-separated itemsdanieldg
2010-01-16Make CHANMODES/USERMODES split by spacesdanieldg
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-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
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-10Remove spanningtree override of /LUSERSdanieldg
2010-01-09Remove mode counter, not reliable and only used for umode +idanieldg
2010-01-02Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...danieldg
2009-12-31Check channel name in SVSJOIN to avoid propegating an invalid channel, fixes ...w00t
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-12Fix typodanieldg
2009-11-12Fix incorrect opaque object use in ProtoSendMetaData (this is a reason to avo...danieldg
2009-11-12Fix double-cull of users quitting due to connection errordanieldg
2009-11-06Remove Extensible parent from EventHandlerdanieldg
2009-11-03Clean up duplicated link snomask messages on errorsdanieldg
2009-11-03Remove m_halfop from list in compat linking modedanieldg