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_callerid.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Replace getInt/getUInt/getFloat with type safe templated functions.
Sadie Powell
2023-01-25
1
-1
/
+1
|
*
Refactor the caching methods in User and rename to make more sense.
Sadie Powell
2023-01-24
1
-2
/
+1
|
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-4
/
+6
|
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-6
/
+6
|
*
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
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-2
/
+1
|
|
*
|
Allow remapping mode and extban characters at load time.
Sadie Powell
2022-12-20
1
-3
/
+3
|
|
|
|
|
|
|
|
Closes #1970.
*
|
Rework the levels things are logged at to make more sense.
Sadie Powell
2022-12-18
1
-5
/
+5
|
|
*
|
Yet more stylistic fixes.
Sadie Powell
2022-12-01
1
-2
/
+3
|
|
*
|
Allow UserManager::Find{Nick,UUID,} to ignore unregistered users.
Sadie Powell
2022-10-29
1
-5
/
+5
|
|
*
|
Rename the services_account module to account.
Sadie Powell
2022-10-18
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
-3
/
+3
|
|
*
|
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
|
|
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-3
/
+3
|
|
*
|
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
-5
/
+5
|
|
*
|
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
-4
/
+4
|
|
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-1
/
+1
|
|
*
|
Fix a bunch of cases where module types were not marked as final.
Sadie Powell
2021-11-28
1
-1
/
+1
|
|
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-3
/
+5
|
|
*
|
Mark all command classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
|
|
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-2
/
+0
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-04
1
-5
/
+5
|
\
|
|
*
Fix some "targ" usages which were missed in the earlier commit.
Sadie Powell
2021-07-03
1
-6
/
+5
|
|
*
|
Rename Simple{Channel,User}ModeHandler to match other mode handlers.
Sadie Powell
2021-06-01
1
-1
/
+1
|
|
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-4
/
+4
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
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
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-04-27
1
-1
/
+1
|
\
|
|
*
Update the module descriptions.
Sadie Powell
2021-04-21
1
-1
/
+1
|
|
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-10
/
+6
|
|
*
|
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 Get in extension item classes.
Sadie Powell
2021-03-17
1
-11
/
+11
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-10
1
-2
/
+4
|
\
|
|
*
Space-delimit the human readable callerid extensible data.
Sadie Powell
2021-03-09
1
-2
/
+4
|
|
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
|
|
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-6
/
+6
|
|
*
|
Pascalize ExtensionItem::{get,set,unset}_raw.
Sadie Powell
2020-07-20
1
-4
/
+4
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-3
/
+3
|
\
|
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-3
/
+3
|
|
*
|
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
|
|
[next]