aboutsummaryrefslogtreecommitdiffstats
path: root/mod/receive.php
Commit message (Collapse)AuthorAgeFilesLines
* try to sort out walltowall translation for diaspora recipientsfriendica2014-09-191-1/+1
|
* reduce log level of inbound d* posts until we get through some of the more ↵friendica2014-09-091-1/+1
| | | | serious federation issues
* D* receive endpoint is receive/users/$guid - where $guid is really the ↵friendica2014-08-211-4/+5
| | | | channel_guid, not the channel_hash. We'll allow this to be truncated for older D* sites or those that can't process our 64 character guids.
* change default invitation messagefriendica2014-08-111-1/+1
|
* nothing going on here. nothing to see. move along.friendica2014-08-101-0/+76
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-68/+0
| | | | some shit.
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+7
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * let's catch d* disabled at a higher level and not waste any resources on it.friendica2012-04-041-0/+7
|/
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* cripple account when expiredFriendika2011-09-191-1/+1
|
* diaspora protocol changesFriendika2011-09-141-11/+23
|
* D* queueFriendika2011-08-241-28/+1
|
* diaspora photos ?Friendika2011-08-231-0/+3
|
* double url encode diaspora communicationsFriendika2011-08-191-0/+2
|
* D* like and start of relay codeFriendika2011-08-161-6/+6
|
* refactor the diaspora contact logicFriendika2011-08-151-40/+5
|
* turn diaspora posts into x-www-form-urlencodedFriendika2011-08-151-5/+13
|
* fixes share from diasporaFriendika2011-08-151-2/+2
|
* improved diaspora discoveryFriendika2011-08-121-1/+1
|
* diaspora function dispatcherFriendika2011-08-101-23/+36
|
* crypto stuffFriendika2011-08-091-1/+1
|
* diaspora encrypt+decrypt working !!Friendika2011-08-091-198/+6
|
* cleanupFriendika2011-08-071-1/+1
|
* fallback sha256 openssl_verify code for php releases prior to 5.3Friendika2011-08-051-3/+6
|
* updates to Diaspora decrypt/verify from recent testingFriendika2011-08-051-48/+14
|
* get_diaspora_key()Friendika2011-07-301-9/+31
|
* basic diaspora decryptionFriendika2011-07-301-31/+103
|
* wrong path for salmon verifyFriendika2011-07-201-1/+0
|
* diaspora salmon endpoint (decryption not yet provided)Friendika2011-07-191-0/+215