friendica
fe00e9b261
extend the directory profiles a bit more
2013-12-25 01:57:04 -08:00
friendica
8194ade886
improve the directory popup a bit
2013-12-23 19:44:23 -08:00
friendica
d32bbaf599
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
2013-12-21 23:47:44 -08:00
Thomas Willingham
d93ba783f5
Don't let nobody set an xconfig in safe search.
2013-12-11 15:35:19 +00:00
Olaf Conradi
e31dae76ce
Fix missing argument warning
2013-11-12 22:26:47 +01:00
friendica
b5bc04799c
turn safemode into a proper widget
2013-11-11 01:18:09 -08:00
Thomas Willingham
888d7e05bf
More safe search - since the default is one, toggle only works after
...
an initial xconfig is set - the first one will turn safe search on
(ie, do nothing from a users point of view). Fix that.
2013-11-11 06:13:17 +00:00
Thomas Willingham
bbe16eba34
Stray line
2013-11-09 18:49:50 +00:00
Thomas Willingham
8569fda732
Clean up
2013-11-09 18:45:52 +00:00
Thomas Willingham
7b29400c6c
Bring safe search to the UI
2013-11-09 18:43:40 +00:00
friendica
0b0bd3c207
create update record for accounts on directory server itself during profile 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.
2013-10-24 19:38:50 -07:00
friendica
83daf51460
extra logging
2013-10-14 21:56:56 -07:00
friendica
96ba0dccf9
sql typo in directory sync
2013-10-14 20:51:26 -07:00
friendica
bae7f4e078
directory sort links on sidebar
2013-10-13 19:49:40 -07:00
friendica
0e0e0d018b
provide config for preferred directory server
2013-10-13 19:29:54 -07:00
friendica
e992cfeca9
directory sync - this will either work, or it won't work, or it will 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.
2013-09-30 18:33:27 -07:00
friendica
fd74c5b2ce
really, truly fix the age missing in directory bug
2013-07-02 22:41:17 -07:00
friendica
0fbb3b6a97
for directory sync, ensure we have a fallback master; even if we have nothing else
2013-04-18 20:47:35 -07:00
friendica
ea3940c4b0
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
friendica
0e9cf839d6
fix localdir privacy (again)
2013-02-19 23:41:42 -08:00
friendica
7038ad2e59
set xchan hidden flag correctly when local directory update
2013-02-19 23:31:26 -08:00
friendica
a192171365
directory debugging
2013-02-19 23:21:23 -08:00
friendica
dda4d689bb
This was bloody hard to sort out.... but now it's sorted and we can move forward again. Put back xtag for efficient keyword searching, use it in conjunction with xprof['keywords'] to avoid a SQL triple join and group_concat (which simply won't scale on a directory server), figured out how best to work timezone corrected birthdays into the protocol. The directory can even provide an age if one was provided to it. Both of these things need some more work, but we have the mechanisms and a plan how to do it right instead of "how the !@#$ are we going to do pull this off?"
2012-12-27 23:33:37 -08:00
friendica
55e77a57d0
get rid of xtag
2012-12-27 14:36:06 -08:00
friendica
a2c6f8c965
master/standalone directory profile update
2012-12-26 19:39:37 -08:00
friendica
ad20e1f617
directory page still needs a lot of work, look up locally if local master or standalone, need to put some basic profile info in discovery page and direct to local directory master
2012-12-19 19:51:52 -08:00