| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2023-12-22 | 1 | -1/+1 | |
| | | |||||
| * | Fix a rare case where the hostname cache was not invalidated. | 2023-07-17 | 1 | -0/+3 | |
| | | |||||
| * | Update copyright headers. | 2022-12-30 | 1 | -1/+0 | |
| | | |||||
| * | Avoid sending an +o mode change when the mode isn't available. | 2022-11-28 | 1 | -1/+1 | |
| | | | | | | This is generally fine but may cause problems if an oper unloads the core_oper module. | ||||
| * | Fix some harmless debug messages when initializing remote users. | 2022-08-10 | 1 | -2/+2 | |
| | | |||||
| * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Fix real name formatting bleeding into IRC messages. | 2022-03-21 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2021-12-30 | 1 | -1/+0 | |
| | | |||||
| * | If a user has a unique username then include it in bans. | 2021-12-14 | 1 | -0/+6 | |
| | | |||||
| * | Sync uniqueusername from the connect class to the user. | 2021-12-14 | 1 | -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. | 2021-11-23 | 1 | -0/+2 | |
| | | |||||
| * | Document ConnectClass and reorder it to avoid unnecessary padding. | 2021-11-16 | 1 | -28/+28 | |
| | | |||||
| * | Add Server::GetPublicName(), fix not respecting <security:hideserver>. | 2021-10-25 | 1 | -4/+2 | |
| | | |||||
| * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| | | |||||
| * | Change ForEachNeighbour to return the already sent id. | 2021-07-24 | 1 | -1/+3 | |
| | | |||||
| * | Fix various spelling issues (#1883). | 2021-06-21 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | Fix xline matching on WebIRC connections. | 2021-06-17 | 1 | -1/+6 | |
| | | |||||
| * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -3/+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. | ||||
| * | 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 | |
| | | |||||
| * | Update copyright headers. | 2021-03-05 | 1 | -2/+2 | |
| | | |||||
| * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | | |||||
| * | 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. | ||||
| * | Make connect class debug logging more complete and consistent. | 2020-11-03 | 1 | -22/+33 | |
| | | |||||
| * | 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. | ||||
| * | Fix firing the wrong event when a real hostname changes. | 2020-10-08 | 1 | -1/+1 | |
| | | |||||
| * | Recheck users for xlines when their real hostname changes. | 2020-10-06 | 1 | -0/+1 | |
| | | |||||
| * | Fix OnChangeRealName not being fired for remote users. | 2020-09-01 | 1 | -1/+1 | |
| | | |||||
| * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-04-24 | 1 | -2/+1 | |
| | | |||||
| * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| | | |||||
| * | Add support for limiting what opers can subscribe to snomasks. | 2020-04-11 | 1 | -0/+24 | |
| | | |||||
| * | Clean up the logic for parsing oper mode privileges. | 2020-04-11 | 1 | -18/+12 | |
| | | |||||
| * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 1 | -1/+1 | |
| | | |||||
| * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | |
| | | |||||
| * | Implement support for the SERVLIST command. | 2020-03-12 | 1 | -3/+3 | |
| | | |||||
| * | Warn if the server config contains an unhashed password. | 2020-03-11 | 1 | -2/+4 | |
| | | | | | This will be made a hard failure in v4. | ||||
| * | Update copyright headers. | 2020-01-11 | 1 | -6/+18 | |
| | | |||||
| * | Ignore clients on ulined servers when reporting stats in LUSERS. | 2019-12-28 | 1 | -0/+6 | |
| | | |||||
| * | Deprecate Send{Channel,User}Notice; use SendMessage instead. | 2019-11-17 | 1 | -1/+1 | |
| | | |||||
| * | Fix respecting the deprecated <channels:users> tag. | 2019-10-24 | 1 | -4/+18 | |
| | | |||||
| * | Fire the OnSetUserIP event after the connect class change. | 2019-10-21 | 1 | -4/+3 | |
| | | |||||
| * | Fix a shadowing warning in LocalUser. | 2019-10-18 | 1 | -2/+2 | |
| | | |||||
| * | Implement serialisation of users. | 2019-10-14 | 1 | -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. | 2019-08-01 | 1 | -2/+2 | |
| | | |||||
| * | Stop removing oper modes after a user have been quit network-wide. | 2019-07-31 | 1 | -3/+7 | |
| | | | | | Fixes #1686. | ||||
| * | Improve the "max connections exceeded" oper snotice. | 2019-07-26 | 1 | -2/+8 | |
| | | |||||
| * | Add a method for swapping user I/O handlers. | 2019-07-21 | 1 | -0/+6 | |
| | | |||||
