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_dccallow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-9
/
+9
*
Move duration functions to their own header.
Sadie Powell
2023-01-23
1
-3
/
+4
*
Fix some issues reported by scan-build.
•••
All of these are harmless and should never cause an issue in practise.
Sadie Powell
2023-01-15
1
-0
/
+7
*
Fixes by misspell-fixer.
InspIRCd Robot
2023-01-15
1
-1
/
+1
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-3
/
+3
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-2
/
+2
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-2
/
+2
*
|
Move extension types to their own header to speed up build times.
Sadie Powell
2022-12-19
1
-0
/
+1
*
|
Allow UserManager::Find{Nick,UUID,} to ignore unregistered users.
Sadie Powell
2022-10-29
1
-4
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-10-13
1
-1
/
+1
|
\
|
|
*
Prevent having the dccallow module loaded with a zero list size.
•••
This doesn't make sense.
Sadie Powell
2022-10-10
1
-1
/
+1
*
|
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
*
|
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
1
-5
/
+5
*
|
Default allow_empty_last_param to false.
Sadie Powell
2022-09-07
1
-1
/
+0
*
|
Use auto in places where it is really obvious what the type is.
Sadie Powell
2022-09-04
1
-1
/
+1
*
|
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-8
/
+9
*
|
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
1
-5
/
+5
*
|
Move numeric helper classes to their own header.
Sadie Powell
2022-06-26
1
-0
/
+1
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-2
/
+2
*
|
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
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
1
-1
/
+1
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-1
/
+1
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-3
/
+4
*
|
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
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-1
/
+1
|
\
|
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-1
/
+1
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-1
/
+1
*
|
Fix a dangling view in dccallow.
Sadie Powell
2021-04-09
1
-1
/
+1
*
|
Use string_view in IsCTCP.
Sadie Powell
2021-04-08
1
-4
/
+4
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-6
/
+9
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
*
|
Use emplace_back where possible.
Sadie Powell
2021-03-30
1
-1
/
+1
*
|
Implement support for automatically syncing extension items.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Mark {From,To}{Human,Internal,Network} as noexcept.
Sadie Powell
2021-03-17
1
-2
/
+2
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-2
/
+2
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-7
/
+7
*
|
Clean up a bunch of contructors and destructors.
Sadie Powell
2020-11-01
1
-1
/
+1
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
*
|
Add stdalgo::iterator_range and switch config tag reading to use it.
•••
This allows us to use range-based for loops which were not possible with the previous config tag system.
Sadie Powell
2020-10-31
1
-4
/
+4
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-13
/
+13
*
|
Alow modules to specify multiple syntax lines.
Sadie Powell
2020-04-14
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
/
+3
[next]