1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Listen(false) will loop as long as we receive messages More... almost 21 years ago
- added XML documentation tags - added non-blocking Listen() parameter - renamed IrcUser and IrcChannelUser flags to IsWhatEver e.g. IsOp More... almost 21 years ago
- changing directory structure More... almost 21 years ago
- added ReplyCode to Data class. - added NamReplyEventHandler delegate and event. - removed all GC.Collect() calls (I was on drugs I bet when I wrote that). - fixed bug in channel sync code, now op/voice status of ChannelUser are synced on mode changes. - fixed bug in _Event_RPL_NAMREPLY, op/voice bools was not reset on iteration in the loop. More... almost 21 years ago
- major fixes - bumped version to 0.2.0 More... almost 21 years ago
- don't need debug infos in release builds, thanks to prencher for spotting this. More... about 21 years ago
- first import More... about 21 years ago
- tons of bugfixes More... about 21 years ago
- fixed Connect() the addresslist is now copied, instead of referenced. More... over 21 years ago
- forgot the fix the 2. Ban() method. More... over 21 years ago
- fixed parsing of messages without : prefix. - fixed channel syncing bug (nickchange). - fixed bug in _Event_RPL_NAMREPLY (IndexOutOfRange exception). More... over 21 years ago
- renamed parameter of ReaLineEventHandler and WriteLineEventHandler. More... over 21 years ago
- added NULL to ReplyCode enum. More... over 21 years ago
- added some commands (mainly for debugging). More... over 21 years ago
- project settings update. More... over 21 years ago
- first import. More... over 21 years ago
- added set() blocks for properties. - JoinedChannels property now returns a real list of joined channels. More... over 21 years ago
- added _AddressList, _NextAddress() (required for alternative IRC servers on connect failures). More... over 21 years ago
- fixed Ban(), request for banlist must be "MODE $channel +b" not "MODE $channel b". More... over 21 years ago
- added alot for channel syncing code. More... over 21 years ago
- added more delegates. More... over 21 years ago
- removed Info class (replaced by assembly attributes). - added Info to ReceiveType. More... over 21 years ago
- added constructor/destructor. - added Channel property (channelname). More... over 21 years ago
- changed public fields to properties. More... over 21 years ago
- added SmartIRC info. More... over 21 years ago
- updated project settings. More... over 21 years ago
- not required anymore (IrcUser.cs replaces this). More... over 21 years ago
- added #if LOG4NET checks. More... over 21 years ago
- changed public fields to properties. More... over 21 years ago
- final version of reconnect() triggering. - added more priority levels (AboveMedium and BelowMedium). More... over 21 years ago