irungentoo
e7d002fbc0
Hackish fix for the tests.
2013-08-13 20:02:07 -04:00
irungentoo
63efa44dfa
Attempt to quickly fix a test.
2013-08-13 19:36:02 -04:00
irungentoo
06ccdb5b91
Simple XOR checksum added to address.
2013-08-13 19:07:59 -04:00
irungentoo
4132cdff49
clarified comment.
2013-08-13 18:30:14 -04:00
irungentoo
73163f6c98
Friend requests with different nospam fix and added saving/loading of nospam.
2013-08-13 17:25:52 -04:00
Michael Rose
381ae769db
store messenger when friends are added
2013-08-13 22:07:46 +02:00
irungentoo
f93e23e411
Updated some files.
2013-08-13 11:50:33 -04:00
irungentoo
97f449a2f1
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
irungentoo
8fe1dec5d6
Fixed merge problem and set better default names.
2013-08-13 07:39:04 -04:00
irungentoo
d0cd78fbea
Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into JFreegman-master
2013-08-13 07:20:36 -04:00
irungentoo
cb4f67b37a
Merge pull request #441 from slvr/timer
...
Timer Subsystem
2013-08-13 04:14:01 -07:00
irungentoo
4cc4e79088
Merge pull request #447 from gladiac/fixes
...
Fixes
2013-08-13 04:12:23 -07:00
irungentoo
fe4e37760b
Merge pull request #445 from ReAzem/patch-1
...
Update README.md
2013-08-13 04:11:17 -07:00
slvr
471c148090
Portabily print out uint64_t using PRIu64
2013-08-13 09:55:49 +01:00
slvr
9e3f48c165
Removed core/Messenger.c.orig
...
Cleanup from merge conflict.
2013-08-13 09:51:18 +01:00
slvr
4bfeb2f483
timer_new -> new_timer and timer_delete -> delete_timer to avoid name conflict
2013-08-13 09:45:11 +01:00
Andreas Schneider
6b06431e9b
core: Fix a possible buffer overflow using getself_name().
...
If the passed buffer is smaller than MAX_NAME_LENGTH then, you
will probably overflow it.
2013-08-13 09:50:51 +02:00
Andreas Schneider
6b256ffdb4
toxic: Fix get_user_config_dir().
2013-08-13 09:50:42 +02:00
Jfreegman
5c0da43d19
unresolved addresses fail silently
2013-08-12 22:34:08 -04:00
Jfreegman
0ac4f1fcb3
auto-connect errors verbose
2013-08-12 22:04:07 -04:00
Alexandre Viau
d343dca8fe
Update README.md
...
Linked to wiki instead of dead pages.
2013-08-12 20:43:48 -04:00
Jfreegman
92029baff1
put a bunch of repeated code into a function and added timestamps to status/nick changes
2013-08-12 20:28:43 -04:00
Jfreegman
565a348ceb
minor improvements and bug fixes
2013-08-12 19:50:50 -04:00
slvr
a0c6296d6c
Resolve Merge Conflict
2013-08-12 23:47:15 +01:00
slvr
be840b46b9
Merge remote-tracking branch 'upstream/master' into timer
...
Conflicts:
core/Messenger.c
2013-08-12 23:08:48 +01:00
irungentoo
f9bfb42504
Merge pull request #439 from Alek900/master
...
Added support for userdata in callbacks
2013-08-12 13:33:20 -07:00
irungentoo
107e4b8a5e
Merge pull request #437 from JFreegman/master
...
make connection more robust for toxic
2013-08-12 08:13:33 -07:00
slvr
a56d87cd3f
remember to call timer_poll
2013-08-12 14:54:40 +01:00
slvr
c6b496d85b
Messenger Timer
2013-08-12 14:44:59 +01:00
slvr
f3511db29b
Added LAN discovery timer
2013-08-12 14:19:25 +01:00
alek900
8d3e68b74d
Added support for userdata in callbacks
2013-08-12 14:23:46 +02:00
slvr
1a39c397c5
Implemented Deadline Timer and timer_test
2013-08-12 13:08:03 +01:00
irungentoo
33e104f32f
Merge pull request #438 from mkfifo/master
...
Messenger refactor - redid work from pull request 79
2013-08-12 03:39:18 -07:00
Jfreegman
d87b79d368
a little overkill
2013-08-12 05:59:08 -04:00
Chris Hall
4293c4b1e6
Messenger refactor - redid work from pull request 79
...
Moves static state out of Messenger.c and into a Messenger struct
Purely stylistic, no functional changes were made.
This commit also changed all the callers of Messenger as they now have
to pass an instance of the Messenger struct to messenger functions.
Also removed some uses of the 'static' keyword at the beginning of
function definitions when the function was already declared static, as
these caused gcc to whine.
2013-08-12 21:37:38 +12:00
Jfreegman
46209d958f
make connection more robust
2013-08-12 03:10:47 -04:00
irungentoo
139d915482
Merge pull request #436 from Alek900/master
...
Send our current status and name to friend that just came online.
2013-08-11 14:48:36 -07:00
alek900
ed3b036862
Send our current status and name to friend that just came online.
...
Our username and status might have changed while our friend was offline.
2013-08-11 23:10:12 +02:00
irungentoo
b5d6c22b7b
Merge pull request #435 from nurupo/master
...
Fixes of my previous pull request
2013-08-11 13:59:56 -07:00
Maxim Biro
e427197580
Fixed a mistake
2013-08-11 16:56:02 -04:00
Maxim Biro
ee95bf08af
Fixed a typo
2013-08-11 16:52:43 -04:00
irungentoo
7f3cbfdc2f
Merge pull request #434 from nurupo/master
...
Replaced friendstatus with connectionstatus
2013-08-11 13:44:20 -07:00
Maxim Biro
eaa7d3e0a0
Replaced friendstatus with connectionstatus
2013-08-11 14:57:47 -04:00
irungentoo
f377567b5d
Merge pull request #433 from nurupo/master
...
Fixed warnings on Windows
2013-08-11 11:29:27 -07:00
Maxim Biro
440871bda1
Fixed warnings on Windows
2013-08-11 14:17:02 -04:00
irungentoo
c009245118
Merge pull request #432 from stal888/patch-2
...
Update readme to reflect site repo move
2013-08-11 09:47:05 -07:00
stal
d741c49db7
How did I manage to fuck this up?
2013-08-11 09:39:10 -07:00
stal
48e32e875e
Update readme to reflect site repo move
2013-08-11 09:38:13 -07:00
irungentoo
1170fe153c
Merge pull request #431 from leeroy2098/merge
...
Fix a possible memory leak
2013-08-11 09:11:39 -07:00
Simon Levermann
a34403e33b
Fix a possible memory leak
2013-08-11 17:51:10 +02:00