Commit Graph

10 Commits

Author SHA1 Message Date
Mr. Stallion bbc2ca2f83 Smart filters and M1 build 2022-01-02 16:37:57 -06:00
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
Mr. Stallion abbcc6fcbf Fix missing ad buttons 2021-09-11 15:43:33 -05:00
Mr. Stallion 73c8cf217b Fixed caching bugs 2021-09-10 18:02:50 -05:00
Mr. Stallion ae08ed67f6 Hide latest ad from character preview if it was posted more than 45 minutes ago 2021-02-03 19:57:58 -06:00
Mr. Stallion 4ceee99520 Better search rankings 2020-11-21 14:41:08 -06:00
Mr. Stallion 35d4d3494a Cleaner adblock fix 2020-10-31 16:25:28 -05:00
Mr. Stallion 1a12a3e57d Character preview cleanup 2020-10-30 17:47:33 -05:00
Mr. Stallion 5aa59e1dba Minor 2020-10-25 18:07:31 -05:00
Mr. Stallion 61b4976763 Character previews 2020-10-25 17:55:21 -05:00