Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rozhuk-im/rutorrent-hostname
https://github.com/rozhuk-im/rutorrent-hostname
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rozhuk-im/rutorrent-hostname
- Owner: rozhuk-im
- License: bsd-2-clause
- Created: 2019-08-05T19:30:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T18:58:03.000Z (9 months ago)
- Last Synced: 2024-08-07T18:33:34.423Z (5 months ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
HostName Plugin for RUTorrent
==========================The purpose of this plugin is to show hostnames of peers for selected torrent.
Based on GeoIP plugin.![Screenshot](http://www.netlab.linkpc.net/download/software/rtorrent/rutorrent/hostnames.png)
## Donate
Support the author
* **GitHub Sponsors:** [!["GitHub Sponsors"](https://camo.githubusercontent.com/220b7d46014daa72a2ab6b0fcf4b8bf5c4be7289ad4b02f355d5aa8407eb952c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d53706f6e736f722d6661666266633f6c6f676f3d47697448756225323053706f6e736f7273)](https://github.com/sponsors/rozhuk-im)
* **Buy Me A Coffee:** [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/rojuc)
* **PayPal:** [![PayPal](https://srv-cdn.himpfen.io/badges/paypal/paypal-flat.svg)](https://paypal.me/rojuc)
* **Bitcoin (BTC):** `1AxYyMWek5vhoWWRTWKQpWUqKxyfLarCuz`Goals
-----
- Async requests
- Add hostname column instead of show hostnames in Address columnRequirements
------------* PHP >= 5.2.0
* PHP 'json' extensionInstallation
------------Place all the plugin files in a directory called 'hostname' in the rutorrent/plugins directory.
To clone directly from this git repository, run this command in the rutorrent/plugins directory:
`git clone https://github.com/rozhuk-im/rutorrent-hostname.git hostname`
> **Note:** It is important that the plugin directory is named 'hostname' so that the supporting files are loaded correctly.
> **Info:** If everything is OK, you should see a new column "Hostname" in "Peers" tab.
Settings
--------[init.js]
g_cache_size = 1024; /* Max count of cache items. */
Change log
----------1.0 (03.10.2010)
- First release3.9 (05.08.2019)
- Total refactoringContact
-------Please send error reports and patches to: [email protected]