aboutsummaryrefslogtreecommitdiff
path: root/src/usermanager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
* | Make MyClass private and move everything to GetClass.Gravatar Sadie Powell2021-01-311-4/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-211-1/+1
|\|
| * Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-201-1/+1
* | Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-1/+1
* | Fix the case of getError/getSendQSize and rewrite the doc comments.Gravatar Sadie Powell2020-07-201-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-03-181-1/+0
|\|
| * Implement support for the SERVLIST command.Gravatar Sadie Powell2020-03-121-1/+0
* | Move FindNickOnly to UserManager.Gravatar Sadie Powell2020-02-091-0/+12
* | Move FindNick to UserManager.Gravatar Sadie Powell2020-02-091-0/+11
* | Move FindUUID to the UserManager class.Gravatar Sadie Powell2020-02-091-0/+12
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-2/+9
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-011-0/+1
|\|
| * Ignore clients on ulined servers when reporting stats in LUSERS.Gravatar Peter Powell2019-12-281-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-12-081-1/+14
|\|
| * Close connections when an I/O hook is configured but not loaded.Gravatar Peter Powell2019-11-161-1/+14
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-271-0/+10
|\|
| * Allow modules to prevent a failed connection from being closed.Gravatar Peter Powell2019-07-211-0/+10
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-161-12/+27
|\|
| * Add OnUserPreQuit event to allow modules to change quit messages (#1629).Gravatar iwalkalone2019-06-241-12/+27
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-2/+2
|\|
| * Document OnUserInit properly and add OnUserPostInit.Gravatar Peter Powell2019-04-041-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-02-151-46/+55
|\|
| * Rename User::nping to nextping for consistency with lastping.Gravatar Peter Powell2019-02-151-3/+3
| * Refactor UserManager::DoBackgroundUserStuff().Gravatar Peter Powell2019-02-151-46/+55
* | SnomaskManager: remove fakederef.Gravatar Sadie Powell2019-02-071-2/+2
* | LogManager: remove fakederef.Gravatar Sadie Powell2019-02-071-8/+8
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-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. Gravatar Peter Powell2019-01-201-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> Gravatar Matt Schatz2019-01-091-1/+1
* Fix a crash when the core_oper module is not loaded.Gravatar Peter Powell2018-12-121-0/+1
* Merge tag 'v2.0.27' into master.Gravatar Peter Powell2018-11-071-1/+5
|\
| * Fix exposing the ban reason when an xline is found in the bancache.Gravatar Peter Powell2018-11-041-1/+5
* | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Gravatar Peter Powell2018-08-131-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. Gravatar Peter Powell2017-10-281-1/+1
* | Update UserManager documentation and commentsGravatar Attila Molnar2016-08-241-20/+5
* | Check for errors after calling IOHookProvider::OnAccept()Gravatar Attila Molnar2016-08-241-2/+10
* | Call IOHookProviders after the socket has been added to the SocketEngine in U...Gravatar Attila Molnar2016-08-241-8/+8
* | Add socket into the SocketEngine as soon as possible in UserManager::AddUser()Gravatar Attila Molnar2016-08-241-7/+7
* | Merge insp20Gravatar Attila Molnar2016-08-171-0/+1
|\|
| * Stop processing the new connection in UserManager::AddUser() when an internal...Gravatar Attila Molnar2016-06-131-0/+1
* | Initialize more User and LocalUser fields using the init listGravatar Attila Molnar2016-08-101-7/+0
* | Keep multiple IOHookProvider references in class ListenSocket•••This adds the <bind:hook> config option which works together with <bind:ssl> Gravatar Attila Molnar2016-08-081-2/+6
* | Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Gravatar Attila Molnar2016-02-251-1/+1
* | Remove UserManager::GarbageCollect()Gravatar Attila Molnar2015-11-031-7/+0
* | Move already sent id rollover handling and static LocalUser::already_sent_id ...Gravatar Attila Molnar2015-11-031-3/+13
* | Add UserManager::NextAlreadySentId() and convert all code to use itGravatar Attila Molnar2015-11-031-0/+5
* | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel - Accessible using the provided API after including the appropriate header - Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS - Expiration of timed invites are implemented using Timers - When creating a new invite let a non-timed invite override a timed one Gravatar Attila Molnar2015-11-021-3/+0