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_repeat.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2022-08-27
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-08-25
1
-1
/
+1
*
|
Move numeric helper classes to their own header.
Sadie Powell
2022-06-26
1
-0
/
+1
*
|
Modernize the syntax of various templates.
Sadie Powell
2022-06-23
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-06-22
1
-1
/
+1
|
\
|
|
*
Fix the parameter documentation for the repeat mode.
Sadie Powell
2022-06-15
1
-1
/
+1
*
|
Allow templating of the repeat module kick message.
Sadie Powell
2022-06-15
1
-7
/
+8
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
1
-1
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
1
-1
/
+2
*
|
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
*
|
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-11-24
1
-2
/
+5
|
\
|
|
*
Use a mode reference in the repeat module.
Sadie Powell
2021-11-16
1
-2
/
+5
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-3
/
+3
*
|
Mark more mode classes as final.
Sadie Powell
2021-10-01
1
-1
/
+1
*
|
Mark all mode classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-09-23
1
-0
/
+3
|
\
|
|
*
Add the channels/ignore-repeat priv to exempt opers from +E.
David Schultz
2021-09-21
1
-0
/
+3
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-21
/
+19
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-2
/
+2
|
\
|
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-1
/
+1
*
|
Add a new map-based method for building link data.
•••
The new link data is not currently used but will be in the near future.
Sadie Powell
2021-05-10
1
-8
/
+9
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-3
/
+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
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-0
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-01-18
1
-1
/
+10
|
\
|
|
*
Implemented configurable kick message for the repeat module (#1835).
•••
iwalkalone
2021-01-18
1
-1
/
+9
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
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
-3
/
+4
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-8
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-0
/
+6
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-0
/
+6
*
|
Move the Module parameter of ExtensionItem et al to the start.
•••
This matches what other ServiceProvider types do.
Sadie Powell
2019-08-13
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-16
1
-13
/
+10
|
\
|
|
*
Show the mode syntax in ERR_INVALIDMODEPARAM.
Peter Powell
2019-06-12
1
-9
/
+9
|
*
m_repeat: Fix parsing mode parameter
linuxdaemon
2019-06-05
1
-4
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-1
/
+1
|
\
|
|
*
Some more text fixes and improvements (#1618).
Robby
2019-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-03-30
1
-3
/
+3
|
\
|
|
*
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-02-18
1
-3
/
+3
[next]