Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-10 | fix: bad memset length in ip_init() | Coren[m] | |
2013-09-10 | big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6 | Coren[m] | |
2013-09-09 | group_chats.c: | Coren[m] | |
- *->net->sock to *->net (like everywhere else :)) | |||
2013-09-09 | Merge branch 'master' into Integration | Coren[m] | |
2013-09-09 | Merge branch 'Integration' of https://github.com/FullName/ProjectTox-Core ↵ | Coren[m] | |
into Integration | |||
2013-09-09 | tox.*, Messenger.*: | Coren[m] | |
- initialisation: argument added to enable/disable ipv6 as socket Messenger_test.c: - initialisation: ipv4 hardcoded for now - delegating IP resolution to DHT_bootstrap_ex() | |||
2013-09-09 | Start of group chats integration into the core. | irungentoo | |
2013-09-09 | move group chats to /toxcore | irungentoo | |
2013-09-09 | tox.*, Messenger.*: | Coren[m] | |
- initialisation: argument added to enable/disable ipv6 as socket Messenger_test.c: - initialisation: ipv4 hardcoded for now - delegating IP resolution to DHT_bootstrap_ex() | |||
2013-09-09 | More stuff done in group chats. | irungentoo | |
2013-09-09 | tox.*, DHT.*; | Coren[m] | |
- second set of *_bootstrap_ex() functions to allow addresses instead of IPs network.h: - new message ID for sending/receiving IPv6 nodes DHT.*: - get_close_nodes(): - additional parameter to select which kind of nodes: IPv4 or IPv6 - sendnodes()/handle_sendnodes(): - the IPv4 message must remain intact even when the Node_format structure (which embeds IP_Port) is expanded - added Node4_format to keep the structure "alive" - copying in/out of wider to smaller format required in sendnodes()/handle_sendnodes() - switch of Node_format from Node4_format to Node46_format by define | |||
2013-09-09 | - added missing include (autobuild warning) | Coren[m] | |
2013-09-09 | caught by autobuild, missing net->sock to net change | Coren[m] | |
2013-09-09 | network.*: | Coren[m] | |
- IPAny_Port: analogous to IP_Port - ipport_equal: moved from DHT.c and adapted DHTc.: - ipport_equal renamed to ip4port_equal | |||
2013-09-09 | fix autobuild (not built locally) | Coren[m] | |
2013-09-09 | network.h: | Coren[m] | |
- added ipany_ntoa() network.c: - added ipany_ntoa() - fixed formatting | |||
2013-09-09 | network.*: | Coren[m] | |
- IP4: changed in_addr_t to struct in_addr for compatibility reasons - IP6: added - IPAny: added - addr_resolve_or_parse_ip(): converts a string into an IPAny | |||
2013-09-09 | network.h: | Coren[m] | |
- IP: add in_addr_t as part of the union - IP: rename IP to IP4 | |||
2013-09-09 | network.h: | Coren[m] | |
- global: added sock_t - Networking_Core: added family (currently always AF_INET) and port - sendpacket(): changed signature to require (Networking_Core *) instead of sock_t *.c: - sendpacket()-calls: replaced *->net->sock with *->net | |||
2013-09-09 | Merge pull request #565 from JFreegman/master | irungentoo | |
initialize name_length | |||
2013-09-09 | wrong type | Jfreegman | |
2013-09-09 | a better way | Jfreegman | |
2013-09-09 | initialize name_length | Jfreegman | |
2013-09-08 | Messaging now works in group chats. | irungentoo | |
2013-09-08 | Updated README. | irungentoo | |
2013-09-07 | Merge pull request #564 from nurupo/friendstatus-patch | irungentoo | |
Removed friendstatus from client-side API, replacing it with alternative functions | |||
2013-09-07 | Modified test | Maxim Biro | |
2013-09-07 | Removed friendstatus from client API | Maxim Biro | |
2013-09-07 | Merge pull request #563 from kigu/patch-1 | irungentoo | |
Update TODO | |||
2013-09-07 | Update TODO | Alexander Huffman | |
2013-09-07 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-09-07 | Added TODO list and made m_copy*_statusmessage functions return length of ↵ | irungentoo | |
copied buffer on success. | |||
2013-09-06 | Merge pull request #562 from jin-eld/nacl | irungentoo | |
Allow to build vs nacl instead of libsodium | |||
2013-09-06 | Allow to build vs nacl instead of libsodium | Jin^eLD | |
By default libsodium is used. Only if --enable-nacl is specified, then nacl will be used instead of libsodium. Pass locations of nacl headers and libraries by using the following options: --with-nacl-headers=/home/me/somewhere/nacl-20110221/build/469/include/amd64/ --with-nacl-libs=/home/me/somewhere/nacl-20110221/build/469/lib/amd64/ | |||
2013-09-06 | Fixed autotest, increased MAX_STATUSMESSAGE_LENGTH. | irungentoo | |
2013-09-06 | Added name lengths to friend names. | irungentoo | |
2013-09-05 | Merge branch 'group-chats' | irungentoo | |
2013-09-05 | Base of group chats seems to be working now. | irungentoo | |
2013-09-04 | Merge pull request #559 from jin-eld/friendlist | irungentoo | |
Function for retreiving a list of friend numbers | |||
2013-09-05 | Function for retreiving a list of friend numbers | Jin^eLD | |
This should allow clients to sync the Tox friend list with their UI/etc. lists. | |||
2013-09-04 | Possibly fixed LAN discovery on some configurations. | irungentoo | |
2013-09-04 | Fixed small problem. | irungentoo | |
2013-09-03 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-09-03 | Possible bugs fixed, all received strings now force NULL terminate. | irungentoo | |
2013-09-03 | Merge pull request #555 from jin-eld/readme | irungentoo | |
Cleaned up bogus configure parameters and updated Win32 build instructions in INSTALL | |||
2013-09-03 | Merge pull request #556 from jin-eld/no-printouts | irungentoo | |
Remove error printouts | |||
2013-09-03 | Remove error printouts | Jin^eLD | |
A library should never print anything, so removing the perror() printouts. | |||
2013-09-03 | Work in progress group chats. | irungentoo | |
Not done yet. | |||
2013-09-03 | Update INSTALL.md | jin-eld | |
Cleaned up bogus configure parameters and updated Win32 build instructions. | |||
2013-09-02 | Removed useless code, possibly fixed something. | irungentoo | |