1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 15:47:46 +02:00
A Tox-based instant messaging and video chat client
Go to file
irungentoo 2857e6af8f Fixed spam problem. (I broke the API so this will not build)
The friend address is what the byte string that you give away for people
to add you will be called.

1. Every friend address now contains a number set by the friend. This is
to prevent someone from randomly spamming people in the DHT with friend
requests and makes it so you need the person to actually give you the
address in some way to send the friend request. This number is expected
to be encrypted with the friend request. All requests that do not
contain this number will be rejected. This means the spammer can no
longer use the DHT to collect lists of valid addresses to spam. It also
enables users to quickly change the number in case a spammer gets hold
of the address and starts spamming it.

2. A 2 byte checksum will be added (not implemented yet) to prevent
people from accidentally adding random strings as friends. (NOTE that
this has nothing to do with the spam problem I just decided to add a
placeholder for it now.)
2013-08-13 09:32:31 -04:00
chat.c Fixed spam problem. (I broke the API so this will not build) 2013-08-13 09:32:31 -04:00
CMakeLists.txt Merge branch 'upstream' 2013-08-08 18:06:10 +02:00
configdir.c toxic: Fix get_user_config_dir(). 2013-08-13 09:50:42 +02:00
configdir.h Cleanup and Error fixes 2013-08-08 16:36:16 +02:00
friendlist.c Messenger refactor - redid work from pull request 79 2013-08-12 21:37:38 +12:00
main.c Fixed merge problem and set better default names. 2013-08-13 07:39:04 -04:00
prompt.c Fixed spam problem. (I broke the API so this will not build) 2013-08-13 09:32:31 -04:00
windows.h Messenger refactor - redid work from pull request 79 2013-08-12 21:37:38 +12:00