Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | populate some posts when somebody is granted "read stream" permission | friendica | 2013-11-17 | 1 | -0/+3 |
| | |||||
* | we should probably only expire things once... | friendica | 2013-11-07 | 1 | -1/+4 |
| | |||||
* | provide expire feature on post and comments as well as private messages. ↵ | friendica | 2013-11-07 | 1 | -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 ↵ | friendica | 2013-11-06 | 1 | -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 pings | friendica | 2013-10-28 | 1 | -3/+18 |
| | |||||
* | directory sync optimisations to save redundant processing | friendica | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | why do these have invalid id's? | friendica | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | sync tweaks | friendica | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | directory sync typo | friendica | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | directory sync - this will either work, or it won't work, or it will ↵ | friendica | 2013-09-30 | 1 | -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 horse | friendica | 2013-09-12 | 1 | -1/+8 |
| | |||||
* | figure out why poller isn't picking up old posts which failed to deliver | friendica | 2013-08-29 | 1 | -1/+1 |
| | |||||
* | issues marking for death | friendica | 2013-08-15 | 1 | -14/+15 |
| | |||||
* | most of expire is now ported from friendica, but the protocol bits to push ↵ | friendica | 2013-08-14 | 1 | -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 ↵ | friendica | 2013-08-05 | 1 | -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 ↵ | friendica | 2013-06-30 | 1 | -0/+3 |
| | | | | part is still missing | ||||
* | no GMT_TIMESTAMP() in mysql - use UTC_TIMESTAMP() instead | friendica | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | fix buggered contact photos | friendica | 2013-06-03 | 1 | -0/+20 |
| | |||||
* | zidify img links, delay notifier until actually published for time ↵ | friendica | 2013-05-27 | 1 | -4/+12 |
| | | | | travelling posts | ||||
* | implement time travelling posts | friendica | 2013-05-23 | 1 | -0/+10 |
| | |||||
* | for directory sync, ensure we have a fallback master; even if we have ↵ | friendica | 2013-04-18 | 1 | -4/+11 |
| | | | | nothing else | ||||
* | doco | friendica | 2013-03-25 | 1 | -2/+6 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | mark for death implemented | friendica | 2013-01-29 | 1 | -2/+43 |
| | |||||
* | refresh now works on poller runs | friendica | 2012-12-30 | 1 | -11/+8 |
| | |||||
* | fixes | friendica | 2012-12-30 | 1 | -1/+1 |
| | |||||
* | progress on poller | friendica | 2012-12-30 | 1 | -127/+43 |
| | |||||
* | fixed several little nit bugs that cropped up during deployment | friendica | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | rm pidfile stuff since we won't need poller locking | friendica | 2012-11-29 | 1 | -11/+0 |
| | |||||
* | fixes to photo linked items, shut up poller until I can get to that | friendica | 2012-10-25 | 1 | -3/+11 |
| | |||||
* | more progress on the main photos module | friendica | 2012-10-24 | 1 | -1/+0 |
| | |||||
* | progress however tedious | Mike Macgirvin | 2012-10-23 | 1 | -2/+0 |
| | |||||
* | more DB cleanup | friendica | 2012-08-30 | 1 | -22/+4 |
| | |||||
* | variable confusion in poller, don't allow negative page offsets | friendica | 2012-06-11 | 1 | -2/+2 |
| | |||||
* | separate poll_interval from delivery_interval - default is the same. | friendica | 2012-05-07 | 1 | -1/+3 |
| | |||||
* | implement max load average before queuing/deferring delivery and poller ↵ | friendica | 2012-05-03 | 1 | -0/+13 |
| | | | | processes | ||||
* | break up poller into separate processes | friendica | 2012-04-27 | 1 | -431/+6 |
| | |||||
* | Merge commit 'upstream/master' | Michael Vogel | 2012-04-07 | 1 | -0/+0 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -1/+6 |
| |\ | | | | | | | | | | | | | | | | Conflicts: include/config.php update.php | ||||
* | | | poller: An optional lockfile is used to check if the poller is already running | Michael Vogel | 2012-04-01 | 1 | -0/+10 |
| |/ |/| | |||||
* | | Merge commit 'upstream/master' | Michael Vogel | 2012-03-28 | 1 | -1/+1 |
|\| | |||||
| * | community discovery cont., cleanup of DB debugging | friendica | 2012-03-18 | 1 | -1/+1 |
| | | |||||
* | | New bbcode element: "spoiler". Mail: Top post quotes are now embraced in ↵ | Michael Vogel | 2012-03-17 | 1 | -1/+6 |
|/ | | | | "spoiler" elements | ||||
* | Item cache now is one day. | Michael Vogel | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | Cache: item cache now has an autodelete of old files. The pages plugin now ↵ | Michael Vogel | 2012-03-11 | 1 | -0/+13 |
| | | | | sets a link via redirection. So posting works. | ||||
* | New config options if ostatus polling should use the priority in the contacts | Michael Vogel | 2012-03-10 | 1 | -1/+4 |
| | |||||
* | Mail: Removing signatures, gpg, unnecessary line breaks | Michael Vogel | 2012-03-10 | 1 | -2/+1 |
| | |||||
* | Mail: New options for actions after importing mails. | Michael | 2012-02-26 | 1 | -10/+36 |
| | |||||
* | poller.php: Test for moving to archive, vier-style: notifications fixed | Michael | 2012-02-25 | 1 | -1/+11 |
| | |||||
* | multipart messages complete, message-id conversion done. | Michael | 2012-02-25 | 1 | -2/+2 |
| |