| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Require maxhost to be at least 45 characters to fit IPv6 addresses. | 2026-01-20 | 1 | -1/+1 | |
| | | |||||
| * | Allow not setting the CA file in ssl_openssl. | 2025-11-02 | 1 | -1/+1 | |
| | | | | | This matches the behaviour of ssl_gnutls. | ||||
| * | Avoid the use of ConvToStr in string concatenation. | 2025-03-01 | 1 | -1/+1 | |
| | | | | | | This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | ||||
| * | Update copyright headers. | 2025-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Use INSP_FORMAT in ExpandPath. | 2025-02-16 | 1 | -3/+3 | |
| | | |||||
| * | Fix expanding paths on portable installations. | 2025-02-15 | 1 | -1/+9 | |
| | | | | | Closes #2148. | ||||
| * | Convert debug logging from string concatenation to format strings. | 2025-01-23 | 1 | -1/+1 | |
| | | | | | | When running in normal mode this will prevent a bunch of expensive string concatenation. | ||||
| * | Merge branch 'insp3' into insp4. | 2024-10-10 | 1 | -0/+1 | |
| |\ | |||||
| | * | When a server stops being ulined remove its users from the uline list. | 2024-10-10 | 1 | -0/+1 | |
| | | | |||||
| * | | Add a formatting overload to {Membership,User}::Write(Remote)Notice. | 2024-08-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix a minor print safety issue in configreader. | 2024-06-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename regex_pcre back to regex_pcre2. | 2024-06-07 | 1 | -2/+2 | |
| | | | | | | | | | | | This rename happened before we had config compatibility and it doesn't make sense to keep it anymore. | ||||
| * | | Update copyright headers. | 2024-06-07 | 1 | -7/+3 | |
| | | | |||||
| * | | Make passwords for oper accounts optional. | 2024-05-16 | 1 | -3/+6 | |
| | | | | | | | | | | | | | This allows restricting an oper account based on other data such as TLS fingerprint or services account but without logging them in automatically like autologin. | ||||
| * | | Rename some of the Module member variables. | 2024-03-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge the topiclock module into the services module. | 2024-02-27 | 1 | -0/+2 | |
| | | | |||||
| * | | Merge the mlock module into the services module. | 2024-02-27 | 1 | -0/+2 | |
| | | | |||||
| * | | Add an option for including the setter's full mask in list modes. | 2023-09-21 | 1 | -0/+1 | |
| | | | |||||
| * | | Rename <options:hostintopic> to <options:maskintopic>. | 2023-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | | This option stores the user *mask* not the user host so the old name is incorrect. | ||||
| * | | Rename the namesx module to multiprefix. | 2023-08-14 | 1 | -0/+2 | |
| | | | | | | | | | | | | | Now the module only implements the IRCv3 capability this is a more accurate name. If users want the protoctl method they can install the protoctl module from contrib as before. | ||||
| * | | Rename the error log level to critical. | 2023-08-11 | 1 | -2/+2 | |
| | | | | | | | | | | | "ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. | ||||
| * | | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -9/+9 | |
| | | | |||||
| * | | Move stdalgo::string::join to utility/string and templatise separator. | 2023-08-11 | 1 | -1/+2 | |
| | | | |||||
| * | | Make config file cache invalidation more useful. | 2023-08-06 | 1 | -5/+5 | |
| | | | |||||
| * | | Also allow suffixing with -line[d] if an X-line is two characters. | 2023-07-25 | 1 | -2/+2 | |
| | | | | | | | | | | | This makes things easier for modules like require_auth in contrib which has a GA-line. | ||||
| * | | Make the X-line quit message format a lot more flexible. | 2023-07-21 | 1 | -1/+2 | |
| | | | |||||
| * | | Simplify the codes that InspIRCd can exit with. | 2023-07-13 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | The custom codes that InspIRCd exits with are not very useful and can confuse init systems like systemd which assume that certain exit codes mean certain things. INSPIRCD_BINARY_EXIT was a workaround for this in v3 but considering thatsers have to check the logs anyway so we may as well just use EXIT_SUCCESS and EXIT_FAILURE. | ||||
| * | | Fix some issues with ReadFile. | 2023-07-12 | 1 | -4/+6 | |
| | | | | | | | | | | | | | - Fix invalidating invoking undefined behaviour when a file is not already cached. - Fix memory corruption caused by assigning a bool to a string. | ||||
| * | | Remove rang and use fmtlib for printing coloured messages. | 2023-07-12 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | This supports more platforms (e.g. Haiku) and is actually still maintained unlike the former. All of this code should really be cleaned up for release (maybe by adding something like Anope's LOG_CONSOLE) but for now I've just replaced it with the fmtlib equivalent. | ||||
| * | | Replace FileReader with something more sensible. | 2023-07-03 | 1 | -0/+45 | |
| | | | |||||
| * | | Make MaxTargets a size_t. | 2023-07-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Refactor the ServerConfig class. | 2023-07-03 | 1 | -2/+1 | |
| | | | | | | | | | | | | | All fields are now ordered in the most memory efficient way and all public fields use the correct case. Every member has been redocumented to match the current documentation style. | ||||
| * | | Move ServerLimits inside ServerConfig. | 2023-07-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge the svshold module into the services module. | 2023-07-01 | 1 | -0/+2 | |
| | | | |||||
| * | | Retain the "real" username properly like we do for hostnames. | 2023-06-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Fix "auto" not being a valid options for <options:defaultbind>. | 2023-06-07 | 1 | -2/+4 | |
| | | | | | | | | | | | This fell back to the correct value but created a spurious message in the server log. | ||||
| * | | Allow customising the message shown when hiding an X-line ban. | 2023-04-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove GetSID, rename sid to ServerId. | 2023-02-28 | 1 | -6/+6 | |
| | | | |||||
| * | | Load both help and helpmode if a user has helpop in their config. | 2023-02-27 | 1 | -0/+5 | |
| | | | |||||
| * | | Merge the servprotect module into the services module. | 2023-02-19 | 1 | -0/+2 | |
| | | | |||||
| * | | Make reading the core config less of a mess. | 2023-01-27 | 1 | -60/+66 | |
| | | | |||||
| * | | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -17/+17 | |
| | | | |||||
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -4/+4 | |
| | | | |||||
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -6/+5 | |
| | | | |||||
| * | | 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 | |
| | | | |||||
| * | | Allow creating a FailedPort without a bindspec. | 2023-01-17 | 1 | -2/+4 | |
| | | | |||||
| * | | Store the actual error in FailedPort instead of an error code. | 2023-01-16 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-01-13 | 1 | -3/+3 | |
| |\| | |||||
