JFreegman

Results 155 comments of JFreegman

@jhe2 Can you test this branch and tell me how it works please? https://github.com/JFreegman/toxic/tree/window_refresh

> @JFreegman Sure, from a quick test, CPU load is down to ~2 % with that branch and all default compile options. With `make DISABLE_AV=1 DISABLE_SOUND_NOTIFY=1` it is at about...

Changes have been merged: https://github.com/JFreegman/toxic/commit/f3f81111c814e148aa090f92247d7f4d88b0c25e https://github.com/JFreegman/toxic/commit/1803da85c1f385ac6d68ea3b48078bca7a838ad1 This is basically a hack over top of toxic's already hacky interface. All it does is flag the window redraw functions every time an...

@jhe2 What happens if you add an extra zero to the sleep value on this line: https://github.com/JFreegman/toxic/blob/master/src/notify.c#L321 This polls for sound notifications 10 times per second instead of 100 times...

Merged: https://github.com/JFreegman/toxic/commit/3fddc410b3620a009f77f7b8fe35b02e10b11b68 I don't think there's anything I can do about AV resource usage client-side because the main loop occurs inside the `toxav_iterate()` loop, the speed of which is set...

Actually, there is still some code related to AV devices that I haven't looked at. Going to reopen this until I can get a chance to look over that part...

This is a known issue for certain terminal emulators and I have never been able to track down the problem. The only solution I can give you for now is...

This has been implemented via the `/autoaccept` command. In the future we may add a friend-specific setting for it, since toxic now supports that via the config file.

closing due to inactivity