| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the X-line quit message format a lot more flexible. | 2023-07-21 | 1 | -11/+3 | |
| | | |||||
| * | Make internal bug messages more consistent. | 2023-06-12 | 1 | -3/+3 | |
| | | |||||
| * | Remove unnecessary prefix from bancache log messages. | 2023-06-04 | 1 | -2/+2 | |
| | | |||||
| * | Allow customising the message shown when hiding an X-line ban. | 2023-04-18 | 1 | -3/+11 | |
| | | |||||
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -6/+6 | |
| | | |||||
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -4/+4 | |
| | | |||||
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -3/+3 | |
| | | |||||
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -2/+2 | |
| | | |||||
| * | Move NotifyRawIO to the Log namespace. | 2023-01-22 | 1 | -1/+1 | |
| | | |||||
| * | Convert various enums to strongly typed scoped enums. | 2023-01-22 | 1 | -1/+1 | |
| | | |||||
| * | Use the underlying transport method for pinging idle clients. | 2023-01-21 | 1 | -3/+16 | |
| | | | | | Closes #1998. | ||||
| * | Make some functions that don't use `this` static. | 2023-01-11 | 1 | -1/+1 | |
| | | |||||
| * | Deduplicate sending the raw I/O logging warning. | 2023-01-09 | 1 | -1/+1 | |
| | | |||||
| * | Rework how users are assigned to connect classes. | 2023-01-08 | 1 | -6/+4 | |
| | | | | | | | | | | | | - Move core connect class checks and <performance:clonesonconnect> to the core_user module. - Add pre-change and post-change events for when a connect class changes. - Split explicit class changing out into its own method. - Remove the need to almost always call CheckClass after SetClass. - Add use counting to the connect class instead of relying on the shared_ptr use count. | ||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| | | | |||||
| * | | Pass the client/server sockaddr around as a ref instead of a ptr. | 2022-12-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -4/+4 | |
| | | | |||||
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -4/+7 | |
| | | | |||||
| * | | Refactor the internals of the oper system. | 2022-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | ||||
| * | | Rename session registration to connection to avoid a semantic conflict. | 2022-10-29 | 1 | -12/+12 | |
| | | | | | | | | | | | | | We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. | ||||
| * | | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 1 | -2/+2 | |
| | | | |||||
| * | | Allow UserManager::Find{Nick,UUID,} to ignore unregistered users. | 2022-10-29 | 1 | -7/+15 | |
| | | | |||||
| * | | Revert the previous commit slightly to work around a bug in Clang. | 2022-10-22 | 1 | -0/+5 | |
| | | | |||||
| * | | Assign more class members inline instead of in the constructor. | 2022-10-21 | 1 | -6/+0 | |
| | | | |||||
| * | | Rename user_hash to UserMap and move to usermanager. | 2022-10-07 | 1 | -2/+2 | |
| | | | |||||
| * | | Inline the one use of ServerNoticeAll and rm the function. | 2022-10-01 | 1 | -11/+0 | |
| | | | |||||
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-08-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-08-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename OnSetUserIP to OnChangeRemoteAddress. | 2022-08-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove some unnecessary getters in ConnectClass. | 2022-07-22 | 1 | -4/+4 | |
| | | | | | | | | | All of these members are public anyway. | ||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| | | | |||||
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -1/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-05-31 | 1 | -10/+8 | |
| |\| | |||||
| | * | Make it more obvious when an I/O hook is misconfigured. | 2022-05-31 | 1 | -10/+8 | |
| | | | |||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -9/+9 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -1/+2 | |
| | | | |||||
| * | | Avoid duplicating User::MakeHostIP. | 2021-08-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Rip out the OnConnectionFail event. | 2021-04-19 | 1 | -10/+0 | |
| | | | | | | | | | | | This never really worked correctly and will now be replaced with something better. | ||||
| * | | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -17/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -1/+1 | |
| |\| | |||||
| | * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | 2021-03-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
