Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-09-01 | Fix signed/unsigned comparison warnings | Tyler Bunnell | |
2013-09-01 | Fixed possible bug. | irungentoo | |
2013-09-01 | Merge pull request #550 from jin-eld/automake-portability | irungentoo | |
Forward compatibility with automake 1.14 | |||
2013-09-01 | Merge pull request #551 from grimd34th/patch-1 | irungentoo | |
Update autogen.sh | |||
2013-09-01 | Update autogen.sh | grimd34th | |
Updated autogen.sh to strictly run only the autoreconf | |||
2013-09-01 | Add forgoten source to the dist target | jin-eld | |
2013-09-01 | Add .dirstamp to gitignore | jin-eld | |
Seems like the subdir-objects automake option is generating .dirstamp files which should be ignored by git. | |||
2013-09-01 | Forward compatibility with automake 1.14 | jin-eld | |
This update makes sure that the build still works with automake prior to 1.12 and at the same time does not give any warnings or errors with automake 1.14 | |||
2013-08-31 | Merge pull request #548 from davidbaumann/patch-1 | irungentoo | |
Update INSTALL.md | |||
2013-08-31 | Properly fixed test. | irungentoo | |
2013-08-31 | Fixed test. | irungentoo | |
2013-08-31 | Fixed bug. | irungentoo | |
2013-08-31 | Removed now dead link from readme. | irungentoo | |
2013-08-31 | Fixed build. | irungentoo | |