| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | 2 | -14/+20 | ||
| * | | Make the X-line quit message format a lot more flexible. | 2023-07-21 | 2 | -5/+7 | ||
| * | | Add a typedef for the Template::Replace map. | 2023-07-21 | 1 | -1/+4 | ||
| * | | Allow timers to not be restarted after changing the interval.•••This is useful if you're changing them from Tick. | 2023-07-21 | 1 | -1/+1 | ||
| * | | Windows build cleanup.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-15 | 1 | -1/+8 | ||
| * | | Rename several Windows files to use the same naming scheme.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-15 | 1 | -1/+1 | ||
| * | | 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 | -42/+0 | ||
| * | | Normalise the case of ServerStats. | 2023-07-13 | 1 | -2/+2 | ||
| * | | Improve the inlining of some channel functions. | 2023-07-07 | 1 | -17/+5 | ||
| * | | Update KickUser to match PartUser. | 2023-07-06 | 1 | -12/+17 | ||
| * | | Make PartUser inline and add an overload that takes an iterator.•••The return value of PartUser is not used 99% of the time so this allows the compiler to optimise it out. | 2023-07-06 | 1 | -6/+20 | ||
| * | | Invalidate the file cache when reading SSL certs.•••This fixes reading the same file when the SSL certs are reloaded without a full rehash (e.g. via SIGUSR1 or /REHASH -ssl). This also reverts 8f0d732e38. | 2023-07-03 | 1 | -1/+1 | ||
| * | | Replace FileReader with something more sensible. | 2023-07-03 | 4 | -66/+36 | ||
| * | | Fix a minor Doxygen comment issue. | 2023-07-03 | 1 | -1/+1 | ||
| * | | 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 | -137/+108 | ||
| * | | Move ServerLimits inside ServerConfig. | 2023-07-03 | 1 | -39/+48 | ||
| * | | Fix shun matching (again) and document what the matches do. | 2023-07-03 | 1 | -3/+6 | ||
| * | | Refactor Change{Displayed,Real}Host to match other Change* methods. | 2023-06-30 | 1 | -4/+4 | ||
| * | | Remove OnPreChange{Host,RealName} events and deboolify methods.•••These have not ever been used as far as I can see. | 2023-06-29 | 2 | -26/+5 | ||
| * | | Misc grammar fixes. | 2023-06-29 | 2 | -3/+3 | ||
| * | | Fix matching IP shuns. | 2023-06-29 | 1 | -1/+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 | 8 | -72/+108 | ||
| * | | Inline various User methods. | 2023-06-25 | 1 | -7/+13 | ||
| * | | Make Numerics::CannotSendTo properly aware of extbans. | 2023-06-22 | 2 | -2/+8 | ||
| * | | Make JoinUser return a Membership instead of a Channel. | 2023-06-22 | 1 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2023-06-17 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2023-06-16 | 1 | -1/+1 | ||
| * | | Only regenerate cloaks if a cloak of that type exists.•••This prevents unnecessary recloaking which may result in spam. | 2023-06-07 | 1 | -0/+5 | ||
| * | | Fix some typos in the cloak header. | 2023-06-06 | 1 | -2/+2 | ||
| * | | Allow secondary cloak methods to be used on link synchronisation.•••If a server has a conditional cloak method (e.g. account) as the primary cloak method it doesn't make sense to use it for link consistency. With this change a secondary cloak method can request that it is used instead of the primary if the primary does not mark itself as link sensitive. | 2023-06-06 | 1 | -0/+9 | ||
| * | | Misc XLine cleanup. | 2023-06-05 | 1 | -5/+5 | ||
| * | | Make XLine::Matches const. | 2023-06-05 | 2 | -14/+14 | ||
| * | | Add a DelLine override that takes an XLine pointer. | 2023-06-05 | 1 | -0/+12 | ||
| * | | Make XLine::Displayable const. | 2023-06-05 | 2 | -7/+7 | ||
| * | | Convert DelLine from const char* to const std::string&. | 2023-05-30 | 1 | -1/+1 | ||
| * | | Fix casing of metadata in function and event names.•••Metadata is one word not two so it shouldn't be capitalised like this. | 2023-05-30 | 2 | -6/+6 | ||
| * | | We can't explicitly specify the signedness here as it causes issues.•••This reverts commit 023ca96054191b66643425d673acb66c08fa1048. | 2023-05-17 | 1 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2023-05-16 | 1 | -2/+2 | ||
| |\| | ||||||
| | * | Fix some minor Doxygen issues. | 2023-05-16 | 1 | -2/+2 | ||
| * | | Fix some issues with ConvToNum<char> and ConvToStr<char>. | 2023-05-16 | 1 | -6/+6 | ||
| * | | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 4 | -11/+17 | ||
| * | | Fix the cloak modules on Clang and MSVC. | 2023-05-03 | 1 | -1/+1 | ||
| * | | Add <cloak:class> to limit cloaks to a specific connect class. | 2023-05-02 | 1 | -1/+16 | ||
| * | | Merge branch 'insp3' into master. | 2023-04-28 | 2 | -2/+2 | ||
| |\| | ||||||
| | * | Release v3.16.0. v3.16.0 | 2023-04-28 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2023-04-28 | 2 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2023-04-27 | 1 | -0/+19 | ||
| |\| | ||||||
| | * | Add client cert activation/expiration times to the ssl_cert class. | 2023-03-01 | 1 | -1/+26 | ||
| * | | Allow customising the message shown when hiding an X-line ban. | 2023-04-18 | 1 | -5/+3 | ||
