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_ircv3_capnotify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2026-03-31
1
-1
/
+1
*
Fix cap notifications to comply with ircv3/ircv3-specifications#480.
Sadie Powell
2026-03-14
1
-2
/
+2
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-1
/
+1
*
Rename some of the Module member variables.
Sadie Powell
2024-03-04
1
-2
/
+2
*
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-3
/
+1
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-2
/
+2
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-4
/
+4
*
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-3
/
+6
*
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+4
*
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-5
/
+2
*
Pascalize Cap::set and rename Cap::get to IsEnabled.
Sadie Powell
2020-07-20
1
-2
/
+2
*
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-2
/
+2
|
\
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
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
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-02-19
1
-1
/
+1
|
\
|
|
*
Fix logic calling OnList when sending a cap notification.
•••
It is possible for the cap to be null when a DEL for an unloaded module is sent out so we should not blindly call it.
Sadie Powell
2020-02-15
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-1
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-08-09
1
-0
/
+4
|
\
|
|
*
Fix sending DEL for caps which have not been advertised yet.
•••
Closes #1687.
Peter Powell
2019-07-31
1
-0
/
+4
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-7
/
+7
|
/
*
Replace all references to IRCv3.2 with IRCv3.
•••
IRCv3 no longer does versioned releases.
Peter Powell
2018-08-13
1
-1
/
+1
*
Implement IRCv3 message tag support.
•••
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Peter Powell
2018-08-13
1
-9
/
+45
*
Fix cap-notify sending ADD instead of NEW.
Peter Powell
2016-02-19
1
-1
/
+1
*
Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extension
Attila Molnar
2015-12-05
1
-0
/
+149