| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Slim down the globally included files. | 2022-04-30 | 1 | -0/+4 | |
| | | |||||
| * | Format enums with an underlying type like classes. | 2022-04-30 | 3 | -4/+8 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-04-29 | 43 | -49/+50 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 43 | -49/+50 | |
| | | | |||||
| | * | Update module descriptions. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-26 | 4 | -6/+34 | |
| |\| | |||||
| | * | Implement support for the IRCv3 bot tag. | 2022-04-26 | 1 | -2/+6 | |
| | | | |||||
| | * | Allow building with license-incompatible modules if manually enabled. | 2022-04-24 | 2 | -3/+3 | |
| | | | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] | ||||
| | * | Respect the invite announcement level when announcing knocks. | 2022-04-23 | 1 | -2/+30 | |
| | | | | | | | | | Closes #1976. | ||||
| * | | Merge branch 'insp3' into master. | 2022-04-21 | 2 | -3/+54 | |
| |\| | |||||
| | * | Add support for automatically expiring the override user mode. | 2022-04-21 | 1 | -1/+43 | |
| | | | |||||
| | * | Also send ACCOUNT to the user who is authenticating. | 2022-04-18 | 1 | -1/+1 | |
| | | | | | | | | | Closes #1974. | ||||
| * | | Remove ValidateParam and rename CanonicalizeParam. | 2022-04-17 | 4 | -4/+6 | |
| | | | | | | | | | | | | | | | 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. | ||||
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 14 | -34/+21 | |
| |\| | |||||
| | * | Use FindNearestPrefixMode instead of looking for the halfop mode. | 2022-04-12 | 1 | -4/+4 | |
| | | | |||||
| | * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric. | 2022-04-12 | 5 | -9/+6 | |
| | | | | | | | | | This should make privilege errors more consistent. | ||||
| | * | Use ERR_RESTRICTED when an action can't be done even with privileges. | 2022-04-12 | 3 | -3/+3 | |
| | | | |||||
| | * | Use ERR_UNAVAILRESOURCE for things that should be retried later. | 2022-04-12 | 3 | -14/+1 | |
| | | | | | | | | | Also move it to the global numerics header to avoid duplication. | ||||
| | * | Fix using notices instead of the appropriate numerics in rmode. | 2022-04-12 | 1 | -7/+9 | |
| | | | |||||
| | * | Add a method to ConfigTag to help with retrieving a single character. | 2022-04-10 | 2 | -2/+2 | |
| | | | |||||
| | * | GnuTLS DH parameters are optional from 3.6.0+ not 3.5.6+. | 2022-04-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Add ListModeBase::CanonicalizeParam, fix cleaning extban masks. | 2022-04-16 | 5 | -6/+28 | |
| | | | |||||
| * | | Add a class that wraps a dynamic reference to the extban manager. | 2022-04-16 | 1 | -2/+2 | |
| | | | |||||
| * | | Make the parameter field of ValidateParam const. | 2022-04-16 | 2 | -8/+8 | |
| | | | |||||
| * | | Remove FPART, force REMOVE to always use the new syntax. | 2022-04-16 | 1 | -77/+21 | |
| | | | | | | | | | | | | | | | | | FPART was deprecated in v3 when the parameters for REMOVE were switched. This does not need any compat layer changes as v3 always forwarded FPART as REMOVE. | ||||
| * | | Fix serialising the kicknorejoin link data. | 2022-04-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-05 | 7 | -29/+35 | |
| |\| | |||||
| | * | Use consistent xline messages locally | 2022-04-05 | 3 | -14/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | For connectban these messages would have previously been duplicated to other servers until this was fixed earlier today. For dnsbl and rline they would have just differed on the local to a remote. As of the previous commit the module name is included in the setter so there is no need to vary the snotice. This makes things more consistent for server operators and allows scripts to parse the messages. | ||||
| | * | Notify opers about the connectban zline being added before applying it. | 2022-04-05 | 1 | -1/+1 | |
| | | | | | | | | | This matches behaviour elsewhere. | ||||
| | * | Include the module name in the setter for server-added xlines. | 2022-04-05 | 3 | -5/+5 | |
| | | | |||||
| | * | Fix some more grammar errors in xline messages. | 2022-04-05 | 1 | -4/+1 | |
| | | | |||||
| | * | Increase the default connectban ban duration from 10m to 6h. | 2022-04-05 | 1 | -1/+1 | |
| | | | | | | | | | 10m is borderline useless for preventing bot floods. | ||||
| | * | Default connectban cidr ranges to the values specified in <cidr>. | 2022-04-05 | 1 | -2/+2 | |
| | | | |||||
| | * | Fix the cban and connectban modules sending out duplicate snotices. | 2022-04-05 | 2 | -4/+4 | |
| | | | |||||
| | * | 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 | 5 | -5/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-01 | 1 | -3/+8 | |
| |\| | |||||
| | * | Add the channels/ignore-chanfilter priv to the chanfilter module. | 2022-03-28 | 1 | -3/+8 | |
| | | | | | | | | | Closes #1971. | ||||
| * | | Hide disabled commands from /COMMANDS. | 2022-03-29 | 1 | -1/+18 | |
| | | | |||||
| * | | Pack the mode set more efficiently and add support for numeric modes. | 2022-03-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Add a typedef for the mode status bitset. | 2022-03-27 | 1 | -9/+6 | |
| | | | |||||
| * | | Fix unsigned/const keyword ordering, remove unnecessary consts. | 2022-03-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 8 | -10/+40 | |
| |\| | |||||
| | * | Add support for matching against geolocation data with WHO. | 2022-03-25 | 1 | -1/+14 | |
| | | | | | | | | | Closes #1969. | ||||
| | * | Add support for blocking invites to the commonchans module. | 2022-03-23 | 1 | -4/+28 | |
| | | | |||||
| | * | Rename <connectban:duration> to <connectban:banduration>. | 2022-03-22 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix real name formatting bleeding into IRC messages. | 2022-03-21 | 3 | -3/+3 | |
| | | | |||||
| | * | m_deaf: Correct default return in HandleUser(). | 2022-03-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 4 | -21/+30 | |
| |\| | |||||
| | * | Use UCHAR_MAX instead of raw sizes in channames. | 2022-03-11 | 1 | -4/+4 | |
| | | | | | | | | | This matches other code that does similar things. | ||||
