Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #411 from slvr/master | irungentoo | |
Macports support (OS X only). MAP_ANON -> MAP_ANONYMOUS (OS X only). | |||
2013-08-09 | Merge pull request #410 from KostyaKow/array | irungentoo | |
Array | |||
2013-08-09 | Merge commit '4b217bca97' into HEAD | slvr | |
2013-08-09 | Added headers to fix build errors. | Konstantin Kowalski | |
2013-08-09 | Macports support (OS X only). MAP_ANON -> MAP_ANONYMOUS (OS X only). | slvr | |
2013-08-09 | Macports support (OS X only). MAP_ANON -> MAP_ANONYMOUS (OS X only). | slvr | |
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 | Merge pull request #408 from cbrueffer/receivedfix | irungentoo | |
Fix a recurring typo in code and comments. | |||
2013-08-09 | Fix a recurring typo in code and comments. | Christian Brueffer | |
2013-08-09 | fixed chat window text wrapping | Jfreegman | |
2013-08-08 | Merge pull request #404 from KostyaKow/small_fixes | irungentoo | |
Fixed a printf argument. | |||
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 #403 from jin-eld/fix-friend-status-callback | irungentoo | |
Fix typo in function name which results in missing symbol | |||
2013-08-08 | Merge pull request #402 from Astonex/patch-5 | irungentoo | |
Update CMakeLists.txt | |||
2013-08-09 | Fix typo in function name which results in missing symbol | jin-eld | |
2013-08-08 | Update CMakeLists.txt | Astonex | |
2013-08-08 | Merge pull request #400 from JFreegman/master | irungentoo | |
Added actions/alternative type of messages | |||
2013-08-08 | Merge pull request #399 from ReAzem/patch-1 | irungentoo | |
Update .gitignore | |||
2013-08-08 | added /me actions to toxic | Jfreegman | |
2013-08-08 | added actions/alternate messages | Jfreegman | |
2013-08-08 | Update .gitignore | Alexandre Viau | |
Netbeans can't put his nbproject dir outside of source. | |||
2013-08-08 | Merge pull request #398 from Astonex/patch-4 | irungentoo | |
Update nTox_win32.c | |||
2013-08-08 | Update nTox_win32.c | Astonex | |
Mispelled function name | |||
2013-08-08 | Merge branch 'master' of https://github.com/nurupo/InsertProjectNameHere ↵ | irungentoo | |
into nurupo-master Conflicts: core/Messenger.c | |||
2013-08-08 | Merge pull request #397 from leeroy2098/merge | irungentoo | |
Implement proper configuration directories for toxic | |||
2013-08-08 | Made name consistent with other 'on change' callbacks | Maxim Biro | |
2013-08-08 | Fixed a silly code ordering mistake | Maxim Biro | |
2013-08-08 | Fixed dynamic memory allocation. | irungentoo | |
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 #396 from lukechampine/dynamicfriends | irungentoo | |
make friendlist resize dynamically | |||
2013-08-08 | Merge pull request #395 from fhahn/ctest | irungentoo | |
Use ctest to integrate unit tests into cmake build system | |||
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 | make friendlist resize dynamically | Luke Champine | |
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 #388 from stal888/patch-1 | irungentoo | |
Re-export m_callback_userstatus | |||
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 | Merge pull request #391 from JFreegman/master | irungentoo | |
fix magic numbers in toxic | |||
2013-08-08 | Merge pull request #392 from panosalbanis/master | irungentoo | |
Added Vim swap files and ctags file |