Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-19 | 1 | -1/+1 | |
| | | | | | | This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events). | |||||
* | Comment out unused variables / private fields to avoid compiler warnings. | Jeff Ames | 2009-06-04 | 2 | -5/+3 | |
| | ||||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 3 | -11/+92 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-05-31 | 3 | -1700/+1700 | |
| | ||||||
* | 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. | |||||
* | * Tweaks to /WHO listings. | Adam Frisby | 2009-05-30 | 1 | -9/+23 | |
| | ||||||
* | * You are likely to be eaten by a grue. | Adam Frisby | 2009-05-30 | 2 | -61/+162 | |
| | | | | | * Enable with [IRCd] Enabled=true (will listen on port 6666). | |||||
* | * More Tweaks | Adam Frisby | 2009-05-30 | 3 | -9/+44 | |
| | ||||||
* | * More IRCClientView fiddling. Now implements IClientAPI & IClientCore. | Adam Frisby | 2009-05-30 | 3 | -182/+245 | |
| | ||||||
* | * May partially implement a C# IRCd & IRCClientStack. | Adam Frisby | 2009-05-30 | 3 | -0/+1487 | |