Secure Administrator of Game Servers |
|
Source code
- Server v0.5.0:
sags-0.5.0.tar.gz
What's new
This version includes:
- Private messaging.
- Added a maintenance mode for processes. In this mode, the Respawn
option is not considered so the process will not be restarted if it dies
or is terminated. This allow to the administrator to change process's
configurations.
- Network option "MaxClients" is now checked when program receices a
SIGHUP signal. This will disconnect all last clients which exceeds the
MaxClients value.
- Improved version of sags-passwd permits better managing of SAGS users
file.
- Added manpages for sags and sags-passwd programs.
- Added RPM support.
- Client v0.5.0:
sagscl-0.5.0.tar.gz
What's new
This new version includes:
- Implementation of maintenance mode on processes.
- Chat's users list is now resizable.
- Console's input widget has been changed to a combo box to allow
storing of typed commands by the user.
- Topic widget is editable when the user is an administrator.
- Managing of private messaging. The user must use /to command to send
a private message. Its usage is like: /to nick message.
- Added HTML help accessible from Help menu.
To install this files you first need to decompress the tarball
and then do:
./configure
make
make install
Anonymous CVS access
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/sags login
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/sags checkout server
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/sags checkout client
First you need to do this in the server and client files:
aclocal -I m4
autoheader
automake
autoconf
And then you can do:
./configure
make
make install
Precompilated binaries
Other releases
To see the old releases you can visit
http://sourceforge.net/project/showfiles.php?group_id=106892.
$Id: downloads.php,v 1.26 2005/03/03 20:42:08 pcarm Exp $