| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Slim down the globally included files. | 2022-04-30 | 3 | -0/+12 | |
| * | Merge branch 'insp3' into master. | 2022-04-29 | 14 | -14/+15 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 14 | -14/+15 | |
| * | | Allow normalising extbans to a specific format.•••Also, fix canonicalisation of acting extban values. | 2022-04-17 | 3 | -0/+30 | |
| * | | Remove ValidateParam and rename CanonicalizeParam.•••There's basically no safe way to handle a malformed list mode sent by a remote server without causing a desync. Its probably for the best if we just only apply validation to locally added list modes entries. | 2022-04-17 | 2 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 6 | -33/+20 | |
| |\| | |||||
| | * | Use FindNearestPrefixMode instead of looking for the halfop mode. | 2022-04-12 | 1 | -2/+2 | |
| | * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.•••This should make privilege errors more consistent. | 2022-04-12 | 3 | -7/+3 | |
| | * | Fix <security announceinvites="dynamic"> when halfop is not loaded. | 2022-04-07 | 1 | -2/+8 | |
| | * | Expose the invite announcement level to modules. | 2022-04-07 | 4 | -21/+5 | |
| * | | Add ListModeBase::CanonicalizeParam, fix cleaning extban masks. | 2022-04-16 | 3 | -1/+33 | |
| * | | Move most channel mode constructors to their own source file.•••+k will be removed later once we have better validation. | 2022-04-16 | 2 | -36/+27 | |
| * | | Merge branch 'insp3' into master. | 2022-04-05 | 5 | -10/+10 | |
| |\| | |||||
| | * | Fix the grammar of various xline messages. | 2022-04-05 | 5 | -10/+10 | |
| * | | Use a consistent message format for end of list numerics. | 2022-04-01 | 1 | -1/+1 | |
| * | | Shrink module names in /COMMANDS and /MODULES. | 2022-03-29 | 2 | -2/+2 | |
| * | | Pack the mode set more efficiently and add support for numeric modes. | 2022-03-27 | 3 | -15/+18 | |
| * | | Fix unsigned/const keyword ordering, remove unnecessary consts. | 2022-03-27 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -2/+55 | |
| |\| | |||||
| | * | Allow modules to handle WHO matching. | 2022-03-25 | 1 | -1/+12 | |
| | * | Fix GNU++98 compatibility. | 2022-03-24 | 1 | -1/+1 | |
| | * | Fix using the prefix char instead of the prefix letter in oplevels. | 2022-03-23 | 1 | -1/+1 | |
| | * | Fix our WHO oplevels being incompatible with the WHOX spec.•••Unlike in InspIRCd where 0 is an unprivileged member and higher levels grant more privileges the WHOX spec defines the oplevel field as using n/a for unprivileged users and the lower an oplevel is the more privileges it grants. InspIRCd also uses values between 0 and UINT_MAX whereas WHOX only uses values between 0 and 999. In order to work around this we now lazily build dummy oplevels for the InspIRCd member ranks. | 2022-03-22 | 1 | -1/+49 | |
| * | | Merge branch 'insp3' into master. | 2022-03-19 | 1 | -2/+10 | |
| |\| | |||||
| | * | Add support for the <count> param of WHOWAS (#1968)•••Not very useful IMO, but every server but InspIRCd seems to implement it, and it's part of the RFCs: * https://datatracker.ietf.org/doc/html/rfc1459#section-4.5.3 * https://datatracker.ietf.org/doc/html/rfc2812#section-3.6.3 | 2022-03-19 | 1 | -2/+10 | |
| | * | Reverse order of WHOWAS replies•••To be consistent with other implementations + the RFCs: * https://datatracker.ietf.org/doc/html/rfc1459#section-4.5.3 * https://datatracker.ietf.org/doc/html/rfc2812#section-3.6.3 | 2022-03-19 | 1 | -1/+1 | |
| * | | Move stdalgo::map::difference to its own utility header. | 2022-01-31 | 1 | -1/+3 | |
| * | | Fix the case of Membership::GetRank. | 2022-01-31 | 2 | -2/+2 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 30 | -144/+144 | |
| * | | Merge branch 'insp3' into master. | 2022-01-24 | 1 | -49/+43 | |
| |\| | |||||
| | * | Fix parsing a LIST request with both a match and inverted match.•••e.g. /LIST *foo* !*bar* | 2022-01-20 | 1 | -25/+15 | |
| | * | Fix parsing LIST commands with multiple constraints. | 2022-01-20 | 1 | -35/+38 | |
| * | | Add constexpr to the initialisation of various const static fields. | 2022-01-18 | 4 | -12/+11 | |
| * | | Switch isupport to use a module-local map instead of an extensible. | 2022-01-16 | 2 | -15/+21 | |
| * | | Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>. | 2022-01-16 | 2 | -2/+2 | |
| * | | Make 005 dependent on the connect class. | 2022-01-16 | 3 | -31/+49 | |
| * | | Fix the previous commit on Windows. | 2022-01-16 | 1 | -1/+1 | |
| * | | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 1 | -1/+3 | |
| * | | Always catch exceptions as a constant reference. | 2022-01-09 | 2 | -2/+2 | |
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 2 | -28/+36 | |
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 7 | -8/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 7 | -7/+6 | |
| | * | We only care about the first parameter to the nick command.•••Nicknames can't have spaces so the trailing concatenation logic here is not what users will expect. | 2021-12-28 | 1 | -1/+1 | |
| * | | Fix PREFIX in RPL_ISUPPORT (#1955).•••Co-authored-by: Andrio Celos <AndrioCelos@users.noreply.github.com> | 2021-12-27 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-12-27 | 2 | -85/+125 | |
| |\| | |||||
| | * | Fix not being able to look up hostnames that point to multiple IPs. | 2021-12-27 | 1 | -82/+123 | |
| | * | Make packing PTR queries a bit more robust.•••There is no first party modules which could be compromised before this check was added but its better to be safe wherever possible. | 2021-12-25 | 1 | -3/+4 | |
| * | | Make all extensibles use kebab-case for names where possible. | 2021-12-26 | 1 | -1/+1 | |
| * | | Add a quick method for adding a generic RPL_STATS row. | 2021-12-24 | 1 | -1/+1 | |
| * | | Move DNS stats to core_dns. | 2021-12-24 | 2 | -7/+23 | |
