fchat-rising/learn
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
..
dictionary Fix missing ad buttons 2021-09-11 15:43:33 -05:00
store Fix insane bug where some profiles cause client hang 2021-12-06 05:00:44 -08:00
ad-cache.ts Minor 2020-03-15 09:02:31 -05:00
async-cache.ts Better profile scoring weights 2021-03-21 16:28:13 -05:00
cache-manager.ts Fixed caching bugs 2021-09-10 18:02:50 -05:00
cache.ts Switched to IndexedDb cache for profiles 2019-07-08 14:08:16 -05:00
channel-conversation-cache.ts Minor 2020-03-15 09:02:31 -05:00
character-profiler.ts Fluid species support 2020-10-04 16:30:54 -05:00
matcher-types.ts More shark fixes 2021-09-06 20:01:16 -05:00
matcher.ts Fix insane bug where some profiles cause client hang 2021-12-06 05:00:44 -08:00
profile-cache.ts Fixed caching bugs 2021-09-10 18:02:50 -05:00