aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
Commit message (Expand)AuthorAgeFilesLines
* build diaspora public (batch) messageFriendika2011-09-181-0/+46
* public D* post fixFriendika2011-09-161-1/+1
* log the D* publc messagesFriendika2011-09-161-1/+4
* may fix diaspora sendFriendika2011-09-161-3/+3
* federation friday updateFriendika2011-09-151-18/+5
* diaspora protocol changesFriendika2011-09-141-70/+100
* no plink on imported D* postsFriendika2011-09-031-0/+3
* save plink for diaspora items so likes will point to right postFriendika2011-08-311-1/+23
* relayed likes did not verifyFriendika2011-08-301-2/+2
* log every possible diaspora return for posts and commentsFriendika2011-08-291-4/+10
* wrong time format string, 24hr clockFriendika2011-08-291-2/+2
* better handling of relayed Diaspora commentsFriendika2011-08-291-3/+6
* implement delivery queue in case notifier gets killedFriendika2011-08-281-3/+2
* bring Diaspora message signing back to the source author - whether they like ...Friendika2011-08-281-25/+24
* cleanupFriendika2011-08-281-2/+4
* allow comment relaying for comments which were never Diaspora signedFriendika2011-08-281-1/+18
* check for existing diaspora comment before accepting, add 'Diaspora' app to i...Friendika2011-08-261-3/+17
* break up delivery into per-person processesFriendika2011-08-261-22/+32
* diaspora2bb, salmon fix argument errorFriendika2011-08-251-52/+2
* cleaned up the conditions on when to and when not to relay.Friendika2011-08-241-7/+11
* turn off notifier - runawayFriendika2011-08-241-2/+2
* D* queueFriendika2011-08-241-26/+62
* author and owner sign exactly the same string - apparentlyFriendika2011-08-231-2/+4
* correct time in photo msgFriendika2011-08-231-2/+2
* photo fixesFriendika2011-08-231-3/+3
* diaspora photos ?Friendika2011-08-231-1/+115
* include bb2diaspora at top levelFriendika2011-08-231-1/+1
* convert bbcode to markdown for diaspora (first try, will need tweaking)Friendika2011-08-231-5/+5
* bad param in like functionFriendika2011-08-221-1/+1
* d* retractionsFriendika2011-08-221-7/+55
* invoke notifierFriendika2011-08-221-47/+41
* store key with contact recordFriendika2011-08-221-1/+6
* correct the diaspora_like signable string formatFriendika2011-08-221-3/+3
* 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