index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
Messenger.c
Age
Commit message (
Collapse
)
Author
2013-07-14
Deleting friend now kills the connection to that friend.
irungentoo
2013-07-14
use DEBUG define to turn on some printfs.
irungentoo
2013-07-13
Fixed @ appearing in messages.
irungentoo
2013-07-14
fixed the ncurses client i believe
Oliver Hunt
2013-07-13
Fixed 2 small mistakes present in the last pull request.
irungentoo
2013-07-13
Added conversion from friend_id to client_id
Maxim Biro
2013-07-12
First part of DHT hardening done.
irungentoo
Added crypto to the DHT communications. This defeats completely the first attack mentioned in docs/DHT_hardening. Also updated the build system to build the latest test (it links it with libsodium)
2013-07-11
Removed useless define.
irungentoo
2013-07-10
Per friend request data added.
irungentoo
2013-07-10
updated TODO
irungentoo
2013-07-09
Delete friends function now works and some other changes.
irungentoo
2013-07-09
Comments updated.
irungentoo
2013-07-09
Basic IM messenger backend pretty much done (You can start the GUI)
irungentoo
And a couple of fixes to the other parts.
2013-07-08
Some work done on the messenger part.
irungentoo
2013-07-06
Very basic start on the Tox messaging api.(Should give you a basic idea how ↵
irungentoo
it's gonna work)