Mark
040dab041c
try to fix shutdown
2003-12-15 00:08:01 +00:00
Mark
5777bbc4ce
more ircd cleanups
2003-12-15 00:05:05 +00:00
Mark
2d63dacaee
more ircd cleanups
2003-12-14 23:40:22 +00:00
Mark
b77f9920d1
force log file names to lowercase for consistency across modules
2003-12-14 22:19:08 +00:00
Mark
2ba6a85085
try unload bots after modfini
2003-12-14 22:09:12 +00:00
Mark
1021be95a1
fix warning
2003-12-14 22:05:47 +00:00
Mark
2e1a4d9ad7
ircd and module updates
2003-12-14 22:03:34 +00:00
Mark
b8da3ac4d3
ircd and module updates
2003-12-14 21:57:45 +00:00
Fish
69ecd91d92
put a space in the channel mode string
2003-12-14 07:17:48 +00:00
Fish
2d16c6e35d
Fix offset command in SQL and make all tables read only (Duh)
2003-12-14 06:52:49 +00:00
Mark
2ad9afcc2e
update ircd user levels
2003-12-13 17:27:35 +00:00
Mark
b93ca96eae
possible valgrind fix
2003-12-13 00:18:35 +00:00
Mark
492ab99ac9
I must be tired :(
2003-12-12 23:34:41 +00:00
Mark
62890659cf
ircd cleanups and improvements to UserLevel and some warnings fixed
2003-12-12 23:05:37 +00:00
Mark
574d710612
ircd cleanups and improvements to UserLevel and some warnings fixed
2003-12-12 22:40:32 +00:00
Mark
9e78a4e490
tidy up of new umode and smode functions plus propogated them throughout the code
2003-12-12 21:01:16 +00:00
Mark
fc53b71bb2
rename INFO to STATUS to match similar commands in modules
2003-12-12 20:38:45 +00:00
Mark
af2099dd3d
BOT SET help text updates
2003-12-12 20:15:54 +00:00
Mark
6dbef78993
BOT SET help text updates
2003-12-12 20:14:31 +00:00
Mark
987268169d
apply user level checks to BOT SET command (bug 99)
2003-12-12 19:48:06 +00:00
Mark
c289d2c849
remove smodes when we do not support them
2003-12-12 19:29:34 +00:00
Fish
5c3108f111
Channels are now exported as well..
2003-12-12 08:34:11 +00:00
Fish
a87fb876ac
Try now
2003-12-12 07:25:24 +00:00
Fish
b6e15a8ac9
more updates to the sqlsrv emulation... only Users and Servers are exported atm
...
fix up Ultimate vhost handling
added a smodetostring function like umodetostring
2003-12-12 06:40:42 +00:00
Mark
6c378f9cbd
fix UmodeStringToMask
2003-12-11 23:33:03 +00:00
Mark
e00a1c1b3f
fix UmodeStringToMask
2003-12-11 22:42:20 +00:00
Mark
a002878986
remove invalid const... doh
2003-12-11 22:08:38 +00:00
Mark
62b833f168
fix typo
2003-12-11 22:02:27 +00:00
Mark
348e5df587
ircd cleanups and remove fake UMODE_SERVICES
2003-12-11 21:58:05 +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
Mark
80349bd9be
don't free invalid pointers
2003-12-11 14:10:13 +00:00
Mark
b50f7fcf1c
cleanup squit/vhost processing
2003-12-10 23:34:24 +00:00
Mark
6fdbc12d83
no need for current
2003-12-10 21:53:42 +00:00
Mark
37c847eb57
fix warning
2003-12-10 21:43:31 +00:00
Mark
fc9bf2a932
fix numeric
2003-12-10 21:40:48 +00:00
Mark
91535eaf2c
more ircd cleanups
2003-12-10 21:37:43 +00:00
Mark
fa26e56651
ircd msg/tok cleanups
2003-12-10 21:00:13 +00:00
Mark
e6108f4847
more ircd cleanups
2003-12-10 20:51:46 +00:00
Mark
73bad7cf22
fix free
2003-12-10 20:42:54 +00:00
Mark
a8074418fd
props
2003-12-10 20:38:17 +00:00
Mark
5ab5b5b1ad
Event system comments to document them better
2003-12-10 20:36:41 +00:00
Fish
68b94814da
update changelog
2003-12-10 16:01:56 +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
Mark
11ac18ac8a
fix hardcoded MSG_ problems... still need to add tokens
2003-12-09 23:39:21 +00:00
Mark
37860e878c
hybrid and neoircd do not support GLOBOPS
2003-12-09 23:18:28 +00:00
Mark
9fcb2a6502
match function orders for next step
2003-12-09 23:14:31 +00:00
Mark
8146f8c79f
chanalert cleanup
2003-12-09 23:09:32 +00:00
Mark
052e558c11
sts will log SENT buffer so no need to in chanalert
2003-12-09 23:06:25 +00:00
Mark
10a8d87720
privmsg_list is not ircd specific so moved to ircd.c
2003-12-09 22:47:18 +00:00
Mark
0fd3aac119
Update Unreal services bot modes
2003-12-09 22:17:52 +00:00