| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -683/+0 | |
| * | Merge branch 'insp4' into master. | 2024-07-16 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2024-07-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2024-07-13 | 1 | -3/+6 | |
| |\| | |||||
| | * | Add URL encoded versions of the DNSBL/network to the dnsbl module. | 2024-07-11 | 1 | -4/+6 | |
| | * | Include the network name in the DroneBL example config. | 2024-07-10 | 1 | -3/+4 | |
| * | | Always use fmtlib directly. | 2024-06-07 | 1 | -4/+4 | |
| * | | Merge branch 'insp4' into master. | 2024-06-07 | 1 | -6/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2024-06-07 | 1 | -6/+7 | |
| * | | Remove v3 config compatibility code. | 2024-06-07 | 1 | -1/+1 | |
| |/ | |||||
| * | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -2/+2 | |
| * | Move stdalgo::string::join to utility/string and templatise separator. | 2023-08-11 | 1 | -2/+1 | |
| * | Fix an inverted condition in the DNSBL module. | 2023-08-01 | 1 | -1/+1 | |
| * | If we can't add an X-line on an DNSBLed user then kill them instead. | 2023-07-21 | 1 | -0/+1 | |
| * | Perform DNSBL lookups on E-lined users.•••Even if we aren't going to punish these users it can be useful for opers to know if users are in a DNSBL. | 2023-07-21 | 1 | -10/+14 | |
| * | Add support for shunning users who are in a DNSBL. | 2023-07-21 | 1 | -2/+12 | |
| * | Fix sending the wrong message when a user requests stats.•••Closes #2051. | 2023-07-12 | 1 | -1/+1 | |
| * | Add support for rechecking whether a user is in a DNSBL. | 2023-07-07 | 1 | -3/+68 | |
| * | Move DNSBL lookup code to SharedData to allow it to be called from several pl... | 2023-07-07 | 1 | -69/+86 | |
| * | Tell a marked user that their user@host was changed AFTER changing it. | 2023-07-03 | 1 | -2/+2 | |
| * | Retain the "real" username properly like we do for hostnames.•••This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. | 2023-06-29 | 1 | -20/+20 | |
| * | Fix an inverted condition in the DNSBL module. | 2023-06-03 | 1 | -1/+1 | |
| * | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -2/+2 | |
| * | Remove the now-obsolete hostchange module.•••Closes #2025. | 2023-05-02 | 1 | -3/+0 | |
| * | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| * | | Allow modules to provide an error for when a class doesn't match. | 2023-03-24 | 1 | -1/+1 | |
| * | | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -1/+1 | |
| * | | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -7/+7 | |
| * | | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -18/+18 | |
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -2/+2 | |
| * | | Move duration functions to their own header. | 2023-01-23 | 1 | -2/+3 | |
| * | | Add a helper method for determining if a sockaddrs is an IP endpoint. | 2023-01-17 | 1 | -1/+1 | |
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -2/+2 | |
| * | | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 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 | -7/+7 | |
| * | | Merge branch 'insp3' into master. | 2023-01-08 | 1 | -8/+55 | |
| |\| | |||||
| | * | Fix DNSBL user/host marks being overwritten by ident/host lookups. | 2023-01-07 | 1 | -10/+52 | |
| * | | Add some overloads of Find{Nick,UUID,} for local/remote users. | 2023-01-07 | 1 | -2/+2 | |
| * | | Add a helper class for creating a reference to a DNS manager. | 2023-01-05 | 1 | -2/+2 | |
| * | | Misc DNSBL code cleanup. | 2023-01-04 | 1 | -41/+41 | |
| * | | Move the shared data in the DNSBL module to its own class. | 2023-01-04 | 1 | -26/+40 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Add the SimpleExtItem::GetRef method. | 2022-12-27 | 1 | -7/+1 | |
| * | | Add the ListExtItem extension type. | 2022-12-27 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2022-12-27 | 1 | -10/+20 | |
| |\| | |||||
| | * | Fix a C++11-ism in the dnsbl module. | 2022-12-26 | 1 | -1/+1 | |
| | * | Fix overwriting marks from earlier DNSBLs. | 2022-12-26 | 1 | -10/+19 | |
| * | | Move extension types to their own header to speed up build times. | 2022-12-19 | 1 | -0/+1 | |
