-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If this issue gets at least one comment. I'll write a documentation #4
Comments
Comment.jpeg |
For real tho I'd needs docs, trying to make an app to connect to osu IRC system. |
Damn guys !!! 4 Years after. Ok I'll start writing it |
Yes this one has been tested againt osu! IRC, which has a kinda strange implementation. It works on it well |
Yeah I'm using it for osu, if you could update it from .Net Framwork to .Net Core it would be epic |
As osu libs are in .Net Core |
Sure, I'll look into it. I was looking for an excuse to go poke my nose in .Net Core since a while |
Ported to .NetCore |
Latest commit is less than half a year old, so I assume you are still actively developing this? If so how's the docs & Nuget package coming? I'm developing my own private encrypted chat system and wanted to use IRC as the backbone of the system. Looking for a cross-platform C# library with a decent set of docs and high ease of use has been a struggle lol. |
Still actively developped and maintained. I started writing the doc locally, didn't pushed anything yet sorry. I was considering a small refractor on certain types (especially NOTICE from services) as helper |
I've been using this client since 2014 on both Windows (.NetFramwork) and Linux (Mono) without needing any major changes/bugs. I'm still using it as com protocol for other projects. |
Sweet! I look forward to seeing it!
I'm using it for a Win/Linux/Android project. I've been just experimenting with the library and looking over the sample code to fill in the gaps of what I couldn't figure out. Win/Linux seems to work great, but when I tried to fire up the Android project, connection failed. Over all seems to be the most likely candidate for my project. |
Meanwhile you could look at my other projects that are using it MemorySoulLink CitiBot TwitchClient is a wrapper of the IrcClient for CitiBot that handles everything specific to TwitchServer (the odd way to send a private message to a specifc channel to send a whisper, or simply all the information store in the IRCv3 tags (usernames, ids...) CitiBot is a framework made for connecting multiple bots to TwitchChat with a database integration |
No description provided.
The text was updated successfully, but these errors were encountered: