| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix core_dns failing to compile on GCC. | 2021-04-04 | 1 | -1/+2 | ||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 8 | -36/+35 | ||
| * | | Constify variables within loops. | 2021-04-01 | 4 | -7/+7 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix various documentation comments. | 2021-03-31 | 1 | -1/+1 | ||
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 6 | -22/+22 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 1 | -2/+3 | ||
| |\| | ||||||
| * | | Add a subclass of ExtensionItem exclusively for booleans. | 2021-03-17 | 1 | -3/+3 | ||
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -3/+3 | ||
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 4 | -9/+9 | ||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 3 | -3/+3 | ||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 7 | -12/+12 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -2/+13 | ||
| |\| | ||||||
| | * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | 2021-03-10 | 1 | -1/+1 | ||
| | * | Fix the `STATS p` output being ambiguous.•••- Add the middle I/O hook to the stats output. - Make it obvious what the various fields actually are. | 2021-03-08 | 1 | -2/+13 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 16 | -25/+26 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-03-05 | 16 | -20/+20 | ||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 10 | -43/+34 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-02-26 | 9 | -9/+9 | ||
| | * | Implement support for multi-prefix on WHOIS. | 2021-02-25 | 1 | -16/+0 | ||
| | * | 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 | 1 | -5/+16 | ||
| | * | Fix checking the wrong user in SERVLIST. | 2021-02-21 | 1 | -1/+1 | ||
| | * | Fix the numeric sent when a U-lined alias target is not online. | 2021-02-18 | 1 | -5/+0 | ||
| | * | Move linuxdaemon and Sheogorath to former contributors. | 2021-02-10 | 1 | -7/+8 | ||
| * | | Merge branch 'insp3' into master. | 2021-02-01 | 1 | -4/+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 | 1 | -1/+1 | ||
| * | | Fix a shadowing warning in SERVLIST. | 2021-01-30 | 1 | -5/+5 | ||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 7 | -15/+14 | ||
| * | | Rename <security:hideulinekills> to <security:hideservicekills>. | 2021-01-30 | 3 | -4/+4 | ||
| * | | Merge branch 'insp3' into master. | 2021-01-29 | 2 | -17/+48 | ||
| |\| | ||||||
| | * | Add <dns:enabled>; allows disabling DNS lookups entirely.•••Ref: #1839. | 2021-01-19 | 1 | -17/+39 | ||
| | * | Send ERR_CANTUNLOADMODULE when unloading a module on reload fails. | 2021-01-19 | 1 | -3/+6 | ||
| | * | Fix the DNS socket not being closed when core_dns is unloaded. | 2021-01-19 | 1 | -10/+16 | ||
| * | | Allow using fixedpart/fixedquit with an empty message. | 2021-01-29 | 1 | -2/+1 | ||
| * | | Merge branch 'insp3' into master. | 2021-01-18 | 1 | -0/+7 | ||
| |\| | ||||||
| | * | Fix not rejecting attempts to set snomasks with SAMODE/override. | 2021-01-16 | 1 | -0/+7 | ||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 6 | -41/+32 | ||
| |\| | ||||||
| | * | Replace the SERVER stub command with something actually useful.•••This will typically never be reached because the remote will wait until it receives a CAPAB response before sending SERVER. Instead replace it with a CAPAB stub command that quits servers with a helpful message. | 2020-12-20 | 1 | -35/+27 | ||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 5 | -6/+5 | ||
| | * | Fix an inverted condition in cmd_modules. | 2020-12-16 | 1 | -1/+1 | ||
| * | | Move ban checking to core_channel. | 2020-11-30 | 1 | -0/+7 | ||
| * | | Rename ChanMax to MaxChannel for consistency with the other limits. | 2020-11-27 | 1 | -16/+16 | ||
| * | | Rename NickMax to MaxNick for consistency with the other limits. | 2020-11-27 | 1 | -1/+1 | ||
| * | | Rename IdentMax to MaxUser for consistency with the other limits. | 2020-11-27 | 1 | -1/+1 | ||
| * | | Merge tag 'v3.8.1' into master. | 2020-11-20 | 1 | -2/+2 | ||
| |\| | ||||||
