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_svshold.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the svshold module into the services module.
Sadie Powell
2023-07-01
1
-251
/
+0
*
Make XLine::Matches const.
Sadie Powell
2023-06-05
1
-2
/
+2
*
Add a DelLine override that takes an XLine pointer.
Sadie Powell
2023-06-05
1
-2
/
+1
*
Make XLine::Displayable const.
Sadie Powell
2023-06-05
1
-1
/
+1
*
Allow users to override SVSHOLDs for nicks in their nick group.
Sadie Powell
2023-06-05
1
-4
/
+22
*
Convert DelLine from const char* to const std::string&.
Sadie Powell
2023-05-30
1
-1
/
+1
*
Rename duration to timeutils and relocate InspIRCd::TimeString.
Sadie Powell
2023-05-10
1
-2
/
+2
*
Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.
Sadie Powell
2023-01-23
1
-5
/
+5
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-1
/
+1
*
Move duration functions to their own header.
Sadie Powell
2023-01-23
1
-3
/
+4
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Yet more stylistic fixes.
Sadie Powell
2022-12-01
1
-2
/
+6
*
Merge branch 'insp3' into master.
Sadie Powell
2022-09-12
1
-1
/
+1
|
\
|
*
Fix unnecessarily using c_str in parameters that take a std::string.
Sadie Powell
2022-09-04
1
-1
/
+1
*
|
Use auto in places where it is really obvious what the type is.
Sadie Powell
2022-09-04
1
-1
/
+1
*
|
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-4
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-2
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-05
1
-6
/
+3
|
\
|
|
*
Fix some more grammar errors in xline messages.
Sadie Powell
2022-04-05
1
-4
/
+1
|
*
Fix the grammar of various xline messages.
Sadie Powell
2022-04-05
1
-2
/
+2
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-4
/
+4
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-2
/
+4
*
|
Mark all command classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+3
*
|
Fix some places where U-line -> service was missed.
Sadie Powell
2021-08-29
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
1
-0
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-0
/
+1
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-13
1
-1
/
+1
|
\
|
|
*
Code refactor and minor fix (#1879)
Herman
2021-06-12
1
-1
/
+1
*
|
Kill some useless comments.
Sadie Powell
2021-05-13
1
-2
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-2
/
+0
|
\
|
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-1
/
+1
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-2
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-2
/
+2
*
|
Replace all internal references to uline with services.
Sadie Powell
2021-01-30
1
-2
/
+2
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-6
/
+6
*
|
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
-2
/
+2
|
\
|
|
*
Change to local snotices for an SVSHOLD addition.
Matt Schatz
2020-06-07
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
*
|
Replace the flags_required field with an enum.
Sadie Powell
2020-04-14
1
-1
/
+1
*
|
Alow modules to specify multiple syntax lines.
Sadie Powell
2020-04-14
1
-1
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
[next]