aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Expand)AuthorAgeFilesLines
* coverup and ignore the illegal string offset message that some sites have bee...redmatrix2015-07-141-1/+3
* a few clone sync fixes as well as some work on hubzilla clone sync back to re...redmatrix2015-07-021-0/+22
* no this isn't it. well ok, it's part of it, but not the important part. it's ...redmatrix2015-06-281-14/+31
* some work on issue #329redmatrix2015-05-251-3/+4
* cloning abook entries was broken in several ways if the target xchan wasn't a...redmatrix2015-05-201-16/+5
* Some documentation and whitespaces at line endings.Klaus Weidenbach2015-04-101-223/+325
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-413/+380
* tweaks to directory registrations which don't seem to be happening, also down...friendica2015-03-191-0/+14
* add missing %d for abook_closenessMichael Johnston2015-03-111-1/+1
* diaspora's spammy permission model seems to have leaked through our firehose....friendica2015-03-101-2/+5
* 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