| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-09-07 | 11 | -12/+11 | |
| * | Normalise the case of MOD_RESULT variables. | 2024-08-31 | 8 | -34/+34 | |
| * | Fix the missing <nick> field in whowas RPL_WHOISACTUALY. | 2024-08-29 | 1 | -1/+1 | |
| * | Remove the needless cast of <whowas:maxkeep> in core_whowas. | 2024-08-28 | 1 | -4/+4 | |
| * | Tweak the whowas config defaults•••- Decrease the default number of nick groups. - Increase the days to keep records for. - Enable update on nick change by default. - Remove the upper bounds on the fields. | 2024-08-28 | 1 | -5/+5 | |
| * | Avoid adding UUID users to the whowas database. | 2024-08-27 | 1 | -2/+3 | |
| * | Fix the whowas database not being updated on nick change. | 2024-08-27 | 1 | -4/+13 | |
| * | Slightly reduce the memory usage of the WHOWAS database. | 2024-08-27 | 1 | -3/+9 | |
| * | Store the actual server name rather than the public name for WHOWAS.•••We check hideserver when sending the numeric anyway. | 2024-08-27 | 1 | -1/+1 | |
| * | Replace the InspIRCd-specific RPL_WHOWASIP with RPL_WHOISACTUALLY.•••This makes us more compatible with other server implementations. | 2024-08-27 | 1 | -4/+5 | |
| * | Fix measuring the CPU load on Windows. | 2024-08-27 | 1 | -2/+2 | |
| * | Change InspIRCd::ProcessColors to take a string instead of a vector.•••This is more useful for how MOTDs are processed now as we iterate through them anyway and this allows us to avoid a needless second iteration. | 2024-08-27 | 1 | -1/+1 | |
| * | Add Numeric::push_fmt(...) as shorthand for push(INSP_FORMAT(...)). | 2024-08-18 | 1 | -1/+1 | |
| * | Add a formatting overload to {Membership,User}::Write(Remote)Notice. | 2024-08-18 | 1 | -2/+2 | |
| * | Update my nick in the INFO output. | 2024-08-12 | 1 | -1/+1 | |
| * | Allow contrib modules to specify their own module version. | 2024-07-22 | 1 | -2/+2 | |
| * | Update copyright headers. | 2024-07-14 | 2 | -2/+2 | |
| * | Use auto when extracting the internal type of a message target. | 2024-07-13 | 1 | -1/+1 | |
| * | Fix MOTD parsing accidentally skipping lines which are blank. | 2024-07-05 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-21 | 22 | -22/+22 | |
| * | Update copyright headers. | 2024-06-07 | 64 | -131/+123 | |
| * | Merge branch 'insp3' into master. | 2024-06-03 | 1 | -6/+0 | |
| |\ | |||||
| * | | Update the INFO output for the current state of things. | 2024-05-21 | 1 | -18/+12 | |
| * | | Merge branch 'insp3' into master. | 2024-05-21 | 1 | -14/+14 | |
| |\| | |||||
| | * | Fix the indentation of the contributors list. | 2024-05-21 | 1 | -14/+14 | |
| * | | 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/+4 | |
| * | | Allow mutating the status message type in OnUserPre(Tag)Message. | 2024-05-06 | 1 | -1/+1 | |
| * | | Rename some of the Module member variables. | 2024-03-04 | 3 | -4/+4 | |
| * | | Fix a missing include in core_oper. | 2024-02-19 | 1 | -0/+1 | |
| * | | If a user has an oper connect class then reset it when de-opering. | 2024-02-19 | 1 | -0/+17 | |
| * | | Split ExtBan::Acting from ExtBan::ActingBase. | 2024-02-15 | 2 | -2/+2 | |
| * | | Redocument the server operator mode handler. | 2023-09-29 | 1 | -9/+7 | |
| * | | Improve the server operator message when a server operator logs out. | 2023-09-26 | 1 | -1/+3 | |
| * | | Move TokenList back to its own header and move INSP_FORMAT to compat.•••This allows making stringutils an optional header given that most of it is not used by most of the codebase. | 2023-09-03 | 1 | -0/+1 | |
| * | | Fix showing command list when a user has the servers/auspex priv. | 2023-08-20 | 1 | -1/+1 | |
| * | | Fix list modes unintentionally being case sensitive.•••Closes #907. | 2023-08-12 | 3 | -0/+42 | |
| * | | 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 | 2 | -6/+6 | |
| * | | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -1/+2 | |
| * | | Move stdalgo::string::join to utility/string and templatise separator. | 2023-08-11 | 3 | -6/+7 | |
| * | | Rename utility/string_view to utility/string. | 2023-08-11 | 1 | -1/+1 | |
| * | | Rework how away state is stored internally.•••This will be necessary for implementing pre-away as well as some changes for WATCH compatibility with Unreal. | 2023-08-04 | 6 | -14/+13 | |
| * | | 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 | -3/+1 | |
| * | | Normalise the case of ServerStats. | 2023-07-13 | 1 | -10/+10 | |
| * | | Fix sending the wrong message when a user requests stats.•••Closes #2051. | 2023-07-12 | 1 | -1/+1 | |
| * | | 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 | -1/+0 | |
| * | | Remove an unnecessary check from core_user. | 2023-07-06 | 1 | -2/+1 | |
| * | | If a user is (mute)banned then also hide their part message. | 2023-07-06 | 1 | -0/+10 | |
| * | | Replace FileReader with something more sensible. | 2023-07-03 | 3 | -14/+10 | |
| * | | 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/+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 | 10 | -37/+54 | |
