Sadie Powell
|
e8d302911f
|
Fix xline matching on WebIRC connections.
|
2021-06-17 11:10:28 +01:00 |
|
Sadie Powell
|
ee1325cf9d
|
Fire OnUserPreJoin regardless of whether the join is an override.
|
2021-05-23 01:58:34 +01:00 |
|
Sadie Powell
|
ecabf153d0
|
Add a new map-based method for building link data.
The new link data is not currently used but will be in the near
future.
|
2021-05-10 01:46:51 +01:00 |
|
Sadie Powell
|
e701bd0305
|
Rip out the OnConnectionFail event.
This never really worked correctly and will now be replaced with
something better.
|
2021-04-19 00:14:53 +01:00 |
|
Sadie Powell
|
6d205fc3fb
|
Rename the cgiirc module to gateway.
|
2021-04-11 18:34:08 +01:00 |
|
Sadie Powell
|
3c426be2a1
|
Refer to encryption as TLS instead of SSL in all messages.
|
2021-04-08 11:45:15 +01:00 |
|
Sadie Powell
|
7d84e4900f
|
Fix a ton of pedantic compiler warnings.
|
2021-04-04 23:42:15 +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
|
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
|
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
|
4e488cb54d
|
Refactor classbase/CullResult into Cullable/Cullable::Result.
|
2021-03-02 05:56:56 +00:00 |
|
Sadie Powell
|
c88af976ff
|
Add a function for shrinking module names.
|
2020-12-24 22:36:43 +00:00 |
|
Sadie Powell
|
a63b6e16df
|
Merge branch 'insp3' into master.
|
2020-12-21 16:40:52 +00:00 |
|
Sadie Powell
|
ffacccbb6f
|
Add a typedef for the data provider map.
|
2020-12-04 18:06:42 +00:00 |
|
Sadie Powell
|
89a21202de
|
Convert ConnectClass from reference<> to std::shared_ptr<>.
|
2020-11-03 19:54:13 +00:00 |
|
Sadie Powell
|
579a17df38
|
Clean up a bunch of contructors and destructors.
|
2020-11-01 02:22:41 +00:00 |
|
Sadie Powell
|
5a88a78f99
|
Merge branch 'insp3' into master.
|
2020-10-27 10:50:28 +00:00 |
|
Sadie Powell
|
7cb27dabe6
|
Convert CmdResult to an 8-bit strongly typed enum.
|
2020-10-27 00:59:11 +00:00 |
|
Sadie Powell
|
e81dcaec7f
|
Recheck users for xlines when their real hostname changes.
|
2020-10-06 10:31:39 +01:00 |
|
Sadie Powell
|
1b356e5a89
|
Move the property string from cmd_modules to Module & show on load.
|
2020-07-24 05:05:27 +01:00 |
|
Sadie Powell
|
58e9055162
|
Merge branch 'insp3' into master.
|
2020-06-08 18:14:19 +01:00 |
|
Sadie Powell
|
1cb1430c70
|
ModResult is a class now.
|
2020-05-22 17:20:34 +01:00 |
|
Sadie Powell
|
3c9d53eadd
|
Document ModResult and switch the underlying type to char.
|
2020-05-21 19:24:46 +01:00 |
|
Sadie Powell
|
37fbbd840c
|
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 21:41:04 +01:00 |
|
Sadie Powell
|
b755d2a778
|
Merge branch 'insp3' into master.
|
2020-05-05 22:03:14 +01:00 |
|
InspIRCd Robot
|
44489ddf7e
|
Update copyright headers.
|
2020-04-24 10:23:47 +01:00 |
|
InspIRCd Robot
|
4f9abe96a4
|
Fixes by misspell-fixer
|
2020-04-21 00:52:12 -06:00 |
|
Sadie Powell
|
bafb721640
|
Merge branch 'insp3' into master.
|
2020-04-14 19:57:10 +01:00 |
|
Matt Schatz
|
ccebfe6e63
|
Update user-facing text and comments of SSL to TLS.
|
2020-04-14 06:08:31 -06:00 |
|
Matt Schatz
|
8874c1c575
|
Update user-facing text and comments of SSL to TLS.
|
2020-04-14 06:08:31 -06:00 |
|
Sadie Powell
|
a57621c74b
|
Rename Module::flags to Module::properties.
This name is more descriptive and should create less warnings about
shadowing in existing modules.
|
2020-04-11 15:43:54 +01:00 |
|
Sadie Powell
|
1a800f7b3d
|
Improve storage of module description, flags, and link data.
|
2020-04-11 13:54:05 +01:00 |
|
Sadie Powell
|
e1ed9b275f
|
Merge branch 'insp3' into master.
|
2020-04-09 18:06:50 +01:00 |
|
Sadie Powell
|
e19674d50a
|
Document Module::Prioritize.
|
2020-04-01 14:32:02 +01:00 |
|
Sadie Powell
|
9ebda853f5
|
Fix various documentation and formatting issues.
|
2020-03-30 17:24:12 +01:00 |
|
Sadie Powell
|
98e4ddfb21
|
Use C++11 inline initialisation for class members.
|
2020-02-06 11:25:42 +00:00 |
|
Sadie Powell
|
6da4987073
|
Merge branch 'insp3' into master.
|
2020-02-04 12:26:25 +00:00 |
|
Sadie Powell
|
aed712ba8e
|
Make loading modules considerably more robust and user friendly.
|
2020-02-02 20:32:49 +00:00 |
|
InspIRCd Robot
|
8f62016f16
|
Update copyright headers.
|
2020-01-31 12:48:25 +00:00 |
|
Sadie Powell
|
4ce16000d3
|
Bump the ABI version.
|
2020-01-31 12:42:54 +00:00 |
|
Sadie Powell
|
b759870d74
|
Add an event for when a command is blocked before execution.
|
2020-01-22 10:22:02 +00:00 |
|
Sadie Powell
|
1de6f5b4a9
|
Merge branch 'insp3' into master.
|
2020-01-17 12:36:09 +00:00 |
|
InspIRCd Robot
|
aa692dc103
|
Update copyright headers.
|
2020-01-11 22:14:43 +00:00 |
|
Sadie Powell
|
f8013e0899
|
Move ISupport logic out of the core and into core_info.
|
2020-01-05 14:41:06 +00:00 |
|
Peter Powell
|
7f36a33713
|
Bump the InspIRCd ABI version.
|
2019-12-03 12:25:12 +00:00 |
|
Sadie Powell
|
7b68936321
|
Merge branch 'insp3' into master.
|
2019-11-13 15:24:45 +00:00 |
|
Peter Powell
|
e3deb78340
|
Add an event which is fired when the server shuts down.
|
2019-10-17 17:17:39 +01:00 |
|
Peter Powell
|
400de0ab00
|
Release v3.3.0.
|
2019-08-23 11:14:07 +01:00 |
|