Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-30 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-07-30 | Merge branch 'master' into nurupo-master | irungentoo | |
Conflicts: .travis.yml | |||
2013-07-30 | Modified Travis to build libconfig from sources | Maxim Biro | |
2013-07-30 | Update nTox.c | Greg | |
Edited help message. | |||
2013-07-30 | Merge pull request #178 from theshadowfog/patch-3 | irungentoo | |
Update nTox.c | |||
2013-07-30 | Update nTox.c | Greg | |
Gives the user his ID. | |||
2013-07-30 | Merge pull request #174 from Shivamshaz/patch-1 | irungentoo | |
Update .gitignore | |||
2013-07-30 | Merge pull request #175 from plutooo/master | irungentoo | |
Fixed a bunch of bugs in TOXIC, added friendlist and more. | |||
2013-07-30 | Fixed a bunch of bugs in TOXIC, added friendlist and more. | plutooo | |
2013-07-30 | Merge pull request #1 from irungentoo/master | plutooo | |
pull latest | |||
2013-07-30 | Merge pull request #172 from rylai-/master | irungentoo | |
travis: use apt-get -y option instead of GNU yes | |||
2013-07-30 | travis: use -q instead of -qq to prevent travis from sometimes timing out on ↵ | Rylai | |
long apt-get updates | |||
2013-07-30 | travis: use apt-get -y option instead of GNU yes | Rylai | |
The Advanced Packaging Tool has an option to automatically assume Yes to all queries. We don't need to use GNU yes for this. | |||
2013-07-30 | Update .gitignore | Shivam Bansal | |
2013-07-30 | Fixed segfault. | irungentoo | |
2013-07-30 | Fix "comparison is always true due to limited range of data type" warning | Dmitry Marakasov | |
2013-07-30 | Add missing newlines at EOF in sources | Dmitry Marakasov | |
(missing newlines break build due to -Werror) | |||
2013-07-30 | Clarification. | irungentoo | |
2013-07-30 | Merge branch 'master' of https://github.com/blackwolf12333/ProjectTox-Core ↵ | irungentoo | |
into blackwolf12333-master Also fixed his pull request. | |||
2013-07-30 | Merge pull request #168 from nurupo/master | irungentoo | |
Added a note about libconfig | |||
2013-07-30 | Added a note about libconfig | Maxim Biro | |
2013-07-30 | Merge branch 'patch-1' of https://github.com/dypa/ProjectTox-Core into ↵ | irungentoo | |
dypa-patch-1 Conflicts: INSTALL.md | |||
2013-07-30 | Merge pull request #166 from theshadowfog/patch-2 | irungentoo | |
Update nTox.c | |||
2013-07-30 | Merge pull request #165 from nurupo/master | irungentoo | |
Fixed cmake | |||
2013-07-30 | Fixed cmake | Maxim Biro | |
2013-07-30 | Update nTox.c | Greg | |
Added help command to nTox.c | |||
2013-07-30 | added utility function format_message | Peter Maatman | |
2013-07-30 | changing testing clients to reflect changes made in core/Messenger.h | Peter Maatman | |
2013-07-30 | renamed getname to getfriendname and added a getname function to get the ↵ | Peter Maatman | |
name of our client | |||
2013-07-30 | Merge pull request #161 from theshadowfog/patch-1 | irungentoo | |
Update INSTALL.md | |||
2013-07-30 | Update INSTALL.md | Greg | |
2013-07-30 | replace make install to checkinstall for linux installation | dypa | |
2013-07-30 | Fixed warning. | irungentoo | |
2013-07-30 | Typo in readme fixed. | irungentoo | |
2013-07-30 | Fixed build. | irungentoo | |
2013-07-30 | Merge branch 'master' of https://github.com/nurupo/InsertProjectNameHere ↵ | irungentoo | |
into nurupo-master Conflicts: testing/CMakeLists.txt | |||
2013-07-30 | Merge pull request #146 from boredomist/patch-1 | irungentoo | |
Replace magic value "7" with string "echo" | |||
2013-07-30 | Merge pull request #154 from xistance21/master | irungentoo | |
Add invalid command | |||
2013-07-30 | Merge pull request #155 from Astonex/master | irungentoo | |
Updating nTox_win32 and adding Messenger.c method | |||
2013-07-30 | Merge pull request #152 from rlewon/messenger_friend_list_ntox | irungentoo | |
New friend list function for nTox client. | |||
2013-07-30 | Merge pull request #150 from Astonex/patch-2 | irungentoo | |
Update INSTALL.md | |||
2013-07-30 | Add invalid command | Emir Unluturk | |
2013-07-30 | Implemented m_delfriend() | Astonex | |
2013-07-30 | Slight aesthetic change | Astonex | |
2013-07-30 | Fixed the friends listing | Astonex | |
2013-07-30 | Fixed bugs, added friend listing (slightly buggy), and changed the general ↵ | Astonex | |
aesthetics | |||
2013-07-30 | Removed unneeded include. | Ryan Lewon | |
Fixed formatting and cleaned up output. | |||
2013-07-30 | New friend list function for nTox client. | Ryan Lewon | |
2013-07-30 | Update INSTALL.md | Astonex | |
Changing the libsodium link from a list of its release archives to the windows specific one - it is windows specific install instructions after all. | |||
2013-07-29 | Replace magic value "7" with string "echo" | Erik Price | |