- Moved commands outside TechBot.Library to TechBot.Commands.Common and TechBot.Comma...
authorMarc Piulachs <marc.piulachs@live.com>
Sun, 18 May 2008 15:54:43 +0000 (15:54 +0000)
committerMarc Piulachs <marc.piulachs@live.com>
Sun, 18 May 2008 15:54:43 +0000 (15:54 +0000)
commitac77d9d3a6afb7faac0b2ea73a5483a06ef44794
tree7f1411702121a8ff228b59a194b236f575670265
parent6d51a10a1bedf5bd45d4a704ec4021dfbae82a38
- Moved commands outside TechBot.Library to TechBot.Commands.Common and TechBot.Commands.MSDN except for Command base classes
- Made TechBot more configurable through .config files
- Code refactoring
- Removed automatic parameter parsing support to make everyone happy

svn path=/trunk/; revision=33586
47 files changed:
irc/TechBot/TechBot.Commands.Common/Base/BugCommand.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/HResultCommand.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/NtStatusCommand.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/Properties/AssemblyInfo.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/ReactOSBugUrl.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/SambaBugUrl.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/Settings.Designer.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/Settings.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/Settings.settings [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/SvnCommand.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/TechBot.Commands.Common.csproj [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/WMCommand.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/WineBugUrl.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/WinerrorCommand.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.Common/app.config [new file with mode: 0644]
irc/TechBot/TechBot.Commands.MSDN/ApiCommand.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.MSDN/Properties/AssemblyInfo.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.MSDN/Settings.Designer.cs [new file with mode: 0644]
irc/TechBot/TechBot.Commands.MSDN/Settings.settings [new file with mode: 0644]
irc/TechBot/TechBot.Commands.MSDN/TechBot.Commands.MSDN.csproj [new file with mode: 0644]
irc/TechBot/TechBot.Commands.MSDN/TechBot.Commands.MSDN.csproj.user [new file with mode: 0644]
irc/TechBot/TechBot.Commands.MSDN/app.config [new file with mode: 0644]
irc/TechBot/TechBot.Console/App.config
irc/TechBot/TechBot.Console/ConsoleTechBotService.cs
irc/TechBot/TechBot.Console/Main.cs
irc/TechBot/TechBot.Console/Settings.Designer.cs [new file with mode: 0644]
irc/TechBot/TechBot.Console/Settings.settings [new file with mode: 0644]
irc/TechBot/TechBot.Console/TechBot.Console.csproj
irc/TechBot/TechBot.IRCLibrary/TechBot.IRCLibrary.csproj
irc/TechBot/TechBot.IRCLibrary/app.config [new file with mode: 0644]
irc/TechBot/TechBot.Library/Attributes/CommandParameterAttribute.cs
irc/TechBot/TechBot.Library/Commands/Base/Command.cs
irc/TechBot/TechBot.Library/Commands/Base/XmlLookupCommand.cs
irc/TechBot/TechBot.Library/Commands/HelpCommand.cs
irc/TechBot/TechBot.Library/Factory/CommandFactory.cs
irc/TechBot/TechBot.Library/Settings.Designer.cs
irc/TechBot/TechBot.Library/Settings.settings
irc/TechBot/TechBot.Library/TechBot.Library.csproj
irc/TechBot/TechBot.Library/TechBotIrcService.cs
irc/TechBot/TechBot.Library/TechBotService.cs
irc/TechBot/TechBot.Library/app.config
irc/TechBot/TechBot.sln
irc/TechBot/TechBot/App.config
irc/TechBot/TechBot/ServiceThread.cs
irc/TechBot/TechBot/Settings.Designer.cs [new file with mode: 0644]
irc/TechBot/TechBot/Settings.settings [new file with mode: 0644]
irc/TechBot/TechBot/TechBot.csproj