| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename ToHuman to ToLongString.•••This name is used by functions in too many places already. | 2025-03-18 | 1 | -1/+1 | |
| * | Use Duration::ToHuman instead of seconds in various messages. | 2025-03-03 | 1 | -1/+2 | |
| * | Avoid the use of ConvToStr in string concatenation.•••This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | 2025-03-01 | 1 | -1/+1 | |
| * | Update copyright headers. | 2025-02-28 | 1 | -1/+1 | |
| * | Convert debug logging from string concatenation to format strings.•••When running in normal mode this will prevent a bunch of expensive string concatenation. | 2025-01-23 | 1 | -5/+5 | |
| * | Merge branch 'insp3' into insp4. | 2024-10-10 | 1 | -0/+11 | |
| |\ | |||||
| | * | When a server stops being ulined remove its users from the uline list. | 2024-10-10 | 1 | -0/+13 | |
| * | | Update copyright headers. | 2024-09-07 | 1 | -1/+1 | |
| * | | Normalise the case of MOD_RESULT variables. | 2024-08-31 | 1 | -3/+3 | |
| * | | Update copyright headers. | 2024-06-07 | 1 | -4/+2 | |
| * | | 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.•••Closes #1998. | 2023-01-21 | 1 | -3/+16 | |
| * | | 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.•••- 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. | 2023-01-08 | 1 | -6/+4 | |
| * | | 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.•••- 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. | 2022-11-28 | 1 | -1/+1 | |
| * | | Rename session registration to connection to avoid a semantic conflict.•••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. | 2022-10-29 | 1 | -12/+12 | |
| * | | 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.•••All of these members are public anyway. | 2022-07-22 | 1 | -4/+4 | |
| * | | 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 | |
