| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Get rid of even more pointless copy/paste comments. | 2021-05-19 | 16 | -413/+15 | ||
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 4 | -5/+5 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-05-14 | 3 | -3/+3 | ||
| | * | Fix an off by one error in various bitsets. | 2021-05-14 | 1 | -1/+1 | ||
| | * | Fix sending malformed pong messages in some cases. | 2021-05-14 | 1 | -1/+1 | ||
| * | | Kill some useless comments. | 2021-05-13 | 20 | -40/+0 | ||
| * | | Implement support for looking up SRV records in core_dns. | 2021-05-11 | 1 | -0/+26 | ||
| * | | Improve DNS exception messages slightly. | 2021-05-11 | 1 | -5/+5 | ||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 6 | -10/+15 | ||
| |\| | ||||||
| | * | core_dns: skip unknown resource record types | 2021-05-04 | 1 | -0/+6 | ||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 5 | -9/+9 | ||
| * | | Add ChannelManager::IsPrefix. | 2021-05-08 | 2 | -2/+2 | ||
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 14 | -17/+16 | ||
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 2 | -6/+12 | ||
| |\| | ||||||
| | * | Improve the messages sent when loading/unloading/reloading modules. | 2021-04-19 | 1 | -4/+9 | ||
| | * | Use a duration string for the idle time in `/STATS P`. | 2021-04-18 | 1 | -2/+3 | ||
| * | | Move accepting normal IRC connections to the core_clients module. | 2021-04-19 | 1 | -0/+43 | ||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | ||
| * | | Use string_view in IsCTCP. | 2021-04-08 | 1 | -9/+9 | ||
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -1/+1 | ||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 23 | -172/+92 | ||
| * | | Rewrite the COMMANDS handler•••- C++17ify - Fix the weird visibility logic. - Only show commands to opers that they can execute - Add a priv to show all commands regardless of access. - Use parameters instead of jamming everything into a <trailing>. - Use SplitCommand as the command is local-only. | 2021-04-06 | 2 | -33/+43 | ||
| * | | Constify their_param in ResolveModeConflict.•••There's no reason for this to be mutable. | 2021-04-06 | 2 | -2/+2 | ||
| * | | 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 | ||
