| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-11-02 | 1 | -1/+1 | |
| * | Count services in the global user count.•••This behaviour was always kinda broken so lets just drop it. | 2024-10-10 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into insp4. | 2024-10-10 | 1 | -0/+3 | |
| |\ | |||||
| | * | When a server stops being ulined remove its users from the uline list. | 2024-10-10 | 1 | -0/+3 | |
| * | | Update copyright headers. | 2024-06-07 | 1 | -2/+1 | |
| * | | Add some overloads of Find{Nick,UUID,} for local/remote users. | 2023-01-07 | 1 | -0/+68 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+0 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+0 | |
| * | | Pass the client/server sockaddr around as a ref instead of a ptr. | 2022-12-25 | 1 | -1/+1 | |
| * | | Add nullability attributes to UserManager. | 2022-12-25 | 1 | -5/+5 | |
| * | | Fix some types which were missed when making stuff final. | 2022-10-30 | 1 | -1/+1 | |
| * | | Rename session registration to connection to avoid a semantic conflict.•••We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. | 2022-10-29 | 1 | -20/+18 | |
| * | | Allow UserManager::Find{Nick,UUID,} to ignore unregistered users. | 2022-10-29 | 1 | -3/+6 | |
| * | | Revert the previous commit slightly to work around a bug in Clang. | 2022-10-22 | 1 | -0/+4 | |
| * | | Assign more class members inline instead of in the constructor. | 2022-10-21 | 1 | -6/+2 | |
| * | | Rename user_hash to UserMap and move to usermanager. | 2022-10-07 | 1 | -3/+6 | |
| * | | Inline the one use of ServerNoticeAll and rm the function. | 2022-10-01 | 1 | -6/+0 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -3/+3 | |
| * | | Rename CUSTOM_PRINTF to ATTR_PRINTF.•••ATTR_* matches the naming scheme which will be used for function attributes from now on. Also, redocument it to have a better description and allow Doxygen to parse it. | 2022-01-15 | 1 | -1/+1 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -1/+1 | |
| * | | 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 | |
