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_silence.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2025-12-03
1
-1
/
+1
*
Improve silence list serialization.
Sadie Powell
2025-11-19
1
-14
/
+10
*
Update copyright headers.
InspIRCd Robot
2024-08-03
1
-1
/
+1
*
Don't resync the silence list when it comes from the network.
•••
This isn't presently networked but it should prevent future issues.
Sadie Powell
2024-07-24
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-2
/
+8
*
Allow mutating the status message type in OnUserPre(Tag)Message.
Sadie Powell
2024-05-06
1
-2
/
+2
*
Allow hiding silenced users messages instead of blocking.
•••
Implements part 1 of #1606.
Sadie Powell
2023-07-21
1
-8
/
+56
*
Replace getInt/getUInt/getFloat with type safe templated functions.
Sadie Powell
2023-01-25
1
-1
/
+1
*
Refactor the caching methods in User and rename to make more sense.
Sadie Powell
2023-01-24
1
-1
/
+1
*
Convert log calls to use fmtlib format strings
Sadie Powell
2023-01-24
1
-6
/
+6
*
Convert various enums to strongly typed scoped enums.
Sadie Powell
2023-01-22
1
-4
/
+4
*
Fix some issues reported by scan-build.
•••
All of these are harmless and should never cause an issue in practise.
Sadie Powell
2023-01-15
1
-0
/
+7
*
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
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-11-24
1
-3
/
+5
|
\
|
|
*
Allow silence flag metadata to contain unknown flags.
•••
This prevents breaking link compatibility if we ever add more silence flags in the future.
Sadie Powell
2022-11-23
1
-3
/
+5
*
|
Default allow_empty_last_param to false.
Sadie Powell
2022-09-07
1
-1
/
+0
*
|
Use auto in places where it is really obvious what the type is.
Sadie Powell
2022-09-04
1
-1
/
+1
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-3
/
+3
*
|
Refuse to set an extension on the wrong type of extensible.
Sadie Powell
2022-01-31
1
-0
/
+3
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-7
/
+7
*
|
Make all extensibles use kebab-case for names where possible.
Sadie Powell
2021-12-26
1
-1
/
+1
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-1
/
+1
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-4
/
+6
*
|
Mark all command classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-01
1
-2
/
+2
|
\
|
|
*
Fix the silence TAGMSG flags being inverted in BitsToFlags.
Sadie Powell
2021-06-20
1
-2
/
+2
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+1
*
|
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-2
/
+2
*
|
Use string_view in IsCTCP.
Sadie Powell
2021-04-08
1
-1
/
+1
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-14
/
+11
*
|
Implement support for automatically syncing extension items.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Mark {From,To}{Human,Internal,Network} as noexcept.
Sadie Powell
2021-03-17
1
-2
/
+2
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-2
/
+2
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-4
/
+4
*
|
Replace all internal references to uline with services.
Sadie Powell
2021-01-30
1
-1
/
+1
*
|
Rename <silence:exemptuline> to <silence:exemptservice>.
Sadie Powell
2021-01-30
1
-3
/
+3
*
|
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
-7
/
+7
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-09-27
1
-1
/
+0
|
\
|
|
*
Remove an unnecessary break statement.
Sadie Powell
2020-09-27
1
-1
/
+0
*
|
Alow modules to specify multiple syntax lines.
Sadie Powell
2020-04-14
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-6
/
+2
[next]