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
/
usermanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Inline the one use of ServerNoticeAll and rm the function.
Sadie Powell
2022-10-01
1
-11
/
+0
*
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
1
-1
/
+1
*
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2022-08-27
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-08-25
1
-1
/
+1
*
|
Rename OnSetUserIP to OnChangeRemoteAddress.
Sadie Powell
2022-08-10
1
-1
/
+1
*
|
Remove some unnecessary getters in ConnectClass.
•••
All of these members are public anyway.
Sadie Powell
2022-07-22
1
-4
/
+4
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-1
/
+1
*
|
Make clientprotocol{msg,event} and numericbuilder non-default headers.
Sadie Powell
2022-06-26
1
-1
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-05-31
1
-10
/
+8
|
\
|
|
*
Make it more obvious when an I/O hook is misconfigured.
Sadie Powell
2022-05-31
1
-10
/
+8
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-9
/
+9
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-1
/
+1
*
|
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
1
-1
/
+2
*
|
Avoid duplicating User::MakeHostIP.
Sadie Powell
2021-08-20
1
-1
/
+1
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
1
-1
/
+1
*
|
Rip out the OnConnectionFail event.
•••
This never really worked correctly and will now be replaced with something better.
Sadie Powell
2021-04-19
1
-10
/
+0
*
|
Fix various uses of the _t suffix which is reserved by POSIX.
Sadie Powell
2021-04-17
1
-1
/
+1
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-17
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-10
1
-1
/
+1
|
\
|
|
*
Rename `<bind:ssl>` to `<bind:sslprofile>`.
Sadie Powell
2021-03-10
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-1
/
+1
*
|
Make MyClass private and move everything to GetClass.
Sadie Powell
2021-01-31
1
-4
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-21
1
-1
/
+1
|
\
|
|
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
1
-1
/
+1
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-1
/
+1
*
|
Fix the case of getError/getSendQSize and rewrite the doc comments.
Sadie Powell
2020-07-20
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-03-18
1
-1
/
+0
|
\
|
|
*
Implement support for the SERVLIST command.
Sadie Powell
2020-03-12
1
-1
/
+0
*
|
Move FindNickOnly to UserManager.
Sadie Powell
2020-02-09
1
-0
/
+12
*
|
Move FindNick to UserManager.
Sadie Powell
2020-02-09
1
-0
/
+11
*
|
Move FindUUID to the UserManager class.
Sadie Powell
2020-02-09
1
-0
/
+12
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-2
/
+9
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-2
/
+9
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-01
1
-0
/
+1
|
\
|
|
*
Ignore clients on ulined servers when reporting stats in LUSERS.
Peter Powell
2019-12-28
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-12-08
1
-1
/
+14
|
\
|
|
*
Close connections when an I/O hook is configured but not loaded.
Peter Powell
2019-11-16
1
-1
/
+14
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-27
1
-0
/
+10
|
\
|
|
*
Allow modules to prevent a failed connection from being closed.
Peter Powell
2019-07-21
1
-0
/
+10
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-16
1
-12
/
+27
|
\
|
|
*
Add OnUserPreQuit event to allow modules to change quit messages (#1629).
iwalkalone
2019-06-24
1
-12
/
+27
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-2
/
+2
|
\
|
|
*
Document OnUserInit properly and add OnUserPostInit.
Peter Powell
2019-04-04
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-02-15
1
-46
/
+55
|
\
|
|
*
Rename User::nping to nextping for consistency with lastping.
Peter Powell
2019-02-15
1
-3
/
+3
|
*
Refactor UserManager::DoBackgroundUserStuff().
Peter Powell
2019-02-15
1
-46
/
+55
[next]