| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | ||
| * | | Keep multiple IOHookProvider references in class ListenSocket•••This adds the <bind:hook> config option which works together with <bind:ssl> | 2016-08-08 | 1 | -2/+6 | ||
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -1/+1 | ||
| * | | Remove UserManager::GarbageCollect() | 2015-11-03 | 1 | -7/+0 | ||
| * | | Move already sent id rollover handling and static LocalUser::already_sent_id ... | 2015-11-03 | 1 | -3/+13 | ||
| * | | Add UserManager::NextAlreadySentId() and convert all code to use it | 2015-11-03 | 1 | -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 | 2015-11-02 | 1 | -3/+0 | ||
| * | | Remove dead code from UserManager::AddUser() | 2015-05-22 | 1 | -11/+1 | ||
| * | | Fix some oversights | 2015-05-22 | 1 | -1/+3 | ||
| * | | Merge insp20 | 2015-04-20 | 1 | -2/+19 | ||
| |\| | ||||||
| | * | Rebuild clone counts on rehash | 2015-03-21 | 1 | -0/+16 | ||
| | * | Fix signon time of clients being off by dns_timeout seconds | 2014-12-30 | 1 | -1/+1 | ||
| * | | Merge pull request #971 from SaberUK/master+numeric-xline•••Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned. | 2015-02-05 | 1 | -1/+1 | ||
| |\ \ | ||||||
| | * | | Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.•••This is specified in RFC 1459 so we should probably use it. | 2015-01-24 | 1 | -1/+1 | ||
| * | | | Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManager | 2015-01-24 | 1 | -1/+25 | ||
| |/ / | ||||||
| * | | Fix off by one in ping timeout.•••Been bugging me that users ping timeout at 121 rather than 120 seconds by default. | 2014-08-04 | 1 | -1/+1 | ||
| * | | Move and rename typedef LocalUserList to UserManager::LocalList | 2014-07-19 | 1 | -3/+3 | ||
| * | | Erase local users from UserManager::local_list in QuitUser() | 2014-07-19 | 1 | -3/+1 | ||
| * | | Change allocation of InspIRCd::BanCache to be physically part of the object c... | 2014-06-13 | 1 | -1/+2 | ||
| * | | Pull in bancache.h from inspircd.h | 2014-06-13 | 1 | -1/+0 | ||
| * | | Relax fd bounds checking•••We can cope with fds greater than SocketEngine::GetMaxFds() since 3752b3f59d5216d7dc6221a361efc76b9ad2273d | 2014-06-07 | 1 | -1/+1 | ||
| * | | Rewrite clone counting to use one map instead of two | 2014-03-17 | 1 | -40/+21 | ||
| * | | Change allocation of UserManager::clientlist to be physically part of the obj... | 2014-03-15 | 1 | -11/+4 | ||
| * | | Change allocation of UserManager::uuidlist to be physically part of the objec... | 2014-03-14 | 1 | -3/+1 | ||
| * | | Change all socketengine methods to be static | 2014-02-08 | 1 | -2/+2 | ||
| * | | Fix ping timeout message seconds vs second | 2014-02-04 | 1 | -1/+1 | ||
