index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
tox.c
Age
Commit message (
Expand
)
Author
2014-10-29
Added actions to group chats.
irungentoo_trip
2014-10-15
re-implement copy_chatlist function
Jfreegman
2014-10-14
Add function to check if the peernumber is ours for group chats.
irungentoo
2014-10-13
tox_count_chatlist() now works.
irungentoo
2014-10-05
implement group_names function
Jfreegman
2014-10-03
Added name packet to group chats, send one when appropriate.
irungentoo
2014-10-02
Implemented tox_callback_group_namelist_change callback in group chats.
irungentoo
2014-10-02
Peers now time out and delete themselves from group chats.
irungentoo
2014-10-01
Group chats now actually work somewhat.
irungentoo
2014-09-28
Merge branch 'unset_avatar' of https://github.com/JFreegman/toxcore
irungentoo
2014-09-26
Wrote more new groupchats code.
irungentoo
2014-09-26
add API function to unset avatar
Jfreegman
2014-09-26
Group chats are starting to work.
irungentoo
2014-09-25
Removed groupchats from core.
irungentoo
2014-09-25
Tox object doesn't need to be passed to tox_hash.
irungentoo
2014-09-24
remove tox_avatar_hash
dubslow
2014-09-24
housekeeping
dubslow
2014-09-22
Some fixes to avatar pull request.
irungentoo
2014-09-22
Merge branch 'avatars' of https://github.com/ittner/toxcore
irungentoo
2014-09-21
Tox is now shown as being online only when properly announced.
irungentoo
2014-09-20
Prevent core from doing DNS requests when UDP is disabled.
irungentoo
2014-09-13
Merge branch 'encrypted_data' of https://github.com/dubslow/toxcore
irungentoo
2014-09-11
Add magic number, auto tests still required
Dubslow
2014-09-09
compiling against nacl seems to break VANILLA_NACL...
Dubslow
2014-09-09
Merge branch 'master' into encrypted_data
Dubslow
2014-09-05
Added custom packet functions to public tox api.
irungentoo
2014-09-04
Update tox.c
dubslow
2014-09-03
Merge branch 'master' into encrypted_data
Dubslow
2014-09-03
Added encrypted save to toxcore, if sodium is used
Dubslow
2014-09-02
Expose the tox_add_tcp_relay() function in the public api.
irungentoo
2014-08-30
Add support for user avatars in the core protocol
Alexandre Erwin Ittner
2014-08-27
Removed send withid functions from api.
irungentoo
2014-08-23
onion_isconnected is the best indicator of if tox is connected.
irungentoo
2014-08-23
Removed now deprecated function.
irungentoo
2014-08-14
Modified tox_bootstrap_from_address() function.
irungentoo
2014-08-14
Added disabling of UDP and basic SOCKS5 proxy support to public API.
irungentoo
2014-08-14
tox_isconnected() now works on TCP only.
irungentoo
2014-08-14
UDP can now be disabled.
irungentoo
2014-08-13
Tox should now work on TCP only networks.
irungentoo
2014-07-30
Added function to get public and private key from Tox object.
irungentoo
2014-07-02
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
irungentoo
2014-06-30
Const-correctness for tox.c
Marc Schütz
2014-06-30
Const correctness for toxcore/Messenger.c and related files
Marc Schütz
2014-06-10
Fixed some warnings.
irungentoo
2014-06-10
Astyle and fixes.
irungentoo
2014-06-10
Const correctness in various interdependent files
Marc Schütz
2014-06-01
Fixed TOX_MAX_MESSAGE_LENGTH define.
irungentoo
2014-05-30
Renamed tox_do_run_interval to tox_do_interval.
irungentoo
2014-05-30
Replaced tox_wait* functions with tox_do_run_interval().
irungentoo
2014-05-20
Merge upstream and other stuff
mannol
[next]