summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
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
2009-11-03Remove AllowHalfop item from server configdanieldg
2009-11-03Move MODENOTICE command to a command moduledanieldg
2009-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-24Fix incorrect netburst detectiondanieldg
2009-10-24Create irc::sockets::cidr_maskdanieldg
2009-10-24Properly cull TreeServer objects when quitting several of themdanieldg
2009-10-24Get rid of ModePairdanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-23Fix plural on netsplit SNO. [dKingston]peavey
2009-10-23Fix memory leaks on reloadmodule and spanningtree unload while connecting ser...danieldg
2009-10-23Fix recursive SENDSNO bouncedanieldg