| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some places where U-line -> service was missed. | 2021-08-29 | 1 | -1/+1 | |
| * | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 1 | -2/+2 | |
| * | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -6/+6 | |
| * | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -2/+2 | |
| |\| | |||||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -4/+7 | |
| |\| | |||||
| | * | Implement support for the SERVLIST command. | 2020-03-12 | 1 | -4/+7 | |
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -0/+6 | |
| * | | Move FindNick to UserManager. | 2020-02-09 | 1 | -0/+7 | |
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 1 | -0/+6 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -3/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+7 | |
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -1/+9 | |
| |\| | |||||
| | * | Ignore clients on ulined servers when reporting stats in LUSERS. | 2019-12-28 | 1 | -1/+9 | |
| * | | Get rid of UserManager#OperCount and UserManager#UserCount.•••OperCount was only used in one place, UserCount is used nowhere, and both just a wrapper around data which is accessible by other means. | 2019-12-29 | 1 | -10/+0 | |
| * | | Merge branch 'insp3' into master. | 2019-02-15 | 1 | -6/+0 | |
| |\| | |||||
| | * | Refactor UserManager::DoBackgroundUserStuff(). | 2019-02-15 | 1 | -6/+0 | |
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| |/ | |||||
| * | Fix a bunch of Doxygen warnings. | 2017-08-26 | 1 | -1/+1 | |
| * | Update UserManager documentation and comments | 2016-08-24 | 1 | -13/+15 | |
| * | Remove UserManager::GarbageCollect() | 2015-11-03 | 1 | -5/+0 | |
| * | Move already sent id rollover handling and static LocalUser::already_sent_id ... | 2015-11-03 | 1 | -0/+5 | |
| * | 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 | -1/+0 | |
| * | Merge insp20 | 2015-04-20 | 1 | -0/+4 | |
| |\ | |||||
| | * | Rebuild clone counts on rehash | 2015-03-21 | 1 | -0/+4 | |
| * | | Move the intrusive list containers into the insp namespace | 2014-08-30 | 1 | -1/+1 | |
| * | | Access local user list via new UserManager::GetLocalUsers() and make local_us... | 2014-07-19 | 1 | -4/+9 | |
| * | | Move and rename typedef LocalUserList to UserManager::LocalList | 2014-07-19 | 1 | -1/+5 | |
| * | | Change allocation of InspIRCd::Users to be physically part of the object cont... | 2014-06-24 | 1 | -1/+1 | |
| * | | Change storage of UserManager::all_opers to be a vector | 2014-03-25 | 1 | -1/+1 | |
| * | | Add typedef OperList to UserManager for use with all_opers | 2014-03-25 | 1 | -1/+5 | |
| * | | Rewrite clone counting to use one map instead of two | 2014-03-17 | 1 | -25/+29 | |
| * | | Change allocation of UserManager::clientlist to be physically part of the obj... | 2014-03-15 | 1 | -7/+6 | |
| * | | Add UserManager::GetUsers() | 2014-03-15 | 1 | -0/+5 | |
| * | | Change allocation of UserManager::uuidlist to be physically part of the objec... | 2014-03-14 | 1 | -1/+1 | |
| * | | Convert LocalUserList to an intrusively linked list | 2014-01-24 | 1 | -5/+1 | |
| * | | Improve UserManager::QuitUser() and related code•••- Make operreason optional; NULL means same as quitreason - Remove User::quietquit, it is now handled internally in spanningtree - Send snotice about quitting remote users from spanningtree | 2014-01-05 | 1 | -2/+2 | |
| * | | Replace hardcoded mode letters, part 3•••This changes most remaining User::IsModeSet() calls to use ModeReferences for modes that were created by other modules or the core | 2013-07-19 | 1 | -4/+0 | |
| * | | Move code between usermanager.(cpp|h), clarify comments•••Initialize clientlist and uuidlist in UserManager constructor | 2013-06-06 | 1 | -25/+22 | |
| * | | Move DoBackgroundUserStuff() and AllModulesReportReady() into UserManager | 2013-06-06 | 1 | -0/+10 | |
| * | | Merge insp20 | 2013-06-06 | 1 | -1/+7 | |
| |\| | |||||
| | * | Initialize local_count | 2013-05-18 | 1 | -0/+2 | |
| | * | Workaround for std::list::size() having linear complexity on some implementat... | 2013-05-16 | 1 | -1/+5 | |
