dchub-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dchub-dev] [support #102316] New functions


From: nobody
Subject: [Dchub-dev] [support #102316] New functions
Date: Wed, 06 Aug 2003 05:32:22 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030428 Galeon/1.3.3


Support Request #102316, was updated on Wed 07/30/2003 at 23:20
You can respond by visiting: 
http://savannah.nongnu.org/support/?func=detailsupport&support_id=102316&group_id=3963

Category: None
Status: Open
Priority: 4
Summary: New functions

By: ericprev
Date: Wed 08/06/2003 at 11:32
Logged In: YES 
user_id=15899
Browser: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030428 Galeon/1.3.3

All these functions and in fact all functions listed in
-help can be used by the dchub::hubcmd function. This
removes the need of the
banip/ubanip/adduser/deluser/renameuser/usermod and
userpasswd. Those listed functions will not be added because
it will only duplicate part of dchub code and provides no
speed up in processing.

About the remaining functions, it's just a question of time...

----------------------------------------------------------------------

By: pakar
Date: Wed 07/30/2003 at 23:20
Logged In: NO 
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)


Ban a specific ip of a user.
  dchub::banip(ip, lenght in seconds);
  dchub::ubanip(ip);

Get the ip of a specific user.
  ip = dchub::getip(username);
Get all users that comes from a specific ip.
  @username = dchub::revip(ip);

Usermanagement.
  dchub::adduser(username, password, type);
  dchub::deluser(username);
  (username, password, type) = dchub::userinfo
(username);
  date = dchub::seen(username);
  dchub::usermod(username, type);
  dchub::userpasswd(username, password);
  dchub::renameuser(username, newusername);


Also, some new variables for the login-event could be, 
usertype, time since last connected.



----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.nongnu.org/support/?func=detailsupport&support_id=102316&group_id=3963

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]