lp:ircdotnet/0.4

Created by Alexander Regueiro and last modified
Get this branch:
bzr branch lp:ircdotnet/0.4
Members of IRC.NET Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
IRC.NET Developers
Project:
IRC.NET
Status:
Development

Recent revisions

49. By Alexander Regueiro

Fixed bug where IrcClient.IsConnected still returned true after server closed connection.
Fixed issue where ArgumentNullException was raised when initial TOPIC message was received.
Removed extraneous blank lines in code for type declarations.

48. By Alexander Regueiro

Fixed bug with Silverlight version of library where message processor methods were inaccessible due to security restrictions.
Silverlight test project now successfully runs and loads, but freezes UI during test run.

47. By Alexander Regueiro

Restructured working tree so that samples/ and tests/ are root dirs.
Fixed bug where user information (real name/user name/host name) was sometimes incomplete when user joined channel.
ModesChanged and TopicChanged events on IrcChannel now specify IrcUser that made change.

46. By Alexander Regueiro

IrcClient class now checks for disposal of self in IsConnected property.
IrcBot now raises correct On* methods when IrcClient events are handled.
Added start and end blank lines to bodies of all types declarations in code.

45. By Alexander Regueiro

NuGet package for sampels now no longer includes obj/ dirs.

44. By Alexander Regueiro

Removed Silverlight solution and added Silverlight library project to main solution.
Added NuSpec definitions for for NuGet packages (library and samples) in root pkg/ directory.
Minor fixes to README files.

43. By Alexander Regueiro

Updated TwitterBot sample so that it now uses TweetSharp v2 library; made error messages more informative; fixed bug where multi-line tweets crashes bot.

42. By Alexander Regueiro

SocketAsyncEventArgs objects are now disposed correctly by IrcClient when finished with.
Fixed bug where zero-length password raised low-level protocol error on sending.
Library project now builds without errors in Release mode.
Updated Silverlight library project so that it now builds again.
Updated AUTHORS file and fixed Markdown syntax.

41. By Alexander Regueiro

Completed implementation for handling replies to STATS messages. Created test and verified it against server.
Improved debugging capabilities for library. Lines for sent messages are now only sent when data is written to socket.
Updated XML comments for library.
Changed extensions of .txt files in root dir to .md (to indicate Markdown content).

40. By Alexander Regueiro

All collection objects are now thread-safe (locking on SyncRoot property).
Started implementation of processing replies to STATS messages.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ircdotnet
This branch contains Public information 
Everyone can see this information.