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_timedbans.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-4
/
+4
*
Fix list modes unintentionally being case sensitive.
•••
Closes #907.
Sadie Powell
2023-08-12
1
-1
/
+1
*
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
-4
/
+4
*
Move duration functions to their own header.
Sadie Powell
2023-01-23
1
-2
/
+3
*
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
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-2
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-2
/
+1
*
|
Fix parsing extbans in banredirect and timedbans.
Sadie Powell
2022-12-19
1
-3
/
+6
*
|
Yet more stylistic fixes.
Sadie Powell
2022-12-01
1
-1
/
+1
*
|
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-1
/
+1
*
|
Move numeric helper classes to their own header.
Sadie Powell
2022-06-26
1
-0
/
+1
*
|
Add a typedef for a mode rank.
Sadie Powell
2022-05-17
1
-1
/
+1
*
|
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-16
1
-5
/
+5
|
\
|
|
*
Use FindNearestPrefixMode instead of looking for the halfop mode.
Sadie Powell
2022-04-12
1
-4
/
+4
|
*
Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.
•••
This should make privilege errors more consistent.
Sadie Powell
2022-04-12
1
-1
/
+1
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-11-24
1
-2
/
+4
|
\
|
|
*
Use a mode reference in the timedbans 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
-1
/
+1
*
|
Mark more mode classes as final.
Sadie Powell
2021-10-01
1
-2
/
+3
*
|
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
/
+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-06-19
1
-1
/
+13
|
\
|
|
*
Fix unsetting timed bans with excessively long masks.
Sadie Powell
2021-06-18
1
-0
/
+13
|
*
Avoid unnecessarily looking up the ban mode.
•••
We already have a ChanModeReference for this there's no need to look it up again.
Sadie Powell
2021-06-18
1
-1
/
+1
*
|
Get rid of even more pointless copy/paste comments.
Sadie Powell
2021-05-19
1
-1
/
+0
*
|
Move channel logic from InspIRCd to the new ChannelManager class.
Sadie Powell
2021-05-08
1
-1
/
+1
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-10
/
+6
*
|
Convert various mode methods to take Mode::Change.
•••
- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode
Sadie Powell
2021-03-30
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-3
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
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
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-08-25
1
-0
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-07-30
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-07-29
1
-10
/
+27
|
\
|
|
*
Replace all erroneous space indentation with tab indentation.
Sadie Powell
2020-07-29
1
-10
/
+10
|
*
Allow disabling the timedbans set/unset notices (#1789).
iwalkalone
2020-07-22
1
-10
/
+25
*
|
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
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-02-04
1
-3
/
+3
|
\
|
[next]