| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Add a config option that forces bots to use NOTICEs. | 2020-07-07 | 1 | -5/+5 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-19 | 2 | -6/+15 | ||
| |\| | ||||||
| | * | Fix an inverted mode check. | 2020-05-09 | 1 | -1/+1 | ||
| | * | Don't show privileged commands to unprivileged users in COMMANDS. | 2020-05-07 | 1 | -2/+2 | ||
| * | | Fix parsing <security:announceinvites>. | 2020-05-13 | 1 | -2/+2 | ||
| * | | Add ConfigParser::getEnum for parsing enum values. | 2020-05-13 | 2 | -24/+12 | ||
| * | | Implement support for inverted extbans. | 2020-05-07 | 2 | -5/+7 | ||
| * | | Deduplicate extban parsing. | 2020-05-07 | 2 | -11/+5 | ||
| * | | Fix not being able to set more than one extban. | 2020-05-07 | 1 | -1/+1 | ||
| * | | Add first class support for extbans.•••This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. | 2020-05-07 | 4 | -8/+149 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 20 | -22/+25 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-04-24 | 17 | -16/+19 | ||
| | * | Fixes by misspell-fixer | 2020-04-21 | 4 | -5/+5 | ||
| | * | Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. | 2020-04-14 | 1 | -2/+1 | ||
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 14 | -16/+16 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 2 | -3/+9 | ||
| |\ \ | ||||||
| | * | | Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. | 2020-04-14 | 1 | -2/+1 | ||
| | |/ | ||||||
| | * | Add support for limiting what opers can subscribe to snomasks. | 2020-04-11 | 1 | -1/+8 | ||
| | * | Add the missing VF_CORE flag to the core_whowas module. | 2020-04-10 | 1 | -1/+1 | ||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 39 | -45/+48 | ||
| * | | 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 | 1 | -1/+1 | ||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 21 | -124/+48 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 12 | -38/+202 | ||
| |\| | ||||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 4 | -6/+7 | ||
| | * | Prevent a trailing space in the failed oper SNOTICE. | 2020-04-09 | 1 | -1/+2 | ||
| | * | 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 | ||
| | * | Add the Numerics::CannotSendTo class and switch stuff to use it. | 2020-04-04 | 1 | -3/+3 | ||
| | * | Ignore clients on ulined servers when counting invisible users.•••This is in addition to 4cc992f. | 2020-04-04 | 1 | -3/+6 | ||
| | * | Clear the entire DNS cache on rehash. | 2020-04-01 | 1 | -2/+2 | ||
| | * | Make showing the channel modes in /LIST configurable. | 2020-03-30 | 1 | -4/+16 | ||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 7 | -6/+92 | ||
| |\| | ||||||
| | * | Move CHANMODES to core_mode and add USERMODES. | 2020-03-12 | 1 | -0/+6 | ||
| | * | Implement support for the SERVLIST command. | 2020-03-12 | 3 | -1/+72 | ||
| | * | Fix unnecessary inlining in command handler constructors. | 2020-03-09 | 1 | -1/+7 | ||
| | * | Allow modules to prevent a message from updating the idle time. | 2020-03-05 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-02-19 | 5 | -9/+21 | ||
| |\| | ||||||
| | * | Add enum constants for list mode numerics. | 2020-02-18 | 1 | -1/+8 | ||
| | * | Use ircd-hybrid's numerics for the "pending invites" list.•••This fixes a conflict with the numerics used by the invite exception mode. | 2020-02-18 | 1 | -0/+7 | ||
| | * | Generalise XLine stats numerics using RPL_STATS from aircd. | 2020-02-18 | 1 | -5/+5 | ||
| | * | Add HasFd to EventHandler and switch code to use it. | 2020-02-15 | 1 | -1/+1 | ||
| | * | Clean up ModuleDLLManager from the Module::cull() method.•••This avoids a leak which happens in some rare circumstances. | 2020-02-14 | 1 | -2/+0 | ||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 7 | -10/+10 | ||
| * | | Move FindNick to UserManager. | 2020-02-09 | 9 | -9/+9 | ||
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 3 | -6/+6 | ||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 5 | -22/+12 | ||
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 6 | -17/+34 | ||
| |\| | ||||||
