* refactor the code to make it more OOP and extensible
authorMarc Piulachs <marc.piulachs@live.com>
Mon, 10 Dec 2007 19:08:13 +0000 (19:08 +0000)
committerMarc Piulachs <marc.piulachs@live.com>
Mon, 10 Dec 2007 19:08:13 +0000 (19:08 +0000)
commit82b5e2eb8bb087d52c1f5a7199be1974a4b20d14
treeefb2f44278532ed65247b30a819693a27d3ef9fc
parent588f8770cdf70b501ca223be7b21a1366587ba7b
* refactor the code to make it more OOP and extensible
* remove old outdated SD project files
* make it use some .NET 2.0 features as generic collections and settings

svn path=/trunk/; revision=31130
31 files changed:
irc/TechBot/TechBot.Console/App.config
irc/TechBot/TechBot.Console/Main.cs
irc/TechBot/TechBot.Console/TechBot.Console.csproj
irc/TechBot/TechBot.Library/ApiCommand.cs
irc/TechBot/TechBot.Library/BugCommand.cs
irc/TechBot/TechBot.Library/Command.cs [new file with mode: 0644]
irc/TechBot/TechBot.Library/Commands/Base/XmlCommand.cs [new file with mode: 0644]
irc/TechBot/TechBot.Library/Default.build [deleted file]
irc/TechBot/TechBot.Library/ErrorCommand.cs
irc/TechBot/TechBot.Library/HelpCommand.cs
irc/TechBot/TechBot.Library/HresultCommand.cs
irc/TechBot/TechBot.Library/ICommand.cs [deleted file]
irc/TechBot/TechBot.Library/IrcService.cs
irc/TechBot/TechBot.Library/NtStatusCommand.cs
irc/TechBot/TechBot.Library/Properties/AssemblyInfo.cs [moved from irc/TechBot/TechBot.Library/AssemblyInfo.cs with 97% similarity]
irc/TechBot/TechBot.Library/ReactOSBugUrl.cs [new file with mode: 0644]
irc/TechBot/TechBot.Library/SambaBugUrl.cs [new file with mode: 0644]
irc/TechBot/TechBot.Library/Settings.Designer.cs [new file with mode: 0644]
irc/TechBot/TechBot.Library/Settings.cs [new file with mode: 0644]
irc/TechBot/TechBot.Library/Settings.settings [new file with mode: 0644]
irc/TechBot/TechBot.Library/SvnCommand.cs
irc/TechBot/TechBot.Library/TechBot.Library.cmbx [deleted file]
irc/TechBot/TechBot.Library/TechBot.Library.csproj
irc/TechBot/TechBot.Library/TechBot.Library.prjx [deleted file]
irc/TechBot/TechBot.Library/TechBotService.cs
irc/TechBot/TechBot.Library/WineBugUrl.cs [new file with mode: 0644]
irc/TechBot/TechBot.Library/WinerrorCommand.cs
irc/TechBot/TechBot.Library/WmCommand.cs
irc/TechBot/TechBot.Library/app.config [new file with mode: 0644]
irc/TechBot/TechBot/ServiceThread.cs
irc/TechBot/TechBot/TechBot.csproj