aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Let the site admin choose whether to display the Discover tab.Alexandre Hannud Abdo2014-03-301-1/+2
|
* firehose fixes and optimisations. In particular get rid of the unresponsive ↵friendica2014-03-271-23/+2
| | | | script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.
* firehose testing (network?f=&fh=1) - some possible security bugs so testing ↵friendica2014-03-261-0/+1
| | | | purposes only
* let's limit this to two weeks so it doesn't pound servers and waste too much ↵friendica2014-03-261-1/+1
| | | | space
* more work on firehosefriendica2014-03-261-0/+24
|
* prune_hub_reinstalls() and add cron weekly as a side effectfriendica2014-03-191-0/+17
|
* change flags for one-way connections from hidden to unconnected so we can ↵friendica2014-03-041-6/+3
| | | | still use hidden for - well hiding connections
* enable network/matrix expiration, this should be functional but the options ↵friendica2014-03-031-2/+7
| | | | have been reduced/restricted so we're only looking at network posts and ignore anything that is filed, starred, or is resource_type 'photo' (which should not be possible in non-wall posts, but we just want to be sure). Will require the adventurous tester(s) to set 'channel_expire_days' in their channel record.
* Typocvogeley2014-02-271-1/+1
|
* service class downgrade to the default service class on account expiration ↵friendica2014-02-181-10/+3
| | | | if using a non-default service class and account has expired.
* move expiration of notifications to the equivalent of "cron daily" to try ↵friendica2014-02-111-9/+10
| | | | and reduce the number of things the poller has to do on every run.
* Merge https://github.com/friendica/red into zpullfriendica2014-02-111-1/+5
|\
| * Clear out old notifications in the poller.Thomas Willingham2014-02-111-1/+5
| |
* | implement a forced directory update mode where we unconditionally create a ↵friendica2014-02-111-1/+1
|/ | | | directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time).
* reversed args in update_modtime, incorrect ud_guid and ud_hashfriendica2014-02-101-1/+1
|
* populate some posts when somebody is granted "read stream" permissionfriendica2013-11-171-0/+3
|
* we should probably only expire things once...friendica2013-11-071-1/+4
|
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-071-1/+7
| | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
* allow private mail sender to set an expiration on their messages. Once ↵friendica2013-11-061-0/+5
| | | | expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday".
* implement monthly directory pingsfriendica2013-10-281-3/+18
|
* directory sync optimisations to save redundant processingfriendica2013-10-151-1/+1
|
* why do these have invalid id's?friendica2013-10-141-1/+1
|
* sync tweaksfriendica2013-10-141-1/+1
|
* directory sync typofriendica2013-10-021-1/+1
|
* directory sync - this will either work, or it won't work, or it will ↵friendica2013-09-301-54/+74
| | | | | | | | | possibly recurse and blow up the matrix. Hard to say. Do you feel lucky? Well do ya' ... punk? Rule #1 - don't mess with anything unless it's blowing up the matrix. If it doesn't blow up the matrix, but doesn't work, just let it go and let's figure out what it is doing and what it isn't doing. The flow is as follows: Once a day go out to all the directory servers besides yourself and grab a list of updates. This happens in the poller. If we've never seen them before add them to the updates table. The poller also looks to see if we're a directory server and have updates that haven't yet been processed. It calls onedirsync.php to process each one. If we contact the channel to update and don't find anything (we're just doing a basic zot_finger), set a ud_last timestamp. If this is set we will only try once a day for seven days. Then we stop trying to update. This will probably cause a spike the first time through because you haven't seen any updates before, but we spread out the load over your delivery interval.
* No point beating a dead horsefriendica2013-09-121-1/+8
|
* figure out why poller isn't picking up old posts which failed to deliverfriendica2013-08-291-1/+1
|
* issues marking for deathfriendica2013-08-151-14/+15
|
* most of expire is now ported from friendica, but the protocol bits to push ↵friendica2013-08-141-1/+2
| | | | out the delete notifications for the entire batch to all recipients of the original post are not complete and will take quite a bit more work. As a consequence, expire has been completely disabled until it is fully implmented since it could result in completely un-removable posts reminiscent of the infamous "Bonnie Nadri" incident at Diaspora which we do not wish to re-live.
* populate initial suggestions (ultimately we want to do this at install time ↵friendica2013-08-051-1/+3
| | | | as well as from the poller so that new sites have friend suggestions when they create their first channel).
* add age to directory profile - requires updating on each birthday and that ↵friendica2013-06-301-0/+3
| | | | part is still missing
* no GMT_TIMESTAMP() in mysql - use UTC_TIMESTAMP() insteadfriendica2013-06-061-1/+1
|
* fix buggered contact photosfriendica2013-06-031-0/+20
|
* zidify img links, delay notifier until actually published for time ↵friendica2013-05-271-4/+12
| | | | travelling posts
* implement time travelling postsfriendica2013-05-231-0/+10
|
* for directory sync, ensure we have a fallback master; even if we have ↵friendica2013-04-181-4/+11
| | | | nothing else
* docofriendica2013-03-251-2/+6
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* mark for death implementedfriendica2013-01-291-2/+43
|
* refresh now works on poller runsfriendica2012-12-301-11/+8
|
* fixesfriendica2012-12-301-1/+1
|
* progress on pollerfriendica2012-12-301-127/+43
|
* fixed several little nit bugs that cropped up during deploymentfriendica2012-12-061-1/+1
|
* rm pidfile stuff since we won't need poller lockingfriendica2012-11-291-11/+0
|
* fixes to photo linked items, shut up poller until I can get to thatfriendica2012-10-251-3/+11
|
* more progress on the main photos modulefriendica2012-10-241-1/+0
|
* progress however tediousMike Macgirvin2012-10-231-2/+0
|
* more DB cleanupfriendica2012-08-301-22/+4
|
* variable confusion in poller, don't allow negative page offsetsfriendica2012-06-111-2/+2
|
* separate poll_interval from delivery_interval - default is the same.friendica2012-05-071-1/+3
|