Hey there,
I recently started using ruTorrent (before I was just using rTorrent and made a simple PHP page to upload/list/remove torrents from the watchdir) and I thought it might be nice to communicate with other users on the same ruTorrent setup.
So I made this chat plugin and thought other people might like it too so I'll share it here.
Latest version: v2.0
Main features:
Chat window:
You can disable smileys so it shows the "raw" smiley instead of an image. You can also disable PMs and then chats list on the left won't be shown. Red nicks = cannot PM, blue nick = new message.
The smiley window:
Here you can either hover over a smiley to find out the smiley "code" or you can click it to append it to the message.
The settings window:
More information:
This plugin has its own googlecode page: http://code.google.com/p/rutorrent-chat/.
Want to use it right away?
Just move to your ruTorrent plugins dir, wget the tarball, unpack it and chown the files to your webuser:
Code:
cd /var/www/rutorrent/plugins/
wget http://rutorrent-chat.googlecode.com/files/chat-2.0.tar.gz
tar -zxf chat-2.0.tar.gz
chown -R www-user:www-user chat/
Of course feedback is appreciated, let me know if (or why) you (don't) like it and if you think it can use some improvements/bugfixes.
Enjoy
I recently started using ruTorrent (before I was just using rTorrent and made a simple PHP page to upload/list/remove torrents from the watchdir) and I thought it might be nice to communicate with other users on the same ruTorrent setup.
So I made this chat plugin and thought other people might like it too so I'll share it here.
Latest version: v2.0
Main features:
- chat with all other users on the ruTorrent setup
- chat with individual users on the ruTorrent setup (PM)
- auto popup on new message
- clearing chat window (temporarily or permanent)
- clickable URLs
- smileys (2 different sets or disabled)
- user modifiable settings
Chat window:
You can disable smileys so it shows the "raw" smiley instead of an image. You can also disable PMs and then chats list on the left won't be shown. Red nicks = cannot PM, blue nick = new message.
The smiley window:
Here you can either hover over a smiley to find out the smiley "code" or you can click it to append it to the message.
The settings window:
More information:
This plugin has its own googlecode page: http://code.google.com/p/rutorrent-chat/.
Want to use it right away?
Just move to your ruTorrent plugins dir, wget the tarball, unpack it and chown the files to your webuser:
Code:
cd /var/www/rutorrent/plugins/
wget http://rutorrent-chat.googlecode.com/files/chat-2.0.tar.gz
tar -zxf chat-2.0.tar.gz
chown -R www-user:www-user chat/
Of course feedback is appreciated, let me know if (or why) you (don't) like it and if you think it can use some improvements/bugfixes.
Enjoy