aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Now if you follow somebody it will create an abook entry on the other site ↵friendica2012-11-291-8/+28
| | | | with blocked,ignored, and pending set. No "friend notifications" yet.
* got comments going back and forth - we really need local_deliver now since ↵friendica2012-11-271-7/+24
| | | | even local deliveries are going through zot and that isn't necessary or desirable in the long term
* tracking through commentsfriendica2012-11-271-1/+3
|
* You've got mail! (actually a post, mail is for another day)friendica2012-11-261-10/+94
|
* more heavy lifting on delivery - now we can find all the recipients on the ↵friendica2012-11-261-9/+68
| | | | system who have any acceptable permissions for receiving a post. Next we just need to process edits and deletes, and otherwise store the message - yay. Still a lot of work, but we've come a long way baby.
* more but slow progress on deliveries. The b*tch is trying to match permissionsfriendica2012-11-251-6/+28
|
* "heavy lifting" - zot messages flowing, now just need to be parsed and ↵friendica2012-11-191-1/+69
| | | | stored at the other end.
* DATABASE: outq additions, delivery now getting the notify across to the ↵friendica2012-11-191-44/+69
| | | | other side
* For private messages, use hush-hush ultra top-secret mode by defaultfriendica2012-11-181-1/+4
|
* more infrastructure changesfriendica2012-11-141-15/+164
|
* ensure we update the correct abook recordfriendica2012-11-131-3/+6
|
* got zotfriendica2012-11-121-8/+10
|
* one could say we've sort of got zot - at least there are two-way ↵friendica2012-11-121-40/+50
| | | | communications for channel meta info, don't yet know if it's working
* typofriendica2012-11-111-1/+1
|
* hush-hush ultra top-secret modefriendica2012-11-111-2/+11
|
* rework a couple of zot basicsfriendica2012-11-101-45/+31
|
* starting to get into the hairy parts of zot - identity, location, and ↵friendica2012-11-101-2/+82
| | | | permission synchronisation. After this, messaging should be a piece of cake.
* "follow" now creates an address book entry, which means we can start tying ↵friendica2012-11-061-0/+1
| | | | that into the "connections" module - still have to turn the "contact edit" page from a mockup to real code, but it's all starting to flow.
* add key passing and verification to targeted discoveryfriendica2012-11-021-4/+4
|
* verify all the signatures before adding contactfriendica2012-11-021-2/+17
|
* fixed the hash, now onward & upwardfriendica2012-11-021-1/+2
|
* grrr... hashes aren't matching.friendica2012-11-011-0/+102
|
* network discovery on followfriendica2012-10-311-0/+2
|
* get permission discovery working - guid sigs were getting truncated in dbfriendica2012-10-311-0/+51
|
* merge zperms functionality into zfingerfriendica2012-10-311-1/+1
|
* add hash to channel structure for consistency/redundancyfriendica2012-10-041-1/+1
|
* moving a lot of structure around. 'entity' is now 'channel'friendica2012-09-251-8/+8
|
* a few minor changesfriendica2012-08-261-13/+24
|
* basic hub registrationfriendica2012-08-211-20/+25
|
* zot basic comm structure (real basic)friendica2012-08-091-4/+46
|
* moving forward againfriendica2012-08-081-3/+4
|
* updatesfriendica2012-08-051-2/+5
|
* remember that the main thing is to keep the main thing the main thing...friendica2012-07-311-2/+12
|
* birthdays and events are now notificationsfriendica2012-07-291-0/+6
|
* move today's events into a ping notificationfriendica2012-07-281-0/+50