Tyrrrz
|
ebe4d58a42
|
Cleanup
|
4 years ago |
Alexey Golub
|
4bfb2ec7fd
|
Improve performance (#162)
|
6 years ago |
Alexey Golub
|
4113101c0c
|
Get rid of ByteSize in favor of our own class
|
6 years ago |
Alexey Golub
|
0a60dea5c1
|
Use net46, netstd2.0, and netcoreapp2.1 for target frameworks
Closes #154
|
6 years ago |
Alexey Golub
|
889446fff7
|
Update nuget packages
|
6 years ago |
Alexey Golub
|
6d1cfef729
|
Update Onova
|
6 years ago |
Oleksii Holub
|
ac2b450892
|
Retry on any 5xx HTTP response in DataService
Closes #157
|
6 years ago |
Oleksii Holub
|
4046fd0ad9
|
[HTML] Add syntax highlighting via Highlight.js
Closes #138
|
6 years ago |
Alexey Golub
|
adbe544c57
|
Add some margin at the end of the chatlog in HTML
|
6 years ago |
Alexey Golub
|
6f4d1c3d77
|
Refactor message grouping
|
6 years ago |
Alexey Golub
|
33f71c1612
|
Remove message group limit setting
|
6 years ago |
Alexey Golub
|
9b78472e05
|
Update message grouping algorithm to match Discord's
Fixes #152
|
6 years ago |
Alexey Golub
|
918cb4820f
|
Add alt text to emoji images
Closes #151
|
6 years ago |
Alexey Golub
|
48ec4d085a
|
Fix bad overflow wrapping
|
6 years ago |
Alexey Golub
|
0d1ce38489
|
Jumboable emojis
|
6 years ago |
Alexey Golub
|
666f2d8d4a
|
Fix emoji and reaction css
|
6 years ago |
Alexey Golub
|
2dd0742c1c
|
Fix video attachments getting rendered as images
Fixes #120
|
6 years ago |
Alexey Golub
|
69fe8af87a
|
Update Failsafe
|
6 years ago |
Alexey Golub
|
492003c75a
|
Fix incorrect standard emoji rendering in plaintext
|
6 years ago |
Alexey Golub
|
28175e2110
|
Parse emojis in markdown and render them using Twemoji
Closes #140
|
6 years ago |
Alexey Golub
|
a564906719
|
Use ByteSize for file size in attachments
|
6 years ago |
Alexey Golub
|
5161593e0f
|
Forgot to commit DataService.Parsers
|
6 years ago |
Alexey Golub
|
847a05a269
|
Refactor reaction emojis into a separate class, add support for animations and standard emojis via twemoji
Closes #71
|
6 years ago |
Alexey Golub
|
f09f30c7bd
|
Implement a more sophisticated markdown parsing engine (#145)
|
6 years ago |
Alexey Golub
|
7b614ed448
|
Update version
|
6 years ago |
Alexey Golub
|
6531462220
|
Fix getting last message when there's no date range
Fixes #137
|
6 years ago |
Alexey Golub
|
e89f2735a0
|
Update version
|
6 years ago |
Alexey Golub
|
991dfccf3c
|
Retry on 503 status code
|
6 years ago |
Alexey Golub
|
524c86b8f2
|
Add channel ID to default export file name to avoid collisions
|
6 years ago |
Alexey Golub
|
e4b0d60c40
|
Add multichannel export to GUI
Closes #12
|
6 years ago |
Alexey Golub
|
65c5df89f4
|
Use Failsafe
|
6 years ago |
Oleksii Holub
|
b3e2dd3994
|
Group channels by category in GUI
Closes #77
|
6 years ago |
Alexey Golub
|
2859a740eb
|
Update nuget packages
|
6 years ago |
TVdata
|
bf5cedb646
|
Add CLI command to export all available channels in a guild (#123)
|
6 years ago |
Alexey Golub
|
dddb13fcc5
|
Refactor default file name generation and add date ranges there
Closes #29
|
6 years ago |
Alexey Golub
|
ca727e9f23
|
Improve naming of exported partition files
|
6 years ago |
Alexey Golub
|
0d3510222e
|
Migrate to Stylet and refactor view/view-model framework
|
6 years ago |
Oleksii Holub
|
d620010e85
|
Add some safeguarding in case partition limit is less or equal to zero
|
6 years ago |
Oleksii Holub
|
beadc25e61
|
Cleanup GroupMessages
|
6 years ago |
Oleksii Holub
|
8bc29c4928
|
Refactor SplitIntoPartitions
|
6 years ago |
Alexey Golub
|
b518fb2f59
|
Update version
|
6 years ago |
Alexey Golub
|
94165dcd8d
|
Don't render the template in memory to avoid out of memory exceptions
Fixes #88
|
6 years ago |
Alexey Golub
|
a0359b1e43
|
Split output file into multiple partitions (#116)
|
6 years ago |
Oleksii Holub
|
d28e81f8dc
|
Don't replace new lines in csv
Part of #102
|
6 years ago |
Oleksii Holub
|
761cb032d7
|
Don't group messages in PlainText export
Part of #102
|
6 years ago |
Oleksii Holub
|
47f0561c71
|
Refactor message grouping from data layer to render layer
|
6 years ago |
Oleksii Holub
|
ba27a9f909
|
Rename ExportService.Export to ExportChatLog for consistency
|
6 years ago |
Oleksii Holub
|
52684c264f
|
Change order of parameters in ExportService.Export
|
6 years ago |
Oleksii Holub
|
bcad5b4ed1
|
Set ChatLog.TotalMessageCount from ChatLogService
|
6 years ago |
Alexey Golub
|
95a4217ab3
|
Refactor resolving chat log to a separate service to allow reusability across CLI and GUI
|
6 years ago |