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
/
include
/
modules
/
cap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-4
/
+4
*
Remove duplicate includes from module headers.
Sadie Powell
2022-01-25
1
-2
/
+0
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-7
/
+7
*
Add constexpr to the initialisation of various const static fields.
Sadie Powell
2022-01-18
1
-3
/
+3
*
Allow toggling a capability from a Cap::Reference.
Sadie Powell
2021-07-16
1
-0
/
+11
*
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
*
Mark {From,To}{Human,Internal,Network} as noexcept.
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
-3
/
+3
*
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-01-29
1
-0
/
+6
|
\
|
|
*
Allow converting a Cap::Reference to a Cap::Capability*.
Sadie Powell
2021-01-19
1
-0
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-21
1
-1
/
+1
|
\
|
|
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
1
-1
/
+1
*
|
Pascalize Cap::set and rename Cap::get to IsEnabled.
Sadie Powell
2020-07-20
1
-4
/
+4
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-2
/
+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
*
|
Replace LocalIntExt with IntExtItem.
Sadie Powell
2019-08-13
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-08-09
1
-2
/
+3
|
\
|
|
*
Convert all core ExtensionItem code away from {un,}serialize.
Peter Powell
2019-08-07
1
-2
/
+3
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-4
/
+4
|
/
*
Implement IRCv3 message tag support.
•••
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Peter Powell
2018-08-13
1
-0
/
+19
*
Add the override keyword in places that it is missing.
•••
GCCs warnings for this are much better than Clangs.
Peter Powell
2017-11-21
1
-2
/
+2
*
Fix Windows build and most MSVC warnings
Attila Molnar
2016-09-02
1
-1
/
+1
*
m_cap Make Capability objects compatible with dynamic_references, add Cap::Re...
Attila Molnar
2015-12-05
1
-0
/
+28
*
m_cap Specialize extension item
Attila Molnar
2015-12-05
1
-1
/
+8
*
m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha...
Attila Molnar
2015-12-05
1
-0
/
+20
*
m_cap Provide the OnCapAddDel() event
Attila Molnar
2015-12-05
1
-0
/
+15
*
m_cap Add Capability::GetCapValue(), list capabilities with values
Attila Molnar
2015-12-05
1
-0
/
+10
*
m_cap Learn the supported capability negotiation protocol of a client from CA...
•••
Let modules implementing caps query this information
Attila Molnar
2015-12-05
1
-1
/
+24
*
m_cap Add Capability::OnList() hook
Attila Molnar
2015-12-05
1
-0
/
+10
*
m_cap Add Capability::OnRequest() hook
Attila Molnar
2015-12-05
1
-0
/
+12
*
Add rewritten m_cap module
•••
- Caps are now managed by m_cap - Each cap uses one bit in an extension item shared with other caps
Attila Molnar
2015-12-05
1
-0
/
+191
*
Nuke m_cap
Attila Molnar
2015-12-05
1
-99
/
+0
*
Fix building modules that use cap.h with a C++11 compiler.
Peter Powell
2015-03-06
1
-1
/
+1
*
Convert the CAP event to use the new cross-module event system
Attila Molnar
2015-02-11
1
-8
/
+8
*
Allow enabling/disabling caps via GenericCap::SetActive()
Attila Molnar
2015-02-11
1
-1
/
+10
*
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2015-01-18
1
-1
/
+3
*
Remove whitespace and minor style changes
Attila Molnar
2014-01-23
1
-1
/
+0
*
Automatically register ServiceProviders created by modules
attilamolnar
2013-09-08
1
-1
/
+0
*
Tidy up source files:
•••
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues.
Peter Powell
2013-04-12
1
-0
/
+90