fchat-rising/chat
buttercheezii c539dba6a8 Fix insane bug where some profiles cause client hang
Some code was converting the customs object to an array with millions of elements, which caused iteration and ipc transport (json serialize) to hang the client for many minutes at a time.

This is probably because incorrect lodash functions were used on the customs. Lodash would convert it to array and then it would get stored and turn up as array every time, corrupting storage and ensuring client denial of service.

This fixes that bug by avoiding using incorrect lodash functions that convert things to arrays with millions of elements.

It also retroactively fixes profiles that were stored with array customs, so the client won't crash.
2021-12-06 05:00:44 -08:00
..
ads Minor 2021-02-08 20:52:03 -06:00
assets Colorblind mode 2020-12-29 22:54:16 -06:00
character Minor fixes 2020-06-18 15:17:00 -05:00
preview Fix insane bug where some profiles cause client hang 2021-12-06 05:00:44 -08:00
ChannelList.vue 3.0.10 2019-01-03 18:38:17 +01:00
ChannelTagView.vue 3.0.10 2019-01-03 18:38:17 +01:00
CharacterSearch.vue Better profile scoring weights 2021-03-21 16:28:13 -05:00
CharacterSearchHistory.vue Cleanup 2020-04-19 13:53:08 -05:00
Chat.vue Fix clipboard 2021-09-07 01:02:31 -05:00
ChatView.vue Unpin preview with middle click 2021-03-25 16:54:10 -05:00
CommandHelp.vue 3.0.10 2019-01-03 18:38:17 +01:00
ConversationSettings.vue Ad UI cleanup 2020-03-22 13:39:45 -05:00
ConversationView.vue Minor UI design changes 2021-02-01 12:16:30 -06:00
Logs.vue Merge remote-tracking branch 'f-list/master' into canary 2021-03-21 11:42:40 -05:00
ManageChannel.vue 3.0.10 2019-01-03 18:38:17 +01:00
PmPartnerAdder.vue Cleanup 2020-04-19 13:53:08 -05:00
RecentConversations.vue Charater rating badge on private chats 2019-07-15 11:59:16 -05:00
ReportDialog.vue 3.0.13 2019-09-17 19:19:29 +02:00
SettingsView.vue Minor UI design changes 2021-02-01 12:16:30 -06:00
Sidebar.vue 3.0.13 2019-09-17 19:19:29 +02:00
StatusPicker.vue Cleanup 2020-04-19 13:53:08 -05:00
StatusSwitcher.vue Status message history 2020-03-21 13:35:22 -05:00
UserList.vue Charater rating badge on private chats 2019-07-15 11:59:16 -05:00
UserMenu.vue Character previews 2020-10-25 17:55:21 -05:00
UserView.vue Slightly more relaxed post length scoring 2021-03-26 12:53:17 -05:00
WebSocket.ts More logging 2020-07-05 12:43:27 -05:00
bbcode.ts Character preview for [icon] 2020-10-31 17:21:40 -05:00
common.ts Merge remote-tracking branch 'f-list/master' into canary 2021-03-21 11:42:40 -05:00
conversations.ts Fix clipboard 2021-09-07 01:02:31 -05:00
core.ts Updated dependencies 2021-09-10 19:21:31 -05:00
interfaces.ts Colorblind mode 2020-12-29 22:54:16 -06:00
localize.ts Merge remote-tracking branch 'f-list/master' into canary 2021-03-21 11:42:40 -05:00
message_view.ts Post length comparison 2021-03-25 15:53:37 -05:00
notifications.ts Updated dependencies 2020-10-24 15:47:50 -05:00
profile_api.ts Code reorg 2020-03-15 11:23:39 -05:00
qs.d.ts Initial commit. 2017-10-09 23:25:55 +02:00
slash_commands.ts 3.0.13 2019-09-17 19:19:29 +02:00
vue-raven.ts Cleanup 2020-04-19 12:06:50 -05:00
zip.ts 3.0.7 - electron-builder removed 2018-08-10 18:59:37 +02:00