pranomostro / ratox

[wip] fifo based tox client
http://ratox.2f30.org/
ISC License
20 stars 2 forks source link

Nospam value is inserted into the ID reversed #19

Closed pranomostro closed 7 years ago

pranomostro commented 8 years ago

Steps to reproduce:

$ cat id
5071B5559DA51AC81958755671617BDD2A968E320C73A536E9E185426F7F2319215D89AF812D
$ echo AABBCCDD >nospam/in
$ cat id
5071B5559DA51AC81958755671617BDD2A968E320C73A536E9E185426F7F2319DDCCBBAA4FB9

Expected result:

5071B5559DA51AC81958755671617BDD2A968E320C73A536E9E185426F7F2319AABBCCDD4FB9
pranomostro commented 8 years ago

See https://github.com/TokTok/c-toxcore/issues/205.

z3bra commented 7 years ago

This part is fixed within ratox (compiled against irungentoo/toxcore). Toktok seems to provide a "fix". Not sure what it's worth.

pranomostro commented 7 years ago

I'd say we should convert to toktok when it hits 0.1 (stable API release). What do you say?