3706 Commits

Author SHA1 Message Date
Sadie Powell
952ee5cc60 Fix various documentation comments. 2021-03-31 10:51:51 +01:00
Sadie Powell
03058a043a Convert SQL::Field to be a typedef of optional<string>. 2021-03-30 20:24:41 +01:00
Sadie Powell
4933952811 Use emplace_back where possible. 2021-03-30 19:44:07 +01:00
Sadie Powell
d121f8d4cf Fix the setter and set time of list modes being lost on netburst.
Closes #1812.
2021-03-30 19:05:21 +01:00
Sadie Powell
49702c621e Convert various mode methods to take Mode::Change.
- AccessCheck
- AfterMode
- BeforeMode
- OnModeChange
- OnRawMode
2021-03-30 18:25:55 +01:00
Sadie Powell
f602febac5 Merge branch 'insp3' into master. 2021-03-30 10:12:41 +01:00
Sadie Powell
8c3c4f8e82 Add support for matching multiple hosts in <connect:{allow,deny}>. 2021-03-30 09:02:47 +01:00
Sadie Powell
c1aa1d5a2b Add a subclass of ExtensionItem exclusively for booleans. 2021-03-17 21:14:07 +00:00
Sadie Powell
a4e9ebfda3 Implement support for automatically syncing extension items. 2021-03-17 21:13:10 +00:00
Sadie Powell
3b71f2068e Mark {From,To}{Human,Internal,Network} as noexcept. 2021-03-17 13:34:43 +00:00
Sadie Powell
3c013df6da Add a forwarding overload of SimpleExtItem#Set. 2021-03-17 13:12:24 +00:00
Sadie Powell
9ad9a668d5 Pascalize Unset in extension item classes. 2021-03-17 06:15:48 +00:00
Sadie Powell
e2f8e75ab8 Pascalize Set in extension item classes. 2021-03-17 06:07:41 +00:00
Sadie Powell
59ee026b3b Pascalize Get in extension item classes. 2021-03-17 05:58:47 +00:00
Sadie Powell
8cb6691601 Merge branch 'insp3' into master. 2021-03-17 04:16:24 +00:00
Sadie Powell
8fcb8ee6d6 Add support for sending a standard reply with no command name. 2021-03-11 05:37:15 +00:00
Sadie Powell
ae997d0945 Merge branch 'insp3' into master. 2021-03-10 04:53:30 +00:00
Sadie Powell
6c2b6fa23d Add a subclass of IOHookProvider for SSL modules. 2021-03-09 01:00:16 +00:00
Sadie Powell
e76b208ce8 Merge branch 'insp3' into master. 2021-03-05 09:54:26 +00:00
Sadie Powell
2ba32afa9a Fix a bunch of really obvious unnecessary includes. 2021-03-05 09:17:13 +00:00
Sadie Powell
dcafba9596 Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.
Just because they happen to look the same doesn't mean that they
actually are.
2021-03-05 03:23:25 +00:00
Sadie Powell
1e1cf527d2 Merge branch 'insp3' into master. 2021-03-05 02:32:35 +00:00
InspIRCd Robot
7b1ab06a95 Update copyright headers. 2021-03-05 02:16:11 +00:00
Sadie Powell
d55581a110 Fix not being able to colour format output to stderr on Windows. 2021-03-03 01:52:27 +00:00
Sadie Powell
4e488cb54d Refactor classbase/CullResult into Cullable/Cullable::Result. 2021-03-02 05:56:56 +00:00
Sadie Powell
c72c5ead6d Move aligned_storage to the utility directory and clean up. 2021-03-02 03:05:53 +00:00
Sadie Powell
3f113fc046 Move iterator_range to the utility directory and renamespace. 2021-03-02 02:56:49 +00:00
Sadie Powell
7d1f617422 Replace manual copy prevention with the insp::uncopiable class. 2021-03-02 02:36:40 +00:00
Sadie Powell
c22c7e5a99 Merge branch 'insp3' into master. 2021-02-28 19:16:40 +00:00
Sadie Powell
aa885c1661 Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.
Closes #1850.
2021-02-27 01:30:45 +00:00
Sadie Powell
9ecea89f12 Release v3.9.0. 2021-02-26 07:00:33 +00:00
InspIRCd Robot
1bf7ca3894 Update copyright headers. 2021-02-26 06:58:13 +00:00
Sadie Powell
0db24252fd Implement support for multi-prefix on WHOIS. 2021-02-25 20:10:34 +00:00
Sadie Powell
61225fa14f 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 06:47:34 +00:00
Sadie Powell
67215adc97 Fix the numeric sent when a U-lined alias target is not online. 2021-02-18 04:10:14 +00:00
Sadie Powell
5b21a60a9d Fix using the TR1 headers on compilers that support C++17. 2021-02-01 17:00:19 +00:00
Sadie Powell
2b2d37ff50 Make MyClass private and move everything to GetClass. 2021-01-31 14:00:34 +00:00
Sadie Powell
14eed26666 Move sendmsglist to above the functions in LocalUser. 2021-01-31 13:50:28 +00:00
Sadie Powell
601ddbbb25 Replace defaultdeleter with the C++11 one and rename culldeleter. 2021-01-30 19:53:36 +00:00
Sadie Powell
3ae299f298 Rename Extensible::doUnhookExtensions to UnhookExtensions. 2021-01-30 19:16:49 +00:00
Sadie Powell
e8514f7149 Replace all internal references to uline with services. 2021-01-30 14:20:25 +00:00
Sadie Powell
74661a8112 Allow ServerConfig::Conf{Value,Tags} to have a fallback default. 2021-01-30 14:04:19 +00:00
Sadie Powell
bb35650b57 Merge branch 'insp3' into master. 2021-01-29 18:15:32 +00:00
Sadie Powell
a601cf2f0d Add <dns:enabled>; allows disabling DNS lookups entirely.
Ref: #1839.
2021-01-19 08:42:44 +00:00
Sadie Powell
ebe3e3f3cf Allow converting a Cap::Reference to a Cap::Capability*. 2021-01-19 08:11:01 +00:00
Sadie Powell
db0052bcc2 Merge branch 'insp3' into master. 2021-01-18 11:42:25 +00:00
Sadie Powell
a59ed4b394 Add a new runtime directory and move the pid file to it.
The data directory is intended for persistent files whereas the pid
file is ephemeral. This distinction doesn't matter by default but
on system-wide installs ephemeral runtime files go in /var/run or
/run instead.
2021-01-18 07:05:27 +00:00
Sadie Powell
4f68d162cc Merge branch 'insp3' into master. 2021-01-07 13:13:58 +00:00
Sadie Powell
8d6b550e0b Implement support for more XML and IRC colour code escapes. 2021-01-07 11:53:58 +00:00
Sadie Powell
c88af976ff Add a function for shrinking module names. 2020-12-24 22:36:43 +00:00