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
/
override_map.cpp
Age
Commit message (
Expand
)
Author
2021-02-26
Update copyright headers.
InspIRCd Robot
2020-12-30
Disallow an empty last parameter in MAP.
Matt Schatz
2020-12-16
Fix MAP output on a dual v2/v3 network.
Sadie Powell
2020-07-30
Update copyright headers.
InspIRCd Robot
2020-07-03
Fix a grammar error created by misspell-fixer.
Sadie Powell
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-09-23
Add the server id to the Server class.
Peter Powell
2019-05-14
Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2017-12-19
Show server versions in /MAP for opers
B00mX0r
2016-09-09
Replace snprintf usage with InspIRCd::Format.
Peter Powell
2016-02-25
Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-05-13
m_spanningtree Clean up comments
Attila Molnar
2014-03-15
Add UserManager::GetUsers()
Attila Molnar
2014-01-28
m_spanningtree Rewrite /map
Adam
2014-01-05
Introduce Server class
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-08-22
m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G...
attilamolnar
2013-08-22
m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...
attilamolnar
2013-08-19
Remove cmd_map from the core
attilamolnar
2013-08-19
m_spanningtree Minor cleanup of functions
attilamolnar
2013-08-15
Remove $ModDep comments
attilamolnar
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-08-04
Remove a few not-so-useful debug messages
attilamolnar
2013-07-24
m_spanningtree Change the type of TreeServer::ServerName to std::string
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 Remove encapsulation on UserCount/OperCount
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
attilamolnar
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2011-01-19
Fix bug #117, found by satmd, thanks
Jackmcbarn
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-20
Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions
danieldg
2009-10-03
Get rid of a bunch of memory-wasting C-style strings
danieldg
2009-09-17
Remove SID from /map for non-opers, and add it to non-spanningtree for opers ...
danieldg
2009-09-15
Where there are hidden servers, report the /map server count as the hidden co...
brain
2009-09-02
Remote user messaging fixes
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
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-04-26
Remove lag reporting in /map from servers that do not yet have a valid value;...
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-02-18
Remove MaxMapHeight, replace with dynamically sized buffers
danieldg
2009-02-18
Apparently casting to float is not sufficient to cause a conversion
danieldg
2009-02-18
Rework /MAP output to not be overly wide
danieldg
2009-01-02
Update copyrights for 2009.
w00t
[next]