summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2021-04-08Fix not parsing connect class hosts for inherited classes.Sadie Powell
2021-03-30Add support for matching multiple hosts in <connect:{allow,deny}>.Sadie Powell
2021-03-05Remove some todo comments which are outdated or misleading.Sadie Powell
2021-03-05Update copyright headers.InspIRCd Robot
2021-02-26Update copyright headers.InspIRCd Robot
2021-01-12Improve parsing modes and snomasks in oper classes.Sadie Powell
2020-11-03Make connect class debug logging more complete and consistent.Sadie Powell
2020-10-29Don't call the OnChangeRealHost event when initialising a user.Sadie Powell
2020-10-08Fix firing the wrong event when a real hostname changes.Sadie Powell
2020-10-06Recheck users for xlines when their real hostname changes.Sadie Powell
2020-09-01Fix OnChangeRealName not being fired for remote users.Sadie Powell
2020-07-29Replace all erroneous space indentation with tab indentation.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-04-11Add support for limiting what opers can subscribe to snomasks.Sadie Powell
2020-04-11Clean up the logic for parsing oper mode privileges.Sadie Powell
2020-04-09Set the minimum length to 1 for most config items with a default.Sadie Powell
2020-03-30Fix various documentation and formatting issues.Sadie Powell
2020-03-12Implement support for the SERVLIST command.Sadie Powell
2020-03-11Warn if the server config contains an unhashed password.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-28Ignore clients on ulined servers when reporting stats in LUSERS.Peter Powell
2019-11-17Deprecate Send{Channel,User}Notice; use SendMessage instead.Peter Powell
2019-10-24Fix respecting the deprecated <channels:users> tag.Peter Powell
2019-10-21Fire the OnSetUserIP event after the connect class change.Peter Powell
2019-10-18Fix a shadowing warning in LocalUser.Peter Powell
2019-10-14Implement serialisation of users.Peter Powell
2019-08-01Fix a shadowing warning in UserIOHandler::OnError.Peter Powell
2019-07-31Stop removing oper modes after a user have been quit network-wide.Peter Powell
2019-07-26Improve the "max connections exceeded" oper snotice.Peter Powell
2019-07-21Add a method for swapping user I/O handlers.Peter Powell
2019-07-21Allow modules to prevent a failed connection from being closed.Peter Powell
2019-06-12Default idents to the uuid of the connecting user.Peter Powell
2019-05-09Delete some obsolete comments.Peter Powell
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-04-21HasModePermission: fix inverted condition.Peter Powell
2019-04-19HasModePermission: use IsModeChar.Peter Powell
2019-04-19Rename HasPermission to HasCommandPermission.Peter Powell
2019-04-19Remove the 'noisy' mode for HasPrivPermission.Peter Powell
2019-02-17Fix an off-by-one error in User::GetModeLetters().Peter Powell
2019-02-15Replace GetServerPort() with server_sa.port().Peter Powell
2019-02-15Rename User::nping to nextping for consistency with lastping.Peter Powell
2019-02-05Move <oper:class> and <oper:vhost> to core_oper.Peter Powell
2019-01-28Fix erroneously sending RPL_YOURDISPLAYEDHOST to HAProxy clients.Peter Powell
2019-01-24Remove trailing whitespace from various source files.Peter Powell
2019-01-24Implement support for the extended tag space for client tags.Peter Powell
2019-01-20Call the OnUserInit hook from earlier in UserManager::AddUser.Peter Powell
2019-01-14Redo OnSetEndPoint logic to fix duplicate clones (#1549).linuxdaemon
2018-12-12Fix a crash when the core_oper module is not loaded.Peter Powell
2018-09-24Merge branch 'insp20' into master.Peter Powell