aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
Commit message (Expand)AuthorAgeFilesLines
* drop salmon until we improve performancezotlabs2017-09-121-1/+1
* php warningszotlabs2017-08-181-1/+1
* deliverable_singleton - also check hubloc_hash in case we don't have an xchan...zotlabs2017-08-101-1/+9
* when following, allow [network]follow_address syntax to connect with a specif...zotlabs2017-08-101-3/+3
* libxml errorszotlabs2017-08-091-4/+5
* modify connection edit display for channels with no address/webbiezotlabs2017-07-301-13/+14
* provide content-type matching ability for activitypubzotlabs2017-07-171-0/+38
* typoMario Vavti2017-07-051-1/+1
* errorzotlabs2017-05-081-108/+1
* make service_plink pluggablezotlabs2017-05-041-0/+23
* more code refactoring to put external protocol dependencies in plugins.zotlabs2017-05-021-0/+80
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-171-165/+214
|\
| * We do not parse the body in discover_by_url(), so no need to preserve iframes...Klaus Weidenbach2017-04-151-7/+1
| * :arrow_up: Update SimplePie library.Klaus Weidenbach2017-04-151-6/+19
| * Some documentation for include/network.php and some fixes.Klaus Weidenbach2017-04-141-260/+293
| * ugly hack to webfinger to allow connections to be made to mastodon servers.zotlabs2017-04-121-3/+10
* | ugly hack to webfinger to allow connections to be made to mastodon servers.zotlabs2017-04-101-3/+10
* | remove more hardwired brandingzotlabs2017-03-121-26/+26
* | go back to where the problem startedzotlabs2017-03-091-532/+11
|/
* cleaner integration between the headers and session options of z_fetch_url()zotlabs2017-02-281-7/+26
* provide 'session' option to z_fetch_url to assist with remote fetches requiri...zotlabs2017-02-271-0/+4
* consolidate hubloc storagezotlabs2017-01-301-9/+12
* finish remaining places where xchan_store_lowlevel needs to be usedzotlabs2017-01-291-12/+0
* provide lowlevel xchan storage function to ensure that all non-null rows are ...zotlabs2017-01-281-10/+25
* minorzotlabs2017-01-241-3/+3
* do not choke if photo_factory() returns nullMario Vavti2017-01-151-0/+4
* z_fetch_url incorrect variablezotlabs2016-12-151-5/+5
* ignore flags to dns_get_record() and look for anythingzotlabs2016-11-021-4/+7
* sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and p...Florian Steinel2016-10-271-2/+2
* For z_dns_check() use config values from memory and ignore DB - as this funct...zotlabs2016-10-251-1/+6
* put all dns checking into one function, allow it to be ignoredzotlabs2016-10-251-2/+19
* Merge pull request #547 from dawnbreak/docuzotlabs2016-10-141-64/+64
|\
| * [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-64/+64
* | provide text log results of email success/failure rather than 1 and 0.zotlabs2016-10-131-2/+2
|/
* When importing a channel from another server, try to auto-discover the best a...zotlabs2016-10-111-0/+19
* change hook name and return resultsredmatrix2016-10-011-1/+1
* Unify the various mail sending instance to enotify::send() and z_mail(). Both...redmatrix2016-10-011-0/+62
* change notify paramredmatrix2016-09-291-1/+3
* finish the channel_reddress() conversionredmatrix2016-09-211-2/+2
* zot discovery wasn't returning in all cases (after discovering zot), which me...redmatrix2016-09-211-1/+3
* updates to hcard parsingredmatrix2016-08-071-4/+9
* still working through some issues with curl magic-authredmatrix2016-06-271-0/+7
* issue #442, tables contain too much whitespace (there's a definite issue here...redmatrix2016-06-261-0/+12
* 1. provide automatic relocation of important links in items that are imported...redmatrix2016-06-211-0/+10
* code optimisationredmatrix2016-06-201-8/+1
* Don't use count() to check DB resultsredmatrix2016-06-191-2/+7
* core changes to better support media migrationsredmatrix2016-06-161-0/+15
* custom request methods for curlredmatrix2016-06-151-3/+13
* start removing reserved words from database column names (this run: addon and...redmatrix2016-05-301-1/+1
* code cleanupredmatrix2016-05-241-9/+0