IRC / std.sockets question

Vladimir Panteleev vladimir at thecybershadow.net
Tue Jan 14 02:55:01 PST 2014


On Tuesday, 14 January 2014 at 08:05:53 UTC, Jakob Ovrum wrote:
> On Tuesday, 14 January 2014 at 03:42:29 UTC, APott wrote:
>> Hello! I didn't really know if I should post here or not but I 
>> decided I should try. I recently started reading up on the IRC 
>> protocol and thought I would try to mess with it a bit and see 
>> if I could implement a server with a few features, just for 
>> fun. I'm already having trouble...
>> (I'm using the XChat client for testing)
>
> Is your project open source? I'm working on a 
> standard-compliant IRC client library for D called Dirk[1], and 
> I'd love to follow progress on a server project. Perhaps Dirk 
> can also aid you in testing :)

I wrote an IRC server for a project a few weeks ago:

https://github.com/CyberShadow/ae/blob/master/net/irc/server.d

There is a client in the same package.


More information about the Digitalmars-d mailing list