summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/metadata.cpp
AgeCommit message (Expand)Author
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2015-12-07Remove some IS_SERVER() checksAttila Molnar
2015-01-18m_spanningtree Only unserialize() METADATA if the object type matches Extensi...Attila Molnar
2014-04-16m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TSAttila Molnar
2014-04-16m_spanningtree Throw an exception on protocol violations instead of returning...Attila Molnar
2013-08-27m_spanningtree Introduce command buildersattilamolnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
2013-08-04Change the syntax of FOREACH macros to be less dumb.Adam
2013-04-13m_spanningtree Add channel timestamp to channel METADATAattilamolnar
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2012-12-15Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...attilamolnar
2012-10-02m_spanningtree Only allow uuids in SVSJOIN, METADATA and OPERQUITattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-13Fix automated metadata decoding with ExtItemdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-04Split treesocket2 into various smaller filesw00t