aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some harmless debug messages when initializing remote users.Gravatar Sadie Powell2022-08-101-2/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
|
* Fix real name formatting bleeding into IRC messages.Gravatar Sadie Powell2022-03-211-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+0
|
* If a user has a unique username then include it in bans.Gravatar Sadie Powell2021-12-141-0/+6
|
* Sync uniqueusername from the connect class to the user.Gravatar Sadie Powell2021-12-141-0/+2
| | | | | This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck.
* Add the <connect:uniqueusername> option.Gravatar Sadie Powell2021-11-231-0/+2
|
* Document ConnectClass and reorder it to avoid unnecessary padding.Gravatar Sadie Powell2021-11-161-28/+28
|
* Add Server::GetPublicName(), fix not respecting <security:hideserver>.Gravatar Sadie Powell2021-10-251-4/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2021-08-271-0/+1
|
* Change ForEachNeighbour to return the already sent id.Gravatar Sadie Powell2021-07-241-1/+3
|
* Fix various spelling issues (#1883).Gravatar Josh Soref2021-06-211-1/+1
| | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* Fix xline matching on WebIRC connections.Gravatar Sadie Powell2021-06-171-1/+6
|
* Code refactor and minor fix (#1879)Gravatar Herman2021-06-121-3/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
|
* Fix not parsing connect class hosts for inherited classes.Gravatar Sadie Powell2021-04-081-0/+4
| | | | | This bug was introduced since the last release and only ever affected git versions built since commit 8c3c4f8e82.
* 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
|
* Update copyright headers.Gravatar InspIRCd Robot2021-03-051-2/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
|
* Improve parsing modes and snomasks in oper classes.Gravatar Sadie Powell2021-01-121-29/+30
| | | | | - Deduplicate the code to one function. - Fix defaulting snomasks when a user has more than one class.
* Make connect class debug logging more complete and consistent.Gravatar Sadie Powell2020-11-031-22/+33
|
* Don't call the OnChangeRealHost event when initialising a user.Gravatar Sadie Powell2020-10-291-1/+4
| | | | | Fixes a (git only) crash when a user gets xlined before they have been initialised.
* 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
|
* Fix OnChangeRealName not being fired for remote users.Gravatar Sadie Powell2020-09-011-1/+1
|
* Replace all erroneous space indentation with tab indentation.Gravatar Sadie Powell2020-07-291-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-2/+1
|
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-1/+1
|
* Add support for limiting what opers can subscribe to snomasks.Gravatar Sadie Powell2020-04-111-0/+24
|
* Clean up the logic for parsing oper mode privileges.Gravatar Sadie Powell2020-04-111-18/+12
|
* Set the minimum length to 1 for most config items with a default.Gravatar Sadie Powell2020-04-091-1/+1
|
* Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-1/+1
|
* Implement support for the SERVLIST command.Gravatar Sadie Powell2020-03-121-3/+3
|
* Warn if the server config contains an unhashed password.Gravatar Sadie Powell2020-03-111-2/+4
| | | | This will be made a hard failure in v4.
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-6/+18
|
* Ignore clients on ulined servers when reporting stats in LUSERS.Gravatar Peter Powell2019-12-281-0/+6
|
* Deprecate Send{Channel,User}Notice; use SendMessage instead.Gravatar Peter Powell2019-11-171-1/+1
|
* Fix respecting the deprecated <channels:users> tag.Gravatar Peter Powell2019-10-241-4/+18
|
* Fire the OnSetUserIP event after the connect class change.Gravatar Peter Powell2019-10-211-4/+3
|
* Fix a shadowing warning in LocalUser.Gravatar Peter Powell2019-10-181-2/+2
|
* Implement serialisation of users.Gravatar Peter Powell2019-10-141-0/+9
| | | | | | This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade.
* Fix a shadowing warning in UserIOHandler::OnError.Gravatar Peter Powell2019-08-011-2/+2
|
* Stop removing oper modes after a user have been quit network-wide.Gravatar Peter Powell2019-07-311-3/+7
| | | | Fixes #1686.
* Improve the "max connections exceeded" oper snotice.Gravatar Peter Powell2019-07-261-2/+8
|
* Add a method for swapping user I/O handlers.Gravatar Peter Powell2019-07-211-0/+6
|
* Allow modules to prevent a failed connection from being closed.Gravatar Peter Powell2019-07-211-2/+5
|
* Default idents to the uuid of the connecting user.Gravatar Peter Powell2019-06-121-1/+1
|
* Delete some obsolete comments.Gravatar Peter Powell2019-05-091-4/+0
|
* Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-1/+1
|