aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ↵John Hurliman2009-10-221-2/+5
| | | | use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated
* Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2009-06-041-2/+0
|
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-311-2/+29
|
* Update svn properties.Jeff Ames2009-05-311-61/+61
|
* * More TweaksAdam Frisby2009-05-301-2/+2
|
* * More IRCClientView fiddling. Now implements IClientAPI & IClientCore.Adam Frisby2009-05-301-2/+16
|
* * May partially implement a C# IRCd & IRCClientStack.Adam Frisby2009-05-301-0/+47