Mark
eeabe2bb85
glad someone is paying attention :)
2004-02-03 22:06:11 +00:00
Mark
4f79d44291
SVSTIME support
2004-02-03 21:38:06 +00:00
Fish
35e980dfbf
Some Valgrind fixes
2004-01-31 06:26:56 +00:00
Fish
2bf7f952d9
update to use ircstrcasecmp, and use a irc match function
2004-01-27 13:32:54 +00:00
Mark
d1e50721a1
a few more tidy ups for debug messages
2004-01-14 22:50:24 +00:00
Fish
1aa45a8ec6
updated copyright year
2004-01-14 11:36:37 +00:00
Mark
c040b83125
add log message for no configured modules
2004-01-12 20:40:59 +00:00
Fish
1438151bcd
make dist updates. More compile warnings and fixes
2003-12-16 14:05:19 +00:00
Fish
4d556d1714
The sql code is integrated with the conf file, socket code, and initilization portions so far.
...
its not yet setup to export any of NeoStats structs, but you can test with this release with the built in tables:
to test:
./configure --enable-sqlsrv
add a line to neostats.cfg:
SQLSRV_AUTH Fish!blah@127.0.0.*
(username Fish, pass blah, host 127.0.0.* (IP only, can use wildcards)
compile and start up NeoStats
Check for any errors about unable to bind to ports etc.... (if you need to run on a diff port, add SQLSRV_PORT <portnum> to the neostats.cfg
now that its running, from php/command line, connect to the BINDTO ip address (if using BINDTO) or 127.0.0.1 port 8888
eg: command line:
psql -U Fish -h localhost -p 8888
it should prompt with a password.
once connected, you can view available tables with:
"select * from rta_tables;"
some examples are:
"select * from pg_user;"
"select * from pg_conn;"
"select * from rta_stat;"
"select * from rta_dbg;"
"select * from rta_columns;"
Remember, only very basic SQL is supported
2003-12-11 15:37:05 +00:00
Fish
1b30a76684
fix up some of the compile warnings... needs some testing though
2003-12-04 15:47:53 +00:00
Mark
39f9d14f58
comments, cleanups and botmessage stuff
2003-11-25 21:52:38 +00:00
Mark
02285783de
command list system updates
2003-11-21 21:43:00 +00:00
Fish
3cff845f8a
Merge in the /branches/devel into mainstream in prep for 2.5.8. Mark, we can now continue our extended hacking on the /branches... Please check the /trunk though for merge problems
2003-11-03 13:57:11 +00:00
Mark
e042570a73
Improvements to return values and error checking
2003-10-14 15:03:55 +00:00
Mark
f3920bfe2d
server numeric config option
2003-10-13 11:20:40 +00:00
Mark
37e6accf1d
more typo fixes
2003-10-07 14:26:21 +00:00
Mark
5ab5b66c40
more typo fixes
2003-10-07 11:08:55 +00:00
Mark
8a2aca03ff
Help text cleanup, some code cleanups and more on custom log formatting
2003-10-06 16:33:42 +00:00
Fish
4aa6da7413
a bunch of updates from Mark. Thanks :)
2003-09-29 12:46:22 +00:00
Fish
377c16dd18
allow keywords to function on these files
2003-09-22 15:04:15 +00:00
Fish
2b941ac98c
import the recent 2.0 changes after we moved to svn repository
2003-09-22 12:52:18 +00:00
fishwaldo
242c059257
marks segvlocation macro suggestion
2003-09-18 12:21:32 +00:00
fishwaldo
230f800d03
exports a API version for checking when modules are loading, and also called __ModInit and __ModFini when loading and unload modules instead of traditional _init and _fini (but backwards compatible)
2003-08-07 12:31:43 +00:00
fishwaldo
38455ba33b
changed ordering of part and kick logic
2003-08-05 13:14:43 +00:00
fishwaldo
acbc8d4a3d
minor updates and bugfixes
2003-07-30 13:58:22 +00:00
fishwaldo
4d85ccb8ab
marks help file updates, and code formatting
2003-06-13 13:11:50 +00:00
fishwaldo
9be43551d6
updated copywrite notices and a updated makeconf file from M
2003-05-26 09:18:31 +00:00
fishwaldo
2a72b39eb2
minor updates. New code to only join +S bots to #services chan (stops random bots in SecureServ from "flooding" services chan.
...
fixed the longstanding "::" in neostats raw *sigh*
new code to correctly pass bot modes, and send actual mode strings, not just standards...
2003-04-21 10:30:37 +00:00
fishwaldo
5ed3b7602e
moved all the core over to nlog
2003-04-11 09:26:31 +00:00
fishwaldo
9eb2b6914c
more logging improvements.
...
do_exit function, replace all exits and execve calls, so we can clean up (and flush log files)
2003-04-10 15:26:58 +00:00
fishwaldo
2d81992a00
new logging functions... new commandline processing... 1 bugfix!
2003-04-10 09:32:01 +00:00
fishwaldo
5dad155d3e
addded option to bind to a IP address
2003-04-10 06:06:10 +00:00
fishwaldo
ce428fe8e7
lots of little fixes here and there
2002-12-30 12:09:38 +00:00
fishwaldo
2cb07e3b5c
doco updates of internal functions... see fish.dynam.ac/neo for sample
2002-12-26 15:15:04 +00:00
shmad
12f4612354
New idiot proofing system (to get people to READ the damn manual)
...
Misc. Updates
2002-10-20 16:44:33 +00:00
fishwaldo
457ab5a617
Waaa, lots of updates. GPL headers updated. backtrace made more reliable. segv in module code added to timers.c The list goes on and on
2002-09-04 08:40:29 +00:00
shmad
7492f07d57
now calls neostats.cfg, fixed a problem with neostats not reloading.
2002-07-27 04:38:35 +00:00
fishwaldo
0c0731994f
Doco Updates/StatServ hide private channels/serviceroots bugfixes
2002-03-28 05:29:36 +00:00
fishwaldo
e65f61e5bb
External Authentication updates
2002-03-18 05:46:15 +00:00
fishwaldo
b6024738e0
External Authentication updates and module additions
2002-03-17 12:54:16 +00:00
fishwaldo
616a9558b8
Bug fixes and updates. Segv_location has changed slightly
2002-03-08 11:46:08 +00:00
fishwaldo
71c540f825
More updates to CrossIRCD support. a Crazy hack for compiler warning
...
messages as well
2002-03-05 12:59:58 +00:00
fishwaldo
492491bce0
move module/bot/timer/sock list to kazlib libary
...
changed version to 2.5.0Alpha2
2002-02-28 07:54:13 +00:00
fishwaldo
af60944fa7
merge in Shmads initial 2.5 changes (will be for 2.0.14 release)
2002-02-28 04:49:10 +00:00
fishwaldo
2518d00166
Import of 2.0.13
2002-02-27 11:19:15 +00:00
fishwaldo
fd475efe3a
Memory Leak fixes, StatServ Updates, Bug Fixes
2000-04-22 04:45:08 +00:00
fishwaldo
cd9e40c268
Long Overdue Update, BugFixes :)
2000-03-29 13:05:57 +00:00
fishwaldo
d432a3aa18
Fixed up HASH lists for Timers and Bots... Numerous Bug Fixes
2000-02-22 03:32:32 +00:00
fishwaldo
856eadd61b
Added Support For Loading Modules at BootTime
...
Had to Play with the Module Loading Functions to make this work
Not very Clean, but hey, it works!
2000-02-04 04:52:45 +00:00
fishwaldo
bc6d47768b
Initial revision
2000-02-03 23:45:51 +00:00