Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thank you kindly, Godfrey, for a patch that: | Charles Krinke | 2009-06-29 | 1 | -1/+2 |
| | | | | | | | | | | The new IRCd module causes an error when multiple instances of OpenSim are run on the same machine; since the port number (6666) is hardcoded, the second and subsequent instances crash upon startup because the port is already in use. Attached is a patch which adds a Port specifier to the [IRCd] section of the config file, which defaults to 6666 if not present. | ||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 1 | -1/+28 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-05-31 | 1 | -66/+66 |
| | |||||
* | Fix IRCd init check for config section | Mike Mazur | 2009-05-31 | 1 | -3/+3 |
| | | | | | | | | | The IRCStackModule used Nini.Config.ConfigCollection.Contains() to determine whether the "IRCd" section was present in the config. This ConfigCollection, however, stores an ArrayList of IConfig objects, not strings, so calling Contains("IRCd") always returns false since "IRCd" is a string, not an IConfig object. | ||||
* | * You are likely to be eaten by a grue. | Adam Frisby | 2009-05-30 | 1 | -6/+15 |
| | | | | | * Enable with [IRCd] Enabled=true (will listen on port 6666). | ||||
* | * More Tweaks | Adam Frisby | 2009-05-30 | 1 | -1/+8 |
| | |||||
* | * More IRCClientView fiddling. Now implements IClientAPI & IClientCore. | Adam Frisby | 2009-05-30 | 1 | -8/+17 |
| | |||||
* | * May partially implement a C# IRCd & IRCClientStack. | Adam Frisby | 2009-05-30 | 1 | -0/+41 |