Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | undo self-deliver check | redmatrix | 2015-09-30 | 1 | -5/+6 |
| | |||||
* | process_delivery: ignore self | redmatrix | 2015-09-28 | 1 | -0/+6 |
| | |||||
* | well there's one problem... | redmatrix | 2015-09-27 | 1 | -4/+4 |
| | |||||
* | add some safety checks on the sending side of sync | redmatrix | 2015-09-27 | 1 | -6/+20 |
| | |||||
* | don't send sync packets to deleted hubloc locations | redmatrix | 2015-09-22 | 1 | -2/+4 |
| | |||||
* | inverted logic syncing deleted hublocs | redmatrix | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | add names to delivery report for sync delivery | redmatrix | 2015-09-22 | 1 | -1/+3 |
| | |||||
* | report the channel sync | redmatrix | 2015-09-22 | 1 | -1/+11 |
| | |||||
* | backport item sync | redmatrix | 2015-09-22 | 1 | -0/+85 |
| | |||||
* | new delivery report format | redmatrix | 2015-09-20 | 1 | -13/+33 |
| | |||||
* | improve on the last attempt | redmatrix | 2015-09-20 | 1 | -4/+4 |
| | |||||
* | catch the timestamp also | redmatrix | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | remove system flags from channel import packet | redmatrix | 2015-09-20 | 1 | -5/+9 |
| | |||||
* | we need the xchan record also | redmatrix | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | clone new connection requests | redmatrix | 2015-09-19 | 1 | -18/+19 |
| | |||||
* | include site identitfier on redmatrix delivery reports also | redmatrix | 2015-09-18 | 1 | -0/+2 |
| | |||||
* | log the remote message if there was one | redmatrix | 2015-09-11 | 1 | -1/+4 |
| | |||||
* | another tactic to deal with orphan hublocs from re-installs, or at least ↵ | redmatrix | 2015-09-11 | 1 | -18/+34 |
| | | | | allow the descendant channel to survive | ||||
* | zot_refresh: always try the hubloc pointed to by xchan_addr first | redmatrix | 2015-09-10 | 1 | -3/+12 |
| | |||||
* | protect from sql injection | redmatrix | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | really fix post filtering | zottel | 2015-09-02 | 1 | -2/+2 |
| | |||||
* | issues with abook sync between hubzilla and red | redmatrix | 2015-08-23 | 1 | -2/+1 |
| | |||||
* | Properly fix which perms get checked for comments, Mike's solution | Alexandre Hannud Abdo | 2015-08-14 | 1 | -14/+3 |
| | |||||
* | revert 36b5f6ac | redmatrix | 2015-08-12 | 1 | -12/+14 |
| | |||||
* | Require comment perms only for own posts, allow senders to deliver comments ↵ | Alexandre Hannud Abdo | 2015-08-10 | 1 | -1/+11 |
| | | | | using stream perms. | ||||
* | patch to allow theme based widgets | redmatrix | 2015-07-23 | 1 | -1/+2 |
| | |||||
* | fix for empty recip array resulting from a mangled xchan | redmatrix | 2015-07-15 | 1 | -5/+8 |
| | |||||
* | clone sync fixes across red/hz | redmatrix | 2015-07-15 | 1 | -2/+7 |
| | |||||
* | coverup and ignore the illegal string offset message that some sites have ↵ | redmatrix | 2015-07-14 | 1 | -1/+3 |
| | | | | been reporting. This does not fix it. A fix would be to examine the data that has been received and find out why it is mangled and trace this back to where it was mangled. | ||||
* | a few clone sync fixes as well as some work on hubzilla clone sync back to ↵ | redmatrix | 2015-07-02 | 1 | -0/+22 |
| | | | | redmatrix | ||||
* | no this isn't it. well ok, it's part of it, but not the important part. it's ↵ | redmatrix | 2015-06-28 | 1 | -14/+31 |
| | | | | still pretty cool. | ||||
* | some work on issue #329 | redmatrix | 2015-05-25 | 1 | -3/+4 |
| | |||||
* | cloning abook entries was broken in several ways if the target xchan wasn't ↵ | redmatrix | 2015-05-20 | 1 | -16/+5 |
| | | | | available on the clone site. This should make it less broken. | ||||
* | Some documentation and whitespaces at line endings. | Klaus Weidenbach | 2015-04-10 | 1 | -223/+325 |
| | |||||
* | Correcting reported Doxygen syntax warnings. | Klaus Weidenbach | 2015-03-29 | 1 | -413/+380 |
| | | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation. | ||||
* | tweaks to directory registrations which don't seem to be happening, also ↵ | friendica | 2015-03-19 | 1 | -0/+14 |
| | | | | downgrade any directory that claims to be a primary directory for RED_GLOBAL. | ||||
* | add missing %d for abook_closeness | Michael Johnston | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | diaspora's spammy permission model seems to have leaked through our ↵ | friendica | 2015-03-10 | 1 | -2/+5 |
| | | | | firehose. Don't let it. | ||||
* | change default affinity (abook_closeness) to 80 for all new connections ↵ | friendica | 2015-03-08 | 1 | -1/+7 |
| | | | | going forward (was 99). This way it can be adjusted down later without requiring you to change all your existing connections upward (since your existing connections are likely all sitting at 99 at the moment). The default setting is also configurable with a pconfig system.new_abook_closeness | ||||
* | I'm going to use the site_update timestamp to indicate whenever we ↵ | friendica | 2015-03-03 | 1 | -0/+15 |
| | | | | successfully connect with a site. This way we can mark hubs dead on non-directory servers; but we have to wait before implementing this until we have a history of site_update being updated. | ||||
* | don't let a zot-finger bring a dead hub back to life unless it's the site ↵ | friendica | 2015-03-03 | 1 | -5/+7 |
| | | | | we're currently talking to. | ||||
* | make public delivery to contacts or any connections work again | zottel | 2015-03-02 | 1 | -3/+2 |
| | | | | $hash wasn't defined in this case | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-26 | 1 | -0/+3 |
|\ | |||||
| * | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -0/+3 |
| | | |||||
| * | Revert "more fake null shenanigans" | Habeas Codice | 2015-02-26 | 1 | -23/+94 |
| | | | | | | | | This reverts commit b57010e3da6c0521121a622c27013c8af7678132. | ||||
| * | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -94/+23 |
| | | |||||
* | | loop breaker | friendica | 2015-02-26 | 1 | -0/+16 |
|/ | |||||
* | Found the cause of the delete looping, and I can prevent it going forward. ↵ | friendica | 2015-02-25 | 1 | -12/+37 |
| | | | | The issue remains what to do about comments which are already in the DB and have ITEM_ORIGIN incorrectly set. We can't exactly reset them because the "original" context has been lost. (Sorry but couldn't resist an insider pun that none of you will be able to follow anyway). Read the comments. | ||||
* | call post_local hooks prior to storing a post that is going to be sourced. ↵ | friendica | 2015-02-25 | 1 | -0/+7 |
| | | | | There are some fields in the actual stored item that may change when we start the second delivery chain so a few plugins may not deal with these items correctly. Since we only source public items these effects will be slight. | ||||
* | solve some (hopefully most) missing delivery issues | friendica | 2015-02-25 | 1 | -13/+55 |
| |