Commit graph

95 commits

Author SHA1 Message Date
Tyrrrz
6f90c367b9 Clamp progress in DiscordClient.GetMessagesAsync(...) 2021-03-23 21:41:37 +02:00
Tyrrrz
f866c16355 Update NuGet packages 2021-03-23 18:43:09 +02:00
Tyrrrz
072d4c1fe6 Use MiniRazor.CodeGen instead of MiniRazor 2021-03-23 00:48:56 +02:00
Lucas LaBuff
6365e0a080
Fix JSON discriminator and nickname fields (#524) 2021-03-19 16:58:28 +02:00
Tyrrrz
3aef7faa1e Use is null/is not null 2021-03-09 21:57:26 +02:00
Tyrrrz
ebe4d58a42 Cleanup 2021-02-22 03:15:22 +02:00
Alexey Golub
4bfb2ec7fd
Improve performance (#162) 2019-04-10 23:45:21 +03:00
Alexey Golub
4113101c0c Get rid of ByteSize in favor of our own class 2019-03-24 12:36:25 +02:00
Alexey Golub
0a60dea5c1 Use net46, netstd2.0, and netcoreapp2.1 for target frameworks
Closes #154
2019-03-22 00:07:13 +02:00
Alexey Golub
889446fff7 Update nuget packages 2019-03-21 22:54:12 +02:00
Alexey Golub
6d1cfef729 Update Onova 2019-03-21 00:55:24 +02:00
Oleksii Holub
ac2b450892 Retry on any 5xx HTTP response in DataService
Closes #157
2019-03-14 16:30:27 +02:00
Oleksii Holub
4046fd0ad9 [HTML] Add syntax highlighting via Highlight.js
Closes #138
2019-03-14 16:02:39 +02:00
Alexey Golub
adbe544c57 Add some margin at the end of the chatlog in HTML 2019-03-07 22:15:21 +02:00
Alexey Golub
6f4d1c3d77 Refactor message grouping 2019-03-07 22:13:00 +02:00
Alexey Golub
33f71c1612 Remove message group limit setting 2019-03-07 21:14:11 +02:00
Alexey Golub
9b78472e05 Update message grouping algorithm to match Discord's
Fixes #152
2019-03-07 21:10:22 +02:00
Alexey Golub
918cb4820f Add alt text to emoji images
Closes #151
2019-03-06 22:57:18 +02:00
Alexey Golub
48ec4d085a Fix bad overflow wrapping 2019-03-03 21:33:27 +02:00
Alexey Golub
0d1ce38489 Jumboable emojis 2019-03-03 21:09:47 +02:00
Alexey Golub
666f2d8d4a Fix emoji and reaction css 2019-03-03 20:47:24 +02:00
Alexey Golub
2dd0742c1c Fix video attachments getting rendered as images
Fixes #120
2019-03-03 20:20:01 +02:00
Alexey Golub
69fe8af87a Update Failsafe 2019-03-03 20:08:47 +02:00
Alexey Golub
492003c75a Fix incorrect standard emoji rendering in plaintext 2019-03-03 18:41:54 +02:00
Alexey Golub
28175e2110 Parse emojis in markdown and render them using Twemoji
Closes #140
2019-03-03 18:36:12 +02:00
Alexey Golub
a564906719 Use ByteSize for file size in attachments 2019-03-03 16:38:41 +02:00
Alexey Golub
5161593e0f Forgot to commit DataService.Parsers 2019-03-03 15:40:26 +02:00
Alexey Golub
847a05a269 Refactor reaction emojis into a separate class, add support for animations and standard emojis via twemoji
Closes #71
2019-03-03 15:24:31 +02:00
Alexey Golub
f09f30c7bd
Implement a more sophisticated markdown parsing engine (#145) 2019-03-03 14:16:12 +02:00
Alexey Golub
7b614ed448 Update version 2019-02-10 17:27:45 +02:00
Alexey Golub
6531462220 Fix getting last message when there's no date range
Fixes #137
2019-02-10 17:26:18 +02:00
Alexey Golub
e89f2735a0 Update version 2019-02-09 21:26:15 +02:00
Alexey Golub
991dfccf3c Retry on 503 status code 2019-02-09 19:39:21 +02:00
Alexey Golub
524c86b8f2 Add channel ID to default export file name to avoid collisions 2019-02-09 19:20:13 +02:00
Alexey Golub
e4b0d60c40 Add multichannel export to GUI
Closes #12
2019-02-09 19:03:34 +02:00
Alexey Golub
65c5df89f4 Use Failsafe 2019-02-08 20:37:53 +02:00
Oleksii Holub
b3e2dd3994 Group channels by category in GUI
Closes #77
2019-01-30 18:16:46 +02:00
Alexey Golub
2859a740eb Update nuget packages 2019-01-07 18:29:36 +02:00
TVdata
bf5cedb646 Add CLI command to export all available channels in a guild (#123) 2018-12-19 16:53:21 +02:00
Alexey Golub
dddb13fcc5 Refactor default file name generation and add date ranges there
Closes #29
2018-12-10 23:16:15 +02:00
Alexey Golub
ca727e9f23 Improve naming of exported partition files 2018-12-08 23:55:49 +02:00
Alexey Golub
0d3510222e Migrate to Stylet and refactor view/view-model framework 2018-11-29 19:18:44 +02:00
Oleksii Holub
d620010e85 Add some safeguarding in case partition limit is less or equal to zero 2018-11-15 10:26:54 +02:00
Oleksii Holub
beadc25e61 Cleanup GroupMessages 2018-11-14 18:15:07 +02:00
Oleksii Holub
8bc29c4928 Refactor SplitIntoPartitions 2018-11-14 17:51:03 +02:00
Alexey Golub
b518fb2f59 Update version 2018-11-03 23:51:19 +02:00
Alexey Golub
94165dcd8d Don't render the template in memory to avoid out of memory exceptions
Fixes #88
2018-11-03 23:04:26 +02:00
Alexey Golub
a0359b1e43
Split output file into multiple partitions (#116) 2018-11-03 22:53:20 +02:00
Oleksii Holub
d28e81f8dc Don't replace new lines in csv
Part of #102
2018-11-01 18:33:29 +02:00
Oleksii Holub
761cb032d7 Don't group messages in PlainText export
Part of #102
2018-11-01 18:27:41 +02:00