Commit Graph
9 Commits
Author SHA1 Message Date
Cyberboss 506c98c592 Breaks up ITGSService into itself, ITGLanding, and ITGInstanceManager 2017-11-07 16:59:56 -05:00
Cyberboss fdd2a1ad0b Merge upstream 2017-11-01 09:59:11 -04:00
Cyberboss 1ec302039d Makes authentication work with Windows domains 2017-10-31 19:38:55 -04:00
Cyberboss 42a98df47b Logging and more Service setup 2017-10-24 16:07:44 -04:00
Cyberboss c67b597d08 Merge upstream (wew, thats a big one) 2017-10-24 13:53:22 -04:00
Cyberboss c7cdf822e4 Document all event IDs, obsolete old ones, fix bugs and oversights 2017-10-20 17:25:37 -04:00
Cyberboss 196a01d527 Sets sealed on service classes 2017-10-20 16:13:29 -04:00
Cyberboss 3cd4645fa2 Document Administration 2017-10-20 15:39:06 -04:00
Cyberboss 3137be7abb Massive sanity reorganization of project structure
Overall:
- Removed all 'TG' prefixes on classes and enums
Service:
- TGStationServer => ServerInstance
- TGServerService => Service
- Moved all ServerInstance partial classes to a subfolder
- Moved ChatProvider classes, delegate, and interface to a namespace
- Moved EventID and ChatMessageType to their own .cs files
- Moved SanitizeTopicString to Program
- ServerService.cs => Service.cs
- Fixed ProjectInstaller being in it's own namespace instead of
TGServerService
Interface:
- Moved ExitCode enum to Command class
- Moved all components to a namespace
- Moved all component enums to Enumerations.cs
- DDInteropCallHolder => DreamDaemonBridge
- Move PullRequestInfo and DreamDaemonBridge to their own .cs files
- Changes the type of ChannelFactory cache from Dictionary<Type,
ChannelFactory> to IDictionary<Type, ChannelFactory>
2017-10-20 14:00:09 -04:00