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_ident.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-3
/
+3
|
*
Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>.
Sadie Powell
2022-01-16
1
-1
/
+1
|
*
Always catch exceptions as a constant reference.
Sadie Powell
2022-01-09
1
-1
/
+1
|
*
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-6
/
+7
|
*
Make all extensibles use kebab-case for names where possible.
Sadie Powell
2021-12-26
1
-2
/
+2
|
*
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
-1
/
+2
|
*
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
|
*
Merge branch 'insp3' into master.
Sadie Powell
2021-07-01
1
-5
/
+5
|
\
|
*
Fix various spelling issues (#1883).
Josh Soref
2021-06-21
1
-5
/
+5
|
|
|
|
|
|
|
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-2
/
+2
|
|
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-3
/
+3
|
|
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
1
-3
/
+3
|
|
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-6
/
+6
|
|
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-4
/
+4
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-1
/
+1
|
|
*
|
Refactor classbase/CullResult into Cullable/Cullable::Result.
Sadie Powell
2021-03-02
1
-2
/
+2
|
|
*
|
Make MyClass private and move everything to GetClass.
Sadie Powell
2021-01-31
1
-1
/
+1
|
|
*
|
Replace defaultdeleter with the C++11 one and rename culldeleter.
Sadie Powell
2021-01-30
1
-1
/
+1
|
|
*
|
Rename IdentMax to MaxUser for consistency with the other limits.
Sadie Powell
2020-11-27
1
-3
/
+3
|
|
*
|
Merge tag 'v3.8.1' into master.
Sadie Powell
2020-11-20
1
-1
/
+1
|
\
|
|
*
Avoid doing "IP changed" event stuff on quitting users.
Sadie Powell
2020-11-20
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-03
1
-0
/
+4
|
\
|
|
*
Make connect class debug logging more complete and consistent.
Sadie Powell
2020-11-03
1
-0
/
+4
|
|
*
|
Convert ConnectClass from reference<> to std::shared_ptr<>.
Sadie Powell
2020-11-03
1
-1
/
+1
|
|
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-2
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-3
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
|
|
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-2
/
+2
|
|
*
|
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-04-09
1
-1
/
+1
|
\
|
|
*
Fix various documentation and formatting issues.
Sadie Powell
2020-03-30
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-03-18
1
-2
/
+1
|
\
|
|
*
Convert some things to HasFd that were previously missed.
Sadie Powell
2020-02-19
1
-2
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-02-19
1
-1
/
+1
|
\
|
|
*
Add HasFd to EventHandler and switch code to use it.
Sadie Powell
2020-02-15
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-4
/
+6
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-4
/
+6
|
|
*
|
Replace LocalIntExt with IntExtItem.
Sadie Powell
2019-08-13
1
-1
/
+1
|
|
*
|
Move the Module parameter of ExtensionItem et al to the start.
Sadie Powell
2019-08-13
1
-2
/
+2
|
|
|
|
|
|
|
|
This matches what other ServiceProvider types do.
*
|
LogManager: remove fakederef.
Sadie Powell
2019-02-07
1
-3
/
+3
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-02-05
1
-21
/
+75
|
\
|
|
*
ident: fix erroneously prefixing an ident multiple times.
Peter Powell
2019-02-04
1
-2
/
+37
|
|
|
*
ident: rename ext to socket.
Peter Powell
2019-02-04
1
-7
/
+7
|
|
|
*
ident: rename nolookupprefix to prefixunqueried.
Peter Powell
2019-02-04
1
-3
/
+3
|
|
|
*
ident: store the timeout as an unsigned value and limit to 60s.
Peter Powell
2019-02-04
1
-4
/
+3
|
|
|
*
ident: reduce the amount of messages sent when a lookup fails.
Peter Powell
2019-02-04
1
-2
/
+3
|
|
[next]