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_delayjoin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace ModeAction with bool.
•••
This enum is functionally the same as bool but with weird semantics.
Sadie Powell
2023-01-22
1
-3
/
+3
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-2
/
+2
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-2
/
+2
*
|
Clean up the typedefs for OnBuildNeighborList.
Sadie Powell
2022-10-29
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-10-13
1
-0
/
+12
|
\
|
|
*
Fix channels with +D or +u set being picked for the /WHO response.
Sadie Powell
2022-10-12
1
-0
/
+12
*
|
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
1
-4
/
+4
*
|
Make clientprotocol{msg,event} and numericbuilder non-default headers.
Sadie Powell
2022-06-26
1
-0
/
+1
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-6
/
+6
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-1
/
+1
*
|
Mark all event hook classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-1
/
+1
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-01
1
-2
/
+2
|
\
|
|
*
Show delayjoined users to themself in WHO.
Sadie Powell
2021-06-20
1
-2
/
+2
*
|
Convert simple modes to use Simple{Channel,User}Mode.
Sadie Powell
2021-06-01
1
-22
/
+18
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-01
1
-0
/
+21
|
\
|
|
*
Implement support for the delayjoin WHOX flag.
Sadie Powell
2021-05-22
1
-0
/
+21
*
|
Refactor the population of exceptions in delayjoin.
Sadie Powell
2021-05-22
1
-21
/
+17
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-22
1
-9
/
+16
|
\
|
|
*
Only check for a join time if a user is actually in the channel.
Sadie Powell
2021-05-22
1
-1
/
+4
|
*
Send the correct join timestamp on a delayed join message.
Sadie Powell
2021-05-22
1
-2
/
+9
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-7
/
+5
*
|
Convert various mode methods to take Mode::Change.
•••
- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode
Sadie Powell
2021-03-30
1
-11
/
+11
*
|
Add a subclass of ExtensionItem exclusively for booleans.
Sadie Powell
2021-03-17
1
-6
/
+7
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
1
-3
/
+3
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
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
-7
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-1
/
+1
|
\
|
|
*
Fix various documentation and formatting issues.
Sadie Powell
2020-03-30
1
-1
/
+1
*
|
Move FindNickOnly to UserManager.
Sadie Powell
2020-02-09
1
-1
/
+1
*
|
Move FindNick to UserManager.
Sadie Powell
2020-02-09
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-1
/
+5
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+5
*
|
Replace LocalIntExt with IntExtItem.
Sadie Powell
2019-08-13
1
-8
/
+17
*
|
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
-1
/
+1
|
\
|
|
*
Replace all abstract usages of his/he/her with they/their/it.
Peter Powell
2019-06-07
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-3
/
+6
|
\
|
|
*
Some more text fixes and improvements (#1618).
Robby
2019-04-28
1
-1
/
+1
|
*
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-28
1
-1
/
+1
|
*
Remove the OnNamesListItem event out of the core.
Peter Powell
2019-04-19
1
-2
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-03-30
1
-2
/
+16
|
\
|
[next]