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
/
postcommand.cpp
Age
Commit message (
Expand
)
Author
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-09-23
Add the server id to the Server class.
Peter Powell
2019-07-19
Get rid of CommandBuilder::push_back.
Peter Powell
2019-07-19
spanningtree: Never send a message to a raw UUID in CmdBuilder.
Peter Powell
2019-01-02
Fix a crash when trying to use ROUTE_TYPE_MESSAGE with no message.
Peter Powell
2019-01-02
Fix message tags not being broadcast across the network.
Peter Powell
2018-09-11
Amend OnPostCommand to specify whether the command is loopcalled.
Peter Powell
2018-08-10
Remove the original line parameter of On{Pre,Post}Command.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2016-08-17
Merge insp20
Attila Molnar
2016-03-29
m_spanningtree Use SpanningTreeUtilities::FindRouteTarget() in RouteCommand()
Attila Molnar
2016-02-28
Minor spelling errors in m_spanningtree.so
Guillaume Delacour
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-04-14
m_spanningtree Fix routing of unicast messages
Attila Molnar
2014-01-21
m_spanningtree Fix routing of ROUTE_TYPE_MESSAGE messages
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2013-08-27
m_spanningtree Introduce command builders
attilamolnar
2013-08-22
m_spanningtree Remove duplicate code for sending channel messages from RouteC...
attilamolnar
2013-08-22
m_spanningtree Implement DoOneToMany() using DoOneToAllButSender()
attilamolnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar
2013-08-15
Remove $ModDep comments
attilamolnar
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-06-13
Rewrite CommandParser::TranslateUIDs()
attilamolnar
2013-06-12
Implement GetRouting() in core commands that require it, remove ugly workarou...
attilamolnar
2013-06-12
Change command name parameter of OnPostCommand to be a Command*
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2013-04-12
m_spanningtree Change TreeServerList to be a set, get rid of a function dedic...
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2012-11-19
Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand()
attilamolnar
2012-05-31
m_spanningtree Fix desync issue #37 reported by @Joah - part 2
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-19
ERROR is not a valid log level, so all these messages were getting dropped
danieldg
2010-01-19
Don't refuse to route internal spanningtree commands due to lack of VF_COMMON
danieldg
2010-01-18
PreCommand/PostCommand are local-only hooks
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-23
Make User::uuid and User::server const
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-10-02
Fix routing for normal core commands like QUIT
danieldg
2009-10-01
Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
danieldg
2009-09-03
Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands
danieldg
2009-09-03
Change cmd_*.so to use the Module object API
danieldg
2009-09-02
Remote user messaging fixes
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Allow commands to optionally route themselves using ENCAP
danieldg
2009-09-02
Include explicit routing information in Command, will replace CMD_LOCALONLY r...
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-02
Verify modules providing routed commands are VF_COMMON
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-04-23
rollback r11326, we're going to make vc9 the officially supported windows bui...
peavey
[next]