| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -12/+12 | |
| * | Remove some unnecessary getters in ConnectClass.•••All of these members are public anyway. | 2022-07-22 | 1 | -3/+3 | |
| * | Switch from NULL to nullptr. | 2022-07-22 | 12 | -25/+25 | |
| * | Allow remote servers to specify the context of a message. | 2022-07-01 | 1 | -1/+6 | |
| * | Move config xline reading and rehashing to core_xline. | 2022-06-26 | 1 | -0/+39 | |
| * | Make dynamic a non-default header. | 2022-06-26 | 1 | -0/+2 | |
| * | Fix various bugs relating to platform-native module extensions. | 2022-06-26 | 1 | -1/+1 | |
| * | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 9 | -3/+20 | |
| * | Move numeric helper classes to their own header. | 2022-06-26 | 9 | -0/+15 | |
| * | Move numerics to the source files where they are actually used. | 2022-06-26 | 21 | -9/+142 | |
| * | Merge branch 'insp3' into master. | 2022-06-25 | 1 | -6/+2 | |
| |\ | |||||
| | * | Fix inconsistencies between USERHOST and USERIP. | 2022-06-23 | 1 | -5/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-06-08 | 1 | -2/+2 | |
| |\| | |||||
| | * | Make setting sockets as FD_CLOEXEC more portable.•••Ref: #1986. | 2022-06-07 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-05-21 | 1 | -3/+6 | |
| |\| | |||||
| | * | Use a mode reference instead of repeatedly looking up the snomask mode. | 2022-05-15 | 1 | -3/+6 | |
| * | | Precache the version numerics in the VERSION command class. | 2022-05-18 | 3 | -15/+20 | |
| * | | 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 | 1 | -3/+12 | |
| * | | 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 | |
| * | | Add a typedef for a mode rank. | 2022-05-17 | 4 | -7/+7 | |
| * | | Store a set of list mode pointers in Membership instead of characters. | 2022-05-17 | 3 | -10/+4 | |
| * | | Require specifying the repeat argument of the Timer class. | 2022-05-17 | 1 | -1/+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 | -4/+4 | |
| * | | 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 | 1 | -6/+0 | |
| * | | Move unistd out of the global compat header. | 2022-05-07 | 1 | -0/+1 | |
| * | | Remove unnecessary arguments to On(Post)Oper.•••These are already accessible from the user object. | 2022-05-07 | 1 | -1/+1 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 11 | -61/+61 | |
| * | | 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 | |
