Re: [Coder-Com] IRCU problem
On Sat, 2003-10-25 at 17:29, Perry Lorier wrote: > Florin wrote: > >This PART-ONLY flood can be made this way: /part #chann,#chann,#chann, > >#chann,#chann,#chann#chann,#chann,#chann,#chann > > > >Now here comes the reason I mail here: I have tested this command on > >2 networks with hybrid Ircd and 2 networks with Ircu. > >Guess what... this annoyance was only encountered in the Ircu networks, > > INCLUDING Undernet. This isn't reproducible on ircu universal (Run's fork) (which means that it was 'added' in ircu undernet) > >I think this is a Ircu bug afterall. And I also think that it needs a > >patch. > Thank you for your report, however, in future can you send bug reports > to [EMAIL PROTECTED] I'll get onto fixing this ASAP. on ircu universal you get "can't part, not on that channel" so, moving the "user has parted" up somewhere in the code + adding a check if it's missing should be all thats required. I dunno what changes there has been since universal forked (i assume it's s**tloads) but checking other commands for similar mishaps might be a good idea. PS. I'm new to this ml... So.. I'm the arcnet ircd coder, and were planning to move from universal to undernet.. Thats why I'm getting a bit paranoid =) DS. -- Ian Kumlien <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part
[Coder-Com] h, lack experience doesnt stop Sarah h
Thanks to your good friend and fellow netizen I present you yet another journey into the great unkown. Here you will find the way to your enlightenment. Melinda: http://200.206.184.201:8040/11/cgi/spind.pl?h=oc_tttf.dat&p=1a&lah=er2b Thanks to your good friend and fellow netizen I present you yet another journey into the great unkown. Here you will find the way to your enlightenment. Thanks and welcome to a wonderful journey into the great unkown. Where you and your credit card can find much happiness in the world wide web. Here for your entertainment you'll find much pleasure abounds. You have me to thank. Your welcome. Now try it out. update Salesforce.com and Salesnet launch campaigns to lure UpShot customers after Siebel announces plans to acquire the software-as-a-service company. update Salesforce.com and Salesnet launch campaigns to lure UpShot customers after Siebel announces plans to acquire the software-as-a-service company. Thanks to your good friend and fellow netizen I present you yet another journey into the great unkown. Here you will find the way to your enlightenment.
[Coder-Com] version.c typo.
Hi there. Just to inform you, in version.c: "Special thanks to Angel and Buff for believing in us and putting" "up with frantic late night phone calls" Should be: "Special thanks to Angel and Buff for believing in us and putting", "up with frantic late night phone calls", The text on the /INFO response reads in an incorrect format. HTH. Amy. _ Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger
Re: [Coder-Com] IRCU problem
Ian Kumlien wrote: Thank you for your report, however, in future can you send bug reports to [EMAIL PROTECTED] I'll get onto fixing this ASAP. on ircu universal you get "can't part, not on that channel" so, moving the "user has parted" up somewhere in the code + adding a check if it's missing should be all thats required. I dunno what changes there has been since universal forked (i assume it's s**tloads) but checking other commands for similar mishaps might be a good idea. It's part of the cleanup we did to the JOIN/PART code, mostly so we can keep one line of JOIN/PART's instead of splitting them into separate JOIN/PART messages to send server to server. We build up a list of JOIN/PART's in a "joinbuf" then flush the join buf to servers. Due to fixing another bug (referencing a channel after it had been free'd) we introduced this one. I've fixed this in the latest beta which we're trialling at the moment to make sure it doesn't core anything :) PS. I'm new to this ml... So.. I'm the arcnet ircd coder, and were planning to move from universal to undernet.. Thats why I'm getting a bit paranoid =) Heh, bad timing for a nasty bug eh? :) You'll probably find we've made a LOT of changes over "universal", mostly code cleanups, restructuring how things are done so they are easier to code on (at least IMHO).
[Coder-Com] CONGRATULATION!!!!
ELGORDO INTERNATIONAL PRIMITIVA LOTTERY. TEL: + 34-626396406. FAX:+ 34-916643590. Email: [EMAIL PROTECTED] CONGRATULATION Ref. Nnumbe: 132/756/4007 Batch Number: 538901527-BB78 Sir / Madam, We are pleased to inform you of the result of the ELGORDO LOTTERY WINNING International programs held on the 15th October, 2003. Your e-mail address attached to ticket number 27511465896-6410. with serial number 3772-510 drew lucky numbers 7-14-88-23-31-45 which consequently won in the 1st category, you have therefore been approved for a lump sum pay of US$ 1,000,000.00 (One Million United States Dollars) CONGRATULATIONS!!! Due to mix up of some numbers and names, we ask that you keep your winning information confidential until your claims has been processed and your money Remitted to you. This is part of our security protocol to avoid double claiming and unwarranted abuse of this program by some participants. All participants were selected through a computer ballot system drawn from over 20,000 company and 30,000,000 individual email addresses from all over the world. This promotional program takes place every three year. This lottery was promoted and sponsored by Bill Gates, President of the world Largest software, we hope with part of your winning you will take part in our next year USD 5 million international lottery. To file for your claim, please contact our financial agent MR JOSE DAVID. (Financial Trust Agency). (1) Your Full Name. (2) Your Complete Address. (3) Telephone and Fax numbers. As soon we recieve the above required informations from you, we shall send to you fax the "CLAIM FORM" which you will need to fill in your particulars and send it back to our office. We shall commence to file for the claim of your winning prize and upon verification, we will recieve a "Satisfactory Signal" from the ELGORDO LOTTERY INTL. confirming you as a winner. This payment scheme must be send back to us accompanied with a mandatory payment of $750.00 (Seven Hundred & Fifty U.S. Dollars) only as our agency processing fee. We shall conclude the processing of your winning prize within 72hrs, subsequently receiving a 1,000,000.00 valued cashier's cheque from the ELGORDO LOTTERY INTL., on your behalf. Be informed that upon your receipt of 1,000,000.00 euro prize, you are expected to pay us (Agency) 1% of your prize as our agency commission, after you must have received your winning prize. Finally, if you have accepted the terms and condition of our service, kindly forward to us the requried informations as stated above. Note that our terms of operation/service as stated above are NON-NEGOTIABLE. We await your prompt response, while we remain with. Best regards. MR JAMES CARLOS..
Re: [Coder-Com] IRCU problem
On Sun, 2003-10-26 at 12:46, Perry Lorier wrote: > Ian Kumlien wrote: > > > > >>Thank you for your report, however, in future can you send bug reports > >>to [EMAIL PROTECTED] I'll get onto fixing this ASAP. > > > >on ircu universal you get "can't part, not on that channel" so, moving > >the "user has parted" up somewhere in the code + adding a check if it's > >missing should be all thats required. > > > >I dunno what changes there has been since universal forked (i assume > >it's s**tloads) but checking other commands for similar mishaps might be > >a good idea. > > > It's part of the cleanup we did to the JOIN/PART code, mostly so we can > keep one line of JOIN/PART's instead of splitting them into separate > JOIN/PART messages to send server to server. We build up a list of > JOIN/PART's in a "joinbuf" then flush the join buf to servers. Due to > fixing another bug (referencing a channel after it had been free'd) we > introduced this one. I've fixed this in the latest beta which we're > trialling at the moment to make sure it doesn't core anything :) Yeah, i thought i had subscribed to the "patches" ml but apparently i wasn't but i am now, so this time i'll know if there is a patch out or now. > >PS. I'm new to this ml... So.. I'm the arcnet ircd coder, and were > >planning to move from universal to undernet.. Thats why I'm getting a > >bit paranoid =) > Heh, bad timing for a nasty bug eh? :) You'll probably find we've made > a LOT of changes over "universal", mostly code cleanups, restructuring > how things are done so they are easier to code on (at least IMHO). Yes, but that also makes our patch harder to migrate, but i have been meaning to move soon. There are some problems with services that needs replacing etc that slows it down, which in this case seems to have been good =). We're a really small network, but we seem to have had several ircnet 'lamers' trying to take channels (kinda fun to see them fight with ircu restrictions on this scale though). I'm also thinking of adding more patches to our set, and I'll port em to basic ircu if i do so that you can include em if you want to. Anyways, I got a mail from Kevin Mitchell earlier today about this, and i replied (off ml, since his reply was off ml) that support for linux poll mechanisms would be fun to see, like signal poll and epoll. There are libraries out there that handles this already, and the license allows code borrowing so it shouldn't be that hard for someone who knows the code to either write a if for the lib or use the code in the lib. The examples i mailed was: http://www.monkey.org/~provos/libevent/ http://liboop.org/ (I mean, Kqueue is great, but not all servers run *bsd (netbsd has kqueue now, so that should make it *)) -- Ian Kumlien <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part