| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 1 | -9/+17 | ||
| |\| | ||||||
| | * | Add support for matching multiple hosts in <connect:{allow,deny}>. | 2021-03-30 | 1 | -3/+14 | ||
| | | | ||||||
| | * | Remove some todo comments which are outdated or misleading. | 2021-03-05 | 1 | -1/+0 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -2/+2 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -7/+7 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Make MyClass private and move everything to GetClass. | 2021-01-31 | 1 | -11/+11 | ||
| | | | ||||||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -4/+4 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-01-13 | 1 | -30/+19 | ||
| |\| | ||||||
| | * | Improve parsing modes and snomasks in oper classes. | 2021-01-12 | 1 | -29/+30 | ||
| | | | | | | | | | | | - Deduplicate the code to one function. - Fix defaulting snomasks when a user has more than one class. | |||||
| * | | Rename IdentMax to MaxUser for consistency with the other limits. | 2020-11-27 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Convert UserType to be a uint8_t and move inside User. | 2020-11-10 | 1 | -4/+4 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2020-11-03 | 1 | -22/+33 | ||
| |\| | ||||||
| | * | Make connect class debug logging more complete and consistent. | 2020-11-03 | 1 | -22/+33 | ||
| | | | ||||||
| * | | Rename ConfigTag::tag to ConfigTag::name. | 2020-11-03 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Replace ConfigTag::create with a public constructor. | 2020-11-03 | 1 | -5/+3 | ||
| | | | ||||||
| * | | Rename ConfigItems to ConfigTag::Items. | 2020-11-03 | 1 | -8/+6 | ||
| | | | ||||||
| * | | Convert ConnectClass from reference<> to std::shared_ptr<>. | 2020-11-03 | 1 | -12/+10 | ||
| | | | ||||||
| * | | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -4/+0 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 1 | -1/+4 | ||
| |\| | ||||||
| | * | Don't call the OnChangeRealHost event when initialising a user. | 2020-10-29 | 1 | -1/+4 | ||
| | | | | | | | | | | | Fixes a (git only) crash when a user gets xlined before they have been initialised. | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -5/+3 | ||
| | | | ||||||
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 1 | -0/+1 | ||
| |\| | ||||||
| | * | Fix firing the wrong event when a real hostname changes. | 2020-10-08 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Recheck users for xlines when their real hostname changes. | 2020-10-06 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2020-09-18 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix OnChangeRealName not being fired for remote users. | 2020-09-01 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 1 | -3/+3 | ||
| | | | ||||||
| * | | Split OnSetEndPoint into two events. | 2020-07-20 | 1 | -3/+8 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -3/+2 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -2/+1 | ||
| | | | ||||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Revert "Convert UserType to an enum class". | 2020-04-21 | 1 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | 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. | |||||
| * | | Convert UserType to an enum class. | 2020-04-21 | 1 | -3/+3 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 1 | -18/+36 | ||
| |\| | ||||||
| | * | Add support for limiting what opers can subscribe to snomasks. | 2020-04-11 | 1 | -0/+24 | ||
| | | | ||||||
| | * | Clean up the logic for parsing oper mode privileges. | 2020-04-11 | 1 | -18/+12 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -2/+2 | ||
| |\| | ||||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -5/+7 | ||
| |\| | ||||||
| | * | Implement support for the SERVLIST command. | 2020-03-12 | 1 | -3/+3 | ||
| | | | ||||||
| | * | Warn if the server config contains an unhashed password. | 2020-03-11 | 1 | -2/+4 | ||
| | | | | | | | | | This will be made a hard failure in v4. | |||||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -1/+1 | ||
| | | | ||||||
