aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
Commit message (Expand)AuthorAgeFilesLines
* Bugfix und variable initialization.Klaus Weidenbach2015-03-211-4/+3
* parse_url: if url returns an image/audio/video file instead of a webpage, ret...friendica2015-03-041-0/+7
* apply fix from 8d03774 to z_post_url alsofriendica2015-02-231-1/+1
* make redirections restriction in z_fetch_url() workzottel2015-02-231-1/+1
* fix for service_plink() after observing it in the wildfriendica2015-02-091-1/+1
* generate the correct service permalinkfriendica2015-02-081-0/+24
* Check allowed emails, also add blacklisting forChristian Vogeley2015-01-251-6/+29
* don't let dns_get_record() "write to screen" if it errors.friendica2015-01-061-2/+2
* add Thomas's Diaspora repair script as include/fixd.php - altered so it can b...friendica2014-12-161-11/+13
* Undo accidental reversion included in last checkinThomas Willingham2014-12-151-2/+2
* Doco: How to write foreign doco in how to write doco doco.Thomas Willingham2014-12-151-2/+3
* Let Diaspora hublocs come back by allowing discover_by_webbie() to carry on ifThomas Willingham2014-12-131-3/+2
* PostgreSQL support initial commitHabeas Codice2014-11-131-5/+5
* this bug has been there for a *long* time. First time I've ever seen it trigg...friendica2014-10-131-1/+1
* z_post_url_json() added to easily deal with JSON post APIs; without getting c...friendica2014-09-161-0/+17
* just mark dead hubloc deleted - don't remove them. This could cause problems....friendica2014-09-161-11/+4
* doco correctionfriendica2014-09-091-11/+5
* syntax error in dba driver, document z_post_urlfriendica2014-09-091-0/+29
* allow stuff with Diaspora authors to federate in zot conversations even if th...friendica2014-09-041-1/+1
* feed removal issuefriendica2014-09-021-5/+7
* use feed title for channel name before checking author, make feed items share...friendica2014-09-021-5/+7
* use feed icon as default avatar for rss connectionsfriendica2014-09-011-2/+5
* rss feed discoveryfriendica2014-08-311-20/+162
* sort out some anomaliesfriendica2014-08-251-2/+3
* Add d* folks to address book. WARNING - DO NOT ATTEMPT THIS. LEAVE IT THE FRU...friendica2014-08-241-292/+364
* diaspora discoveryfriendica2014-08-241-0/+113
* move Friendica photo migrator to addons, bring back a few XML scraping functi...friendica2014-08-201-1/+165
* some work on network discoveryfriendica2014-08-191-95/+149
* optionally allow zrl usage from specific markdown sourcesfriendica2014-07-011-9/+9
* logging: include target url when reporting z_fetch_url and z_post_url errors.friendica2014-05-271-4/+4
* This should be a slight improvement in setting ciphers - we'll punt on RedHat...friendica2014-03-251-8/+4
* that should fix it.friendica2014-03-241-2/+2
* that didn't work out wellfriendica2014-03-241-2/+2
* ssl ciphers - be liberal in what we accept, conservative in what we generatefriendica2014-03-241-12/+24
* add curl error text to mod/probe so we can remotely diagnose communication is...friendica2014-03-231-2/+4
* improve curl error loggingfriendica2014-03-231-1/+3
* clean up logger commands. Placed apostrophs at the end from some comments to ...Michael Meer2014-01-301-8/+2
* attempt with fix URL for testing worksMichael Meer2014-01-301-3/+9
* make default profile photo configurable - should be functional but needs admi...friendica2013-12-191-1/+1
* htmspecialchars_decode only takes one argument.zottel2013-12-121-1/+1
* more htmlspecialchars sanitisationfriendica2013-12-121-1/+1
* some work on modularising the default profile photo so we can make them site ...friendica2013-12-091-1/+1
* trimmed style.css by a few hundred lines. Needs many more such effortsfriendica2013-12-011-103/+0
* get rid of deprecated post_url() functionfriendica2013-12-011-102/+2
* get rid of fetch_url - post_url will be a bit harder as several plugins need ...friendica2013-12-011-153/+5
* deprecate a->get_curl_code() and $a->get_curl_headers()friendica2013-12-011-180/+12
* set default charset of email_header_encode, add ud_flags to indicate which (d...friendica2013-09-181-1/+1
* z_fetch_url - include curl debug info in return array and log it (at logger_d...friendica2013-09-101-0/+10
* make manual image scaling work - even if auto scaling kicks in.friendica2013-06-231-7/+13
* photo driver abstractionfriendica2013-04-251-2/+3