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 (
Expand
)
Author
Age
Files
Lines
*
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.
•••
This makes it correctly throw when the capability limit is reached and allows up to 64 capabilities to be created instead of 32.
Sadie Powell
2020-03-09
1
-2
/
+2
|
*
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
|
*
Add a vendor cap which rejects any attempts to enable it.
•••
This is similar to the oragono.io/nope capability only instead of killing the connection it just rejects the request. This should be less intrusive for users.
Sadie Powell
2020-01-28
1
-0
/
+18
|
*
Use irc::equals instead of transforming to upper case in CAP.
Sadie Powell
2020-01-18
1
-7
/
+5
*
|
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
-2
/
+2
[next]