| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Add support for limiting what opers can subscribe to snomasks. | 2020-04-11 | 2 | -1/+32 | ||
| | * | Clean up the logic for parsing oper mode privileges. | 2020-04-11 | 1 | -18/+12 | ||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 92 | -103/+112 | ||
| * | | Switch the spanningtree module from reference<> to std::shared_ptr<>. | 2020-04-13 | 11 | -43/+36 | ||
| * | | Switch the dnsbl module from reference<> to std::shared_ptr<>. | 2020-04-13 | 1 | -10/+10 | ||
| * | | Mark all config parsing methods as const. | 2020-04-12 | 1 | -12/+12 | ||
| * | | Move the oper and snomask modes to core_oper. | 2020-04-12 | 6 | -38/+37 | ||
| * | | Rename Module::flags to Module::properties.•••This name is more descriptive and should create less warnings about shadowing in existing modules. | 2020-04-11 | 5 | -6/+6 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 183 | -186/+185 | ||
| |\| | ||||||
| | * | Fix an oversight in mkversions that caused it to not update extras. | 2020-04-10 | 11 | -11/+11 | ||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 179 | -179/+179 | ||
| | * | The init function should have the override keyword too. | 2020-04-10 | 1 | -1/+1 | ||
| | * | Add the missing VF_CORE flag to the core_whowas module. | 2020-04-10 | 1 | -1/+1 | ||
| | * | Add missing override keyword to the sslrehashsignal module. | 2020-04-10 | 1 | -2/+2 | ||
| | * | Remove references to the long dead SQLv2 from the pgsql module. | 2020-04-10 | 1 | -1/+1 | ||
| | * | Remove an unused variable in the http_acl module. | 2020-04-10 | 1 | -1/+1 | ||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 209 | -1206/+657 | ||
| * | | Default <sslprofile:hash> to sha256 for GnuTLS and OpenSSL. | 2020-04-09 | 2 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 61 | -185/+380 | ||
| |\| | ||||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 26 | -51/+59 | ||
| | * | Allow <passforward:forwardmsg> to be optional. | 2020-04-09 | 1 | -4/+7 | ||
| | * | Send SNOTICES for failed secure only or fingerprint oper attempts. | 2020-04-09 | 1 | -0/+2 | ||
| | * | Prevent a trailing space in the failed oper SNOTICE. | 2020-04-09 | 1 | -1/+2 | ||
| | * | Set Unix socket permissions after binding. | 2020-04-09 | 1 | -5/+5 | ||
| | * | More HasFd() conversions. | 2020-04-09 | 2 | -7/+7 | ||
| | * | Improve the logging of the httpd module. | 2020-04-09 | 1 | -1/+6 | ||
| | * | Add a way to disable using environment variables in included files. | 2020-04-07 | 1 | -1/+14 | ||
| | * | Send ERR_BANNEDFROMCHAN when a user can't create a restricted channel.•••Closes #1772. | 2020-04-05 | 1 | -0/+3 | ||
| | * | Don't send a geolocation whois line for uline clients. | 2020-04-04 | 1 | -0/+3 | ||
| | * | Don't override a different Displayed Host with the rDNS.•••If the dnsbl module is set to mark with a vHost, it can finish before the hostname resolution finishes. This is especially the case when the result is already cached. Resolves #1770. | 2020-04-04 | 1 | -1/+2 | ||
| | * | Squish the cmd_whowas header.•••There's no reason for this to be in a header and it can't be used by anything else. | 2020-04-04 | 1 | -1/+146 | ||
| | * | Don't filter mass-messages sent by server operators.•••This matches the behaviour of the censor module. | 2020-04-04 | 1 | -1/+1 | ||
| | * | Add the Numerics::CannotSendTo class and switch stuff to use it. | 2020-04-04 | 15 | -41/+53 | ||
| | * | Ignore clients on ulined servers when counting invisible users.•••This is in addition to 4cc992f. | 2020-04-04 | 1 | -3/+6 | ||
| | * | Add constants for the uninvite numerics. | 2020-04-02 | 1 | -2/+4 | ||
| | * | Fix the log message in the disable module.•••Modes are set and unset not executed. | 2020-04-02 | 1 | -2/+3 | ||
| | * | Clear the entire DNS cache on rehash. | 2020-04-01 | 1 | -2/+2 | ||
| | * | Add back the prefix on a server target message.•••The prefix is dropped when building the message. We add it back here so that the remote servers can recognize it as a server target. | 2020-03-31 | 1 | -2/+2 | ||
| | * | Fix clock skip warnings being inverted. | 2020-03-30 | 1 | -1/+1 | ||
| | * | Make showing the channel modes in /LIST configurable. | 2020-03-30 | 1 | -4/+16 | ||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 10 | -10/+10 | ||
| | * | Add support for the servers/ignore-shun privilege. | 2020-03-29 | 1 | -12/+6 | ||
| | * | Include ADMIN and OPER in the default for <shun:enabledcmds>. | 2020-03-29 | 1 | -1/+1 | ||
| | * | Clean up the parsing logic for <shun:enabledcmds>. | 2020-03-29 | 1 | -11/+4 | ||
| | * | Fix expanding module names. | 2020-03-27 | 1 | -6/+7 | ||
| | * | Update the credits.•••- Move Attila to former developers (RIP). - Move genius3000 to core developers. - Add Robby to contributors. - Add prawnsalad to thanks. | 2020-03-27 | 1 | -3/+4 | ||
| | * | Alphabetically sort names in the credits. | 2020-03-27 | 1 | -14/+14 | ||
| | * | Only send a local X-line SNOTICE.•••Spanningtree sends a local SNOTICE to 'X' when adding a line. No need to send a global SNOTICE from here. | 2020-03-25 | 1 | -3/+3 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 44 | -152/+390 | ||
| |\| | ||||||
| | * | Allow commands to override ERR_{NEEDSMOREPARAMS,NOTREGISTERED}. | 2020-03-18 | 2 | -4/+13 | ||
