aboutsummaryrefslogtreecommitdiffstats
path: root/include/hubloc.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-4/+5
* we can sign messages which are not from the primary locationMario2023-02-151-0/+8
* make sure to include only zot6 hublocs in this query. including other network...Mario Vavti2022-12-201-1/+2
* queueworker: introduce new interval config queueworker.queue_interval - defau...Mario Vavti2022-12-121-3/+2
* bring back poll and delivery intervalMario2022-12-121-4/+6
* move queueworker to core and bump versionMario2022-12-021-4/+4
* fix php warningsMario Vavti2022-10-201-2/+2
* allow zotfinger to recurse through all known hublocs if the one we got does n...Mario2022-02-011-1/+10
* remove duplicate singletons hublocs once a dayMario2021-05-051-0/+3
* use hubloc_hash instead of hubloc_id_url - otherwise it will bite hublocs whi...Mario2021-05-051-17/+10
* introduce function to remove duplicate singleton hublocsMario2021-05-021-5/+49
* try to fix more hubloc anomalies: use refresh_all in remove_obsolete_hublocs(...Mario2020-12-171-1/+3
* fix ping_site()Mario2020-11-151-20/+8
* provide info about dead sites in delivery report and set site_dead when marki...Mario2020-10-191-0/+8
* fix z6_discover() to do the right thing after transitionMario2020-03-261-2/+2
* another fix for z6_discover() and create a zot6 hubloc if applicableMario Vavti2019-03-281-1/+1
* fix various issues in z6_discover()Mario Vavti2019-03-271-3/+5
* fix wrong field nameMario Vavti2019-03-241-2/+2
* find unregistered z6 clones on hubzilla sites (does not happen automatically ...zotlabs2019-03-131-0/+36
* typozotlabs2018-10-301-1/+1
* issue syncing the channel_primary setting which shows up as a wrong count on ...zotlabs2018-10-301-17/+16
* hubloc DB changes needed for z6zotlabs2018-08-131-0/+2
* hubzilla issue #1019 - punycode urls on connedit page when displaying locationszotlabs2018-03-291-1/+2
* more generalisation of commonly used code constructszotlabs2018-02-011-15/+1
* more separation of complex code into separate functionszotlabs2018-02-011-0/+32
* create site_store_lowlevel() to initialise data structures for the site tablezotlabs2017-04-031-0/+27
* Add some documentation for import functions.Klaus Weidenbach2017-03-301-41/+63
* consolidate hubloc storagezotlabs2017-01-301-0/+31
* provide lowlevel xchan storage function to ensure that all non-null rows are ...zotlabs2017-01-281-104/+0
* perform input validation on xchan_store and re-enable the post method of the ...zotlabs2016-12-261-0/+8
* move all the zid related stuff to one filezotlabs2016-11-131-24/+0
* provide 'per-page' caching for is_matrix_url() results to reduce duplicate qu...zotlabs2016-11-131-2/+12
* daemon conversion continued...redmatrix2016-05-191-1/+1
* handle UNO move channel operationredmatrix2016-03-091-4/+11
* add site_type to queries, first few - several more to go.redmatrix2015-09-281-1/+3
* site checking stuffredmatrix2015-09-141-3/+8
* ping site function (taken from admin/hubloc)redmatrix2015-09-131-1/+26
* initial work on obj import, rename import_profile_photo to import_xchan_photo...redmatrix2015-09-011-1/+1
* Merge branch 'master' into tresfriendica2015-04-231-4/+16
|\
| * limit notification detail queries for items and eventsfriendica2015-03-231-1/+3
| * operation snakebite, cont.friendica2015-03-221-2/+2
| * queue management actions. Still needs further work such as indication of last...friendica2015-03-011-2/+3
| * Fix a couple of places where we weren't checking for dead hublocs. Add a func...friendica2015-02-271-1/+10
* | working through the xchan table to remove bitfields, mostly complete except f...friendica2015-01-201-2/+8
* | that should take care of the bitfields in hublocfriendica2015-01-201-1/+1
* | first cut at unpacking bitfields in hubloc, fixed hubloc_error and hubloc_del...friendica2015-01-201-2/+1
|/
* don't remove obsolete hublocs that have no sitekey - it will remove all kinds...friendica2014-12-141-1/+1
* PostgreSQL support initial commitHabeas Codice2014-11-131-4/+4
* generalise the output format of xchan_fetch so it matches the input formatfriendica2014-10-231-1/+11
* API: xchan get/createfriendica2014-10-231-1/+79