| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Update copyright headers. | 2021-03-05 | 100 | -113/+128 | ||
| | * | Fix not being able to colour format output to stderr on Windows. | 2021-03-03 | 1 | -19/+5 | ||
| | * | Fix using std::cout instead of errstr when a port fails to bind. | 2021-03-02 | 1 | -1/+1 | ||
| | * | Deduplicate checking the source for the users/auspex priv in WHO. | 2021-03-02 | 1 | -1/+2 | ||
| | * | Fix fuzzy matching in core_who.•••Previously this code would consider requests with fields but no flags as fuzzy. This is incorrect as users can make requests like: WHO Sadie %n Reported by @ilbelkyr. | 2021-03-02 | 1 | -3/+3 | ||
| | * | Fix sending Q-line notices to snomask `a` instead of snomask `x`. | 2021-03-01 | 1 | -1/+1 | ||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 22 | -86/+91 | ||
| * | | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 6 | -10/+10 | ||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 50 | -156/+293 | ||
| |\| | ||||||
| | * | Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.•••Closes #1850. | 2021-02-27 | 1 | -0/+11 | ||
| | * | Release v3.9.0. v3.9.0 | 2021-02-26 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2021-02-26 | 48 | -49/+52 | ||
| | * | Implement support for multi-prefix on WHOIS. | 2021-02-25 | 2 | -16/+47 | ||
| | * | Allow a statusmsg to have multiple statuses and pick the lowest.•••This is pretty much useless but other implementations support it so we have to also support it for compatibility. | 2021-02-25 | 2 | -10/+32 | ||
| | * | Refactor OnUserPostMessage in the chanhistory module. | 2021-02-24 | 1 | -11/+13 | ||
| | * | Add snomask permissions to the oper check output. | 2021-02-22 | 1 | -0/+10 | ||
| | * | Add a human-readable serialiser to the geolocation extensible. | 2021-02-22 | 1 | -0/+6 | ||
| | * | Fix checking the wrong user in SERVLIST. | 2021-02-21 | 1 | -1/+1 | ||
| | * | Add a config option for exempting classes from connflood. | 2021-02-21 | 1 | -1/+12 | ||
| | * | Add a command to the cgiirc module for encoding/decoding hex idents. | 2021-02-21 | 1 | -37/+81 | ||
| | * | Rename the cmd variable to cmdwebirc in the cgiirc module. | 2021-02-21 | 1 | -12/+12 | ||
| | * | Fix the numeric sent when a U-lined alias target is not online. | 2021-02-18 | 2 | -7/+3 | ||
| | * | Fix the message sent when SSL profiles are rehashed. | 2021-02-18 | 3 | -3/+3 | ||
| | * | Move linuxdaemon and Sheogorath to former contributors. | 2021-02-10 | 1 | -7/+8 | ||
| | * | Show the name of the WebIRC gateway in the IP changing notice. | 2021-02-05 | 1 | -2/+3 | ||
| * | | Merge branch 'insp3' into master. | 2021-02-01 | 3 | -31/+97 | ||
| |\| | ||||||
| | * | Duplicate the stdout file handle when used for logging.•••Failure to do this may result in a crash on shutdown when started in debug mode. | 2021-02-01 | 1 | -1/+2 | ||
| | * | Move SSLINFO code for users to its own function and refactor. | 2021-02-01 | 1 | -16/+21 | ||
| | * | Allow using SSLINFO on channels. | 2021-02-01 | 1 | -18/+69 | ||
| | * | Convert SSLINFO to SplitCommand. | 2021-02-01 | 1 | -4/+4 | ||
| | * | Read <sslinfo:operonly> once at load time. | 2021-02-01 | 1 | -3/+8 | ||
| | * | Fix an oversight in the previous commit. | 2021-01-30 | 1 | -1/+1 | ||
| | * | Fix a few issues with SERVLIST.•••- Implement support for service type matching based on the service oper type. This isn't the same as irc2 but its close enough. - Fix erroneously sending the mask in the <mask> field. This field is for the service name mask not the service distribution mask. | 2021-01-30 | 1 | -4/+8 | ||
| * | | Make MyClass private and move everything to GetClass. | 2021-01-31 | 11 | -33/+25 | ||
| * | | Fix a shadowing warning in SERVLIST. | 2021-01-30 | 1 | -5/+5 | ||
| * | | Replace defaultdeleter with the C++11 one and rename culldeleter. | 2021-01-30 | 1 | -1/+1 | ||
| * | | Rename Extensible::doUnhookExtensions to UnhookExtensions. | 2021-01-30 | 2 | -4/+4 | ||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 39 | -72/+70 | ||
| * | | Rename <uline> to <service>. | 2021-01-30 | 2 | -2/+2 | ||
| * | | Allow ServerConfig::Conf{Value,Tags} to have a fallback default. | 2021-01-30 | 1 | -4/+5 | ||
| * | | Rename <deaf:privdeafuline> to <deaf:privdeafservice>. | 2021-01-30 | 1 | -6/+6 | ||
| * | | Rename <deaf:bypasscharsuline> to <deaf:servicebypasschars>. | 2021-01-30 | 1 | -8/+8 | ||
| * | | Rename <silence:exemptuline> to <silence:exemptservice>. | 2021-01-30 | 1 | -3/+3 | ||
| * | | Rename <alias:uline> to <alias:service>. | 2021-01-30 | 1 | -4/+4 | ||
| * | | Rename <security:hideulines> to <security:hideservices>. | 2021-01-30 | 4 | -5/+5 | ||
| * | | Rename <security:hideulinekills> to <security:hideservicekills>. | 2021-01-30 | 3 | -4/+4 | ||
| * | | Merge branch 'insp3' into master. | 2021-01-29 | 5 | -43/+84 | ||
| |\| | ||||||
| | * | Allow disabling connectban for specific connect classes.•••Ref: #1841. | 2021-01-27 | 1 | -2/+12 | ||
| | * | Make the UNIX socket listener path relative to the runtime path.•••This is not a breaking change because unless the runtime path is explicitly set it defaults to the same as the data path. | 2021-01-20 | 1 | -1/+1 | ||
| | * | Add <dns:enabled>; allows disabling DNS lookups entirely.•••Ref: #1839. | 2021-01-19 | 1 | -17/+39 | ||
