| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid copying a shared_ptr where not actually necessary. | 2022-12-01 | 1 | -3/+3 | |
| * | Use `T&&` instead of `T` or `const T&`. | 2022-11-29 | 1 | -2/+2 | |
| * | Move the oper statistics to core_oper and rewrite.•••The numerics we used previously were not being used according to the RFC and every implementation has their own behaviour here which makes it hard for clients to do anything reasonable. Instead of this using the generic stats numeric makes a lot more sense. | 2022-11-29 | 1 | -0/+11 | |
| * | Refactor the internals of the oper system.•••- Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | 2022-11-28 | 1 | -10/+104 | |
| * | Clean up the typedefs for OnBuildNeighborList. | 2022-10-29 | 1 | -0/+6 | |
| * | 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 | -27/+28 | |
| * | Allow UserManager::Find{Nick,UUID,} to ignore unregistered users. | 2022-10-29 | 1 | -0/+4 | |
| * | More const correctness. | 2022-10-23 | 1 | -5/+5 | |
| * | Assign more class members inline instead of in the constructor. | 2022-10-21 | 1 | -2/+1 | |
| * | Rename User::age to User::nickchanged and fix the docs. | 2022-10-11 | 1 | -3/+2 | |
| * | Mark User::Has{Command,Priv}Permission as const. | 2022-10-07 | 1 | -4/+4 | |
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -3/+3 | |
| * | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| * | Rip out the extensible/user serialisation system.•••This was part of a failed attempt to implement zero downtime restarts in v3. This can be implemented in a better way but for now its just slowing down build times so lets kill it. | 2022-09-01 | 1 | -13/+0 | |
| * | Update some code that uses "endpoint" to use "socket address" instead. | 2022-09-01 | 1 | -2/+2 | |
| * | Merge branch 'insp3' into master. | 2022-08-27 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-08-25 | 1 | -1/+1 | |
| * | | Rename SetClientIP to ChangeRemoteAddress. | 2022-08-10 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2022-08-10 | 1 | -4/+1 | |
| |\| | |||||
| | * | Deprecate the string variant of SetClientIP.•••Nothing uses this anymore. | 2022-08-10 | 1 | -4/+5 | |
| * | | Remove some unnecessary getters in ConnectClass.•••All of these members are public anyway. | 2022-07-22 | 1 | -62/+0 | |
| * | | Format enums with an underlying type like classes. | 2022-04-30 | 1 | -2/+4 | |
| * | | Add a typedef for the mode status bitset. | 2022-03-27 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -9/+9 | |
| * | | Revert "Allow setting extension data on connect classes".•••This can't reasonably be implemented safely with the current way that extensibles work. This reverts commit b867007d201b1a3b130186c54e41481c0374a7f6. | 2022-01-16 | 1 | -1/+0 | |
| * | | Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>. | 2022-01-16 | 1 | -4/+7 | |
| * | | Allow setting extension data on connect classes. | 2022-01-16 | 1 | -0/+1 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -5/+11 | |
| * | | Merge branch 'insp3' into master. | 2021-12-14 | 1 | -0/+6 | |
| |\| | |||||
| | * | If a user has a unique username then include it in bans. | 2021-12-14 | 1 | -0/+3 | |
| | * | Sync uniqueusername from the connect class to the user.•••This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. | 2021-12-14 | 1 | -0/+3 | |
| * | | Move configuration of connect classes to the ConnectClass class. | 2021-11-24 | 1 | -0/+3 | |
| * | | Refactor the ClassTypes enum and move into ConnectClass. | 2021-11-24 | 1 | -15/+17 | |
| * | | Add sensible defaults and limits to ConnectClass. | 2021-11-24 | 1 | -18/+18 | |
| * | | Fix ConnectClass inheriting from refcountbase.•••This snuck back in during the v3 merge. Closes #1944. | 2021-11-24 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-11-24 | 1 | -66/+50 | |
| |\| | |||||
| | * | Add the <connect:uniqueusername> option. | 2021-11-23 | 1 | -0/+3 | |
| | * | Document ConnectClass and reorder it to avoid unnecessary padding. | 2021-11-16 | 1 | -67/+54 | |
| * | | Merge branch 'insp3' into master. | 2021-08-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Change ForEachNeighbour to return the already sent id. | 2021-07-24 | 1 | -3/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -5/+5 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -5/+5 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -14/+14 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -3/+3 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -3/+3 | |
| * | | Rip out the SwapInternals method.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 1 | -5/+0 | |
| * | | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 1 | -3/+1 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -3/+0 | |
