aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
Commit message (Expand)AuthorAgeFilesLines
...
* log the friend request - it's importantFriendika2011-08-211-2/+3
* add trailing slash to diaspora notify url on sendFriendika2011-08-211-5/+7
* D* likes not verifying, ignore result until we figure out the signable_string...Friendika2011-08-211-3/+3
* diaspora sign/verify requires SHA0 hash algorithmFriendika2011-08-201-11/+10
* set author/owner on likesFriendika2011-08-201-6/+7
* get_app for diaspora_likeFriendika2011-08-201-0/+1
* sql syntaxFriendika2011-08-201-1/+1
* stricmp does not exist - strcasecmp doesFriendika2011-08-201-2/+2
* until algorithm is sorted, ignore D* verification failures so we can debug th...Friendika2011-08-201-17/+15
* move encryption functions to crypto fileFriendika2011-08-201-0/+1
* incorrect iv length for blocksizeFriendika2011-08-191-2/+2
* don't allow removal of self contactFriendika2011-08-191-1/+2
* more loggingFriendika2011-08-191-0/+3
* better reporting when d* parent not foundFriendika2011-08-191-1/+1
* double url encode diaspora communicationsFriendika2011-08-191-8/+13
* fix d* introsFriendika2011-08-181-3/+4
* debugFriendika2011-08-181-4/+4
* diaspora share - blocked specified twiceFriendika2011-08-181-2/+2
* set writable (e.g. writeable) flag for Diaspora contactsFriendika2011-08-181-1/+1
* lots more diaspora communications - can see light at the endFriendika2011-08-181-1/+139
* store signature data if applicable for relayingFriendika2011-08-181-3/+22
* fill and expire fcontact cacheFriendika2011-08-181-39/+30
* fix several probe related issuesFriendika2011-08-171-0/+7
* diaspora continued...Friendika2011-08-171-30/+174
* D* like and start of relay codeFriendika2011-08-161-52/+94
* cleanup after refactorFriendika2011-08-161-18/+5
* refactor the diaspora contact logicFriendika2011-08-151-14/+81
* typosFriendika2011-08-151-3/+3
* doh! add body to the itemFriendika2011-08-151-0/+1
* set parent-uri for top level postsFriendika2011-08-151-1/+1
* turn diaspora posts into x-www-form-urlencodedFriendika2011-08-151-10/+4
* errant debug statementFriendika2011-08-151-1/+1
* fixes share from diasporaFriendika2011-08-151-3/+6
* diaspora top level status posts, string updateFriendika2011-08-141-0/+35
* diaspora follow from friendikaFriendika2011-08-141-2/+23
* partially fill in diaspora stub functions for comments and likes - these both...Friendika2011-08-131-12/+125
* basic post message from diaspora (untested)Friendika2011-08-131-0/+73
* incoming diaspora share notification turned into Friendika friend requestFriendika2011-08-131-9/+47
* improved diaspora discoveryFriendika2011-08-121-0/+33
* diaspora function dispatcherFriendika2011-08-101-14/+20
* crypto stuffFriendika2011-08-091-19/+6
* diaspora - remove debugging code on encrypt/decryptFriendika2011-08-091-38/+4
* diaspora encrypt+decrypt working !!Friendika2011-08-091-6/+221
* AES_256_CBCFriendika2011-08-081-4/+4
* basic diaspora encryptionFriendika2011-08-081-0/+90