| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-11-05 | 1 | -4/+2 | |
| |\ | |||||
| | * | Add Server::GetPublicName(), fix not respecting <security:hideserver>. | 2021-10-25 | 1 | -4/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| | | | |||||
| * | | Avoid duplicating User::MakeHostIP. | 2021-08-20 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-01 | 1 | -1/+3 | |
| |\| | |||||
| | * | Change ForEachNeighbour to return the already sent id. | 2021-07-24 | 1 | -1/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883). | 2021-06-21 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 1 | -1/+6 | |
| |\| | |||||
| | * | Fix xline matching on WebIRC connections. | 2021-06-17 | 1 | -1/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -3/+1 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -3/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix not parsing connect class hosts for inherited classes. | 2021-04-08 | 1 | -0/+4 | |
| | | | | | | | | | | | This bug was introduced since the last release and only ever affected git versions built since commit 8c3c4f8e82. | ||||
| * | | Rip out the SwapInternals method. | 2021-04-19 | 1 | -6/+0 | |
| | | | | | | | | | | | This never really worked correctly and will now be replaced with something better. | ||||
| * | | Rip out the OnConnectionFail event. | 2021-04-19 | 1 | -4/+1 | |
| | | | | | | | | | | | This never really worked correctly and will now be replaced with something better. | ||||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -14/+6 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -3/+3 | |
| | | | |||||
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| | | | |||||
| * | | 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 | |
| |\| | |||||
