aboutsummaryrefslogtreecommitdiff
path: root/include/users.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-011-1/+1
|\
| * Change ForEachNeighbour to return the already sent id.Gravatar Sadie Powell2021-07-241-3/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-5/+5
|\|
| * Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-5/+5
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-14/+14
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-141-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-111-3/+3
|\|
| * Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-271-3/+3
* | Rip out the SwapInternals method.•••This never really worked correctly and will now be replaced with something better. Gravatar Sadie Powell2021-04-191-5/+0
* | Fix various uses of the _t suffix which is reserved by POSIX.Gravatar Sadie Powell2021-04-171-3/+1
* | Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-3/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-311-5/+4
|\|
| * Fix various documentation comments.Gravatar Sadie Powell2021-03-311-5/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-301-7/+10
|\|
| * Add support for matching multiple hosts in <connect:{allow,deny}>.Gravatar Sadie Powell2021-03-301-4/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-3/+4
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-051-3/+4
* | Refactor classbase/CullResult into Cullable/Cullable::Result.Gravatar Sadie Powell2021-03-021-4/+4
* | Make MyClass private and move everything to GetClass.Gravatar Sadie Powell2021-01-311-5/+4
* | Move sendmsglist to above the functions in LocalUser.Gravatar Sadie Powell2021-01-311-4/+4
* | Convert UserType to be a uint8_t and move inside User.Gravatar Sadie Powell2020-11-101-14/+22
* | Convert ConnectClass from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-11-031-5/+5
* | Clean up a bunch of contructors and destructors.Gravatar Sadie Powell2020-11-011-1/+1
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-3/+3
* | Convert OperInfo from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-3/+3
* | Split OnSetEndPoint into two events.Gravatar Sadie Powell2020-07-201-1/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-5/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-2/+2
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-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". Gravatar Matt Schatz2020-04-191-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. Gravatar Sadie Powell2020-04-211-17/+10
* | Convert UserType to an enum class.Gravatar Sadie Powell2020-04-211-10/+17
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-141-0/+9
|\|
| * Add support for limiting what opers can subscribe to snomasks.Gravatar Sadie Powell2020-04-111-0/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-4/+4
|\|
| * Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-4/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-03-181-0/+6
|\|
| * Warn if the server config contains an unhashed password.•••This will be made a hard failure in v4. Gravatar Sadie Powell2020-03-111-0/+6
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-24/+24
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-5/+14
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-5/+14
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-131-5/+20
|\|
| * Implement serialisation of users.•••This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade. Gravatar Peter Powell2019-10-141-0/+14
| * Add null pointer checks to IS_{LOCAL,REMOTE,SERVER}.•••I don't know of any places this causes issues but its better to be safe than sorry. Gravatar Peter Powell2019-09-291-3/+3
| * Add the server id to the Server class.Gravatar Peter Powell2019-09-231-2/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-271-0/+5
|\|
| * Add a method for swapping user I/O handlers.Gravatar Peter Powell2019-07-211-0/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-6/+4
|\|
| * Rename HasPermission to HasCommandPermission.Gravatar Peter Powell2019-04-191-2/+2