summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
AgeCommit message (Expand)Author
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-22Use <stdlib.h> for alloca on FreeBSD.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-16Make Net_Crypto a module-private type.iphydf
2018-01-15Add correction message typeDiadlo
2018-01-14Add random_u16 function and rename the others to match.iphydf
2018-01-14Make Friend_Requests a module-private type.iphydf
2018-01-11Move Networking_Core struct into the .c file.iphydf
2018-01-10Fix formatting in some C files.iphydf
2017-12-17Fixed the bug when receipts for messages sent from the receipt callback never...Yuri
2017-11-15Fix IPv4 and IPv6 loopbacksDiadlo
2017-08-24Add loopback and broadcast constantsDiadlo
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-08-22Define INADDR_LOOPBACK on systems not defining itMaxim Biro
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-01Implement tox_loopAnsa89
2017-02-27Remove empty lineLittleVulpix
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-11Remove `TOX_DEBUG` and have asserts always enabled.iphydf
2017-01-10Always kill invalid file transfers when receiving file controls.iphydf
2017-01-10Minor simplification in `file_seek` code.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-12-20Avoid array out of bounds read in friend saving.iphydf
2016-12-14Add option to disable local peer discoveryMaxim Biro
2016-12-13Fix padding in SAVED_FRIEND struct and add test.Robin Lindén
2016-12-12Conditionally enable non-portable assert on LP64.iphydf
2016-12-10Fix off by one error in saving our own status message.iphydf
2016-12-03rename messenger function, prepend m_Gregory Mullen (grayhatter)
2016-11-24add NAT hole punching level to Tox APIGregory Mullen (grayhatter)
2016-11-21Made saveformat platform-independent.Robin Lindén
2016-11-14new_messenger(options ... ) must never be nullGregory Mullen (grayhatter)
2016-11-06Move log callback to options.iphydf
2016-11-06Remove assocendoffile78
2016-10-29Rename some internal "group chat" things to "conference".iphydf
2016-09-30Add the 'Tox' context object to the logger.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-22Make TCP_Server opaque.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-18Added UB comment r/t deleting a friend w/ active callGregory Mullen (grayhatter)
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf