| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | ||
| * | | Rip out the OnConnectionFail event.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 1 | -10/+0 | ||
| * | | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 1 | -1/+1 | ||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -17/+5 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | 2021-03-10 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | ||
| * | | Make MyClass private and move everything to GetClass. | 2021-01-31 | 1 | -4/+4 | ||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 1 | -1/+1 | ||
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -1/+1 | ||
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 1 | -3/+3 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -1/+0 | ||
| |\| | ||||||
| | * | Implement support for the SERVLIST command. | 2020-03-12 | 1 | -1/+0 | ||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -0/+12 | ||
| * | | Move FindNick to UserManager. | 2020-02-09 | 1 | -0/+11 | ||
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 1 | -0/+12 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+9 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+9 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -0/+1 | ||
| |\| | ||||||
| | * | Ignore clients on ulined servers when reporting stats in LUSERS. | 2019-12-28 | 1 | -0/+1 | ||
| * | | Merge branch 'insp3' into master. | 2019-12-08 | 1 | -1/+14 | ||
| |\| | ||||||
| | * | Close connections when an I/O hook is configured but not loaded. | 2019-11-16 | 1 | -1/+14 | ||
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -0/+10 | ||
| |\| | ||||||
| | * | Allow modules to prevent a failed connection from being closed. | 2019-07-21 | 1 | -0/+10 | ||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -12/+27 | ||
| |\| | ||||||
| | * | Add OnUserPreQuit event to allow modules to change quit messages (#1629). | 2019-06-24 | 1 | -12/+27 | ||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -2/+2 | ||
| |\| | ||||||
| | * | Document OnUserInit properly and add OnUserPostInit. | 2019-04-04 | 1 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2019-02-15 | 1 | -46/+55 | ||
| |\| | ||||||
| | * | Rename User::nping to nextping for consistency with lastping. | 2019-02-15 | 1 | -3/+3 | ||
| | * | Refactor UserManager::DoBackgroundUserStuff(). | 2019-02-15 | 1 | -46/+55 | ||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | ||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -8/+8 | ||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -1/+1 | ||
| |/ | ||||||
| * | Call the OnUserInit hook from earlier in UserManager::AddUser.•••This fixes messages being lost when sending them to a user who has only just connected to the server. | 2019-01-20 | 1 | -2/+1 | ||
| * | Improve X-line text consistency.•••- Change any "-Line", ":Line", or "*line" to "-line" throughout the X-line code, comments, and documentation. - Add periods to the end of some notices. - Correct a typo in the Q-line code comments. - Update the filter module documentation (shun addition). Co-authored-by: Robby <robby@chatbelgie.be> | 2019-01-09 | 1 | -1/+1 | ||
| * | Fix a crash when the core_oper module is not loaded. | 2018-12-12 | 1 | -0/+1 | ||
| * | Merge tag 'v2.0.27' into master. | 2018-11-07 | 1 | -1/+5 | ||
| |\ | ||||||
| | * | Fix exposing the ban reason when an xline is found in the bancache. | 2018-11-04 | 1 | -1/+5 | ||
| * | | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -13/+21 | ||
| * | | Hide User#host and User#dhost and use accessors to modify them.•••This removes the need to invalidate the cache after changing a user's hostname. | 2017-10-28 | 1 | -1/+1 | ||
| * | | Update UserManager documentation and comments | 2016-08-24 | 1 | -20/+5 | ||
| * | | Check for errors after calling IOHookProvider::OnAccept() | 2016-08-24 | 1 | -2/+10 | ||
| * | | Call IOHookProviders after the socket has been added to the SocketEngine in U... | 2016-08-24 | 1 | -8/+8 | ||
| * | | Add socket into the SocketEngine as soon as possible in UserManager::AddUser() | 2016-08-24 | 1 | -7/+7 | ||
| * | | Merge insp20 | 2016-08-17 | 1 | -0/+1 | ||
| |\| | ||||||
| | * | Stop processing the new connection in UserManager::AddUser() when an internal... | 2016-06-13 | 1 | -0/+1 | ||
| * | | Initialize more User and LocalUser fields using the init list | 2016-08-10 | 1 | -7/+0 | ||
