aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connect.php
Commit message (Collapse)AuthorAgeFilesLines
* more add interactive flagMario2021-03-111-29/+29
|
* remove more traces of the premium channel appMario2020-05-071-17/+0
|
* Update Connect.phpMax Kostikov2018-09-281-1/+1
|
* Update Connect.phpMax Kostikov2018-09-281-1/+1
|
* premium channel appMario Vavti2018-09-251-21/+47
|
* command line connect utility.zotlabs2016-11-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Usage: util/connect uid|nick channel uid|nick must be a local channel. The target channel can be any channel. If a nick is supplied as a target it is assumed to refer to a channel on the localhost unless @host is provided. RSS feeds and remote networks can also be connected, assuming the appropriate protocols are already enabled for the local channel. If the target channel is a non-forum on the local system and you wish bi-directional communication to be enabled you will probably need to use a second connnect command with the source and target reversed. Examples: util/connect bob marketing Connects bob to the marketing channel util/connect marketing bob Connects the marketing channel to bob. util/connect 6 channelone@macgirvin.com Connects the channel with channel_id 6 to the Channel One public forum. util/connect bob https://mysite.foo/feed.rss Connects bob to an RSS feed if RSS feeds are allowed as connections on this site util/connect bob jb@diasp.org Connects bob to a diaspora account on diap.org (both the site and Bob's channel must previously have the Diaspora Protocol enabled).
* some changes merged from wrong branch... new function channel_reddress() ↵redmatrix2016-09-171-2/+2
| | | | instead of hardwired generation and which fixes case-sensitivity; allow dot notation in config and pconfig utils, updated string file
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-261-1/+1
| | | | which should fix issue #431
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* daemon conversion continued...redmatrix2016-05-191-1/+2
|
* module updatesredmatrix2016-04-181-0/+130