Commit Graph

16 Commits

Author SHA1 Message Date
Mr. Stallion 3bd1a84350 minor 2024-01-26 19:45:59 -08:00
Mr. Stallion ce2f83e8ef minor 2023-07-07 17:23:58 -07:00
Mr. Stallion 21ff1d25b9 Profile analyzer 2023-03-11 21:43:58 -08:00
Mr. Stallion ecd253be78 Auto-responder for cases where profile is not yet loaded 2022-08-08 20:11:13 -07:00
Mr. Stallion 4bcb558d5e Minor fix 2022-03-25 19:12:54 -07:00
Mr. Stallion 75b5ef54cf Latest messages in character preview; better filters; log filtered messages 2022-03-25 18:53:37 -07:00
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