codedust
codedust
Wouldn't it be nice to have some kind of contact sharing? This could be relatively trivially implemented by displaying a suggestion to make a friend request when someone sends you...
Update: Using this code, the issue seems to be resolved: ```python #asyncio.get_event_loop().run_until_complete(main()) if __name__ == "__main__": try: asyncio.run( main() ) except KeyboardInterrupt: pass ``` Any thoughts about this solution?
:+1: Thanks for the great work! I implmented the changes in the Tox API, group chats will follow when I have more time. Will there be a difference between the...
I'm currently not planning to add support for group chats in the near future if there's not a great need for it since there's an open PR at the c-toxcore...
@ProMcTagonist There are more "supernodes" than those listed in the wiki. Clients get to know these other nodes when they connect to the DHT for the first time.
Inspired by @jf99's 2nd idea and #1317, I would like to suggest a slighly different approach. The main difference to @jf99's idea is using NOSPAMs instead of signing publickeys. Here...
This seems to be related to #1369.
@Brottweiler Is this still an issue with the latest version of toxcore on your system?
Well, I think this issue can be closed then since this is probably fixed already. When someone else is expecting high CPU usage, it might be better to open a...