| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Get rid of GetVersionString.•••TODO: split fullversion/version into individual fields. | 2022-05-17 | 1 | -5/+0 | |
| * | Mark Membership::GetRank() as constant. | 2022-05-17 | 1 | -1/+1 | |
| * | Add a typedef for a mode rank. | 2022-05-17 | 5 | -13/+17 | |
| * | Store a set of list mode pointers in Membership instead of characters. | 2022-05-17 | 2 | -3/+21 | |
| * | Require specifying the repeat argument of the Timer class. | 2022-05-17 | 3 | -3/+3 | |
| * | Only give timers a trigger time when they're actually registered. | 2022-05-17 | 1 | -2/+1 | |
| * | Add the new account system.•••This still relies on the old extensibles for now but we can change that later. | 2022-05-14 | 1 | -0/+81 | |
| * | Remove the old account system. | 2022-05-14 | 1 | -54/+0 | |
| * | Move unistd out of the global compat header. | 2022-05-07 | 1 | -1/+0 | |
| * | Get rid of entrypoint, specify the main function name directly. | 2022-05-07 | 2 | -3/+0 | |
| * | Remove unnecessary arguments to On(Post)Oper.•••These are already accessible from the user object. | 2022-05-07 | 1 | -5/+2 | |
| * | Implement support for regex capture groups. | 2022-05-06 | 1 | -0/+41 | |
| * | Fix various Doxygen comment issues. | 2022-05-02 | 3 | -14/+9 | |
| * | Flush logs every 15 minutes to avoid losing data. | 2022-05-02 | 1 | -0/+4 | |
| * | Add a log method for stringifying a logging method. | 2022-05-02 | 1 | -0/+7 | |
| * | Mark fields that take a Log::Engine* as non-null. | 2022-05-01 | 1 | -2/+2 | |
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -2/+2 | |
| * | Rewrite the entire logging system.•••- Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. | 2022-05-01 | 2 | -1/+352 | |
| * | Delete the old logging system. | 2022-05-01 | 3 | -269/+0 | |
| * | Slim down the globally included files. | 2022-04-30 | 2 | -13/+8 | |
| * | Enable support for UNIX socket listeners on Windows. | 2022-04-30 | 1 | -3/+1 | |
| * | Format enums with an underlying type like classes. | 2022-04-30 | 3 | -5/+10 | |
| * | Make the extban enums 8-bit. | 2022-04-29 | 1 | -0/+3 | |
| * | Merge branch 'insp3' into master. | 2022-04-29 | 16 | -16/+16 | |
| |\ | |||||
| | * | Release v3.13.0. v3.13.0 | 2022-04-28 | 1 | -1/+1 | |
| | * | Update copyright headers. | 2022-04-28 | 16 | -16/+16 | |
| * | | Merge branch 'insp3' into master. | 2022-04-26 | 1 | -1/+0 | |
| |\| | |||||
| | * | Remove a forward declaration for a non-existent type. | 2022-04-21 | 1 | -1/+0 | |
| * | | Only write to the pid file on boot.•••Being able to change this after first boot is error prone and does not work well on system-wide installs where the server needs root to write the file. Closes #566. | 2022-04-23 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-21 | 4 | -3/+4 | |
| |\| | |||||
| | * | Fix an outdated comment. | 2022-04-20 | 1 | -1/+1 | |
| | * | Fix doxygen to include the public module header files. | 2022-04-17 | 2 | -1/+2 | |
| * | | Mark the main loop as noreturn. | 2022-04-21 | 1 | -4/+2 | |
| * | | Fix a now outdated documentation comment. | 2022-04-18 | 1 | -3/+3 | |
| * | | Constify the parameter arguments in ListModeBase's Tell* methods. | 2022-04-17 | 1 | -3/+3 | |
| * | | Fix a missing doxygen comment. | 2022-04-17 | 1 | -0/+6 | |
| * | | Allow normalising extbans to a specific format.•••Also, fix canonicalisation of acting extban values. | 2022-04-17 | 1 | -0/+15 | |
| * | | Refactor ListModeBase::OnModeChange. | 2022-04-17 | 1 | -3/+3 | |
| * | | 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 | 1 | -10/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 5 | -0/+47 | |
| |\| | |||||
| | * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.•••This should make privilege errors more consistent. | 2022-04-12 | 1 | -0/+18 | |
| | * | Use ERR_UNAVAILRESOURCE for things that should be retried later.•••Also move it to the global numerics header to avoid duplication. | 2022-04-12 | 1 | -0/+1 | |
| | * | Add a method for finding the next prefix mode above a rank. | 2022-04-11 | 1 | -0/+6 | |
| | * | Add a method to ConfigTag to help with retrieving a single character. | 2022-04-10 | 1 | -0/+2 | |
| | * | Expose the invite announcement level to modules. | 2022-04-07 | 1 | -0/+20 | |
| | * | Fix converting a token list to a string.•••Fixes showing oper privs in /CHECK. | 2022-04-05 | 1 | -1/+4 | |
| * | | Add ListModeBase::CanonicalizeParam, fix cleaning extban masks. | 2022-04-16 | 2 | -6/+29 | |
| * | | Add a class that wraps a dynamic reference to the extban manager. | 2022-04-16 | 1 | -0/+12 | |
| * | | Replace duplicated documentation with @copydoc. | 2022-04-16 | 3 | -53/+12 | |
| * | | Make the parameter field of ValidateParam const. | 2022-04-16 | 1 | -1/+1 | |
