index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
Messenger.c
Age
Commit message (
Expand
)
Author
2013-07-26
Added basic Local/LAN discovery.
irungentoo
2013-07-26
Formatting.
SilentSand
2013-07-25
Licensing
SilentSand
2013-07-25
Broadcast now enabled on socket.
irungentoo
2013-07-24
Added simple init_networking() error checking
Astonex
2013-07-22
Friend requests should be better.
irungentoo
2013-07-22
Modified the way friend requests worked.
irungentoo
2013-07-20
Merge branch 'master' of https://github.com/sometwo/ProjectTox-Core into some...
irungentoo
2013-07-19
Don't assume that all callbacks are set.
Maxim Biro
2013-07-20
fix comments of some files
jvrv
2013-07-19
Update Messenger.c
Martijnvdc
2013-07-18
Saving of userstatus not implemented, removed loading of them.
irungentoo
2013-07-18
Merge pull request #50 from stal888/master
irungentoo
2013-07-18
Fixed bug in the messenger loading.
irungentoo
2013-07-18
Move packet IDs to Messenger.h.
Sebastian Stal
2013-07-18
Status packet is now id 49 (It's cleaner that way).
irungentoo
2013-07-18
Fix a leak.
Sebastian Stal
2013-07-18
Add custom user statuses to core, updated nTox to support nicknames and user ...
Sebastian Stal
2013-07-18
Added nicknames and nickname syncing.
irungentoo
2013-07-17
Bug fixed, Loading and saving added to core.
irungentoo
2013-07-16
Fixed some bugs and a regression.
irungentoo
2013-07-15
Just cleaning up as I read, no behaviour changes
Jeffail
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
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
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 i...
irungentoo