DSHub plugins

Discussion and questions about hub software
Locked
Pietry
Senior Member
Posts: 328
Joined: 04 Dec 2007, 07:25
Location: Bucharest
Contact:

DSHub plugins

Post by Pietry » 02 Jan 2008, 16:46

Plugins must meet the following requirements:
1)Packed up as .jar file
2)Contain class PluginMain which implements the interface
dshub.Modules.DshubModule ( fixed name)
3)This class must be in package dshub.plugin;
4)The plugins must be placed in /modules directory.

The interface may be viewed in :
http://dshub.svn.sourceforge.net/viewvc ... iew=markup
with additional comments for each functions

The interface may suffer additional changes when software changes.

If you create modules, add them on a tracker on
http://sourceforge.net/tracker/?group_i ... id=1020439

The best modules will be awarded with inclusion in the official distro, so go go go and start working ;)
Just someone

Toast

DSHub Lookup 0.1

Post by Toast » 25 Feb 2008, 11:43

Plugin for Operators the idea of it is to have more information available then the standard here IP and here is CID in the hopes of that more hubsofts uses these functions to Direct Connect Softwares.

The current functions that are working are RevDNS, Whois, Traceroute, NSLookup, Ping.

The plugin is almost done and will be release when done here at adcportal
The lookup command list

Usage:

!lookup <switch> <nickname/ip>

Available Switches:
  • nslookup
    Shows DNS information
  • ping
    Shows ping statistics in client
  • revdns
    Shows hostname of user
  • traceroute
    Shows route to user taken by server
  • whois
    Shows ripe information on user
Link

Toast

Re: DSHub plugins

Post by Toast » 04 Apr 2008, 15:07

ADCPortal.com RSS Feed plugin is almost done when its done ill publish it.

TODO: make small GUI so that users can change RSS Feeds.

Locked