| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 1 | -5/+4 | |
| |\| | |||||
| | * | Fix various documentation comments. | 2021-03-31 | 1 | -5/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 1 | -7/+10 | |
| |\| | |||||
| | * | Add support for matching multiple hosts in <connect:{allow,deny}>. | 2021-03-30 | 1 | -4/+7 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -3/+4 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -3/+4 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -4/+4 | |
| * | | Make MyClass private and move everything to GetClass. | 2021-01-31 | 1 | -5/+4 | |
| * | | Move sendmsglist to above the functions in LocalUser. | 2021-01-31 | 1 | -4/+4 | |
| * | | Convert UserType to be a uint8_t and move inside User. | 2020-11-10 | 1 | -14/+22 | |
| * | | Convert ConnectClass from reference<> to std::shared_ptr<>. | 2020-11-03 | 1 | -5/+5 | |
| * | | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -1/+1 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -3/+3 | |
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -3/+3 | |
| * | | Split OnSetEndPoint into two events. | 2020-07-20 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -5/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -2/+2 | |
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -2/+2 | |
| | * | Switch User::usertype back to an unsigned int.•••Leaving it up to the compiler to set the underlying type of the enum can result in this being a signed int. This variable will not work as intended as a 2 bit signed int. This fixes an issue with the Windows build(s) where a server trying to link would fail with "Protocol violation: Invalid source". | 2020-04-19 | 1 | -1/+1 | |
| * | | Revert "Convert UserType to an enum class".•••There's a bug in GCC with bitfields and enum class. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51242 This reverts commit 44834a66a7e92c8979ae16421286c581a9cffbe9. | 2020-04-21 | 1 | -17/+10 | |
| * | | Convert UserType to an enum class. | 2020-04-21 | 1 | -10/+17 | |
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 1 | -0/+9 | |
| |\| | |||||
| | * | Add support for limiting what opers can subscribe to snomasks. | 2020-04-11 | 1 | -0/+9 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -4/+4 | |
| |\| | |||||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -0/+6 | |
| |\| | |||||
| | * | Warn if the server config contains an unhashed password.•••This will be made a hard failure in v4. | 2020-03-11 | 1 | -0/+6 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -24/+24 | |
