Commit graph

109 commits

Author SHA1 Message Date
Mark
3506ff6ab2 tidy up configure 2005-02-25 00:28:29 +00:00
Mark
1b453e0b43 va_copy handling update courtesy of Reed 2005-02-24 18:24:10 +00:00
Fish
cf6ca565d5 bump release 2004-10-19 06:50:19 +00:00
Fish
3dad21da64 bump version number 2004-07-21 14:06:01 +00:00
Fish
89ee13b176 Fix a crash in message parsing functions. Get ready to push out 2.5.18 2004-07-17 06:10:52 +00:00
Fish
f6f200f04b increase version number 2004-05-29 03:42:20 +00:00
Mark
7035df98a9 update rev to 2.5.16 2004-03-18 22:56:09 +00:00
Mark
246ef9b987 tidy up post configure notice 2004-03-06 21:00:46 +00:00
Mark
e9faf5c2ba berkeley db support for statserv, command processor updates, Unreal EOS support 2004-02-25 23:39:10 +00:00
Mark
b86bc8edac add configure checks for db.h (berkeley) 2004-02-21 22:08:04 +00:00
Mark
0902f37edf more BSD tweaks for make 2004-02-20 21:47:57 +00:00
Mark
e296860b3f remove dependencies for BSD 2004-02-20 21:28:01 +00:00
Mark
98909bcaa5 New script to generate SVN revision in version fields and updates to all core version field processing 2004-02-20 15:43:28 +00:00
Mark
4ccb2578a5 more autoconf magic that the docs claim cannot be done.. wip to tidy up the build output 2004-02-20 00:22:57 +00:00
Mark
1339560801 more FreeBSD workarounds in module builds 2004-02-19 23:30:52 +00:00
Mark
71b2063c50 hmmm 2004-02-19 23:11:15 +00:00
Mark
131f30f041 BSD configure magic to disable dependency checks since BSD make cannot resolve the ruels despite resolving similar ones 2004-02-19 23:08:35 +00:00
Mark
d087291d2f BSD configure magic to disable dependency checks since BSD make cannot resolve the ruels despite resolving similar ones 2004-02-19 23:06:26 +00:00
Mark
c2241f9fa5 Change to configure version generation 2004-02-18 22:17:12 +00:00
Mark
d83894a912 fix make dist 2004-02-10 14:37:29 +00:00
Mark
0798d9e918 fix ircu compile error 2004-02-03 22:40:43 +00:00
Mark
22c12f4e9e SVSTIME support and a few more Makefile updates 2004-02-03 21:11:34 +00:00
Mark
0fcce08ada ircd fixes for server infoline, more build tidy ups, dlxxx wrappers for supporting systems needing leading underscores on symbols, restore botcomand NULL, fix Unreal server info line on main uplink 2004-02-02 20:19:17 +00:00
Mark
cb4eaacfbb autoconf now sets version for us, we just need to change REV 2004-01-31 23:27:38 +00:00
Mark
e6f463e8e0 Add an export var for ircd header files 2004-01-31 16:40:43 +00:00
Mark
72e6d9d166 viagra updated to 2.5.15 ircd format 2004-01-30 22:27:50 +00:00
Mark
002b6228f5 viagra fixes 2004-01-30 22:04:22 +00:00
Mark
a3b9daa172 initial viagra import 2004-01-30 21:56:54 +00:00
Fish
67cfc17742 fix configure/Makefile issues 2004-01-30 10:52:23 +00:00
Mark
58844ea945 allow setting of CFLAGS and LDFLAGS from configure tests 2004-01-29 23:50:30 +00:00
Fish
11e2179e22 update changelog with impending release of 2.5.14 2004-01-16 14:12:02 +00:00
Fish
2b627187ef Add some extra params to some of the events. Usefull for most modules, including ConnectServ, SecureServ and LogServ 2004-01-07 14:19:42 +00:00
Fish
e74c63d7e6 update the version number 2003-12-30 14:19:40 +00:00
Fish
470a23ca06 this should get the flex/bison/yacc/lex issues worked out 2003-12-28 05:15:15 +00:00
Mark
ab74bfee0d update configure for strndup 2003-12-23 20:21:54 +00:00
Fish
514a786c10 fix up Ultimate, which I just broke 2003-12-17 14:05:26 +00:00
Fish
c90824f687 Fix compile errors and warnings, as reported on mailing lists 2003-12-17 11:57:14 +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
29f0601399 Possible Fix for BugID 86 (Topic Crash) 2003-12-08 14:18:32 +00:00
Fish
94b5d8a06a update version and new changelog entries go at the end shmad 2003-12-07 12:01:28 +00:00
Fish
2c58e22cd5 update version number 2003-12-04 15:53:17 +00:00
Fish
a8235a2467 integrate libcurl into build process... no need to start writting the hooks 2003-12-03 15:02:42 +00:00
Mark
5121248694 Unreal updates to configure and docs 2003-11-28 22:33:35 +00:00
Mark
2a53c41d07 begin splitting Unreal 3.1.x and 3.2.x support due to differences 2003-11-28 21:24:04 +00:00
Fish
66d244268d merge /devel and /trunk.... update configure.in. we can start working again on /trunk 2003-11-18 11:51:09 +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
Fish
03c20e2aa4 prepare for 2.5.7 release 2003-10-27 08:05:25 +00:00
Fish
2a7a3f4a3b IRCu support just for you EvilGrin 2003-10-17 11:11:13 +00:00
Fish
4f3fe56cc4 Fix BugID 52, ServiceRoots Enabled twice for Hybrid compiles when used with --with-auth=sr 2003-09-22 14:39:35 +00:00
Fish
398afa5749 bring it upto date 2003-09-22 13:13:25 +00:00