aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Expand)AuthorAgeFilesLines
* change default affinity (abook_closeness) to 80 for all new connections going...friendica2015-03-081-1/+7
* I'm going to use the site_update timestamp to indicate whenever we successful...friendica2015-03-031-0/+15
* don't let a zot-finger bring a dead hub back to life unless it's the site we'...friendica2015-03-031-5/+7
* make public delivery to contacts or any connections work againzottel2015-03-021-3/+2
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-261-0/+3
|\
| * more fake null shenanigansHabeas Codice2015-02-261-0/+3
| * Revert "more fake null shenanigans"Habeas Codice2015-02-261-23/+94
| * more fake null shenanigansHabeas Codice2015-02-261-94/+23
* | loop breakerfriendica2015-02-261-0/+16
|/
* Found the cause of the delete looping, and I can prevent it going forward. Th...friendica2015-02-251-12/+37
* call post_local hooks prior to storing a post that is going to be sourced. Th...friendica2015-02-251-0/+7
* solve some (hopefully most) missing delivery issuesfriendica2015-02-251-13/+55
* public_recips cleanupfriendica2015-02-231-18/+30
* catch negative agesHabeas Codice2015-02-201-6/+7
* fix parens mismatch from last commitzottel2015-02-181-2/+2
* also deliver public posts to channels with channel_w_stream = PERMS_AUTHEDzottel2015-02-181-2/+2
* Merge branch 'master' of https://github.com/friendica/redHabeas Codice2015-02-161-1/+1
|\
| * force site_url to be lowercase when stored. Otherwise rating hubs on postgres...friendica2015-02-151-1/+1
* | normalize age dataHabeas Codice2015-02-161-2/+7
|/
* missing paramfriendica2015-02-131-1/+1
* well that was certainly fun. And the reason why likes and other acitivity del...friendica2015-02-111-3/+4
* more efficient processing of response activities, plus a proof of concept fix...friendica2015-02-111-17/+44
* Merge branch 'master' of https://github.com/friendica/redHabeas Codice2015-02-051-10/+34
|\
| * Merge branch 'master' into pocoratefriendica2015-02-031-0/+5
| |\
| | * garbage in garbage outfriendica2015-02-031-0/+5
| * | send rating information to directoriesfriendica2015-02-021-10/+29
| |/
* / escape datesHabeas Codice2015-02-051-1/+1
|/
* sync_locations() toggle DB flag functions were broken - result of postgres ch...friendica2015-01-301-4/+22
* let zot_refresh continue without a primary hub if one cannot be found. also w...friendica2015-01-301-5/+14
* local_user => local_channelfriendica2015-01-281-1/+1
* add yet another firehose checkfriendica2015-01-281-1/+1
* more minor tweaks to the route mismatch algorithm after watching it all day.friendica2015-01-281-2/+5
* ignore route mismatches on firehose posts to the sys channel. Use whatever pa...friendica2015-01-271-1/+1
* we need to actually ask for the id from the DB if we want to use it.friendica2015-01-271-1/+1
* improved route mismatch detection. We will be less strict about the absolute ...friendica2015-01-271-2/+22
* handle an incoming directory rating messagefriendica2015-01-261-2/+45
* remove superfluous group byHabeas Codice2015-01-241-1/+1
* zot_finger second arg is optional but function declaration didn't specify thi...friendica2015-01-211-1/+1
* connection clone issuesfriendica2015-01-101-0/+3
* don't update locally deleted itemsfriendica2015-01-061-3/+8
* don't import to sys channel from self-censored authorsfriendica2014-12-121-1/+11
* can't reset public to false because it may have been passed in as true and th...friendica2014-12-011-5/+5
* Somewhat subtle process_delivery() bug - $public was not being reset if a sysThomas Willingham2014-12-011-0/+1
* change logging of some troublesome or noisy bits so we can figure out what is...friendica2014-11-191-2/+2
* couple of fixes:friendica2014-11-191-0/+5
* there's still a permission issue delivering a public post directly to the sys...friendica2014-11-191-0/+2
* add sys channel to public recips if scope publicfriendica2014-11-181-0/+12
* put timeout code in place but don't turn it on.friendica2014-11-131-6/+7
* Merge remote-tracking branch 'upstream/master'Habeas Codice2014-11-131-46/+97
|\
| * indicate public forums in directory results (there will be some [possibly con...friendica2014-11-101-4/+5