aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into tresredmatrix2015-05-141-1/+1
|\
| * convert ITEM_WALL from bitfield to standaloneredmatrix2015-05-061-3/+3
| * first pass name changeredmatrix2015-05-051-1/+1
* | Merge branch 'master' into tresfriendica2015-04-231-567/+821
|\|
| * 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' into tresfriendica2015-02-051-11/+35
|\|
| * 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
| |/
* | Merge branch 'master' into tresfriendica2015-01-311-9/+34
|\|
| * 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
* | Merge branch 'master' into tresfriendica2015-01-291-3/+6
|\|
| * 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
* | more message restrict conversionsfriendica2015-01-291-5/+5
* | Merge branch 'master' into tresfriendica2015-01-271-5/+68
|\|
| * 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