-
Logged In: YES
user_id=158606
Added in 0.5.1.
Upside down?!
2003-08-31 13:39:07 UTC in clcam
-
Logged In: YES
user_id=158606
Fixed in version 0.5.
2003-08-23 02:39:48 UTC in clcam
-
As far as using APIs for client connection sockets (users, servers.. whatever).. I'd say the the API calls are probably faster, contain less "overhead" and allow more control over the socket. Things like select() and setsocketopt(), come to mind. I've not looked at the Sockets control that ship[s with VB for some time, but last time I looked, it wasn't anything special. As far as...
2001-04-02 22:32:42 UTC in The SMC Chat Server
-
This is mainly to the project admin I suppose. I just wanted to get your reasoning for using the Socket control instead of API calls. Also, I'm wondering why you're not using classes of any kind? Is there a specific design strategy? I'm only interested because I have done some irc daemon work in VB before, and have found classes and API calls to be oh-so-helpful in my quest to mimic not only the...
2001-02-22 02:27:33 UTC in The SMC Chat Server