Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | Astyled test. | irungentoo | |
2014-04-05 | Rename suite | mannol | |
2014-04-05 | Added test | mannol | |
2014-04-04 | Added functions to get/set the nospam value to the public api. | irungentoo | |
2014-04-03 | Maximum name lengths should now be the real maximum and not one byte less. | irungentoo | |
2014-04-02 | Some code cleanups. | irungentoo | |
2014-04-01 | Fixed bug where TOX_FAERR_SETNEWNOSPAM would be returned instead of | irungentoo | |
TOX_FAERR_ALREADYSENT when re adding a confirmed friend. | |||
2014-03-31 | tox_group_get_names now returns a list of name lengths along with the list ↵ | irungentoo | |
of names. TCP test now also tests pings. | |||
2014-03-30 | TCP server now sends/handles ping packets. | irungentoo | |
2014-03-29 | TCP server now has onion functionality. | irungentoo | |
All the IP/Port related structs now have __attribute__ ((__packed__)) | |||
2014-03-28 | TCP server almost ready. | irungentoo | |
2014-03-27 | Merge pull request #818 from maksqwe/rtp_header_fix | irungentoo | |
fix RTPHeader filling by zeros underflow | |||
2014-03-28 | fix RTPHeader filling by zeros underflow | Maks Naumov | |
regression from 6a78e2e71c1471b89646a71a1adeb0529cfb73d4 | |||
2014-03-26 | TCP server testing in progress. | irungentoo | |
2014-03-25 | Basic TCP server stuff should be all done, started testing it. | irungentoo | |
2014-03-24 | A bit more work on TCP server. | irungentoo | |
I'm going to start working more diligently on this tommorow, the last week hasn't really been productive. | |||
2014-03-23 | Merge pull request #817 from mannol1/master | irungentoo | |
Fixed cancel and added handling of the glare case | |||
2014-03-23 | Remove header | mannol | |
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 | |