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_shun.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.
Sadie Powell
2023-01-23
1
-7
/
+7
*
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
-2
/
+2
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
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
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-12-10
1
-1
/
+3
|
\
|
|
*
Allow specifying multiple masks when adding an X-line.
•••
The only exemptions for this are RLINE (a real name might contains commas) and SVSHOLD (sent by services only). Closes #1972.
Sadie Powell
2022-12-10
1
-2
/
+3
|
*
Fix unnecessarily using c_str in parameters that take a std::string.
Sadie Powell
2022-09-04
1
-1
/
+1
*
|
Yet more stylistic fixes.
Sadie Powell
2022-12-01
1
-2
/
+4
*
|
Use User::IsFullyConnected instead of checking for REG_ALL.
Sadie Powell
2022-10-29
1
-1
/
+1
*
|
Allow UserManager::Find{Nick,UUID,} to ignore unregistered users.
Sadie Powell
2022-10-29
1
-2
/
+2
*
|
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
*
|
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
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
-2
/
+2
*
|
Store the shun cleanedcommands/enabledcommands in a token list.
Sadie Powell
2022-06-18
1
-16
/
+10
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-05
1
-1
/
+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
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
1
-1
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
1
-1
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-12-14
1
-1
/
+1
|
\
|
|
*
If a user has a unique username then include it in bans.
Sadie Powell
2021-12-14
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-12-11
1
-12
/
+12
|
\
|
|
*
Add KNOCK and CYCLE to the list of sanitisable shun commands.
Sadie Powell
2021-12-02
1
-12
/
+12
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-1
/
+2
*
|
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
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
*
|
Stop broadcasting the CBAN, RLINE, and SHUN commands.
•••
These will be broadcast by the X-line system so this legacy hack is no longer necessary.
Sadie Powell
2021-07-23
1
-8
/
+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
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-2
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-01-13
1
-0
/
+6
|
\
|
|
*
Add a shun option to only apply when users are fully connected.
•••
Closes #1825.
Sadie Powell
2021-01-13
1
-0
/
+6
*
|
Initial support for platform-specific module file extensions.
Sadie Powell
2020-11-04
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-01
1
-3
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-10-30
1
-3
/
+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
-4
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-09-27
1
-23
/
+46
|
\
|
|
*
Add a shun option for cleaning problematic allowed commands.
Sadie Powell
2020-09-27
1
-9
/
+23
|
*
Make shun block client-only tags by default.
Sadie Powell
2020-09-27
1
-0
/
+14
[next]