home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ircu210.zip / README.OS2 < prev   
Text File  |  1997-07-22  |  3KB  |  76 lines

  1. **** OBL. DISCLAIMER ****
  2.  
  3. I only guarantee that this package will take up space on your hard
  4. disk. Other than that it may burn holes in your carpet or scare
  5. your cat. There's absolutely NO warranty whatsoever. If it breaks, 
  6. you own both parts.
  7.  
  8. BTW. If you find a typo in the docs, you may keep it.
  9.      If you find 3 you get one for free.
  10.  
  11.  
  12. *** Warning: This package REQUIRES a HPFS formatted disk! 
  13.  
  14. *** Warning: If you link servers together, this version
  15. has changed net-burst/net.bounce handling from alpha5
  16. and beta1, resulting in the fact that you cannot link pre-beta2
  17. servers (alpha5, alpha6, beta1) with beta2 or later.
  18. So if you're gonna run a network, use only the latest version.
  19.  
  20. This server is only protocol-compatible to ircu 2.9.32 and other
  21. ircu 2.10.00 beta 2 and newer servers. Normal EFNET or DALNET type
  22. servers can not interconnect with this server.  
  23.  
  24. *** Note: this version enables the crypt() call, so oper passwords
  25. now have to be encrypted using the included mkpasswd.exe
  26. Link passwords are still unencrypted but can be encrypted if
  27. you grab the source distribution and recompile it yourself.
  28.  
  29. *** Note: Make sure you update your emx runtime. EMXREV should
  30. put out the following values:
  31.  
  32. EMX : revision = 50
  33. EMXIO : revision = 50
  34. EMXLIBC : revision = 52
  35. EMXLIBCM : revision = 52
  36. EMXLIBCS : revision = 52
  37. EMXWRAP : revision = 50
  38.  
  39. Make also sure you don't have older emx-dll's somewhere on your
  40. libpath (emxrev -p x:\config.sys checks this when x is your
  41. bootdrive)
  42.  
  43. *** END NOTES AND WARNINGS
  44.  
  45. This OS/2 port of IRCU is done by Thomas@fivemile.rat.de
  46. (caveman99 on undernet)
  47.  
  48. The according IRCU patchlevel is found in .patches
  49.  
  50. Quick Start guide:
  51.  
  52. - make sure you have at least emx0.9c runtime on your system. 
  53.   If you need it, get emxrt.zip from
  54.   ftp://hobbes.nmsu.edu/old/os2/unix/emx09c
  55. - copy the compiled ircd.exe and the compiled chkconf.exe 
  56.   to the working dir (e.g. d:\tcpip\ircd)
  57. - create a text file called ircd.motd in the same dir
  58.   It's a plain text file detailing your Message Of The Day
  59. - copy /doc/example.conf to the working dir and rename it
  60.   to ircd.conf. Edit it to suit your needs. It's heavily 
  61.   commented.
  62. - You have to assign each server on a network a unique number.
  63.   See README_SERVER_NUMERIC for details.
  64. - run chkconf.exe. No warnings should show up. If they do,
  65.   recheck ircd.conf.
  66. - run ircd.exe. If something went wrong, it traps. (no error
  67.   handling as of yet) If all goes well, it starts.
  68.  
  69. A source release and an experimental version for Windows NT
  70. is also available from ftp.fivemile.rat.de in dir
  71. /pub/Development/beta or from the ircu website 
  72. http://www.fivemile.rat.de/ircu 
  73.  
  74. I know much better documentation should be here, it will be
  75. when the final is released.
  76.