| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | Allow modules to prevent a failed connection from being closed. | 2019-07-21 | 1 | -2/+5 | |
| | | |||||
| * | Default idents to the uuid of the connecting user. | 2019-06-12 | 1 | -1/+1 | |
| | | |||||
| * | Delete some obsolete comments. | 2019-05-09 | 1 | -4/+0 | |
| | | |||||
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | |||||
| * | HasModePermission: fix inverted condition. | 2019-04-21 | 1 | -1/+1 | |
| | | |||||
| * | HasModePermission: use IsModeChar. | 2019-04-19 | 1 | -1/+2 | |
| | | |||||
| * | Rename HasPermission to HasCommandPermission. | 2019-04-19 | 1 | -2/+2 | |
| | | |||||
| * | Remove the 'noisy' mode for HasPrivPermission. | 2019-04-19 | 1 | -13/+3 | |
| | | | | | This was only used in one place. | ||||
| * | Fix an off-by-one error in User::GetModeLetters(). | 2019-02-17 | 1 | -1/+1 | |
| | | |||||
| * | Replace GetServerPort() with server_sa.port(). | 2019-02-15 | 1 | -7/+2 | |
| | | |||||
| * | Rename User::nping to nextping for consistency with lastping. | 2019-02-15 | 1 | -2/+2 | |
| | | |||||
| * | Move <oper:class> and <oper:vhost> to core_oper. | 2019-02-05 | 1 | -11/+0 | |
| | | |||||
| * | Fix erroneously sending RPL_YOURDISPLAYEDHOST to HAProxy clients. | 2019-01-28 | 1 | -1/+1 | |
| | | |||||
| * | Remove trailing whitespace from various source files. | 2019-01-24 | 1 | -1/+1 | |
| | | |||||
| * | Implement support for the extended tag space for client tags. | 2019-01-24 | 1 | -23/+19 | |
| | | |||||
| * | Call the OnUserInit hook from earlier in UserManager::AddUser. | 2019-01-20 | 1 | -0/+4 | |
| | | | | | | This fixes messages being lost when sending them to a user who has only just connected to the server. | ||||
| * | Redo OnSetEndPoint logic to fix duplicate clones (#1549). | 2019-01-14 | 1 | -14/+22 | |
| | | |||||
| * | Fix a crash when the core_oper module is not loaded. | 2018-12-12 | 1 | -7/+8 | |
| | | |||||
| * | Merge branch 'insp20' into master. | 2018-09-24 | 1 | -5/+15 | |
| |\ | |||||
| * | | Send the 001-004 numerics and MOTD/LUSERS from core_info. | 2018-08-22 | 1 | -33/+3 | |
| | | | | | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | | Rename OnChangeLocalUserHost to OnPreChangeHost for consistency. | 2018-08-14 | 1 | -2/+3 | |
| | | | |||||
| * | | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -94/+85 | |
| | | | | | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | | Move message parsing to ProcessBuffer and fix edge cases in it. | 2018-08-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove the original line parameter of On{Pre,Post}Command. | 2018-08-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | In the brave new world of message tags and alternate wire formats this is no longer something that is appropriate to expose. In reality it was only ever used by m_alias which now reconstitutes the command name and parameters into a RFC 1459-style message for whatever it needs to do. | ||||
| * | | Rename User::fullname to realname and make it private. | 2018-07-30 | 1 | -3/+8 | |
| | | | |||||
| * | | Replace most usages of "name" with "real" or "real name". | 2018-07-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Replace most usages of "GECOS" with "real" or "real name". | 2018-07-30 | 1 | -5/+5 | |
| | | | |||||
| * | | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -2/+2 | |
| | | | | | | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | | Add a module which implements the HAProxy PROXY v2 protocol. | 2018-07-26 | 1 | -0/+6 | |
| | | | |||||
| * | | Make more config stuff case insensitive. | 2018-07-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove Log() calls made unnecessary by the previous commit. | 2018-07-20 | 1 | -1/+0 | |
| | | | |||||
