update connectserv/statserv versions and changelogs

This commit is contained in:
fishwaldo 2003-07-15 10:53:19 +00:00
parent 78b3b9d5e2
commit d66bb922d5
4 changed files with 12 additions and 6 deletions

View file

@ -1,6 +1,9 @@
ConnectServ Module for NeoStats 2.x ChangeLog
Shmad & ^Enigma^
* Version 1.6 * Mar 11th, 2002
* Version 1.7 * July 15th, 2003
- Fixed a problem with connectserv clobering the avlist for modes
* Version 1.6 * Mar 11th, 2003
- Moved ConnectServ to new Logging and Config Interface
* Version 1.5 * September 12th, 2002

View file

@ -20,7 +20,7 @@
** USA
**
** NeoStats CVS Identification
** $Id: cs.c,v 1.26 2003/07/15 10:34:23 fishwaldo Exp $
** $Id: cs.c,v 1.27 2003/07/15 10:53:18 fishwaldo Exp $
*/
#include <stdio.h>
@ -71,7 +71,7 @@ int cs_online = 0;
Module_Info my_info[] = { {
"ConnectServ",
"Network Connection & Mode Monitoring Service",
"1.6"}
"1.7"}
};
int new_m_version(char *origin, char **av, int ac)
@ -529,7 +529,7 @@ int cs_user_modes(char **av, int ac)
#ifdef ULTIMATE3
/* smode support for Ultimate3 */
int cs_user_smodes(const char **av, const int ac)
int cs_user_smodes(char **av, int ac)
{
int add = 1;
char *modes, *modes1;

View file

@ -2,6 +2,9 @@ StatServ Module for NeoStats 2.x ChangeLog
Shmad & ^Enigma & Fish^
(S) denotes Shmad (E) denotes ^Enigma^
(F) denotes Fish
* Version 3.9 * July 15th, 2003 (F)
- Fixed a minor problem with oper counting.
* Version 3.8 * May 9th, 2003 (F)
- Fixed TLDCount for Daily users for Unresolved Domains
- Added the ability to recieve client versions from SecureServ and record them.

View file

@ -20,7 +20,7 @@
** USA
**
** NeoStats CVS Identification
** $Id: statserv.c,v 1.67 2003/06/13 14:49:33 fishwaldo Exp $
** $Id: statserv.c,v 1.68 2003/07/15 10:53:19 fishwaldo Exp $
*/
#include <stdio.h>
@ -54,7 +54,7 @@ void ss_html();
Module_Info Statserv_Info[] = { {
SSMNAME,
"Statistical Bot For NeoStats",
"3.8"}
"3.9"}
};