| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move customversion from <security> to <options>.•••This does not relate to security so it should not be in the <security> tag. | 2025-04-16 | 1 | -8/+7 | |
| * | Add <security:banrealmask>. | 2025-04-16 | 1 | -0/+1 | |
| * | Delete the old hashing interface and modules. | 2025-04-06 | 1 | -1/+11 | |
| * | Migrate configparser/configreader away from stringstream.•••This is a very slow header to have included by every source file. | 2025-03-22 | 1 | -22/+21 | |
| * | Allow using signals to rehash any module instead of just TLS. | 2025-03-19 | 1 | -0/+3 | |
| * | Merge branch 'insp4' into master. | 2025-03-01 | 1 | -2/+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 | |
| * | | Merge branch 'insp4' into master. | 2025-02-26 | 1 | -4/+12 | |
| |\| | |||||
| | * | Use INSP_FORMAT in ExpandPath. | 2025-02-16 | 1 | -3/+3 | |
| | * | Fix expanding paths on portable installations.•••Closes #2148. | 2025-02-15 | 1 | -1/+9 | |
| * | | Merge branch 'insp4' into master. | 2025-02-14 | 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 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2024-11-01 | 1 | -0/+1 | |
| |\| | |||||
| | * | 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 | |
| * | | | Use unique_ptr for InspIRCd::Config. | 2024-09-19 | 1 | -10/+8 | |
| * | | | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 1 | -4/+6 | |
| * | | | Merge branch 'insp4' into master. | 2024-08-18 | 1 | -1/+2 | |
| |\| | | |||||
| | * | | Add a formatting overload to {Membership,User}::Write(Remote)Notice. | 2024-08-18 | 1 | -1/+1 | |
| * | | | Merge branch 'insp4' into master. | 2024-06-23 | 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.•••This rename happened before we had config compatibility and it doesn't make sense to keep it anymore. | 2024-06-07 | 1 | -2/+2 | |
| * | | | Always use fmtlib directly. | 2024-06-07 | 1 | -6/+6 | |
| * | | | Merge branch 'insp4' into master. | 2024-06-07 | 1 | -7/+3 | |
| |\| | | |||||
| | * | | Update copyright headers. | 2024-06-07 | 1 | -7/+3 | |
| * | | | Remove v3 config compatibility code. | 2024-06-07 | 1 | -37/+3 | |
| |/ / | |||||
| * | | Make passwords for oper accounts optional.•••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. | 2024-05-16 | 1 | -3/+6 | |
| * | | 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>.•••This option stores the user *mask* not the user host so the old name is incorrect. | 2023-09-21 | 1 | -1/+1 | |
| * | | Rename the namesx module to multiprefix.•••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. | 2023-08-14 | 1 | -0/+2 | |
| * | | Rename the error log level to critical.•••"ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. | 2023-08-11 | 1 | -2/+2 | |
| * | | 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.•••This makes things easier for modules like require_auth in contrib which has a GA-line. | 2023-07-25 | 1 | -2/+2 | |
| * | | 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.•••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. | 2023-07-13 | 1 | -2/+1 | |
| * | | Fix some issues with ReadFile.•••- Fix invalidating invoking undefined behaviour when a file is not already cached. - Fix memory corruption caused by assigning a bool to a string. | 2023-07-12 | 1 | -4/+6 | |
| * | | Remove rang and use fmtlib for printing coloured messages.•••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. | 2023-07-12 | 1 | -2/+3 | |
| * | | 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.•••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. | 2023-07-03 | 1 | -2/+1 | |
| * | | 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.•••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 | -1/+1 | |
