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_cap.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-1
/
+1
|
*
Move stdalgo::string::join to utility/string and templatise separator.
Sadie Powell
2023-08-11
1
-1
/
+2
|
*
Merge branch 'insp3' into master.
Sadie Powell
2023-02-14
1
-2
/
+0
|
\
|
*
Switch to the IRCv3 standard-replies cap.
Sadie Powell
2023-02-13
1
-2
/
+0
|
|
|
|
|
|
|
|
|
|
Nothing is using this so far so I'm not counting it as a breaking change.
*
|
Convert log calls to use fmtlib format strings
Sadie Powell
2023-01-24
1
-6
/
+6
|
|
*
|
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-2
/
+2
|
|
*
|
Fix some unnecessary string copies.
Sadie Powell
2023-01-10
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-1
/
+1
|
|
|
*
Update module descriptions.
Sadie Powell
2022-12-30
1
-1
/
+1
|
|
*
|
Update module descriptions.
Sadie Powell
2022-12-12
1
-1
/
+1
|
|
*
|
Use User::IsFullyConnected instead of checking for REG_ALL.
Sadie Powell
2022-10-29
1
-1
/
+1
|
|
*
|
Remove some unused method arguments.
Sadie Powell
2022-10-12
1
-3
/
+3
|
|
*
|
Replace *foo.rbegin() with foo.end().
Sadie Powell
2022-10-01
1
-2
/
+1
|
|
*
|
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
|
|
*
|
Use auto in places where it is really obvious what the type is.
Sadie Powell
2022-09-04
1
-1
/
+1
|
|
*
|
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
1
-1
/
+1
|
|
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-1
/
+1
|
|
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-7
/
+7
|
|
*
|
Refuse to set an extension on the wrong type of extensible.
Sadie Powell
2022-01-31
1
-0
/
+3
|
|
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-7
/
+7
|
|
*
|
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-1
/
+1
|
|
*
|
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
-2
/
+2
|
|
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-5
/
+9
|
|
*
|
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
|
|
*
|
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-1
/
+1
|
|
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-27
/
+11
|
|
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
|
|
*
|
Use emplace_back where possible.
Sadie Powell
2021-03-30
1
-1
/
+1
|
|
*
|
Add a subclass of ExtensionItem exclusively for booleans.
Sadie Powell
2021-03-17
1
-2
/
+2
|
|
*
|
Mark {From,To}{Human,Internal,Network} as noexcept.
Sadie Powell
2021-03-17
1
-3
/
+3
|
|
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
1
-2
/
+2
|
|
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-3
/
+3
|
|
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-5
/
+5
|
|
*
|
Convert FOREACH_MOD_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
1
-3
/
+3
|
|
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-3
/
+3
|
|
*
|
Pascalize Cap::set and rename Cap::get to IsEnabled.
Sadie Powell
2020-07-20
1
-3
/
+3
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-14
1
-2
/
+4
|
\
|
|
*
Add the inspircd.org/standard-replies capability.
Sadie Powell
2020-04-13
1
-2
/
+4
|
|
*
|
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-03-18
1
-34
/
+55
|
\
|
|
*
Fix not assigning bits to capabilities correctly.
Sadie Powell
2020-03-09
1
-2
/
+2
|
|
|
|
|
|
|
|
|
|
This makes it correctly throw when the capability limit is reached and allows up to 64 capabilities to be created instead of 32.
|
*
Implement support for multi-line CAP responses.
Sadie Powell
2020-03-09
1
-32
/
+53
|
|
*
|
Move FindUUID to the UserManager class.
Sadie Powell
2020-02-09
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-02-04
1
-8
/
+24
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-31
1
-1
/
+1
|
|
[next]