Jason Volk
|
73f4a68b8f
|
modules/media: Fix missing url decoding of mxc path params.
|
2023-02-22 16:04:12 -08:00 |
|
Jason Volk
|
d4bd109661
|
modules/media: Remove legacy resources.
modules/federation: Merge invite and invite2 units.
modules/federation: Redact send_join and rooms legacy resources.
|
2022-07-18 16:58:02 -07:00 |
|
Jason Volk
|
61d558fc9d
|
ircd: Define all IRCD_USE_ as integers for constexprs.
|
2022-06-23 09:36:44 -07:00 |
|
Jason Volk
|
147ae27669
|
modules/media: Improve type and property schema.
|
2022-06-19 20:14:22 -07:00 |
|
Jason Volk
|
f7293581ec
|
modules/media/thumbnail: Skip animation check if it won't be thumbnailed anyway.
|
2021-02-09 23:09:55 -08:00 |
|
Jason Volk
|
1d6325949d
|
modules/media/thumbnail: Add bypass for animated PNG thumbnailing.
|
2021-01-21 22:08:32 -08:00 |
|
Jason Volk
|
feb2d41571
|
configure: Add configure-time libmagick indication.
|
2020-09-05 15:55:24 -07:00 |
|
Jason Volk
|
e891f0baff
|
modules/media: Remove handles for dynamic magick module.
|
2020-08-24 03:05:53 -07:00 |
|
Jason Volk
|
f201215fdb
|
modules/media/thumbnail: Use clamp for query param bounds.
|
2020-07-25 01:57:32 -07:00 |
|
Jason Volk
|
8003c07762
|
modules/media: Add explicit cache controls w/ immutability hint.
|
2020-06-12 18:18:57 -07:00 |
|
Jason Volk
|
081e4eb567
|
modules/media: Increase download timeout; compensate handler coarse timeout.
|
2020-05-18 18:12:34 -07:00 |
|
Jason Volk
|
dbb3c55db5
|
matrix: Add m::homeserver; preliminary virtual origin networks.
|
2019-10-01 17:56:01 -07:00 |
|
Jason Volk
|
d03cf8f7a8
|
modules: Re-type matrix resource handlers under m::resource.
|
2019-09-29 14:00:02 -07:00 |
|
Jason Volk
|
065c0bd426
|
ircd:Ⓜ️:media: Start a weak central interface; move core utils into namespace.
|
2019-08-22 01:53:28 -07:00 |
|
Jason Volk
|
739490722e
|
modules/media/media: Branch for conditional loading of magick.so.
|
2019-08-02 15:04:28 -07:00 |
|
Jason Volk
|
72f6fc9295
|
modules/media/thumbnail: Add conf item to disable remote fetch.
|
2019-07-25 21:43:05 -07:00 |
|
Jason Volk
|
6d4e17a77c
|
modules/media: Hold a reference to magick module.
|
2019-07-25 21:43:05 -07:00 |
|
Jason Volk
|
2ee958bd41
|
modules/media/thumbnail: Add mime type whitelist/blacklist; improve fallback conditions.
|
2019-07-05 18:37:27 -07:00 |
|
Jason Volk
|
9b34f75e0d
|
modules/media/thumbnail: Throw better exception type here.
|
2019-06-15 13:21:11 -07:00 |
|
Jason Volk
|
8a69adb9c5
|
modules/media/thumbnail: Get magick availability this way for now.
|
2019-06-04 02:22:09 -07:00 |
|
Jason Volk
|
8420d14ff6
|
modules/media/thumbnail: Implement 13.8.1.4 thumbnail method=crop.
fixes #72.
|
2019-05-30 06:38:47 -07:00 |
|
Jason Volk
|
e091f09f46
|
modules/media/thumbnail: Reduce the minimum width and height conf item defaults.
|
2019-05-30 06:13:06 -07:00 |
|
Jason Volk
|
99f151635a
|
modules/media/thumbnail: Add basic conf items.
|
2019-05-29 19:20:17 -07:00 |
|
Jason Volk
|
d156965271
|
modules/media/thumbnail: Implement uncached width and height scale thumbnailing.
closes #40.
|
2019-05-29 18:18:44 -07:00 |
|
Jason Volk
|
5bf83776af
|
modules/media: Remove boost GIL stub.
|
2019-05-28 19:38:39 -07:00 |
|
Jason Volk
|
0e58aceee9
|
modules/media: Optimize various event fetches.
|
2018-12-29 19:43:17 -08:00 |
|
Jason Volk
|
d3a8a57295
|
modules/media/thumbnail: Checkpoint disabling this header for now.
|
2018-09-04 20:28:07 -07:00 |
|
Jason Volk
|
e6a204263e
|
modules/media: Convey a user_id through the download stack for the file room.
|
2018-04-30 07:30:34 -07:00 |
|
Jason Volk
|
bf68626712
|
modules/media: Distill out download stack w/ concurrent request barrier.
|
2018-04-25 22:03:50 -07:00 |
|
Jason Volk
|
bffff30ac3
|
modules/media: Additional checks / cleanup.
|
2018-04-25 20:52:26 -07:00 |
|
Jason Volk
|
bc79fabfef
|
modules/media: Add error logging; various cleanup.
|
2018-04-24 18:26:35 -07:00 |
|
Jason Volk
|
a5ebd50f55
|
modules/media: Additional argument to separate server name from actual remote.
|
2018-04-22 21:10:31 -07:00 |
|
Jason Volk
|
05369c5d3a
|
modules/media: Various cleanup / reenable assertions.
|
2018-04-22 21:10:31 -07:00 |
|
Jason Volk
|
dc2bd4f66e
|
modules/media: Distill out some current media room functionality.
|
2018-04-12 23:07:45 -07:00 |
|
Jason Volk
|
a8b143d6c2
|
modules/media: Consolidate media modules for easier linkages.
|
2018-04-12 23:07:45 -07:00 |
|
Jason Volk
|
d3e6b20f14
|
ircd:Ⓜ️:vm: Distill vm::opts::commit extension from vm::opts.
|
2018-04-05 23:14:30 -07:00 |
|
Jason Volk
|
8d0681e7b1
|
ircd::ctx: Eliminate the std future_status and simplify our real-use interfaces.
|
2018-04-05 22:16:32 -07:00 |
|
Jason Volk
|
d81291e367
|
modules: Fix various mapi header names.
|
2018-03-16 23:48:05 -07:00 |
|
Jason Volk
|
e2569b4cb6
|
ircd: Disambiguate the litany of response argument variations.
|
2018-03-09 17:10:45 -08:00 |
|
Jason Volk
|
e53582d749
|
modules/media: Checkpoint preliminary file room concept.
|
2018-03-08 12:38:02 -08:00 |
|
Jason Volk
|
8dee5dd81e
|
modules/media: Move GIL headers; Update README.
|
2018-03-02 08:02:20 -08:00 |
|
Jason Volk
|
6f6234fd38
|
modules/media/thumbnail: Various fixes: use dynamic content; use diff endpoint; throw errors.
|
2018-02-27 01:42:25 -08:00 |
|
Jason Volk
|
10eb0b3216
|
modules/media: 11.7.1.4 Thumbnail; remote fetch.
|
2018-02-26 04:16:51 -08:00 |
|