aboutsummaryrefslogtreecommitdiffstats
path: root/include/deliver.php
Commit message (Collapse)AuthorAgeFilesLines
* I'm going to try again with the conversation request packets. I've looked ↵friendica2014-11-021-2/+5
| | | | this over and tested a lot of edge cases, and thought about from every angle I can think of to prevent looping. I don't *think* this can loop. I also doubt that this is the problem at friendicared.de, but I don't know for sure what that problem might be.
* What this checkin does is catch the case where a comment arrived and there's ↵friendica2014-10-301-4/+19
| | | | a missing top-level post to match it with. So we'll send a request back to the sender that you've never seen this thread and please send a fresh copy of the entire conversation to date. We could soon have posts in the matrix from different platforms from days gone by, which have been migrated into the modern world. We'll be polite and not deliver these to everybody. However, if someone comments on one of these antique threads we wouldn't be able to see it in our own matrix because we won't have a copy of the parent post. So this rectifies that situation. Be aware that item deletion may need to change to keep "hard deleted" items indefinitely so that they don't keep coming back. We'll have to null out the important data of the former item to accomplish the deletion aspect.
* various diaspora issuesfriendica2014-08-291-0/+1
|
* more queue tweaksfriendica2014-08-281-1/+1
|
* lots of little Diaspora issuesfriendica2014-08-281-0/+3
|
* works one way sort of - now to go the other way - which will require fixing ↵friendica2014-08-261-1/+1
| | | | a whole slew of FIXMEs
* take off the kid glovesfriendica2014-08-261-0/+14
|
* minor adjustmentsfriendica2014-07-011-1/+3
|
* issue #240 - we were using htmlentities instead of htmlspecialchars in ↵friendica2013-12-111-0/+1
| | | | several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
* block forgeriesfriendica2013-10-021-1/+1
|
* push refresh messages, performance work on conversations and configs, doc ↵friendica2013-06-141-5/+8
| | | | updates
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* more delivery diagnosticsfriendica2012-12-311-1/+1
|
* local deliveryfriendica2012-12-021-7/+18
|
* DATABASE: outq additions, delivery now getting the notify across to the ↵friendica2012-11-191-0/+40
other side