Difference between revisions of "Talk:Bahamut"

From IRC Wiki
Jump to navigation Jump to search
(Created page with "It should be noted that users using canned services packages that services aliases are hard coded and operserv is on the stats server. To fix, open include/msg.h and edit this b...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
It should be noted that users using canned services packages that services aliases are hard coded and operserv is on the stats server.
It should be noted that users using canned services packages that services aliases are hard coded and operserv is on the stats server.


To fix, open include/msg.h and edit this block which starts on line 238. Change 'Stats_Name' to 'Services_Name' then save the file. You will have to recompile then restart the ircd.
UPDATE:


AliasInfo aliastab[] =
I've modified bahamut 2.0.3 to support botserv, helpserv and operserv.
{
    /* AII_NS */ {MSG_NS, NICKSERV, Services_Name},
    /* AII_CS */ {MSG_CS, CHANSERV, Services_Name},
    /* AII_MS */ {MSG_MS, MEMOSERV, Services_Name},
    /* AII_RS */ {MSG_RS, ROOTSERV, Services_Name},
    /* AII_OS */ {MSG_OS, OPERSERV, Stats_Name},
    /* AII_SS */ {MSG_SS, STATSERV, Stats_Name},
    /* AII_HS */ {MSG_HS, HELPSERV, Stats_Name},
    { 0 }
};


'''DO NOT REMOVE ANY OF THESE LINES UNLESS YOU KNOW WHAT YOU ARE DOING!'''
CHANGES:
 
In the source:
 
*added botserv aliases
*changed server target for helperv   
*changed server target for operserv
*removed RootServ aliases
 
In template.conf:
 
*added botserv restrict blocks
*removed rootserv restrict block
 
Download: http://www.fileden.com/files/2012/10/16/3357910/bahamut-2.0.3-svsfix.tar.gz
 
Support: I will only support my modifications, Bahamut will likely not offer any support since the source code is modified.

Latest revision as of 00:56, 17 October 2012

It should be noted that users using canned services packages that services aliases are hard coded and operserv is on the stats server.

UPDATE:

I've modified bahamut 2.0.3 to support botserv, helpserv and operserv.

CHANGES:

In the source:

  • added botserv aliases
  • changed server target for helperv
  • changed server target for operserv
  • removed RootServ aliases

In template.conf:

  • added botserv restrict blocks
  • removed rootserv restrict block

Download: http://www.fileden.com/files/2012/10/16/3357910/bahamut-2.0.3-svsfix.tar.gz

Support: I will only support my modifications, Bahamut will likely not offer any support since the source code is modified.