| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix OnChangeRealName not being fired for remote users. | 2020-09-01 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 1 | -1/+1 | ||
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 1 | -3/+3 | ||
| * | | Split OnSetEndPoint into two events. | 2020-07-20 | 1 | -3/+8 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -3/+2 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -2/+1 | ||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -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. | 2020-04-21 | 1 | -3/+3 | ||
| * | | Convert UserType to an enum class. | 2020-04-21 | 1 | -3/+3 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 1 | -18/+36 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -2/+2 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -5/+7 | ||
| |\| | ||||||
| | * | Implement support for the SERVLIST command. | 2020-03-12 | 1 | -3/+3 | ||
| | * | Warn if the server config contains an unhashed password.•••This will be made a hard failure in v4. | 2020-03-11 | 1 | -2/+4 | ||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -1/+1 | ||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -25/+0 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -6/+18 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -6/+18 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -0/+6 | ||
| |\| | ||||||
| | * | Ignore clients on ulined servers when reporting stats in LUSERS. | 2019-12-28 | 1 | -0/+6 | ||
| * | | Merge branch 'insp3' into master. | 2019-12-08 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Deprecate Send{Channel,User}Notice; use SendMessage instead. | 2019-11-17 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -8/+30 | ||
| |\| | ||||||
| | * | 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.•••This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade. | 2019-10-14 | 1 | -0/+9 | ||
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -5/+9 | ||
| |\| | ||||||
| | * | 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.•••Fixes #1686. | 2019-07-31 | 1 | -3/+7 | ||
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -4/+19 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Default idents to the uuid of the connecting user. | 2019-06-12 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -21/+8 | ||
| |\| | ||||||
| | * | 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.•••This was only used in one place. | 2019-04-19 | 1 | -13/+3 | ||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix an off-by-one error in User::GetModeLetters(). | 2019-02-17 | 1 | -1/+1 | ||
