Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-10 | auto-connect to DHT on startup | Jfreegman | |
2013-08-10 | Added crypto_speed_test | slvr | |
2013-08-10 | tabs -> spaces | slvr | |
2013-08-10 | network_registerhandler | slvr | |
2013-08-09 | Kill EOF whitespace. | Christian Brueffer | |
2013-08-09 | Merge pull request #409 from lukechampine/betterprompt | irungentoo | |
make toxic handle input in a more sane manner | |||
2013-08-09 | Added headers to fix build errors. | Konstantin Kowalski | |
2013-08-09 | Minor style changes. | Konstantin Kowalski | |
2013-08-09 | Moved long comments to wiki. | Konstantin Kowalski | |
2013-08-09 | Added arrays. | Konstantin Kowalski | |
2013-08-09 | Added INFO() debugging macro. | Konstantin Kowalski | |
2013-08-09 | make toxic handle input in a more sane manner | Luke Champine | |
2013-08-09 | Merge pull request #407 from JFreegman/master | irungentoo | |
fixed chat window text wrapping in toxic | |||
2013-08-09 | Fix a recurring typo in code and comments. | Christian Brueffer | |
2013-08-09 | fixed chat window text wrapping | Jfreegman | |
2013-08-09 | Fixed a printf argument. | Konstantin Kowalski | |
2013-08-08 | added -n argument to toxic to disable loading keys from file (for testing) | irungentoo | |
2013-08-08 | Merge pull request #400 from JFreegman/master | irungentoo | |
Added actions/alternative type of messages | |||
2013-08-08 | added /me actions to toxic | Jfreegman | |
2013-08-08 | Update nTox_win32.c | Astonex | |
Mispelled function name | |||
2013-08-08 | Merge branch 'upstream' | Simon Levermann | |
2013-08-08 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core into ↵ | Simon Levermann | |
upstream | |||
2013-08-08 | Merge pull request #394 from Nominate/patch-2 | irungentoo | |
Updated chat.c to bring /status inline with prompt.c status command | |||
2013-08-08 | Merge pull request #393 from Nominate/patch-1 | irungentoo | |
Removed superfluous statusmsg | |||
2013-08-08 | Moved a define and fixed another. | irungentoo | |
2013-08-08 | Cleanup and Error fixes | Simon Levermann | |
Add several frees that were missing to prevent memory leaks Replace strcpy with strdup where appropriate Replace _stat with __stat64 for building on Windows | |||
2013-08-08 | Implement proper config directories. | Simon Levermann | |
2013-08-08 | Merge pull request #384 from stqism/master | irungentoo | |
Adds full -D support to toxics versioning, includes the commit number | |||
2013-08-08 | Updated chat.c to bring /status inline with prompt.c status command | Nominate | |
2013-08-08 | Removed superfluous statusmsg | Nominate | |
Users can just respecify their status with a message. This will also encourage users to think about which status is actually appropriate instead of just leaving the status alone. | |||
2013-08-08 | Merge https://github.com/irungentoo/ProjectTox-Core | Sean Qureshi | |
2013-08-08 | Merged upstream main.c changes | Sean Qureshi | |
2013-08-08 | oops | Jfreegman | |
2013-08-08 | fix magic numbers | Jfreegman | |
2013-08-08 | Attempt to get and create a proper directory for config storage. | Simon Levermann | |
2013-08-07 | Adds full -D support to toxics versioning, includes the commit number | Sean Qureshi | |
2013-08-07 | Merge branch 'master' of http://github.com/irungentoo/ProjectTox-Core | Maxim Biro | |
Conflicts: core/Messenger.c core/Messenger.h | |||
2013-08-07 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-08-07 | Merge branch 'master' of https://github.com/stqism/ProjectTox-Core into ↵ | irungentoo | |
pull-requests Conflicts: testing/toxic/prompt.c | |||
2013-08-07 | Modified clients to properly work with the changes | Maxim Biro | |
2013-08-07 | Manually merged prompt.c to upstream | Sean Qureshi | |
2013-08-07 | Merge branch 'read-receipt' of https://github.com/stal888/ProjectTox-Core ↵ | irungentoo | |
into pull-requests Conflicts: testing/toxic/chat.c testing/toxic/prompt.c | |||
2013-08-07 | Moved main.c to maaster | Sean Qureshi | |
2013-08-07 | Fix incompatible pointer type warning by changing type of print_statuschange ↵ | Robert Sutton | |
to match parameter of userstatus callback. | |||
2013-08-07 | Check for correct error value in toxic. | Sebastian Stal | |
2013-08-07 | Add #undef before #define to fix redefinition warning | Robert Sutton | |
2013-08-07 | Fixed it not compiling | Sean Qureshi | |
2013-08-07 | Merge branch 'provide-status-type' of ↵ | irungentoo | |
https://github.com/jin-eld/ProjectTox-Core into pull-requests | |||
2013-08-07 | Merge branch 'master' of https://github.com/ptrasd/ProjectTox-Core into ↵ | irungentoo | |
pull-requests | |||
2013-08-07 | Merge pull request #360 from DarkSER/master | irungentoo | |
fixed print_statuschange & m_set_userstatus usage in nTox_win32.c |