0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Litte project cleanup: - removed no needed file (like ProfilingSessions/Session20100307_164037.sdps) - solution file is now compatible with SharpDevelop 4 and Visual Studio 2010 - changed reverence for new version of nunit (name changed) - the shared DLL libs in in the /lib folder are now copyed in the IrcSharkStarter postbuild event to the destination folder (Unix user need to change the path separator from \ to /) - everything i forgot More... almost 13 years ago
added Kayak libs and changed references More... almost 14 years ago
reverted bad merge of mc-kay More... almost 14 years ago
changed AddinManager to update from IrcSharkApplication instead of ExtensionManager More... almost 14 years ago
Merge branch 'master' of github.com:HAPM/IrcShark More... almost 14 years ago
added .addins file to debug directory More... almost 14 years ago
Merge branch 'master' of github.com:HAPM/IrcShark More... almost 14 years ago
changed web ui to work with mono.addins More... almost 14 years ago
added some references More... almost 14 years ago
Merge branch 'master' of github.com:HAPM/IrcShark More... almost 14 years ago
renamed libs/ to lib/ More... almost 14 years ago
Merge branch 'master' of github.com:HAPM/IrcShark More... almost 14 years ago
Merge branch 'master' of github.com:HAPM/IrcShark More... almost 14 years ago
added Mono.Addins.dll and references More... almost 14 years ago
add initial web ui More... almost 14 years ago
added AddinCommand to TerminalExtension added Write method to ITerminal changed that AddInManager is initialized by ExtensionManager, now it is initialized by IrcSharkApplication More... almost 14 years ago
changed extensions to use Mono.Addins changed ExtensionManager to only return real extensions removed unneeded extensions fixed ExitCommand to stop terminal now More... almost 14 years ago
added and changed a hole bunch of things to integrate Mono.Addins More... almost 14 years ago
added a little diagram showing the the difference between extensions without connectors and with connectors added IrcShark.Extensions.Sessions project for authentication and session management More... almost 14 years ago
added flags completion to the NetworkCommand changed ExtensionContext to implement IContext More... almost 14 years ago
changed auto complete to work with parameter completion changed the way the main loop in IrcSharkApplication waits for exiting (less cpu usage) changed auto complete of the ExtensionCommand for better display on ConsoleTerminal added IsReading and StopReading to ITerminal to allow aborting the ReadCommand method fixed ExitCommand to work with ConsoleTerminal More... almost 14 years ago
changed TerminalExtension to use ITerminal interface added some new classes and integrated LineEditor in ConsoleTerminal More... almost 14 years ago
added new "IrcShark" console startup logo More... almost 14 years ago
Merge branch 'master' of github.com:HAPM/IrcShark More... almost 14 years ago
fixed ExtensionInfo.ReadXml to not stop reading when a closing dependencies tag appears More... almost 14 years ago
removed old ArgoUML model changed some things in classdiagram More... almost 14 years ago
added basic autocomplet function More... almost 14 years ago
push GetLine class More... almost 14 years ago
Merge branch 'master' of github.com:HAPM/IrcShark More... almost 14 years ago
added new engine for the command history and the autocomplet function by Miguel de Icaza from the Mono project (Mono.Terminal, getline.cs) More... almost 14 years ago