| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+2 | |
| | | |||||
| * | Don't include "regex/" in the link data of the filter/rline modules. | 2023-08-18 | 1 | -1/+4 | |
| | | |||||
| * | Make the X-line quit message format a lot more flexible. | 2023-07-21 | 1 | -1/+1 | |
| | | |||||
| * | Retain the "real" username properly like we do for hostnames. | 2023-06-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | 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. | ||||
| * | Make XLine::Matches const. | 2023-06-05 | 1 | -2/+2 | |
| | | |||||
| * | Make XLine::Displayable const. | 2023-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Fix calling c_str() for parameters that can take a std::string. | 2023-05-31 | 1 | -1/+1 | |
| | | |||||
| * | Convert DelLine from const char* to const std::string&. | 2023-05-30 | 1 | -1/+1 | |
| | | |||||
| * | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -3/+3 | |
| | | |||||
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -4/+4 | |
| | | |||||
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -11/+11 | |
| | | |||||
| * | Move duration functions to their own header. | 2023-01-23 | 1 | -3/+4 | |
| | | |||||
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+0 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+0 | |
| | | | |||||
| | * | Fix unnecessarily using c_str in parameters that take a std::string. | 2022-09-04 | 1 | -2/+2 | |
| | | | |||||
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -1/+3 | |
| | | | |||||
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -4/+4 | |
| | | | |||||
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -2/+2 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-05 | 1 | -6/+14 | |
| |\| | |||||
| | * | Use consistent xline messages locally | 2022-04-05 | 1 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | For connectban these messages would have previously been duplicated to other servers until this was fixed earlier today. For dnsbl and rline they would have just differed on the local to a remote. As of the previous commit the module name is included in the setter so there is no need to vary the snotice. This makes things more consistent for server operators and allows scripts to parse the messages. | ||||
| | * | Include the module name in the setter for server-added xlines. | 2022-04-05 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix the grammar of various xline messages. | 2022-04-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -6/+6 | |
| | | | |||||
| * | | Always catch exceptions as a constant reference. | 2022-01-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -4/+10 | |
| | | | |||||
| * | | Add a snomask flag for rehash messages. | 2021-11-28 | 1 | -3/+3 | |
| | | | |||||
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -3/+5 | |
| | | | |||||
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| | | | |||||
| * | | Stop broadcasting the CBAN, RLINE, and SHUN commands. | 2021-07-23 | 1 | -8/+0 | |
| | | | | | | | | | | | These will be broadcast by the X-line system so this legacy hack is no longer necessary. | ||||
| * | | Get rid of even more pointless copy/paste comments. | 2021-05-19 | 1 | -3/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| * | | Add a new map-based method for building link data. | 2021-05-10 | 1 | -2/+4 | |
| | | | | | | | | | | | The new link data is not currently used but will be in the near future. | ||||
| * | | Rename the cgiirc module to gateway. | 2021-04-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 1 | -9/+0 | |
| |\| | |||||
| | * | Fix various documentation comments. | 2021-03-31 | 1 | -11/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Rewrite the regex system from scratch. | 2020-07-28 | 1 | -21/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move everything to the Regex namespace: - Regex -> Regex::Pattern - RegexException -> Regex::Exception - RegexFactory -> Regex::Engine * Add support for regex flags. - Regex::OPT_CASE_INSENSITIVE performs case-insensitive matching. * Add the Regex::EngineReference class as a friendly wrapper around dynamic_reference_nocheck<Regex::Engine>. * Add the Regex::SimpleEngine template class for automating the implementation of regex factory classes. * Use std::shared_ptr for Regex::Pattern objects instead of making users manage memory manually. | ||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
