| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | ||
| * | | Use a consistent message format for end of list numerics. | 2022-04-01 | 1 | -6/+1 | ||
| * | | Pack the mode set more efficiently and add support for numeric modes. | 2022-03-27 | 1 | -0/+4 | ||
| * | | Add a typedef for the mode status bitset. | 2022-03-27 | 4 | -4/+7 | ||
| * | | Fix unsigned/const keyword ordering, remove unnecessary consts. | 2022-03-27 | 3 | -8/+8 | ||
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -0/+20 | ||
| |\| | ||||||
| | * | Allow modules to handle WHO matching. | 2022-03-25 | 1 | -0/+20 | ||
| * | | Merge branch 'insp3' into master. | 2022-03-19 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix a compiler warning on Windows. | 2022-03-19 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 4 | -4/+4 | ||
| |\| | ||||||
| | * | Make the accessor methods in ssl_cert const. | 2022-02-14 | 1 | -11/+11 | ||
| | * | Squash an unnecessary string copy in SQL::Error. | 2022-02-05 | 1 | -1/+1 | ||
| | * | Fix various minor Doxygen warnings. | 2022-02-02 | 2 | -3/+3 | ||
| * | | Document aligned_storage and use alignment_of_v. | 2022-01-31 | 1 | -2/+2 | ||
| * | | Move stdalgo::map::difference to its own utility header. | 2022-01-31 | 2 | -63/+84 | ||
| * | | Slim down the protocol interface for sending metadata. | 2022-01-31 | 1 | -17/+3 | ||
| * | | Refuse to set an extension on the wrong type of extensible. | 2022-01-31 | 1 | -2/+10 | ||
