Commit graph

206 commits

Author SHA1 Message Date
Philipp C. Heckel
0e49936e38
Make messages linkable in HTML (#864) 2022-06-09 09:47:00 -07:00
Oleksii Holub
ca56d47110 Allow whitespace in sticker names 2022-05-20 20:45:42 +03:00
Andrew Kolos
20eeaa58e9
Add has:pin filter (#853)
Adds a new `has:*` filter. Specifically, `has:pin`.
The filter filters for messages that are pinned.
2022-05-18 10:11:50 -07:00
Oleksii Holub
bb81cf06ae Rework retry policy
Fixes #832
2022-04-12 23:55:03 +03:00
Oleksii Holub
c9e16a7f74 Spaces in css rules 2022-04-09 20:37:12 +03:00
Oleksii Holub
f9b6793d47 Update margins in HTML embeds 2022-04-09 20:30:17 +03:00
Oleksii Holub
cfbd267d3a Fix embed styles in HTML 2022-04-09 20:25:13 +03:00
Oleksii Holub
2b6f01bf6f Fix font sizes in HTML template 2022-04-09 20:08:37 +03:00
Oleksii Holub
0e138bac7d Improve top-level spacing in html template 2022-04-09 03:05:54 +03:00
Oleksii Holub
71876febf8 Use attachment description as alt text in html
Closes #805
2022-04-09 02:52:57 +03:00
Oleksii Holub
489c786c1e Pass token without validation
Fixes #828
2022-04-09 02:46:40 +03:00
Oleksii Holub
1f0e667085 Fix missing awaits in preamble template 2022-04-09 02:21:49 +03:00
Oleksii Holub
5b4d88ca26 Update HTML layout and styles 2022-04-09 01:58:13 +03:00
Chris Helder
65cc3954b6
Use 512x512 user profile pictures (#826) 2022-04-08 00:39:07 +03:00
Oleksii Holub
ffe5544f9c Dowload fonts in HTML export when using download media 2022-04-07 20:26:12 +03:00
Oleksii Holub
338566c1d6 More cleanup 2022-04-06 19:43:10 +03:00
Oleksii Holub
aea96d5eba Cleanup 2022-04-06 19:00:19 +03:00
Oleksii Holub
1daff4178d Cleanup GUI 2022-04-01 00:10:17 +03:00
Oleksii Holub
f80a5fe644 Fix multiline quote rendering in HTML
Fixes #756
2022-02-19 00:49:56 +02:00
Oleksii Holub
b7dca87fb9 Add reaction filter
Closes #715
2022-02-19 00:28:38 +02:00
Oleksii Holub
8ecc2940b0 HTML-escape links inside HTML export instead of URL-escaping 2022-02-19 00:26:54 +02:00
Oleksii Holub
407c2bd2ae Don't crash on invalid mentions
Fixes #816
2022-02-19 00:26:53 +02:00
Tomlacko
ecb615ecf1
Fix for extremely long file extensions (#812) 2022-02-17 19:58:47 -08:00
Oleksii Holub
36b4a45f3a Update Gress 2022-02-16 14:30:26 +02:00
Oleksii Holub
cf83cbd89c
Add support for stickers (#802) 2022-02-05 16:26:23 -08:00
Oleksii Holub
d51d0d4872 Use snowflakes in more places 2022-02-06 01:15:56 +02:00
Oleksii Holub
2467caac9f Use api v9 2022-02-05 20:19:16 +02:00
Oleksii Holub
bd98f4cb6a Refactor StringPart into StringSegment 2022-02-05 04:10:35 +02:00
Oleksii Holub
c36b8df8e7 Update NuGet packages 2022-01-27 18:25:21 +02:00
Tyrrrz
0de1f47310 More parsing leniency
Closes #767
2022-01-09 22:24:02 +02:00
Tyrrrz
e31ff55e33 Handle invalid dates more gracefully
Closes #766
2022-01-05 18:54:23 +02:00
Tyrrrz
65ab003ff5 Relax parsing rules for embed fields
Closes #765
2022-01-04 22:44:03 +02:00
Alexey Golub
2156c6cd0c
Automatically detect token kind (#764) 2022-01-03 14:52:16 -08:00
Tyrrrz
bfa5d10761 Handle null name in Emoji.Parse(...) 2021-12-15 02:05:19 +02:00
Tyrrrz
008bb2f591 Use .NET 6's ParallelForEachAsync(...) 2021-12-13 21:02:11 +02:00
Tyrrrz
b8567d384f More defensive programming 2021-12-12 23:45:52 +02:00
Tyrrrz
a06b448f4a Don't use GetNonWhiteSpaceString() with nullable JSON fields
Fixes #747
2021-12-11 16:50:09 +02:00
Tyrrrz
880f400e2c C#10ify 2021-12-08 23:50:21 +02:00
Tyrrrz
4974fe5292 Refer to Category.Name explicitly instead of relying on ToString() 2021-11-19 22:18:15 +02:00
Tyrrrz
1db2bb4170 Remove Tyrrrz.Extensions package 2021-11-15 18:50:46 +02:00
Tyrrrz
da9536bd1b Update NuGet packages 2021-11-15 18:02:41 +02:00
Tyrrrz
d8de3bf779 Re-add IComparable<T> to Snowflake 2021-11-09 23:31:27 +02:00
Tyrrrz
7c88a21543 Convert several types to records 2021-11-09 23:15:56 +02:00
Tyrrrz
214d5e3bdb Fix nullability errors 2021-11-08 23:16:37 +02:00
Artem
092f0cade9
Align design with Discord (#728) 2021-10-25 11:08:03 -07:00
Emily
fc6cfcfcc6
Fix RTL rendering in HTML exports (#727) 2021-10-18 09:18:23 -07:00
Emily
46450367e3
Add markdown support for channel topics in HTML export (#720)
Co-authored-by: Alexey Golub <1935960+Tyrrrz@users.noreply.github.com>
2021-10-16 06:29:59 -07:00
Tyrrrz
21d89afa70 Add managed cancellation support
Closes #716
2021-10-07 17:06:05 +03:00
Tyrrrz
acfe102e7f Simplify HTTP client management 2021-09-28 18:50:43 +03:00
Tyrrrz
ea31b1b270 Refactor 2021-09-16 01:08:14 +03:00