index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
/
metadata.cpp
Age
Commit message (
Expand
)
Author
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-08-07
Add {To,From}{Human,Internal,Network} to ExtensionItem.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2015-12-07
Remove some IS_SERVER() checks
Attila Molnar
2015-01-18
m_spanningtree Only unserialize() METADATA if the object type matches Extensi...
Attila Molnar
2014-04-16
m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS
Attila Molnar
2014-04-16
m_spanningtree Throw an exception on protocol violations instead of returning...
Attila Molnar
2013-08-27
m_spanningtree Introduce command builders
attilamolnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-04-13
m_spanningtree Add channel timestamp to channel METADATA
attilamolnar
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2012-12-15
Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...
attilamolnar
2012-10-02
m_spanningtree Only allow uuids in SVSJOIN, METADATA and OPERQUIT
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-18
Move lots of spanningtree items to commands
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-14
Move static map of extensions into ServerInstance, add const-correctness
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-13
Fix automated metadata decoding with ExtItem
danieldg
2009-09-02
MetaData rework
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-02-11
Remove many unneeded headers from spanningtree files
w00t
2008-02-04
Split treesocket2 into various smaller files
w00t