summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-09Merge pull request #413 from nurupo/masterirungentoo
Cleanup of Messenger.c
2013-08-09Returned the length checkMaxim Biro
2013-08-09Merge pull request #412 from cbrueffer/miscirungentoo
Kill EOF whitespace.
2013-08-09Introduced data pointer and data_lengthMaxim Biro
2013-08-09Changed the way statusmessage is allocatedMaxim Biro
2013-08-09Moved some checks aroundMaxim Biro
2013-08-09Extracted repeated code into a functionMaxim Biro
2013-08-09Kill EOF whitespace.Christian Brueffer
2013-08-09Merge pull request #409 from lukechampine/betterpromptirungentoo
make toxic handle input in a more sane manner
2013-08-09Merge pull request #411 from slvr/masterirungentoo
Macports support (OS X only). MAP_ANON -> MAP_ANONYMOUS (OS X only).
2013-08-09Merge pull request #410 from KostyaKow/arrayirungentoo
Array
2013-08-09Merge commit '4b217bca97' into HEADslvr
2013-08-09Added headers to fix build errors.Konstantin Kowalski
2013-08-09Macports support (OS X only). MAP_ANON -> MAP_ANONYMOUS (OS X only).slvr
2013-08-09Macports support (OS X only). MAP_ANON -> MAP_ANONYMOUS (OS X only).slvr
2013-08-09Minor style changes.Konstantin Kowalski
2013-08-09Moved long comments to wiki.Konstantin Kowalski
2013-08-09Added arrays.Konstantin Kowalski
2013-08-09Added INFO() debugging macro.Konstantin Kowalski
2013-08-09make toxic handle input in a more sane mannerLuke Champine
2013-08-09Merge pull request #407 from JFreegman/masterirungentoo
fixed chat window text wrapping in toxic
2013-08-09Merge pull request #408 from cbrueffer/receivedfixirungentoo
Fix a recurring typo in code and comments.
2013-08-09Fix a recurring typo in code and comments.Christian Brueffer
2013-08-09fixed chat window text wrappingJfreegman
2013-08-08Merge pull request #404 from KostyaKow/small_fixesirungentoo
Fixed a printf argument.
2013-08-09Fixed a printf argument.Konstantin Kowalski
2013-08-08added -n argument to toxic to disable loading keys from file (for testing)irungentoo
2013-08-08Merge pull request #403 from jin-eld/fix-friend-status-callbackirungentoo
Fix typo in function name which results in missing symbol
2013-08-08Merge pull request #402 from Astonex/patch-5irungentoo
Update CMakeLists.txt
2013-08-09Fix typo in function name which results in missing symboljin-eld
2013-08-08Update CMakeLists.txtAstonex
2013-08-08Merge pull request #400 from JFreegman/masterirungentoo
Added actions/alternative type of messages
2013-08-08Merge pull request #399 from ReAzem/patch-1irungentoo
Update .gitignore
2013-08-08added /me actions to toxicJfreegman
2013-08-08added actions/alternate messagesJfreegman
2013-08-08Update .gitignoreAlexandre Viau
Netbeans can't put his nbproject dir outside of source.
2013-08-08Merge pull request #398 from Astonex/patch-4irungentoo
Update nTox_win32.c
2013-08-08Update nTox_win32.cAstonex
Mispelled function name
2013-08-08Merge branch 'master' of https://github.com/nurupo/InsertProjectNameHere ↵irungentoo
into nurupo-master Conflicts: core/Messenger.c
2013-08-08Merge pull request #397 from leeroy2098/mergeirungentoo
Implement proper configuration directories for toxic
2013-08-08Made name consistent with other 'on change' callbacksMaxim Biro
2013-08-08Fixed a silly code ordering mistakeMaxim Biro
2013-08-08Fixed dynamic memory allocation.irungentoo
2013-08-08Merge branch 'upstream'Simon Levermann
2013-08-08Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core into ↵Simon Levermann
upstream
2013-08-08Merge pull request #396 from lukechampine/dynamicfriendsirungentoo
make friendlist resize dynamically
2013-08-08Merge pull request #395 from fhahn/ctestirungentoo
Use ctest to integrate unit tests into cmake build system
2013-08-08Merge pull request #394 from Nominate/patch-2irungentoo
Updated chat.c to bring /status inline with prompt.c status command
2013-08-08Merge pull request #393 from Nominate/patch-1irungentoo
Removed superfluous statusmsg
2013-08-08Moved a define and fixed another.irungentoo