1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- added OnMotd event - added IrcClient.Motd - added MotdEventArgs More... over 20 years ago
- using new case-insensitive hashtables (FxCop spotted this) More... over 20 years ago
- updated for new directoy structure - added 2 new files, NonRfcChannel.cs and NonRfcChannelUser.cs More... over 20 years ago
- renamed parameters with "text" to different names (violates .NET library standards) More... over 20 years ago
- removed underscores in parameter names (violates .NET library standards) More... over 20 years ago
- updated for 2 new files, NonRfcChannel.cs and NonRfcChannelUser.cs 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 More... over 20 years ago
- first import - those files are required for the non-RFC features support 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. More... over 20 years ago
- added make call (for SmartIrc4net) to examples/test/Makefile 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 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..... More... over 20 years ago
- copyright notice update 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 More... over 20 years ago
- added lots of comments More... over 20 years ago
- added IrcConnection.SocketSendTimeout and IrcConnection.SocketReceiveTimeout More... over 20 years ago
- fixed bug in channel sync that caused duplicate exception Closes sf.net bug #1064190 More... over 20 years ago
- added exiting messages More... over 20 years ago
- removed autoretry More... over 20 years ago
- changed monodevelop project settings - using namespace now for threading, less to type More... over 20 years ago
- added console More... over 20 years ago
- added ouput of error message More... over 20 years ago
- using now the main bin/ directory structure More... over 20 years ago
- fixed missing end brace More... over 20 years ago
- signing is now own make target More... over 20 years ago
- added .PHONY target More... over 20 years ago
- fixed makefile usage More... over 20 years ago
- fixed error handling for the connection. - optimized the makefile (less static, more userfriendly, ready to use) More... over 20 years ago
- final change for the 0.3.0 release More... over 20 years ago
- update More... over 20 years ago