[Coder-Com] on ban proposal

2002-10-26 Thread Cosmin Marcu
Hello. If you make a low level ban in X (<75) it deops people without saying who did it. My proposal is to make X notice victims about the user who set that ban... like on deop (you are deoped on channel #... by ...). Thanks. Best regards, Cosmin (JL` @ irc) ___

[Coder-Com] +x mode (bug?)

2002-10-16 Thread Cosmin Marcu
Hello. Today I found somenthing strange with the +x mode. After logging in to X and seting +x mode I tried to join a channel on which my real hostname was banned. The strange thing is that I couldn't join even if I had that username.users.undernet.org hostname. Is this a bug? JL` ___

[Coder-Com] ident server for win irc client

2002-10-03 Thread Cosmin Marcu
Hello. I'm trying to make an win irc client (VC++). Actually is working already but it doesn't have a ident server function. Can someone teach me how to make it and where to call it in the application (after NICK ,USER , PASS)? Thank you. Best regards, Cosmin

Re: [Coder-Com] PING PONG problem

2002-06-15 Thread Cosmin Marcu
--- bas <[EMAIL PROTECTED]> wrote: > some ideas (i dont know if its of help) > > - what is the quit reason? why and how does it > quit... (the reason can > be seen by someone who is in the same channel), or > does the client > program crash? > > - you know that you always pong exactly the same

[Coder-Com] PING PONG problem

2002-06-15 Thread Cosmin Marcu
Hello. I'm trying to make an IRC client in VC++ 6. I compiled ircu with cygwin and is running under Win Me. My client works perfectly on it but when I connect it to undernet it quits when receives the PING message from the server. This the function which sends PONG when receives ping: void CSockD

Re: [Coder-Com] level 500 command proposal

2002-05-18 Thread Cosmin Marcu
Hello. Alexander wrote: >Nice idea, but there is one problem. If you have looked at the >mailingarchive you would see this problem has been discussed before >and noone seems to care about it. Sounds harsch and is a personal >opinion. But likely to be a fact. Sorry... I'm new in the mailing list

[Coder-Com] level 500 command proposal

2002-05-17 Thread Cosmin Marcu
Hello. Almost everybody knows that if you have sufficient access in a channel to set a ban through X and you set that ban on *!*@*.* X will kick all users from that channel. You need access level >= ban level to remove it. The problem is that the username's password can be stolen. So, with a stol

[Coder-Com] GNUWorld with cygwin

2002-05-16 Thread Cosmin Marcu
Hello. I know this is stupid but I want to run UWorld in my LAN on a Windows Me system. I guess the best solution to compile it is cygwin. I've built ircu with cygwin and it works fine. With GNUWorld I had some problems. After compiling and making the libraries and gnuworld.exe files I tried to l

[Coder-Com] dlopen error

2002-05-12 Thread Cosmin Marcu
Hello. Few days ago I installed GNUWorld pl6. When I try to run it I get an error message: moduleLoader> Error loading module (libcservice.la): File not found Seems that the error is given by dlopen (always returns NULL). filename="libcservice.a" but it still doesn't load it. The file libcservi

[Coder-Com] dlopen error

2002-05-12 Thread Cosmin Marcu
Hello. Few days ago I installed GNUWorld pl6. When I try to run it I get an error message: moduleLoader> Error loading module (libcservice.la): File not found Seems that the error is given by dlopen (always returns NULL). filename="libcservice.la" but it still doesn't load it. Can someone help