aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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