Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-23 | Why do it even care | mannol | |
2014-03-23 | Merge pull request #815 from jin-eld/nacl-fix-3 | irungentoo | |
More NaCl related fixes | |||
2014-03-23 | Fix NaCl builds for *BSD | Jin^eLD | |
From what I see there is a difference between *BSD and Linux when linking vs. toxcore which has been bulit vs. the NaCl library: on Linux it only links if NaCl's object files (i.e. randombytes.o) is present in the linker options, however on *BSD systems this will cause a linking error, see: https://github.com/Tox/toxic/issues/31#issuecomment-38224441 This commit makes sure that we do not add the NaCl object files to our pkg-config settings on *BSD, but do add them on Linux. | |||
2014-03-23 | Fix shared/static settings when building vs. NaCl library | Jin^eLD | |
Make sure the shared lib build is really disabled when compiling vs. NaCl: moved settings before libtool initialization fixed parameter name | |||
2014-03-22 | Some work on TCP server done. | irungentoo | |
2014-03-22 | Clare case fix | mannol | |
Wot fix | |||
2014-03-22 | Well this seems to be working | mannol | |
2014-03-21 | Friends client id is now removed from the request received list when he is ↵ | irungentoo | |
deleted. | |||
2014-03-20 | Fixed other api inconsistency. | irungentoo | |
2014-03-20 | Fixed an api inconsistency. | irungentoo | |
2014-03-19 | A bit more code written for TCP servers. | irungentoo | |
2014-03-18 | Fixed issue where other could send a bad userstatus. | irungentoo | |
2014-03-18 | nTox fixes. | irungentoo | |
Added TOX_MAX_MESSAGE_LENGTH to tox.h | |||
2014-03-18 | Fixed warning. | irungentoo | |
2014-03-18 | Merge branch 'api-fix' | irungentoo | |
Main changes: 1. Strings no longer need to be NULL terminated. 2. tox_get_friend_id is now named tox_get_friend_number. 3. The friend request callback function is now (Tox *tox, uint8_t *, uint8_t *, uint16_t, void *), the Tox object pointer has been added to it. | |||
2014-03-18 | Merge pull request #809 from jin-eld/fix-shared-lib-builds | irungentoo | |
Fix regression that disabled shared library builds | |||
2014-03-18 | Merge pull request #808 from jin-eld/fix-nacl-2 | irungentoo | |
Tell pkg-config when tox core is built vs. nacl | |||
2014-03-18 | Fix regression that disabled shared library builds | Jin^eLD | |
My previous attempt that was supposed to disable shared library builds with nacl had a side effect which basically disabled shared libs for all configurations. Eventhough AC_DISABLE_SHARED was used inside an if clause it seemed to take over in any case. I could not find a clean way around this, so had to override internal libtool variables. Will check with the libtool people regarding a cleaner implementation. | |||
2014-03-18 | Tell pkg-config when tox core is built vs. nacl | Jin^eLD | |
This is required so that applications using tox core do not fail to link when core is built vs. the nacl library. | |||
2014-03-17 | Merge pull request #807 from jin-eld/fix-nacl-builds | irungentoo | |
Disabled shared lib when building vs. nacl library | |||
2014-03-18 | Disabled shared lib when building vs. nacl library | Jin^eLD | |
2014-03-17 | Merge pull request #802 from JFreegman/master | irungentoo | |
add api function that gets the last time a friend was seen online (also ... | |||
2014-03-16 | Renamed toping to to_ping. | irungentoo | |
2014-03-16 | Friend request callback now contains the Tox object. | irungentoo | |
2014-03-16 | retain old data file friendlists on load | Jfreegman | |
2014-03-16 | add api function that gets the last time a friend was seen online | Jfreegman | |
2014-03-15 | A bit of work done on the TCP relay server. | irungentoo | |
2014-03-14 | Merge branch 'master' of https://github.com/mannol1/ProjectTox-Core into ↵ | irungentoo | |
mouseym-patch-3 | |||
2014-03-14 | Merge branch 'udp_test_fixes' of https://github.com/kc1212/ProjectTox-Core ↵ | irungentoo | |
into mouseym-patch-3 | |||
2014-03-15 | Comment fix | mannol | |
2014-03-14 | Added new callback | mannol | |
2014-03-14 | Add Qt-Gui | David Lohle | |
2014-03-14 | Organize the Readme | David Lohle | |
2014-03-14 | A bit of work done on the TCP relay server. | irungentoo | |
2014-03-13 | Slightly more work done on the TCP relay server. | irungentoo | |
2014-03-13 | Fixed bug, unconfirmed friends now load correctly. | irungentoo | |
2014-03-12 | Started writing the code for the TCP relay server. | irungentoo | |
2014-03-12 | updated compilation and execution instructions for Lossless UDP tests, and ↵ | Kelong Cong | |
fixed minor typos | |||
2014-03-11 | Detailed docs for TCP server pretty much done. | irungentoo | |
Implementation coming soon. | |||
2014-03-11 | Merge pull request #798 from mannol1/master | irungentoo | |
Fixed segfault, timeout handling and logging. | |||
2014-03-12 | Invoke callback via invoke_callback func | mannol | |
2014-03-12 | Removed logging to stderr and fixed timeout handling | mannol | |
2014-03-11 | Merge pull request #796 from mannol1/master | irungentoo | |
Changed msi callbacks | |||
2014-03-11 | Changed msi callbacks | mannol | |
2014-03-10 | Merge pull request #795 from mannol1/master | irungentoo | |
Added custom callback data and capability identifier | |||
2014-03-11 | Added custom callback data and capability identifier | mannol | |
2014-03-10 | Merge pull request #792 from jin-eld/remove-libtoxav.pc | irungentoo | |
Remove libtoxav.pc from git | |||
2014-03-10 | Remove libtoxav.pc from git | Jin^eLD | |
libtoxav.pc is automatically generated by configure from libtoxav.pc.in and should not be commited. | |||
2014-03-09 | Reduced the number of useless onion packets sent. | irungentoo | |
2014-03-08 | send_custom_user_packet now returns -1 when friend is offline. | irungentoo | |