index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
/
override_map.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2025-12-03
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2025-03-28
1
-1
/
+1
*
Avoid the use of ConvToStr in string concatenation.
•••
This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually.
Sadie Powell
2025-03-01
1
-1
/
+4
*
Update copyright headers.
InspIRCd Robot
2024-06-14
1
-1
/
+1
*
Fix formatting the user count percentage in MAP.
Sadie Powell
2024-06-10
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-3
/
+2
*
Rename duration to timeutils and relocate InspIRCd::TimeString.
Sadie Powell
2023-05-10
1
-1
/
+1
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-3
/
+5
*
Move duration functions to their own header.
Sadie Powell
2023-01-23
1
-1
/
+2
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-2
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-2
/
+1
*
|
Yet more stylistic fixes.
Sadie Powell
2022-12-01
1
-1
/
+1
*
|
Rename user_hash to UserMap and move to usermanager.
Sadie Powell
2022-10-07
1
-1
/
+1
*
|
Make internal penalty be specified in millisecs instead of seconds.
•••
This removes the need to multiply it later.
Sadie Powell
2022-09-09
1
-1
/
+1
*
|
Default allow_empty_last_param to false.
Sadie Powell
2022-09-07
1
-1
/
+0
*
|
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-1
/
+1
*
|
Deprecate the (raw)version SINFO keys and split out customversion/rawbranch.
Sadie Powell
2022-05-17
1
-6
/
+5
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-7
/
+7
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-7
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-0
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-0
/
+1
*
|
Replace all internal references to uline with services.
Sadie Powell
2021-01-30
1
-1
/
+1
*
|
Rename <security:hideulines> to <security:hideservices>.
Sadie Powell
2021-01-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-01-07
1
-0
/
+1
|
\
|
|
*
Disallow an empty last parameter in MAP.
Matt Schatz
2020-12-30
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-21
1
-6
/
+15
|
\
|
|
*
Fix MAP output on a dual v2/v3 network.
Sadie Powell
2020-12-16
1
-6
/
+15
*
|
Use unicode box drawing characters in the /MAP output.
Sadie Powell
2020-12-21
1
-3
/
+3
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-08-25
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-07-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-07-15
1
-1
/
+1
|
\
|
|
*
Fix a grammar error created by misspell-fixer.
Sadie Powell
2020-07-03
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-2
/
+2
|
\
|
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-1
/
+7
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+7
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-11-13
1
-1
/
+1
|
\
|
|
*
Add the server id to the Server class.
Peter Powell
2019-09-23
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-1
/
+1
|
\
|
|
*
Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.
Peter Powell
2019-05-14
1
-1
/
+1
*
|
UserManager: remove fakederef.
Sadie Powell
2019-02-07
1
-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.
Peter Powell
2018-07-26
1
-2
/
+2
*
Show server versions in /MAP for opers
•••
This resolves #1203
B00mX0r
2017-12-19
1
-1
/
+7
*
Replace snprintf usage with InspIRCd::Format.
Peter Powell
2016-09-09
1
-3
/
+1
*
Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...
Attila Molnar
2016-02-25
1
-7
/
+4
*
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-25
1
-1
/
+1
*
m_spanningtree Clean up comments
Attila Molnar
2015-05-13
1
-1
/
+1
*
Add UserManager::GetUsers()
Attila Molnar
2014-03-15
1
-3
/
+4
[next]