openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
SmartIrc4net
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 2 hours
ago. based on code collected
about 2 hours
ago.
Jun 10, 2024 — Jun 10, 2025
Showing page 9 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- added OnMotd event - added IrcClient.Motd - added MotdEventArgs
Mirco Bauer
More...
over 20 years ago
- using new case-insensitive hashtables (FxCop spotted this)
Mirco Bauer
More...
over 20 years ago
- updated for new directoy structure - added 2 new files, NonRfcChannel.cs and NonRfcChannelUser.cs
Mirco Bauer
More...
over 20 years ago
- renamed parameters with "text" to different names (violates .NET library standards)
Mirco Bauer
More...
over 20 years ago
- removed underscores in parameter names (violates .NET library standards)
Mirco Bauer
More...
over 20 years ago
- updated for 2 new files, NonRfcChannel.cs and NonRfcChannelUser.cs
Mirco Bauer
More...
over 20 years ago
- added ReceiveType.ErrorMessage, used for ERR_* messages - fixed a crash bug in the channel sync code when a user was voiced/opped/banned 2 times, an ArgumentException was thrown - fixed handling of a stalled connection IOException was not catched in the write thread, and in the read thread the IsConnectionError was not set
Mirco Bauer
More...
over 20 years ago
- first import - those files are required for the non-RFC features support
Mirco Bauer
More...
over 20 years ago
- fixed bug that the initial channel mode is not synced (on join). - examples/test shows now more details for the dump_channel command. - updated TODO list. - fixed typos in API_CHANGE.
Mirco Bauer
More...
over 20 years ago
- added make call (for SmartIrc4net) to examples/test/Makefile
Mirco Bauer
More...
over 20 years ago
- added SendReply(), easy way of replying to a message (regardless if its a channel, query or notice message) - added Halfop() and Dehalfop() command to IrcCommands - added locking variable of SupportNonRfc to avoid possible bugs in channel sync - added OnErrorMessage event as general hook for all RPL_ messages - fixed some code for non-RFC support
Mirco Bauer
More...
over 20 years ago
- added Halfop support (with OnHalfop and OnDehalfop events) if you want to use it do: irc.NonRfcSupport = true; NonRfcChannel nchan = GetChannel("#channel"); nchan.Halfops.... or NonRfcChannelUser nuser = GetChannelUser("#channel", "nick"); nuser.Halfop.....
Mirco Bauer
More...
over 20 years ago
- copyright notice update
Mirco Bauer
More...
over 20 years ago
- fixed socket timeout setting (now it's multiplied by 1000, so it's in proper milliseconds) - fixed tracking of ops and voices list on join (thanks to Le Ka, Closes sf.net bug #1075942) - updated copyright notes
Mirco Bauer
More...
over 20 years ago
- added lots of comments
Mirco Bauer
More...
over 20 years ago
- added IrcConnection.SocketSendTimeout and IrcConnection.SocketReceiveTimeout
Mirco Bauer
More...
over 20 years ago
- fixed bug in channel sync that caused duplicate exception Closes sf.net bug #1064190
Mirco Bauer
More...
over 20 years ago
- added exiting messages
Mirco Bauer
More...
over 20 years ago
- removed autoretry
Mirco Bauer
More...
over 20 years ago
- changed monodevelop project settings - using namespace now for threading, less to type
Mirco Bauer
More...
over 20 years ago
- added console
Mirco Bauer
More...
over 20 years ago
- added ouput of error message
Mirco Bauer
More...
over 20 years ago
- using now the main bin/ directory structure
Mirco Bauer
More...
over 20 years ago
- fixed missing end brace
Mirco Bauer
More...
over 20 years ago
- signing is now own make target
Mirco Bauer
More...
over 20 years ago
- added .PHONY target
Mirco Bauer
More...
over 20 years ago
- fixed makefile usage
Mirco Bauer
More...
over 20 years ago
- fixed error handling for the connection. - optimized the makefile (less static, more userfriendly, ready to use)
Mirco Bauer
More...
over 20 years ago
- final change for the 0.3.0 release
Mirco Bauer
More...
over 20 years ago
- update
Mirco Bauer
More...
over 20 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree