aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Collapse)AuthorAgeFilesLines
* public scopefriendica2013-02-151-6/+66
|
* use our own CA bundle as authoritative for backend communications. This ↵friendica2013-02-131-4/+19
| | | | avoids OS dependent CA validity mismatches.
* recursion and typo in rmagic with zidfriendica2013-02-131-4/+0
|
* I think we're finally done with import_xchan_from_json - everything has been ↵friendica2013-02-071-120/+0
| | | | converted to import_xchan now
* this should fix the auto-friend stufffriendica2013-02-071-2/+6
|
* searchable flag logic reversedfriendica2013-02-021-3/+5
|
* It's really not supposed to be quite this chatty on the network - ah that's ↵friendica2013-01-281-0/+5
| | | | why. Oops.
* delete item should now mostly workfriendica2013-01-281-3/+14
|
* better handling of failures to lookup remote authorsfriendica2013-01-261-3/+9
|
* quick-n-dirty wall-to-wall detection, wasn't working at all - this may be ↵friendica2013-01-241-2/+1
| | | | overboard or it may still not work at all.
* turn down the log noise a bitfriendica2013-01-241-19/+17
|
* uncomplicate item deletion and fixup all the other linked tablesfriendica2013-01-241-13/+2
|
* security fixes related to directory access and sites that are off the gridfriendica2013-01-221-1/+14
|
* hidden directory entriesfriendica2013-01-221-3/+11
|
* magic auth - it's mostly done or at least all the code bits are written and ↵friendica2013-01-211-8/+3
| | | | it looks in theory to be pretty secure and it doesn't white screen. Getting it to actually work(?), well we won't know how hard that will be until we get it on a couple of systems and try it. Magic auth on one box is a no-op because you're already authenticated.
* more work on magic authfriendica2013-01-211-0/+6
|
* preserve event item[uri] if presentfriendica2013-01-201-4/+6
|
* mopping up the events issues so I can move on to other stufffriendica2013-01-161-3/+5
|
* import events (not just event posts) from zotfriendica2013-01-161-1/+28
|
* implement "finger" commandfriendica2013-01-121-1/+3
|
* fix double-encodingfriendica2013-01-111-10/+10
|
* start rewrite of notification system delivery backendfriendica2013-01-051-0/+1
|
* remove the country autofill declarationfriendica2013-01-041-1/+1
|
* debugging directory profilesfriendica2013-01-041-0/+4
|
* fix the contorted update logic on the network pagefriendica2013-01-041-1/+4
|
* more debugging - looks like michameer.dyndns.org is throwing 500s so cannot ↵friendica2013-01-031-0/+2
| | | | test further
* change precedence of bitwise operationfriendica2013-01-031-1/+1
|
* provide delivery report on both sides, local and remotefriendica2013-01-031-0/+2
|
* issue with abook creationfriendica2013-01-031-2/+3
|
* zome issues registering new hubsfriendica2013-01-021-1/+7
|
* foreach issuefriendica2013-01-021-3/+5
|
* more poco discoveryfriendica2013-01-011-8/+12
|
* ensure all delivery result possibilities are logged and communicated to the ↵friendica2013-01-011-6/+20
| | | | sender
* add individual message delivery reportingfriendica2012-12-311-6/+18
|
* more delivery diagnosticsfriendica2012-12-311-2/+10
|
* more progress on onepollfriendica2012-12-301-1/+1
|
* more logging, some debugging of group membership pagefriendica2012-12-301-3/+10
|
* no hub - well doh, no wonder; we were looking for array['hub'] and it's ↵friendica2012-12-291-2/+2
| | | | actually array['url'].
* This was bloody hard to sort out.... but now it's sorted and we can move ↵friendica2012-12-271-2/+40
| | | | 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?"
* get rid of xtagfriendica2012-12-271-97/+14
|
* master/standalone directory profile updatefriendica2012-12-261-0/+1
|
* more progress on directory importfriendica2012-12-261-0/+118
|
* profile messages for directory synchronisationfriendica2012-12-221-1/+71
|
* set_baseurl issue, more cleanupfriendica2012-12-191-1/+1
|
* do zot_finger/import_xchan on zid requests so we get the info cached locallyfriendica2012-12-061-1/+0
|
* contact photo issuesfriendica2012-12-061-2/+2
|
* y'all got mailfriendica2012-12-051-3/+48
|
* local deliveryfriendica2012-12-021-2/+3
|
* auto-friending for forums and stuff is almost trivial now. But we will need ↵friendica2012-12-011-11/+28
| | | | a page to set the permissions on the "self" abook record. These will be the default permissions for anybody we wish to connect with.
* add pending check on group queriesfriendica2012-11-291-6/+8
|