aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| * add public forum identification to libzot. No attempt is made to identify oth...friendica2014-11-101-2/+6
| * don't overwrite $x (contains import_xchan result) with role permissionszottel2014-11-061-3/+3
| * ok heads up - potentially destabilising change. I've tried to sort out all th...friendica2014-11-041-9/+9
| * php warningsfriendica2014-11-021-23/+23
| * I'm going to try again with the conversation request packets. I've looked thi...friendica2014-11-021-11/+55
| * add some more safety checks before turning the conversation request messages ...friendica2014-11-021-3/+5
* | PostgreSQL support initial commitHabeas Codice2014-11-131-52/+52
|/
* check that we have valid datafriendica2014-11-011-0/+1
* disable request message response until we work through thisfriendica2014-11-011-0/+3
* document request packets a bit morefriendica2014-10-311-1/+4
* flag notify packets that are sent in response to a message_id request and pre...friendica2014-10-311-4/+5
* What this checkin does is catch the case where a comment arrived and there's ...friendica2014-10-301-1/+82
* Tried this once before but had to revert. Basically prevent a comment from be...friendica2014-10-191-1/+7
* if a hubloc primary change results in an xchan primary change, create a direc...friendica2014-10-131-1/+5