~ircdotnet-dev/ircdotnet/devel

« back to all changes in this revision

Viewing changes to IrcDotNet/IrcLocalUser.cs

  • Committer: Alex Regueiro
  • Date: 2010-08-04 19:22:24 UTC
  • Revision ID: alexreg@gmail.com-20100804192224-h0lah31np54tognh
Added support for sending and receiving of actions (ACTION command) over CTCP.
IrcClient can now connect to server over SSL (see overloads of Connect method). Validation of certificates is performed via an event raised when authenticating.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
using System.Diagnostics;
6
6
using System.Linq;
7
7
using System.Text;
8
 
using IrcDotNet.Common.Collections;
9
8
 
10
9
namespace IrcDotNet
11
10
{
 
11
    using Common.Collections;
 
12
 
12
13
    /// <summary>
13
14
    /// Represents the local user of a specific <see cref="IrcClient"/>.
14
15
    /// The local user is the user as which the client has connected and registered, and may be either a normal user or