Revision: | 1.7.2.1 |
Committed: | Mon Feb 4 00:14:13 2002 UTC (22 years, 9 months ago) by tdb |
Branch: | SERVER_PIRCBOT |
Changes since 1.7: | +4 -0 lines |
Log Message: | Integration of PircBot into i-scream as a replacement for the internal IRC code that was put together in a hurry. PircBot makes the code much neater, and ensures that the IRC interactivity is nicely seperated from the main i-scream code. PircBot is maintained by Paul, an i-scream developer also, at http://www.jibble.org. Changes so far are mostly to move the existing features to the new structure provided by PircBot. It is still very much in development, and is very messy :) |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.2 | i-scream Server Libraries |
2 | ========================= | ||
3 | |||
4 | This directory should contain the required libraries for the server. They are | ||
5 | listed here with their relevant download locations. These are not included | ||
6 | in the CVS repository due to their size. | ||
7 | |||
8 | tdb | 1.6 | Update: These will be fetched by running the configure script, or using the |
9 | "fetch" target for the ANT build script. | ||
10 | tdb | 1.3 | |
11 | tdb | 1.2 | idl.jar |
12 | jacorb.jar | ||
13 | |||
14 | - JacORB Libraries. Both can be obtained from the JacORB package in the lib | ||
15 | directory. The JacORB package can be downloaded from here. | ||
16 | tdb | 1.6 | http://www.jacorb.org/download.html |
17 | tdb | 1.2 | |
18 | tdb | 1.4 | crimson.jar |
19 | tdb | 1.2 | jaxp.jar |
20 | |||
21 | tdb | 1.6 | - XML Parsing libraries. |
22 | tdb | 1.2 | http://java.sun.com/xml/download.html |
23 | tdb | 1.4 | |
24 | tdb | 1.7 | mm.mysql-2.0.11-bin.jar |
25 | tdb | 1.4 | |
26 | tdb | 1.6 | - mySQL libraries. |
27 | http://mmmysql.sourceforge.net/ | ||
28 | tdb | 1.2 | |
29 | tdb | 1.7.2.1 | pircbot.jar |
30 | - IRC Bot | ||
31 | http://www.jibble.org/pircbot.php | ||
32 | |||
33 | tdb | 1.2 | This libraries will also be needed for compilation. |
34 | tdb | 1.6 | |
35 | There is no reason why more recent versions of these libraries can be dropped | ||
36 | in place of the current ones. You will, however, have to ensure that there | ||
37 | tdb | 1.7 | no compatibility issues yourselves. Please let us know if we are out-of-date. |