| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.14.0. v3.14.0 | 2022-08-25 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2022-08-25 | 17 | -17/+18 | |
| | | |||||
| * | Use std::string in the Serializer constructor. | 2022-08-24 | 1 | -2/+2 | |
| | | |||||
| * | Fix some warnings in core_who on newer GCC. | 2022-08-17 | 1 | -3/+4 | |
| | | |||||
| * | Fix remote users with UNIX socket paths as their sockaddr. | 2022-08-10 | 1 | -2/+9 | |
| | | |||||
| * | Fix some harmless debug messages when initializing remote users. | 2022-08-10 | 2 | -4/+3 | |
| | | |||||
| * | Fix a pedantic C++98 warning in the websocket module. | 2022-08-04 | 1 | -1/+1 | |
| | | |||||
| * | Expose WebSocket error messages to clients. | 2022-08-04 | 1 | -6/+27 | |
| | | |||||
| * | Also use binary exit codes in places that terminate abruptly. | 2022-07-19 | 3 | -8/+12 | |
| | | | | | This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. | ||||
| * | Allow forcing binary exit codes at compile time. | 2022-07-19 | 1 | -1/+7 | |
| | | | | | | This is useful with some init systems that handle our exit codes strangely. | ||||
| * | Fix more inconsistencies with USERIP. | 2022-06-23 | 1 | -22/+20 | |
| | | | | | | | | - Use a dummy value instead of erroring if the viewer does not have the privs to see the IP address (fixes UnrealIRCd compat). - Respect the hideoper mode when building the USERIP response. | ||||
| * | Fix inconsistencies between USERHOST and USERIP. | 2022-06-23 | 2 | -10/+6 | |
| | | |||||
| * | Also add hex colour escapes to the formatting entity list. | 2022-06-20 | 1 | -0/+2 | |
| | | |||||
| * | Add support for escaping hex colour codes | 2022-06-19 | 1 | -0/+1 | |
| | | | | | This is not widely supported but we should have an escape regardless. | ||||
| * | Fix the parameter documentation for the repeat mode. | 2022-06-15 | 1 | -1/+1 | |
| | | |||||
| * | Fix parsing non-normalised WebSocket headers. | 2022-06-08 | 1 | -1/+1 | |
| | | | | | Ref: #1987. | ||||
| * | Make setting sockets as FD_CLOEXEC more portable. | 2022-06-07 | 1 | -2/+2 | |
| | | | | | Ref: #1986. | ||||
| * | Make it more obvious when an I/O hook is misconfigured. | 2022-05-31 | 1 | -10/+8 | |
| | | |||||
| * | Fix some compiler warnings on i386. | 2022-05-25 | 5 | -6/+7 | |
| | | |||||
| * | Fix httpd_stats swallowing requests that it doesn't handle. | 2022-05-21 | 1 | -14/+3 | |
| | | | | | e.g. /stats/wibble | ||||
| * | 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 | |
| | | |||||
| * | Make linking servers over UNIX sockets less difficult. | 2022-05-07 | 1 | -4/+15 | |
| | | | | | Closes #1730. | ||||
| * | Fix the argon2 package name on newer versions of Debian. | 2022-05-06 | 1 | -1/+1 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Release v3.13.0. v3.13.0 | 2022-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2022-04-28 | 69 | -75/+77 | |
| | | |||||
| * | Update module descriptions. | 2022-04-28 | 1 | -1/+1 | |
| | | |||||
| * | 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. | ||||
| * | 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. | ||||
| * | Use FindNearestPrefixMode instead of looking for the halfop mode. | 2022-04-12 | 2 | -6/+6 | |
| | | |||||
| * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric. | 2022-04-12 | 9 | -22/+11 | |
| | | | | | 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 for finding the next prefix mode above a rank. | 2022-04-11 | 1 | -12/+19 | |
| | | |||||
| * | Add a method to ConfigTag to help with retrieving a single character. | 2022-04-10 | 3 | -2/+12 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | GnuTLS DH parameters are optional from 3.6.0+ not 3.5.6+. | 2022-04-07 | 1 | -1/+1 | |
| | | |||||
| * | 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 | 2 | -5/+2 | |
| | | |||||
| * | 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 | |
| | | |||||
