summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-11Fixed m_sendmessage to return the ID of the message sentDaniel Parnell
2013-08-10Merge pull request #425 from lukechampine/betterpromptirungentoo
fix toxic argument handling
2013-08-10make argument handling (esp. of strings) more robustlukechampine
2013-08-10Merge pull request #422 from slvr/crypto-speed-boostirungentoo
Cryptography speed boost
2013-08-10That define doesn't belong here.irungentoo
2013-08-10Merge pull request #415 from slvr/prirungentoo
Beginning to centralise packet handling
2013-08-10handle_ping_response function signature correctionslvr
2013-08-10Merge remote-tracking branch 'upstream/master' into prslvr
2013-08-10Ensure encrypt_precompute is called when status == CONN_ESTABLISHEDslvr
2013-08-10Added crypto_speed_testslvr
2013-08-10Implemented encrypt_data_fast, decrypt_data_fast and crypto testsslvr
2013-08-10tabs -> spacesslvr
2013-08-10networking_poll: receivepacket(&ip_port, data, &length) == -1slvr
2013-08-09Fixed possible bug.irungentoo
2013-08-10core/substrate.h wasn't supposed to be hereslvr
2013-08-10fixed typo: handle_ping_request -> handle_ping_responseslvr
2013-08-10Updated initMessengerslvr
2013-08-10networking_poll: DHT_bootstrap_daemonslvr
2013-08-10network_registerhandlerslvr
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