Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Update TODO | Alexander Huffman | |
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 | |
2013-09-02 | Fixed possible segfaults from bad input. | irungentoo | |
2013-09-02 | Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into ↵ | irungentoo | |
JamoBox-master | |||
2013-09-02 | last of the comment refactoring from toxcore | JamoBox | |
2013-09-02 | comment updates | JamoBox | |
2013-09-02 | Merge pull request #554 from nurupo/master | irungentoo | |
Fixed missing field initializer warnings | |||
2013-09-02 | Fixed missing field initializers warnings | Maxim Biro | |
2013-09-02 | Fixed some warnings. | irungentoo | |
2013-09-02 | Properly fixed signed/unsigned comparisons. | irungentoo | |
2013-09-02 | Even more comment updates. | JamoBox | |
2013-09-02 | More comment refactoring. | JamoBox | |
2013-09-02 | More comment refactoring - DHT.c | JamoBox | |
2013-09-01 | Merge branch 'master' of github.com:tylerb/ProjectTox-Core | Tyler Bunnell | |