-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
61 lines (49 loc) · 3.82 KB
/
TODO
File metadata and controls
61 lines (49 loc) · 3.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[Atlantis]
[Atlantis.Enterprise.UpdateServices]
* Write up implementation documentation and plan out how updates would be handled
[Atlantis.Net.Irc]
* Channel Topics need proper handling/storage
* Stuff
[Atlantis.Net.GameQuery]
* Teamspeak3 protocol query library
-
* Source Engine Query
- Port aca20031's source rcon library to Atlantis (permission recieved)
* Battlefield RCON Library
- BF3
- BC2
* GameSpy/2 Query Library
- Version 1
- Version 2
* Unreal Engine Query
* Other Game Engine Query Protocols
- As needed
[Atlantis.Net.Torrents]
* Research BitTorrent protocol and write-up an implementation scheme for this library
[Atlantis.Win32]
* Need to reorganize native constants from WinForms.cs and NativeConstants.cs into
respective files and group them together. Possibly integrating them into various
other parts of the framewwork, where applicable
.
Normal TODO: http://pietschsoft.com/post/2008/07/C-Enhance-Enums-using-Extension-Methods.aspx
Normal TODO: Log exceptions D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis\Linq\AtlantisExtensions.cs 78
Normal TODO: Logic to either send or update internally the topic D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\Data\Channel.cs 113
Normal TODO: CompanyName, Website, Phone, D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Enterprise\Reflection\CompanyInfoAttribute.cs 30
Normal TODO: Numerical Enumeration representing all IRC error codes D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcClient.cs 34
Normal TODO: Validate whether the nick is of a valid Alphanumeric value with no numerics at the beginning. D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcClient.cs 283
Normal TODO: Send a JOIN request. D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcClient.cs 405
Normal TODO: Verify CTCP messages and fire off events for them D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcClient.Events.cs 151
Normal TODO: Verify CTCP messages and fire off events for them D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcClient.Events.cs 157
Normal TODO: InspIRCd's m_chanlog module support D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcClient.Events.cs 163
Normal TODO: Trigger a RawNumericReceivedEvent event D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcClient.Events.cs 427
Normal TODO: channel topic D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcClient.Events.cs 511
Normal TODO: Allow for sending cerificates to the server. D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcClient.Events.cs 535
Normal TODO: Research how to even do the above comment. D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcClient.Events.cs 536
Normal TODO: only allow it to be set once D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcServer.cs 70
Normal TODO: Check whether we've called Start(), if so, cancel the set. D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcServer.cs 100
Normal TODO: Parse server specific messages D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcServer.cs 112
Normal TODO: fire off disconnection event D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Net\Irc\IrcServer.cs 146
Normal TODO: Generate a password, then regex match it against a known match D:\Source\Unified Technology\Atlantis C#\trunk\UnitTests\Enterprise\SpeechTests\SpeechTests.cs 20
Normal TODO: Pluralize entire sentences D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Enterprise\Linq\StringExtensions.cs 45
Normal TODO: Possibly encrypt D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Enterprise\Xcf\XcfWriter.cs 34
Normal TODO: Take an XcfDocument and save it D:\Source\Unified Technology\Atlantis C#\trunk\Atlantis.Enterprise\Xcf\XcfWriter.cs 54