aboutsummaryrefslogtreecommitdiffstats
path: root/include/delivery.php
Commit message (Collapse)AuthorAgeFilesLines
* rev updatefriendica2012-05-201-1/+1
|
* backend support for 'x' deliveries per process - x is configurable, more ↵friendica2012-05-191-377/+381
| | | | importantly any search starting with # is automatically a tag search. TODO: Need to extend this to people searches starting with @
* If a contact has had delivery issues in the last 15 minutes, send new posts ↵friendica2012-05-071-2/+9
| | | | | | | straight to the queue and don't even try to connect. Also defer polling for stuck contacts. Should reduce the number of stuck processes trying to connect with dead or dying servers significantly.
* implement max load average before queuing/deferring delivery and poller ↵friendica2012-05-031-0/+11
| | | | processes
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+8
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * make contact ssl_policy change a function since it is used in a few placesfriendica2012-04-021-43/+1
| |
| * more ssl policy fixes and prevent delivery to soapbox when using local deliveryfriendica2012-04-021-0/+50
|/
* community discovery cont., cleanup of DB debuggingfriendica2012-03-181-1/+2
|
* Mail: Subject are now with working "Re:"Michael Vogel2012-03-121-21/+7
|
* Removing test exportsMichael Vogel2012-03-111-2/+2
|
* Merge remote branch 'upstream/master'Michael2012-02-261-3/+3
|\
| * attribution issue - don't take author name from contact if available from item.friendica2012-02-241-3/+3
| |
* | multipart messages complete, message-id conversion done.Michael2012-02-251-2/+2
| |
* | Sending mail as multipart/alternative (html and plain text) (very basic by now)Michael2012-02-241-12/+5
| |
* | Encoding for incoming mails. Fixed invalid message id (with side effect at ↵Michael2012-02-241-10/+31
|/ | | | the moment). Sending mail as text mail. Encoding name when importing mail contact.
* a few fixes for offsite community membersfriendica2012-02-161-0/+7
|
* encode email headers on message deliveriesfriendica2012-02-151-3/+4
|
* transport for email contacts phase IIfriendica2012-01-311-2/+10
|
* implement "moderate" flag on itemsfriendica2012-01-231-2/+2
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* little stuff - name change, live updates, new network typesfriendica2011-11-231-1/+1
|
* queue api + queue limitsFriendika2011-10-211-15/+3
|
* local_deliver testingFriendika2011-10-061-0/+36
|
* yikesFriendika2011-10-041-1/+1
|
* performance enhancementsFriendika2011-10-041-2/+6
|
* attack of the zombie orphansFriendika2011-10-021-0/+2
|
* possible sql errorsFriendika2011-09-291-1/+1
|
* bug #165Friendika2011-09-261-4/+12
|
* starting the big delivery shakeupFriendika2011-09-221-64/+83
|
* scrape_url - use feed url if no name can be foundFriendika2011-09-041-1/+2
|
* add timezone convert module, several other minor or in progress fixesFriendika2011-09-041-0/+2
|
* Merge branch 'pull'Friendika2011-08-281-0/+13
|\
| * remove item from queueFriendika2011-08-281-0/+13
| |
* | flag top level postFriendika2011-08-281-1/+3
|/
* implement delivery queue in case notifier gets killedFriendika2011-08-281-0/+6
|
* bring Diaspora message signing back to the source author - whether they like ↵Friendika2011-08-281-1/+4
| | | | it or not.
* break up delivery into per-person processesFriendika2011-08-261-0/+420