The channel has become more of a help channel than a coding discussion
channel. Now, I figure we do need such a help channel. Nevertheless,
idling users make it difficult to figure out who needs help and who
doesn't. Thus, we will be setting up a strict no-idling policy for
anybody not in X's u
Hi. I'm kinda new on this commitee. How does one go about joining this
thing?
Hi, I would like to know if you have ever planified to had half-op support
to Undernet ircd, i'm sure this can be a great thing, specialy with x. And
made it avaible to people with an access > than 75. With the half-op status
user with access 75 & + can do the samething that they already can do wi
Hi,
I have a problem in engine_poll() on a netbsd 1.5.2 using ircu .11 up to
date from cvs, i only did a change in os_bsd.c before compile (or it's fail)
I need to change #define _XOPEN_SOURCE by //#define _XOPEN_SOURCE
(but this don't affect my problem i think)
Sometime my ircd (want to) load
> At the end of engine_poll, there is timer_run() and:
> timer_run(void)
> {
> struct Timer* ptr;
> while ((ptr = evInfo.gens.g_timer)) {
> if (CurrentTime < ptr->t_expire)
> break; /* processed all pending timers */
>
> So i guess that CurrentTime < ptr->t_expire is true and should
Kev wrote:
> That's a possibility, but that would be a more general problem, and I've
> never seen it crop up before. In fact, the debug log that you included
> shows that this cannot be the case--the trouble is probably that a socket
> received data, but we fail to read that data in before cal