aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-011-1/+3
|\
| * Change ForEachNeighbour to return the already sent id.Gravatar Sadie Powell2021-07-241-1/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-1/+1
|\|
| * Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-181-1/+6
|\|
| * Fix xline matching on WebIRC connections.Gravatar Sadie Powell2021-06-171-1/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-131-3/+1
|\|
| * Code refactor and minor fix (#1879)Gravatar Herman2021-06-121-3/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-141-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
| * Fix not parsing connect class hosts for inherited classes.•••This bug was introduced since the last release and only ever affected git versions built since commit 8c3c4f8e82. Gravatar Sadie Powell2021-04-081-0/+4
* | Rip out the SwapInternals method.•••This never really worked correctly and will now be replaced with something better. Gravatar Sadie Powell2021-04-191-6/+0
* | Rip out the OnConnectionFail event.•••This never really worked correctly and will now be replaced with something better. Gravatar Sadie Powell2021-04-191-4/+1
* | Migrate collections from insert to emplace.Gravatar Sadie Powell2021-04-181-1/+1
* | Fix various uses of the _t suffix which is reserved by POSIX.Gravatar Sadie Powell2021-04-171-1/+1
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-14/+6
* | Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-3/+3
* | Constify variables within loops.Gravatar Sadie Powell2021-04-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-301-9/+17
|\|
| * Add support for matching multiple hosts in <connect:{allow,deny}>.Gravatar Sadie Powell2021-03-301-3/+14
| * Remove some todo comments which are outdated or misleading.Gravatar Sadie Powell2021-03-051-1/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-051-2/+2
* | Refactor classbase/CullResult into Cullable/Cullable::Result.Gravatar Sadie Powell2021-03-021-7/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
* | Make MyClass private and move everything to GetClass.Gravatar Sadie Powell2021-01-311-11/+11
* | Replace all internal references to uline with services.Gravatar Sadie Powell2021-01-301-4/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-131-30/+19
|\|
| * Improve parsing modes and snomasks in oper classes.•••- Deduplicate the code to one function. - Fix defaulting snomasks when a user has more than one class. Gravatar Sadie Powell2021-01-121-29/+30
* | Rename IdentMax to MaxUser for consistency with the other limits.Gravatar Sadie Powell2020-11-271-1/+1
* | Convert UserType to be a uint8_t and move inside User.Gravatar Sadie Powell2020-11-101-4/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-031-22/+33
|\|
| * Make connect class debug logging more complete and consistent.Gravatar Sadie Powell2020-11-031-22/+33
* | Rename ConfigTag::tag to ConfigTag::name.Gravatar Sadie Powell2020-11-031-1/+1
* | Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-1/+1
* | Replace ConfigTag::create with a public constructor.Gravatar Sadie Powell2020-11-031-5/+3
* | Rename ConfigItems to ConfigTag::Items.Gravatar Sadie Powell2020-11-031-8/+6
* | Convert ConnectClass from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-11-031-12/+10
* | Clean up a bunch of contructors and destructors.Gravatar Sadie Powell2020-11-011-4/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-011-1/+4
|\|
| * Don't call the OnChangeRealHost event when initialising a user.•••Fixes a (git only) crash when a user gets xlined before they have been initialised. Gravatar Sadie Powell2020-10-291-1/+4
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-5/+3
* | Convert OperInfo from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-0/+1
|\|
| * Fix firing the wrong event when a real hostname changes.Gravatar Sadie Powell2020-10-081-1/+1
| * Recheck users for xlines when their real hostname changes.Gravatar Sadie Powell2020-10-061-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-09-181-1/+1
|\|
| * Fix OnChangeRealName not being fired for remote users.Gravatar Sadie Powell2020-09-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-07-291-1/+1
|\|