Re: [Coder-Com] AsLL implementation

2002-12-16 Thread Kev
> Kev, how is 2.10.12 going? It hasn't been under active development, though I've been working on a database primitives library with which I'm going to rewrite the entire IRC database layer, and when I get time, I'm going to finish libevent--both of those will (hopefully) be patched in to .12. >

RE: [Coder-Com] AsLL implementation

2002-12-16 Thread Tom Rons
> As you will remember, I added this password stuff to it > a long long time ago. Before it is released there needs > to be some more discussions and coding I think. > I forgot what it was though - it has been such a long time :/ Op levels and channel upass/Apass? :p Kind regards -- Tom

Re: [Coder-Com] AsLL implementation

2002-12-16 Thread Carlo Wood
Kev, how is 2.10.12 going? As you will remember, I added this password stuff to it a long long time ago. Before it is released there needs to be some more discussions and coding I think. I forgot what it was though - it has been such a long time :/ Should be in my old mails though on the subject

Re: [Coder-Com] AsLL implementation

2002-12-15 Thread daaave
* Carlo Wood <[EMAIL PROTECTED]> [2002-12-16 02:39:19 +0100]: > Blah, I had to make it up from scratch and code it! Uphill both ways in the snow? :) -- daaaveUndernet Server Oper

Re: [Coder-Com] AsLL implementation

2002-12-15 Thread Kev
> > You think this is complicated--I had to figure it out from the source > > while recoding m_rping.c and m_rpong.c at one point! > > Blah, I had to make it up from scratch and code it! touche -- Kevin L. Mitchell <[EMAIL PROTECTED]>

Re: [Coder-Com] AsLL implementation

2002-12-15 Thread Carlo Wood
On Sun, Dec 15, 2002 at 02:34:17PM -0500, Kev wrote: > You think this is complicated--I had to figure it out from the source > while recoding m_rping.c and m_rpong.c at one point! Blah, I had to make it up from scratch and code it! :p -- Carlo Wood <[EMAIL PROTECTED]>

Re: [Coder-Com] AsLL implementation

2002-12-15 Thread Kev
> These pings are new to u2.10.11, Assymetric Link Lag (AsLL) pings Just to nitpick, it's "Asymmetric Link Latency" > measeure the round trip time of packets to a specific server as far as I > understood. It isn't of particularly much use to me yet right now, but I > like to suport interesting fe

RE: [Coder-Com] AsLL implementation

2002-12-15 Thread Tom Rons
> I assume these are normal server<->server pings to keep the > link alive? No, they are not. standard pings, sortof looked like: AA G AB :ServerNameAA AB Z AA :ServerNameAB These pings are new to u2.10.11, Assymetric Link Lag (AsLL) pings measeure the round trip time of packets to a specific s

Re: [Coder-Com] AsLL implementation

2002-12-15 Thread Dave C.
I assume these are normal server<->server pings to keep the link alive? If so, my main question would be "Are you sure your pong responses are correct?" Your pong responses seem to have way more information than the pongs in my tcl-based services (please don't laugh)... To quote from my serv

[Coder-Com] AsLL implementation

2002-12-14 Thread Tom Rons
Hello I am trying to implement AsLL support in a service I'm writing. However, the internal functions only allow me a precision of 3 digits in milliseconds, whereas the servers return 6 digits in their time stamps. I solved the problem by multiplying my own times by one thousand, then checking the