| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-12-03 | 6 | -6/+6 | |
| * | Fix a log message that should be a debug message not critical. | 2025-09-07 | 1 | -1/+1 | |
| * | Update copyright headers. | 2025-08-02 | 2 | -2/+2 | |
| * | Update INFO for the current state. | 2025-05-18 | 1 | -4/+5 | |
| * | Fix building on Windows after the last commit. | 2025-05-16 | 1 | -1/+1 | |
| * | Avoid `using namespace` in core_dns. | 2025-05-14 | 1 | -99/+97 | |
| * | Get the default DNS timeout from the manager instead of the config. | 2025-05-14 | 1 | -0/+8 | |
| * | Move the auspex check out of the loop in COMMANDS. | 2025-04-26 | 1 | -1/+2 | |
| * | Fix the order of the the command list. | 2025-04-26 | 1 | -1/+1 | |
| * | Update copyright headers. | 2025-03-28 | 26 | -33/+7 | |
| * | Fix a malformed log message in core_oper. | 2025-03-28 | 1 | -1/+4 | |
| * | There is no need to restore the connect class of a quitting oper. | 2025-03-28 | 1 | -1/+1 | |
| * | Add constants for the common time formats. | 2025-03-23 | 1 | -1/+1 | |
| * | Rename ToHuman to ToLongString.•••This name is used by functions in too many places already. | 2025-03-18 | 6 | -7/+7 | |
| * | Add a formatting overload of the ModuleException constructor. | 2025-03-18 | 1 | -4/+4 | |
| * | Rename the FAKELAG isupport token to SAFERATE.•••Ref: #2150 | 2025-03-06 | 1 | -1/+1 | |
| * | Add an flag to ToHuman to shorten the output. | 2025-03-03 | 1 | -2/+2 | |
| * | Add Duration::ToHuman and update messages to use it. | 2025-03-03 | 6 | -7/+7 | |
| * | Add an 005 token to let clients know that fakelag is enabled. | 2025-03-02 | 1 | -0/+8 | |
| * | Update copyright headers. | 2025-02-28 | 14 | -15/+15 | |
| * | Remove log messages about failed DIE and RESTART attempts.•••These no longer accept a password so there's no point logging if a user specifies the wrong server name. | 2025-02-27 | 2 | -10/+1 | |
| * | Move RPL_TIME to the numeric header, unify TIME and ALLTIME. | 2025-02-05 | 1 | -7/+3 | |
| * | Improve the time format in TIME. | 2025-02-02 | 1 | -1/+2 | |
| * | Include the timezone name in 003. | 2025-02-02 | 1 | -1/+1 | |
| * | RPL_STATSCONN should count registered (not accepted) connections. | 2025-02-02 | 1 | -1/+1 | |
| * | Implement RPL_STATSCONN for compatibility with ircu. | 2025-01-26 | 1 | -0/+10 | |
| * | Cache the number of global and local servers. | 2025-01-25 | 1 | -15/+38 | |
| * | Clean up core_lusers. | 2025-01-25 | 1 | -10/+8 | |
| * | Fix unsetting bans that look like extbans but aren't. | 2025-01-24 | 1 | -1/+1 | |
| * | Also build isupport for removed but still in use connect classes. | 2025-01-24 | 2 | -26/+44 | |
| * | 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 | 3 | -12/+15 | |
| * | Make the length optional in when adding a [EGKQRZ]-line.•••The shun module already behaves like this but the docs were not correct. | 2025-01-17 | 5 | -40/+40 | |
| * | Update copyright headers. | 2025-01-04 | 2 | -1/+2 | |
| * | Cache RPL_CREATED and improve the format slightly. | 2024-12-28 | 1 | -1/+5 | |
| * | Fix matching acting extbans when multiple extbans are set. | 2024-12-23 | 1 | -1/+4 | |
| * | Optimized WHO command•••On our server hosting 150K users we noticed that the WHO command was high on the perf capture profile and on closer inspection we noticed that the majority of users do not have the invisible mode set. Since IsModeSet is a small inline function that does an array lookup we were able to reduce server load by calling IsModeSet first to short-circuit the comparatively expensive SharesChannelWith call. | 2024-12-19 | 1 | -1/+1 | |
| * | Avoid repeating the network name in whois. | 2024-11-05 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-11-02 | 11 | -12/+11 | |
| * | Add support for extbans without letters. | 2024-10-16 | 1 | -9/+20 | |
| * | Tweak <options:modesinlist> to allow only showing to opers.•••This can help opers avoid accidentally invading a secret channel that they can see because of their privileges. | 2024-10-11 | 1 | -3/+16 | |
| * | Count services in the global user count.•••This behaviour was always kinda broken so lets just drop it. | 2024-10-10 | 1 | -6/+3 | |
| * | Add the Time::FromNow helper function. | 2024-10-03 | 5 | -5/+5 | |
| * | Add a type alias for the extban letter type. | 2024-09-27 | 2 | -4/+4 | |
| * | Fix rebuilding the 004 numeric on reloading core_info. | 2024-09-17 | 1 | -6/+9 | |
| * | Sort the 004 mode list alphabetically. | 2024-09-17 | 1 | -0/+1 | |
| * | Only remove extbans on unload if provided by the right module. | 2024-09-13 | 1 | -2/+7 | |
| * | Raise an exception if an extban name or letter is already in use. | 2024-09-13 | 1 | -2/+12 | |
| * | Send an ISupport diff when a user moves to a new connect class. | 2024-09-09 | 4 | -0/+40 | |
| * | Update copyright headers. | 2024-09-07 | 11 | -12/+11 | |
| * | Normalise the case of MOD_RESULT variables. | 2024-08-31 | 8 | -34/+34 |
