| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 11. v4.0.0a11 | 2022-05-31 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2022-05-31 | 1 | -10/+8 | |
| |\ | |||||
| | * | Make it more obvious when an I/O hook is misconfigured. | 2022-05-31 | 1 | -10/+8 | |
| * | | Fix some warnings that were missed during the merge. | 2022-05-27 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-05-25 | 5 | -7/+7 | |
| |\| | |||||
| | * | Fix some compiler warnings on i386. | 2022-05-25 | 5 | -6/+7 | |
| * | | Begin to separate the output from the format in httpd_stats. | 2022-05-21 | 1 | -125/+189 | |
| * | | Merge branch 'insp3' into master. | 2022-05-21 | 4 | -26/+16 | |
| |\| | |||||
| | * | Fix httpd_stats swallowing requests that it doesn't handle.•••e.g. /stats/wibble | 2022-05-21 | 1 | -14/+3 | |
| | * | Allow preconfiguring the owner uid/gid while also disabling ownership. | 2022-05-17 | 1 | -8/+6 | |
| | * | Fix an unnecessary mode lookup in RemoveMode. | 2022-05-15 | 1 | -1/+1 | |
| | * | Use a mode reference instead of repeatedly looking up the snomask mode. | 2022-05-15 | 1 | -3/+6 | |
| * | | Update links to point to the upcoming v4 docs.•••[skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] | 2022-05-18 | 5 | -28/+28 | |
| * | | Add a note to the readme about using v3 for now. | 2022-05-18 | 1 | -0/+4 | |
| * | | Precache the version numerics in the VERSION command class. | 2022-05-18 | 3 | -15/+20 | |
| * | | Deprecate the (raw)version SINFO keys and split out customversion/rawbranch. | 2022-05-17 | 6 | -68/+75 | |
| * | | Fix an oversight in commit 3be039e. | 2022-05-17 | 1 | -2/+2 | |
| * | | Initialize some variables which are checked before being assigned. | 2022-05-17 | 1 | -3/+3 | |
| * | | Get rid of GetVersionString.•••TODO: split fullversion/version into individual fields. | 2022-05-17 | 4 | -17/+14 | |
| * | | Split the httpd_stats <version> field out into multiple fields. | 2022-05-17 | 1 | -3/+5 | |
| * | | Print the typeid of a doubly culled type in CullList::Apply(). | 2022-05-17 | 1 | -0/+5 | |
| * | | Reload isupport in the next main loop iteration.•••This allows modules to load their new config before building it. | 2022-05-17 | 1 | -1/+18 | |
| * | | Mark Membership::GetRank() as constant. | 2022-05-17 | 1 | -1/+1 | |
| * | | Preallocate the buffer in Membership::GetAllPrefix{Chars,Modes}. | 2022-05-17 | 1 | -2/+2 | |
| * | | Add a typedef for a mode rank. | 2022-05-17 | 27 | -60/+66 | |
| * | | Store a set of list mode pointers in Membership instead of characters. | 2022-05-17 | 9 | -45/+45 | |
| * | | Require specifying the repeat argument of the Timer class. | 2022-05-17 | 6 | -6/+6 | |
| * | | Fix not ticking the log timers after the first tick. | 2022-05-17 | 2 | -2/+2 | |
| * | | Only give timers a trigger time when they're actually registered. | 2022-05-17 | 2 | -5/+8 | |
| * | | Remove a variable that is unused because of the previous commit. | 2022-05-16 | 1 | -1/+0 | |
| * | | Remove an unnecessary log message. | 2022-05-16 | 1 | -2/+0 | |
| * | | Fix an oversight in the ircv3_accounttag module. | 2022-05-15 | 1 | -1/+4 | |
| * | | Add the new account system.•••This still relies on the old extensibles for now but we can change that later. | 2022-05-14 | 10 | -51/+166 | |
| * | | Remove the old account system. | 2022-05-14 | 1 | -54/+0 | |
| * | | Use the servprotect mode to protect services.•••Anope and Atheme already set this on their clients so no downstream changes are needed. Closes #781. | 2022-05-12 | 7 | -17/+38 | |
| * | | Move unistd out of the global compat header. | 2022-05-07 | 5 | -2/+9 | |
| * | | Get rid of entrypoint, specify the main function name directly. | 2022-05-07 | 5 | -13/+8 | |
| * | | Remove unnecessary arguments to On(Post)Oper.•••These are already accessible from the user object. | 2022-05-07 | 11 | -17/+14 | |
| * | | Merge branch 'insp3' into master. | 2022-05-07 | 4 | -7/+18 | |
| |\| | |||||
| | * | Make linking servers over UNIX sockets less difficult.•••Closes #1730. | 2022-05-07 | 1 | -4/+15 | |
| | * | Fix the argon2 package name on newer versions of Debian. | 2022-05-06 | 1 | -1/+1 | |
| | * | Install into /usr/bin instead of /usr/sbin.•••We discourage users from running as root so installing into sbin on system-wide installs doesn't make sense anyway. | 2022-05-03 | 1 | -1/+1 | |
| * | | Fix an off by one error in regex_posix. | 2022-05-06 | 1 | -1/+1 | |
| * | | Implement support for regex capture groups. | 2022-05-06 | 6 | -2/+160 | |
| * | | Fix matching case-insensitive human regex patterns. | 2022-05-06 | 2 | -2/+2 | |
| * | | Tweak the compiler flags for extra modules a bit.•••- Use pkg-config for the pgsql module. - Remove defaults from argon2, geo_maxmind, and regex_re2 (these are not needed with newer package versions). - Remove old library warning from geo_maxmind (no longer needed). [skip windows ci] | 2022-05-06 | 5 | -10/+9 | |
| * | | Fix installing example SQL schemas. | 2022-05-02 | 1 | -2/+4 | |
| * | | Merge branch 'insp3' into master. | 2022-05-02 | 3 | -117/+166 | |
| |\| | |||||
| | * | Fix using the obsolete curve method on mbedTLS 3+. | 2022-05-02 | 1 | -6/+17 | |
| | * | Implement the 'r' (registered nick) WHO flag from UnrealIRCd. | 2022-05-01 | 1 | -1/+16 | |
