aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/override_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-7/+7
* Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-7/+3
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-0/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-0/+1
* | Replace all internal references to uline with services.Gravatar Sadie Powell2021-01-301-1/+1
* | Rename <security:hideulines> to <security:hideservices>.Gravatar Sadie Powell2021-01-301-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-071-0/+1
|\|
| * Disallow an empty last parameter in MAP.Gravatar Matt Schatz2020-12-301-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-211-6/+15
|\|
| * Fix MAP output on a dual v2/v3 network.Gravatar Sadie Powell2020-12-161-6/+15
* | Use unicode box drawing characters in the /MAP output.Gravatar Sadie Powell2020-12-211-3/+3
* | Convert CmdResult to an 8-bit strongly typed enum.Gravatar Sadie Powell2020-10-271-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-08-251-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-07-301-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-07-151-1/+1
|\|
| * Fix a grammar error created by misspell-fixer.Gravatar Sadie Powell2020-07-031-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-2/+2
|\|
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-1/+7
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-131-1/+1
|\|
| * Add the server id to the Server class.Gravatar Peter Powell2019-09-231-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-1/+1
|\|
| * Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.Gravatar Peter Powell2019-05-141-1/+1
* | UserManager: remove fakederef.Gravatar Sadie Powell2019-02-071-2/+2
|/
* Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. Gravatar Peter Powell2018-07-261-2/+2
* Show server versions in /MAP for opers•••This resolves #1203 Gravatar B00mX0r2017-12-191-1/+7
* Replace snprintf usage with InspIRCd::Format.Gravatar Peter Powell2016-09-091-3/+1
* Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Gravatar Attila Molnar2016-02-251-7/+4
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Gravatar Attila Molnar2016-02-251-1/+1
* m_spanningtree Clean up commentsGravatar Attila Molnar2015-05-131-1/+1
* Add UserManager::GetUsers()Gravatar Attila Molnar2014-03-151-3/+4
* m_spanningtree Rewrite /mapGravatar Adam2014-01-281-100/+128
* Introduce Server class•••- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() Gravatar Attila Molnar2014-01-051-1/+1
* Use WriteNumeric() everywhere we send numerics and include the user's nick au...Gravatar Adam2013-11-121-1/+1
* m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G...Gravatar attilamolnar2013-08-221-2/+4
* m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...•••The only exception is the tree root (us) which has no associated socket (NULL) Add TreeServer::IsRoot() and IsLocal() helpers Gravatar attilamolnar2013-08-221-1/+1
* Remove cmd_map from the coreGravatar attilamolnar2013-08-191-19/+21
* m_spanningtree Minor cleanup of functionsGravatar attilamolnar2013-08-191-1/+1
* Remove $ModDep commentsGravatar attilamolnar2013-08-151-2/+0
* Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them. Gravatar Peter Powell2013-08-041-1/+1
* Remove a few not-so-useful debug messagesGravatar attilamolnar2013-08-041-1/+0
* m_spanningtree Change the type of TreeServer::ServerName to std::stringGravatar attilamolnar2013-07-241-3/+2
* Fix spacing in calls to LogManager::Log.Gravatar Peter Powell2013-05-191-2/+2
* m_spanningtree Remove unneeded #includesGravatar attilamolnar2013-04-121-4/+1
* m_spanningtree Remove encapsulation on UserCount/OperCountGravatar attilamolnar2013-04-121-2/+2
* Add LOG_ prefix to the log level enum values.Gravatar Peter Powell2013-04-121-2/+2
* Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()Gravatar attilamolnar2013-04-101-4/+4
* Fix more undefined behavior caused by referencing the returned buffer by std:...•••See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88 Gravatar attilamolnar2012-09-301-3/+4
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-191-8/+16