| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
matrix you'll be able to share content or we can have apps on other sites that post status updates on your wall. All with your permission of course as you'll have to click "share" to actually post it.
|
| |
|
|
|
|
| |
but the entries aren't going to link to anything until we have a webpage search ability. But this will be a way to exercise and test widget arguments.
|
|
|
|
| |
interfaces. Much work remains beofre we're ready to actually use this interface. Think of it as a conceptual outline and I'm starting to fill it in from the top down.
|
|
|
|
| |
changes, re-queue failed directory sync packets, fix account_id index in queue creation, be more selective about updating hubloc_connected (only when we're talking to the associated site). But we still need a way to flag dead accounts and these mechanisms won't cut it, because it isn't a requirement that channels communicate with anybody, except for contacting the directory when the account is created. I think we need to make every channel ping the directory once a month. Then we can find those that have not done so (after syncing with other directories). We can't have the directory just flag dead accounts as this would create a way for an anti-social attacker to become a directory server and mark all the accounts dead.
|
|
|
|
| |
eventually be used by the photos module where the "top level item" of the conversation is a photo with editing and album navigation controls and doesn't look anything like a post.
|
|
|
|
| |
See the wiki for updated syntax but basically it's now [widget=name][var=varname]varvalue[/var]...[/widget]
|
|
|
|
| |
(probably on a different site). All other conversations link to 'llink' which is a local copy and may provide a richer possibility of interactions, especially if you're logged in locally and it's your own copy of the post.
|
| |
|
|
|
|
| |
derived/sourced channels. It's now just "$author via $xyz".
|
|
|
|
| |
parameters and examples for each
|
|
|
|
| |
issue #113 and also provides the ability to reshare from that page.
|
|
|
|
| |
public post, not the last private post
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
mod_display, need to add to other content modules
|
| |
|
| |
|
|
|
|
| |
uplink back to them without any ambiguity.
|
| |
|
|
|
|
| |
code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks.
|
| |
|
| |
|
| |
|
|
|
|
| |
failed emails) interferes with install. So what else can we do about f*cked databases which open successfully but don't actually read/write data? It would of course be nice if we didn't have to deal with them, but apparently we do. For now we're not doing anything until I can figure out how to take the site offline when it happens without affecting install.
|
|
|
|
| |
code and may create some new bugs due to regression
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|/
|
|
| |
changes zot_finger so you can tell it not to fallback. This could be useful in corporate environments that are off the grid or other high security situations (as much as anything could be considered high security which relies on SSL).
|
|
|
|
| |
later.
|
|
|
|
|
|
| |
lowercase title of the block without special chars)
Fix comanche_block() SQL
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
there's a lot of work left to do.
How bad does anybody want it?
Let's find out...
|