| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
sys_perms addition a couple days back
|
|
|
|
| |
user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
|
|
|
|
| |
names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
|
| |
|
|
|
|
| |
page. This preceded Comanche and was never used and is now obsolete.
|
|
|
|
| |
we can comanchificate the vcard_from_xchan widget -- it will pick up the target xchan from the page environment.
|
|
|
|
| |
accepts a string as an algorithm. Earlier versions didn't recognise sha256. So we'll look to see if the algorithm constant for sha256 is defined and if so we'll use that instead of the string.
|
|
|
|
|
|
|
|
| |
communications with a site.
This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first
valid channel on the site because that was probably created when the site was installed and is the
closest thing to a system channel we've got.
|
| |
|
|
|
|
| |
widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's done as a callback using a transient plugin hook.
For instance to get rid of the notifications link:
insert_hook('nav','strip_notify');
function strip_notify($a,&$b) {
unset($b['nav']['notifications']);
}
|
| |
|
|
|
|
|
|
| |
emails across your channels
also try to handle the wretched mess of broken and duplicated hublocs that fred.cepheus.uberspace.de typically reports
|
|
|
|
| |
we can more easily retire 'aes256cbc' once it is no longer viable.
|
| |
|
| |
|
|
|
|
| |
- if not allowed to, do it if that condition changes
|
| |
|
|
|
|
| |
with but it's a start
|
| |
|
| |
|
| |
|
|
|
|
| |
may require tweaking.
|
|
|
|
| |
to do a DB update if the build number is 0. Something else will likely fail and likely in some horrible way, but we shouldn't try and update the DB - something is clearly wrong with it.
|
| |
|
|
|
|
| |
could be a strong selling point.
|
|
|
|
| |
month which means we can find dead channels - because they won't be pinging the directory server once a month.
|
|
|
|
| |
uplink back to them without any ambiguity.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
part of the normal import_xchan sequence - otherwise we get two for every change. Create it normally if we are called with a profile_update message and don't go through the whole import_xchan thing.
|
| |
|
| |
|
|
|
|
| |
the parent xchan is safe or not. Otherwise we'll have tags that lead to nowhere because the directory entry is hidden but the tag isn't. A successful porn site in the matrix could also swamp the directory with x-rated tags, even if the site was playing nice and did everything right to self-censor. Accomplishing this with joins would be horrendously inefficient, though it will take a bit of code re-org to get this flag where it needs to be when it's time to set keywords.
|
|
|
|
| |
adult profile keywords. Eventually the directories will be forced to mark adult profiles and sync this knowledge between them. At the moment there's no way to do an unsafe search, but we really just need a checkbox and pass the value through directory to dirsearch on the back end, and some will want this as a pconfig.
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
boot.php
install/database.sql
install/update.php
|
| |
| |
| |
| | |
updates have been processed in some way.
|
| |
| |
| |
| | |
to update table to store the target address since it's possible the mirroring directory won't yet have an xchan or hubloc they can link the ud_hash to and therefore mayn't know how to contact them.
|
|/
|
|
| |
(directory sync) updates have been processed in some way.
|