Commit Graph

426 Commits

Author SHA1 Message Date
Mr. Stallion a2be4e8d51 Bug fixes 2022-08-12 18:38:13 -07:00
Mr. Stallion 350ae835b3 Version bump 2022-08-08 21:13:37 -07:00
Mr. Stallion b16e17bae9 Sort channel members 2022-08-08 21:13:18 -07:00
Mr. Stallion ecd253be78 Auto-responder for cases where profile is not yet loaded 2022-08-08 20:11:13 -07:00
Mr. Stallion 40781a514d Recon tab 2022-08-08 19:05:06 -07:00
Mr. Stallion 4d06ed691d Added status text to character profile 2022-08-08 18:14:56 -07:00
Mr. Stallion bc6dd13cfe Fixed kink highlights for giving-receiving pairs 2022-08-08 17:45:17 -07:00
Mr. Stallion c27ee8be41 Formatting error 2022-08-08 17:15:43 -07:00
Mr. Stallion 7fddc56044 Minor fix 2022-03-27 13:00:59 -07:00
Mr. Stallion 2a8db5789e Version bump 2022-03-27 11:19:07 -07:00
Mr. Stallion 66185e045e Minor fixes 2022-03-27 11:17:27 -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 f160b0f176 Age and species fixes 2022-03-19 15:44:53 -07:00
Mr. Stallion f542bda6d2 Electron 17 2022-03-19 15:22:26 -07:00
Mr. Stallion f86f968e7c Update M1 incompatible packages 2022-03-19 15:01:02 -07:00
Mr. Stallion fc34192921 New version 2022-01-03 12:09:42 -06:00
Mr. Stallion ce1adc351e Updated README 2022-01-02 16:57:58 -06:00
Mr. Stallion bbc2ca2f83 Smart filters and M1 build 2022-01-02 16:37:57 -06:00
Mr. Stallion 65ab5ffa32 Smart filters 2021-12-31 18:06:08 -06:00
Mr. Stallion fdc7bec43d Fix to ad manager 2021-12-29 15:57:04 -06:00
Mr. Stallion fe9f802d5c Updated version 2021-12-29 15:12:33 -06:00
Mr. Stallion e4c72656d5 Minor 2021-12-29 15:05:35 -06:00
Mr. Stallion df4ac8640e Minor 2021-12-29 15:01:06 -06:00
Mr. Stallion 06c7b292ee Minor 2021-12-29 14:49:48 -06:00
Mr. Stallion 234d35f15e Minor 2021-12-29 14:27:44 -06:00
Mr. Stallion 6c8a093de4 Minor 2021-12-29 14:24:57 -06:00
Mr. Stallion 0b2aca9cca Cleaner no high-contrast mode implementation 2021-12-29 14:21:00 -06:00
Mr. Stallion 1d4ad49faf Minor 2021-12-29 13:25:33 -06:00
Mr. Stallion ebd4636010 Updated README 2021-12-29 13:23:56 -06:00
Mr. Stallion 94d5b8e327 Optional disable high contrast mode 2021-12-29 13:22:48 -06:00
Mr. Stallion 08a1cf5690 Generate zsync file for Linux updates 2021-12-29 13:13:13 -06:00
Mr. Stallion acfd2bf9cf Stop ads when leaving a channel 2021-12-29 12:59:29 -06:00
Mr. Stallion b42a1417b0 Switch to Electron confirmation dialogs 2021-12-28 15:11:17 -06:00
Mr. Stallion 585bb5e095 v1.16.0 2021-12-23 22:51:27 -06:00
Mr. Stallion 09d8823e35 Minor 2021-12-23 22:12:19 -06:00
Mr. Stallion 892907e125 Electron 14 2021-12-23 16:59:09 -06:00
mrstallion 105c2ac7fd
Merge pull request #47 from ButterCheezii/body-type-search
Body type search
2021-12-20 16:37:36 -06:00
mrstallion 37a45c7f64
Merge pull request #51 from ButterCheezii/no-matcher-hang
Fix insane bug where some profiles cause client hang
2021-12-20 16:36:39 -06:00
mrstallion b4e58f6be7
Merge pull request #52 from ButterCheezii/preview-pin
Allow pinning links on trackpad
2021-12-20 16:35:25 -06:00
buttercheezii 08c70b4dcc allow pinning on trackpad + respect allowJs 2021-12-06 06:08:17 -08: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
buttercheezii 273ebeca61 Body type search 2021-11-27 20:15:33 -08:00
Mr. Stallion b8e6d7fb09 Merge branch 'master' of https://github.com/mrstallion/fchat-rising 2021-09-11 16:21:58 -05:00
Mr. Stallion f62aef49b3 Try to use system language as the default spellcheck language 2021-09-11 16:21:53 -05:00
mrstallion cfb549a293
Merge pull request #26 from mrstallion/snyk-upgrade-e935aefbc3678f58d381c9531cef7106
[Snyk] Upgrade appdmg from 0.6.0 to 0.6.2
2021-09-11 16:17:56 -05:00
Mr. Stallion abbcc6fcbf Fix missing ad buttons 2021-09-11 15:43:33 -05:00
Mr. Stallion 350aed373b Minor 2021-09-10 22:08:00 -05:00
Mr. Stallion 21819b5f41 Docs 2021-09-10 21:46:42 -05:00
Mr. Stallion 72f35e4e04 Updated version 2021-09-10 21:22:57 -05:00