Commit graph

18 commits

Author SHA1 Message Date
Mark
7b581339c9 fix make clean not cleaning some files and added new make distclean which will restore everything back to the original distribution 2004-02-10 17:06:11 +00:00
Mark
e709b0fc0f fix commit that should nto have happened 2004-02-07 23:47:56 +00:00
Mark
6787bc18a2 neostatise IRCu HIDDENHOST to UMODEHIDE 2004-02-07 23:42:56 +00:00
Mark
eff67c0fa7 more makefile and build updates 2004-02-02 23:38:55 +00:00
Mark
f3e4251bcd more makefile and build updates 2004-02-02 23:08:09 +00:00
Mark
eb05d381a1 more makefile and build updates 2004-02-02 23:00:38 +00:00
Mark
1982129161 Tidy up makefiles and build process 2004-01-31 22:00:40 +00:00
Fish
35e980dfbf Some Valgrind fixes 2004-01-31 06:26:56 +00:00
Fish
ed099cab3b Namespace collision with SecureServ. 2003-12-28 10:23:32 +00:00
Fish
78f5a8570b sql emulation fixups 2003-12-28 07:23:42 +00:00
Fish
6359fab3aa more updates for yacc/flex/bison. *sigh* 2003-12-28 06:43:50 +00:00
Fish
470a23ca06 this should get the flex/bison/yacc/lex issues worked out 2003-12-28 05:15:15 +00:00
Fish
bb582b0fde this fixes compiles on Eggy's BSD box! W00p 2003-12-27 05:13:31 +00:00
Fish
c90824f687 Fix compile errors and warnings, as reported on mailing lists 2003-12-17 11:57:14 +00:00
Fish
5738d5297a don't export the debug table 2003-12-16 12:57:37 +00:00
Fish
2d16c6e35d Fix offset command in SQL and make all tables read only (Duh) 2003-12-14 06:52:49 +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
6d6130c00e import of the secret project I have been working on the last few days. Read the README for more info on what this will do 2003-12-10 15:09:40 +00:00