[Coder-com] this list
Wasn't this list closed to subscribers only (to stop all the spam, while remaining open for anyone to subscribe)?? -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean. ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-com] this list
Thanks Stacy Brown Thellend wrote: Yes.. I was trying to figure out how to do it with the new software. Finally figured it out. On Wed, 20 Apr 2005, Richard wrote: Wasn't this list closed to subscribers only (to stop all the spam, while remaining open for anyone to subscribe)?? -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean. ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
[Coder-com] ircu 2.10.12.alpha.08
As running on London2.uk.eu.undernet.org if 2 users set a ban, and 1 of them are on london2 at the time, we see 1 set the ban, then the other remove and reset the ban (from london2) in the same line. (it gets worse) if the user we see "resetting" the ban in this way is the one on london2 while the ban remains set on london2, the reset of the network only sees the ban removal (no reset) examples... xplora's log (london2 ircu 2.10.12.alpha.08) 00:47:51: >Mode change "+b [EMAIL PROTECTED]" on #newzealand by xplora 00:48:06: >Mode change "-b+b [EMAIL PROTECTED] [EMAIL PROTECTED]" on #newzealand by xplora 00:48:24: >Mode change "-b+b [EMAIL PROTECTED] [EMAIL PROTECTED]" on #newzealand by wakco 00:49:25: >Mode change "-b [EMAIL PROTECTED]" on #newzealand by wakco 00:49:29: >Mode change "+b [EMAIL PROTECTED]" on #newzealand by wakco 00:49:37: >Mode change "-b+b [EMAIL PROTECTED] [EMAIL PROTECTED]" on #newzealand by xplora wakco's log (helsinki ircu 2.10.11.06) 00:47:51: >Mode change "+b [EMAIL PROTECTED]" on #newzealand by xplora 00:48:07: >Mode change "-b [EMAIL PROTECTED]" on #newzealand by xplora 00:48:24: >Mode change "+b [EMAIL PROTECTED]" on #newzealand by wakco 00:49:24: >Mode change "-b [EMAIL PROTECTED]" on #newzealand by wakco 00:49:28: >Mode change "+b [EMAIL PROTECTED]" on #newzealand by wakco 00:49:36: >Mode change "-b [EMAIL PROTECTED]" on #newzealand by xplora I only noticed this because #CService's UCSCWatch was on london2 and it would appear to start weird kick/ban runs against bans set by channel ops and even X - xplora -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean. ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-com] Time to vote for the new Coder Committee website
Here are the list of entrants that you may choose from: --- * Mitko - http://makedonia.eu.org/coder-com/ * jast - http://jast.heapsort.de/stuff/unet/ * PastY - http://craiovairc.anytime.ro/coder-com/ hmmm 404 Not Found ?? * ViceZ - http://www.vicez.as.ro/codercom/htm/index.php * Kermit - http://users.pandora.be/atverpia/CoderCom/ * DarkEngel - http://www.darkengel.org/coder-com/ (heh, had to resend this, used the wrong from address) -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean. ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-com] Revolving Banlist
Another thing to think about is, some channels may not like this. If this idea were to be implemented perhaps a channel mode should be set to enable it, that way for most the status quo doesn't change. - Richard On 22/07/2005, at 7:29 AM, Alyxavior wrote: Any thoughts on just making the server-side ban list longer than the 45? You could do that, and the below recommendation. I don't know how hard either would be. An idea. :) Enjoy. Reggie [EMAIL PROTECTED] wrote: Message: 1 Date: Wed, 20 Jul 2005 23:01:53 -0600 From: Gerard Beekmans Subject: [Coder-com] max channel ban entries. Revolving list? To: coder-com@undernet.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi guys, Regular users can currently set up to a maximum of 45 ban entries in a channel, whereas X doesn't seem to have this limitation and can set more bans when they are requested. For channels that aren't registered this might be a bit of a problem if they are dealing with large (permanent) ban lists and get maxed out on the 45 bans. Maybe I recall this wrong, or maybe I'm simply thinking of a different IRC daemon. Wasn't there, for lack of a better term, a revolving ban system? If a channel was maxed out on bans and you tried to set another! ban, it would unset the oldest ban and add the newly requested one? If I didn't miss anything in the source code, this snipped from ircd/channel.c doesn't indicate any such feature to exist. if (MyUser(cptr) && !removed_bans && (len > (feature_int(FEAT_AVBANLEN) * feature_int(FEAT_MAXBANS)) || (cnt >= feature_int(FEAT_MAXBANS { send_reply(cptr, ERR_BANLISTFULL, chptr->chname, banid); return -1; } I don't suppose a feature is planned to automate this whereby if FEAT_MAXBANS is reached, unban the oldest entry and set the ban? Thanks, -- Gerard Beekmans /* If Linux doesn't have the solution, you have the wrong problem */ __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean. ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-com] Problem with delayed
OK this thread is making user mode +d and channel mode +d confusing, since they are 2 very separate modes that do very different things. Following the differences: User mode +d stops channel text going to the user Channel mode +D stop JOINs being seen (initially) A service bot that is user mode +d will always still see JOINs from a channel with mode +D set A general user that is user mode +d on the other hand wont see the JOIN's from a channel with mode +D set (initially) As for channel mode +d that is an interim mode for when +D is removed, JOINs will be seen by a general user I see where Progs intended to go with this... His first question is what happens to a general user that is user mode +d when another user that is "delayed" speaks Supposedly I guess they should still see the JOIN triggered by the "delayed" user speaking, but not the user speaking, this detail only needs to be handled by the user mode +d users server. On 28/10/2005, at 05:12, Progs wrote: But if a service want to know who is delayed or not, and if it is +d, it can't. As for this comment, Progs is correct, because the service bot that is user mode +d gets all JOINs regardless of channel mode +D, and no channel chat, a service bot's ability to know the difference becomes limited, certainly workable on a +m channel (since a +m channel would make only channel modes and kicking the only possible activation point, allowing the service bot to track "delayed" users since it sees everyone regardless). In short the service bot would have to be user mode -d so that it can then track the difference on a -m channel. Which then leaves the question, why would anyone want a service bot to know the difference between a "delayed" user, and a "fully joined" user? One possible thought might be to have the service bot to "force" all "delayed" users to be joined when the channel is set -D (ie kill the use of channel mode +d by means of a mode change or kick on those users still "delayed") Progs as far as I am aware a service bot can be set user mode -d, not that it is recommended, since on a large network like Undernet this is not a good idea (the service bot would probably get flooded). My 2 cents turned into 20 cents, sorry. Hope this helps ;) -- [EMAIL PROTECTED] -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean. ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-com] Problem with delayed
you missed one... how about processing the channels +D/+d state on a channel message before processing a users Deaf mode status? after all, it only needs to do this to decide if it needs to send a join to a Deaf user. personally I like the idea that a Deaf user would see all joins regardless ("Fix D"), this would allow a channel to not have to rely on a services bot (although really this should probably be a channel mode like +o/+v) - xplora On 29/10/2005, at 1:40 AM, Andrew Miller wrote: Progs wrote: Hi, If I have two servers, AA and AB, with A and ABAAA on #foo, a +D channel. A is delayed on #foo and ABAAA is +d. There are only A and ABAAA in #foo. When A speaks on #foo, ABAAA is +d so AB doesn't receive message, so ABAAA doesn't see A's join. Bug or feature ?:) This could be used to build a map of the network and determine where the hubs are. Anything which breaks HIS that bad is a bug. There are several fixes: Fix A: We need to globally synchronise delayed state, which means that we need to transmit it in BURST. We can then apply the "don't propagate WASDELAYED" because we can track delayed state in each server. Finally, if a message causes RevealDelayed, it should propagate to all servers, not just those with non-deaf members on the channel. Fix B: Deaf users can't join +D or +d channels, and users in +D or + d channels can't become deaf. Fix C: Deaf users joining a +D or +d channel force a full reveal to everyone on that server(I think we can rule this one out) Fix D: Deaf users joining a +D or +d channel can see everyone, and can't set -d usermode(to prevent seeing the same join twice, when RevealDelayed is called) while in channel. Fix E: Deaf users joining +D or +d channel get a full reveal, and if they set -d, we set WASDEAF on all +D or +d channels they are in. Users with Deaf usermode or WASDEAF status in the channel do not see messages sent by RevealDelayed as they have already seen them earlier. They do see parts for delayed users. How many users set -d once they are connected anyway? Probably not many, so fix D might be reasonable. Fix A requires a server protocol change(and costs extra bandwidth on burst). In the light of the bandwidth problems with A and C, and the feature restrictions of B and D, only E remains(or G, "do nothing" :) ). Opinions? ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean. ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-com] ircu 2.10.12.08
Hiya, 2.10.12.which? There are some known issues with some specific 2.10.12.* versions that may be the cause of your problem, so which exact version you are running would be helpful. -- [EMAIL PROTECTED] On 4/10/2006, at 16:17, Whale wrote: Hi team, sorry to be a pain. Was wishing to update an old testing server on my own box for playing with various things and possibly a place where I can use for mates etc. I've made a couple servers in my time, but it was before 2.10.12.* days... in fact, well before (as in 2.10.09) but am having some issues setting up the latest version (to update the old *.09 i was running). Hopefully I don't seem too stupid in asking this, and that knowing my luck it'll be something really basic that I have missed. Basically everything has worked fine, and i run the daemon which seems to run fine. Except the fact I can't connect?? Running the debug switch comes out fine, and -k says there are no errors in the conf file. I've tried to cut down as much as I can that I won't need cos there will probably be no more than 20 users use this server, plus I'm hoping to run UW and X. http://Z-master.no-ip.com/ircu/ has the config file the log file says : [2006-10-4 16:12:12] SYSTEM [NOTICE]: Server Ready but sadly, no other errors. Hopefully someone can shed some light on just what the hell I've done wrong here :) I would greatly appreciate any ideas or help that anyone could give. Thanks alot for your time >> Z-master ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-com] ircu 2.10.12.08
doh, sorry -- [EMAIL PROTECTED] On 5/10/2006, at 01:50, Carlo Wood wrote: On Thu, Oct 05, 2006 at 01:20:53AM +1300, Whale wrote: ooohh sorry. 2.10.12.08 Richard wrote: Hiya, 2.10.12.which? There are some known issues with some specific 2.10.12.* versions that may be the cause of your problem, so which exact version you are running would be helpful. You could have looked at the subject line... -- Carlo Wood <[EMAIL PROTECTED]> ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-com] RE: Acces to X
not what he meant... to add users with access over 500, is the same as lower 500, however they are not intended for channel based access, replace #channel with * when using the adduser command ;) (thats no # either) ie /msg x adduser * xplora 750 remuser works the same way, as well as modinfo, suspend, and access On 3/21/07, Paulo Ricardo Stradioti <[EMAIL PROTECTED]> wrote: The easiest way, in my opinion, is doing it via IRC. use the FORCE command in the channel and so you'll be able to add users with more then 500 access level. /msg x force #mychannel /msg x adduser #mychannel user 685 >From: Alex Oniciuc <[EMAIL PROTECTED]> >Reply-To: coder-com@undernet.org >To: coder-com@undernet.org >Subject: [Coder-com] RE: Acces to X >Date: Wed, 21 Mar 2007 00:39:04 +0100 > >Thanks! It worked :) > >Now another question if I may, how do I add users with aceess over 500, is >there a module to enable in the website or can I do it on the IRC server? > >Thanks again, >Alex >___ >Coder-com mailing list >Coder-com@undernet.org >http://undernet.sbg.org/mailman/listinfo/coder-com _ i'm making a difference.Make every IM count for the cause of your choice. Join Now. http://clk.atdmt.com/MSN/go/msnnkwme008001msn/direct/01/?href=http://im.live.com/messenger/im/home/?source=hmtagline ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-com] IRCu on OS X
Actually they can set up a sandbox, since the under-pinnings of OS X is Darwin, which is freely available for download, and is all that is needed for ircu. On 12/10/07, Holland Rhodes <[EMAIL PROTECTED]> wrote: > Some time ago I submitted a patch to compile ircu on OS X (which I > believe it or some variant of it was used). I don't have time to write > one for 10.5 but I can provide a shell on a 10.5.1Server if that > would be of any use. > > > On Dec 9, 2007, at 9:03 PM, Michael Poole wrote: > > > Tom Rons writes: > > > >> Hello, > >> > >> I am running into an error when trying to start u2.10.12.12 on > >> MacOS X > >> 10.5.1. I got the latest release through cvs and it compiled > >> flawlessly. However, after I create an ircd.conf in the "new syntax", > >> when I try to start the daemon I get the following error: "error > >> setting max fd's to -1". Since it compiled fine, I figured this must > >> be something trivial. During the configuration routine, the script > >> states "checking max connections... 252", which leads me to believe > >> that the file descriptor settings should be OK.. > >> > >> I have ran ircu in the past, though this took place on remote servers > >> using ssh access. I recently purchased an iMac and am still getting > >> in > >> to Mac OS X, I figured perhaps anyone here has encountered the same > >> problem? Either way, thanks for your help / suggestions. > > > > It sounds like OS X is doing something unusual with either the > > getrlimit() or setrlimit() system call. You'll have to either do the > > debugging and diagnostics yourself or find someone who will -- since > > it is a commercial OS, coder-com members can't easily set up a sandbox > > to play with it. > > > > One early step would be to change line 185 in s_bsd.c (the "error > > setting max fd's" line) to something like this: > > fprintf(stderr, "error setting max fds to %d: %s\n", limit, > > strerror(errno)); > > That would at least give the error message, although it wouldn't say > > why OS X works differently than every other Unix variant that we have > > tested ircu on. > > > > Entrope > > ___ > > Coder-com mailing list > > Coder-com@undernet.org > > http://undernet.sbg.org/mailman/listinfo/coder-com > > ___ > Coder-com mailing list > Coder-com@undernet.org > http://undernet.sbg.org/mailman/listinfo/coder-com > ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-com] [Cservice helpers] [Fwd: [Cservice] suggestion]
Probably should say username instead of account as well. However this is an ircu message, so I'll cc this to coder-com for them to look at and think about, personally I'm thinking it might be better to redirect them to #usernames with something like, "for more information please join #Usernames" - xplora On Thu, Apr 3, 2008 at 7:22 PM, Mervin <[EMAIL PROTECTED]> wrote: > > > Original Message > Subject: [Cservice] suggestion > Date: Tue, 01 Apr 2008 21:40:15 -0500 > From: J. Bitton <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > > The message displayed when attempting to join a +r channel... > > "Cannot join channel (+r): this channel requires authentication -- you > can obtain an account from http://cservice.undernet.org/live/"; > > Could this be changed to: Cannot join channel (+r): this channel > requires authentication -- you can obtain _a free_ account from > http://cservice.undernet.org/live/ > > > You know how dollar signs flash in everyones eyes when they see the word > "account" > > Madness_Inc > > > Respectful, > -- > Mervin > Official CService Representative > > w: http://cservice.undernet.org > m: [EMAIL PROTECTED] > > Undernet Channel Service Committee > -- [EMAIL PROTECTED] Co-ordinator Undernet Channel Services Committee ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/listinfo/coder-com
Re: [Coder-Com] CNOTICE and CPRIVMSG
... and that would account for internet congestion how? -- Richard T Smith (aka xplora or wakco on Undernet IRC Network) Technician, Media Design School Official CService Admin, Undernet Channel Service Committee Work: [EMAIL PROTECTED], [EMAIL PROTECTED] Undernet: [EMAIL PROTECTED], [EMAIL PROTECTED] Home: [EMAIL PROTECTED], [EMAIL PROTECTED] -- Personal Disclaimer: this email is from my own thoughts and opinions and unless otherwise stated does not represent Undernet, CService, or Media Design School. > From: <[EMAIL PROTECTED]> > Date: Fri, 4 May 2001 13:21:47 -0400 (EDT) > To: Perry Lorier <[EMAIL PROTECTED]> > Cc: Kev <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > Subject: Re: [Coder-Com] CNOTICE and CPRIVMSG > > I understand your intentions of disconnecting flooders. I am just > suggesting that you use time stamps with your CLIENT_FLOOD threshold. So > that if a client's receive queue exceeds a certain amount of bytes in a > given period of time, then disconnect it. > > That way the client can pace the amount of data it sends, without having > to do it heuristically. > > Onn Fri, 4 May 2001, Perry Lorier wrote: > >> On Wed, May 02, 2001 at 11:30:59AM -0400, [EMAIL PROTECTED] wrote: >>> Thanks for clearing that up. >>> >>> How should a client be programmed such that the receive queue never grows >>> above CLIENT_FLOOD? Should it control the amount of text per given time? >>> The client has no knowledge of how large the receive queue is on the >>> server. >>> >> >> We could remove clients from the read list when their recieve q has filled >> up. >> But the point of client_flood was to catch clients that were flooding and >> disconnecting them :) >> >> >
Re: [Coder-Com] About Changes
On Mon, May 21, 2001 at 10:15:24PM -0300, Leonardo P wrote: > My point is IP Maskerading. I have changed .13 version for using on my > network (irc.unirc.org), and we are not using it yet. I and my friends had > done an encryption algoritm that use RC5 for hiding user's IP or Host. We have done a similar thing to ircu, but using SHA-1 instead of RC5. In order to make reverse engineering the host/IP from the protected host impossible, we hash the host/IP together with a shared secret, which is broadcasted among all ircds on the network (it is stored in a file on hub ircds, leafs receive it upon connecting). We also use SSL connections, so the secret key can't be sniffed. ;) > The new IP or Host is based on the real IP. If the IP resolves, visible host > turns ENCRIPTED_STUFF.host.com. If not, it turns > ENCRIPTED_STUFF.200.250.19.O , for instance. Our hosts follow the popular text-12345.host.com scheme, for IPs we have 123.123.12345.12345 (the numbers are kept above 256 to avoid ambiguity). We also try to compensate as much as possible for ISPs which put the IP into the hostname. The algorithm isn't 100% foolproof, but seems to work OK so far. Banning works as expected, and for people who want to show their real host/IP, we have usermode +x to turn off protection (bans on the protected version of the host/IP still have effect of course). [shameless plug] Our project is at <http://sourceforge.net/projects/irco>, for anyone's that interested. Richard
Re: [Coder-Com] userload.c:60: storage size of `tm_now' isn't known
On Thu, May 31, 2001 at 01:35:13PM +0800, Derrick wrote: > HI, > While compiling, i encountered this error when I typed "make" after I > finished "make config" > > make[1]: Entering directory `/home/ircadmin/ircu2.10/ircd' > gcc -g -O3 -pipe -I../include -I../config -c userload.c -o userload.o > userload.c: In function `update_load': > userload.c:60: storage size of `tm_now' isn't known > userload.c:60: storage size of `tm_now' isn't known > userload.c:100: invalid type argument of `unary *' > make[1]: *** [userload.o] Error 1 > make[1]: Leaving directory `/home/ircadmin/ircu2.10/ircd' I've come across this several weeks ago, it seems to be a problem with the header files of newer glibc versions (not sure about that though). I have fixed it by editing userload.c, deleting the line "#include " and instead using this: #ifdef TIME_WITH_SYS_TIME # include # include #else /* ! TIME_WITH_SYS_TIME */ # ifdef TM_IN_SYS_TIME # include # else /* ! TM_IN_SYS_TIME */ # include # endif /* ! TM_IN_SYS_TIME */ #endif /* ! TIME_WITH_SYS_TIME */ Hope that helps, Richard
Re: [Coder-Com] New GNUWorld Web Interface
no. http://cservice.undernet.org/live/ uses php3 -- Richard T Smith (aka xplora or wakco on Undernet IRC Network) Technician, Media Design School Official CService Admin, Undernet Channel Service Committee Work: [EMAIL PROTECTED], [EMAIL PROTECTED] Undernet: [EMAIL PROTECTED], [EMAIL PROTECTED] Home: [EMAIL PROTECTED], [EMAIL PROTECTED] -- Personal Disclaimer: this email is from my own thoughts and opinions and unless otherwise stated does not represent Undernet, CService, or Media Design School. > From: "Jonathan M. Slivko" <[EMAIL PROTECTED]> > Date: Fri, 15 Jun 2001 13:28:32 +0100 (BST) > To: Alex Badea <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: [Coder-Com] New GNUWorld Web Interface > > Is this the same interface that is currently being used on The Undernet? > -- Jonathan > > Quoting Alex Badea <[EMAIL PROTECTED]>: > >> >> Hi, >> >> A few weeks ago, at Isomer's suggestion, I began working on a new web >> interface for GNUWorld. I'm happy to announce that I've managed to get >> it >> into a functional state. Here's a description: >> >> Features: >> * All public features of the current web interface: >> * Create new user accounts >> * Reclaim channels >> * Recover forgotten passwords >> * Informational features: >> * View user records >> * Edit your own user record >> * View channel records >> * Edit a channel where you have the right access >> * View/edit a channel's userlist >> * View/edit a channel's banlist >> * Change your own password >> * Submit a channel application (!) >> * Admin features: >> * Track channel applications and reject/register them >> * Check channel logs for recent interesting events >> * Check for channel managers which haven't logged in for 40 days >> >> TODO List: >> * Fix a few violations of the rule of numbers >> * Check for security holes >> * Tweak the channel registration part a bit >> * More admin functions >> * Refine the admin access control >> >> GNUWorld TODO List: >> * Complete the traffic check implementation >> * Complete the sync-the-cache-with-the-database implementation >> >> The archive is at http://vampire.go.ro/files/cservice-ng.tar.gz >> (-ng as in New Generation :P). I developed the interface using PHP4, so >> it >> may not work with previous versions of PHP. Sorry about that. >> >> Anctiously awaiting feedback, >> Vampire- >> >> -- >> Alex Badea | [EMAIL PROTECTED] | http://vampire.go.ro >> - Official Coder-Com Representative on Undernet - >> >> >> > > > > > Jonathan M. Slivko <[EMAIL PROTECTED]> > Tech. Support, Simple Hosting Solutions > Server Co-Administrator, AsylumNet IRC Networks > http://www.asylum-net.org -- check us out! >
Re: [Coder-Com] a suggestion for a new X feature and a featurefor Bots
this would be better sent to [EMAIL PROTECTED] [EMAIL PROTECTED] do not decide on anything you are asking about, they only implement that which is asked for in the server's by the Server admins, with a select few implementing in X what CService asks for. considering invite only lets you invite yourself in, i do not see a reason why we cannot lower the access of the command... however it is not my decision to make. but i will bring it up. ;) -- Richard T Smith (aka xplora or wakco on Undernet IRC Network) Technician, Media Design School Official CService Admin, Undernet Channel Service Committee Work: [EMAIL PROTECTED], [EMAIL PROTECTED] Undernet: [EMAIL PROTECTED], [EMAIL PROTECTED] Home: [EMAIL PROTECTED], [EMAIL PROTECTED] -- Personal Disclaimer: this email is from my own thoughts and opinions and unless otherwise stated does not represent Undernet, CService, or Media Design School. > From: BRiTELiTE <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Tue, 19 Jun 2001 17:36:56 +0200 > To: [EMAIL PROTECTED] > Subject: [Coder-Com] a suggestion for a new X feature and a feature for Bots > > > > HI there, > > I've got an idea for a new (also easy to implementable) feature for the > channel service bot X. > > Some idiots on the net force us somethimes to set our channel to +im. > Okay, it is possible to get our regular visitors an auto voice with > no further Access on X, with just 1 Access point. > > The thing we dont like, is: X has not a user flag (please not a level), > that allows users to invite just theirselves (but not other users!!) in > the channel, if the channel mode is +i and they're not banned. > > So what about a user flag (that does not depend on a user level, because > not senseful in EVERY case) that lets users invite theirselves in a > channel? > > Before i get misunderstood: I'm not talking about an auto invite. > The problem at the moment is just, that there is no possibility to let > a user invite itself (and no one other!), if he's not banned. > > Surely clear: Would only have to work when the user is not banned. > > It's stretching our nerves if there opens 20 queries only asking for > invitation. I think, this could be practically for many channels. > > > Another idea i have is for bots. At the moment, the bot can recognize, > if a "mass join" is after a split, because a "merge" server notices. > As it's no more possible to get the user mode +s since the last time, > it would be great to tell some channel bots that there is split (and > of course, the re-merge, too!!!) thru a user mode? > > Just a notice, that there is coming a rejoin (and of course, a > resynch) within the next XX seconds or something... Anything that lets > the bot make a difference between a joining botnet and a resynching > split. > > Surely knows the bot, that there is split (other ppl are leaving with > *.split), but the bot cant figure out when the servers mergge, no bot > will recognize. Maybe you have an idea on how to implement that. > > With best regards, > > Undernet's BRiTELiTE from #germany > >
Re: [Coder-Com] +ei modes
NewNet (i think is the one, i'm sure its some NNet irc network) is the only IRC network those RFC's actually refer to, and none OTHER (that i know of, unless they are specifically using that networks server code). I suggest you write the creator of those RFC's to find out where to get the server code that supports those RFC's. -- Richard T Smith (aka xplora or wakco on Undernet IRC Network) Technician, Media Design School Official CService Admin, Undernet Channel Service Committee Work: [EMAIL PROTECTED], [EMAIL PROTECTED] Undernet: [EMAIL PROTECTED], [EMAIL PROTECTED] Home: [EMAIL PROTECTED], [EMAIL PROTECTED] -- Personal Disclaimer: this email is from my own thoughts and opinions and unless otherwise stated does not represent Undernet, CService, or Media Design School. > From: "Kristian Trenskow" <[EMAIL PROTECTED]> > Date: Fri, 20 Jul 2001 02:08:03 +0200 > To: <[EMAIL PROTECTED]> > Subject: [Coder-Com] +ei modes > > Dear Undernet Coder Commitee. > > I've read the RFC 2812 and 2813, and found out, that the RFC actually > mentions setting exception lists and invite lists in channels (+ie > followed by a mask), and found out that the ircu doesn't support this. > I'm using the QuakeNet network which runs ircu, but with a patch, and > I'm not aware, if it's their patch that removes the support, but I > wouldn't think so. > Just a little question I would like to ask. > > Thanks > > //Kristian Trenskow > Outlet @ Quakenet > >
Re: [Coder-Com] Logout
and the number of reasons why there isn't one out number the reason for 1 by 50 to 1, and they all pertain to abusing X. wish we could have it, but it is just not a good idea. -- xplora is wakco (Richard T Smith) yeehaa, doggy... b44w00f [EMAIL PROTECTED], Official CService Admin, Undernet Channel Service Committee, Undernet IRC Network. Note: Unless stated this email is from my own thoughts and opinions and does not represent Undernet, CService, or Media Design School. > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Date: Sat, 22 Sep 2001 04:04:35 -0500 (CDT) > To: <[EMAIL PROTECTED]> > Subject: [Coder-Com] Logout > > We could do with a logout command in X so people so if needed we can > logout so people cannot see who is logged in using the status command. > > Simba > >
Re: [Coder-Com] putquick
1. it is a very bad idea (as already stated in the other replies) to have the server disable it's built in flood protection. 2. putquick is a tcl command used by an eggdrop bot, if you are outputting notices, that are 10 lines long you are more likely to flood the bot off, than get the message through, putquick should be used for things like flood pro tcl scripts, for notices use puthelp it maybe slower but it guarantee's that the notices will get through and without flooding your eggdrop offline. 3. [EMAIL PROTECTED] is for help/questions/discussion about server code, not eggdrops sorry. -- xplora is wakco (Richard T Smith) yeehaa, doggy... b44w00f [EMAIL PROTECTED], Official CService Admin, Undernet Channel Service Committee, Undernet IRC Network. Note: Unless stated this email is from my own thoughts and opinions and does not represent Undernet, CService, or Media Design School. > From: [EMAIL PROTECTED] > Date: Wed, 31 Oct 2001 11:48:18 +0100 > To: [EMAIL PROTECTED] > Subject: [Coder-Com] putquick > > When trying to send 10 lines of text using putquick "NOTICE $nick :some > message" from a tcl script the 4 first lines are display immediatly > to$nick, but the remaining 6 lines are displayed with 1-2 seconds between. > Is this a penalty options in ircu doing this delay on many lines or ??? If > so, is it possible to switch this off? > > -Svein- >
Re: [Coder-Com] About suspension, and how to override it.
best way to handle would require a way of detaching the suspension from access list, that way if the access is removed then re-added the suspension remains (probably require a separate suspension table that would mimic the access list except only have entries for actual suspensions) -- xplora is wakco (Richard T Smith) yeehaa, doggy... b44w00f [EMAIL PROTECTED], Official CService Admin, Undernet Channel Service Committee, Undernet IRC Network. Note: Unless stated this email is from my own thoughts and opinions and does not represent Undernet, CService, or Media Design School. > From: Greg Sikorski <[EMAIL PROTECTED]> > Date: Thu, 27 Sep 2001 22:55:52 +0100 > To: "Bjørn Osdal" <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [Coder-Com] About suspension, and how to override it. > > [EMAIL PROTECTED] wrote on 27/09/2001 19:20:24: > >> Why not put a code in that sais if a user is suspended, he can not be > removed. >> >> I presume you know that if you have someone on the userlist that is > close to >> you, and is willig to "betrade" the other ops, he could /msg x remuser >> #channel username, and then /msg x adduser #channel username level, and > his >> suspension is cancelled. >> >> > > The downside of this is you can essentially "Lock" a person into being > added in a channel without their consent, just by suspending them - > they'll be unable to remove themselves from #!!hot-turtles. You > could make it so that self-remuser's still work, however you're left with > the same problem :) > > Greg >
Re: [Coder-Com] 439's
20 in 2 minutes (it's the privmsg/notice too many targets). question has to be tho, why are you creating a "cyclebot"... reason i say this is while i can think of and know of a few reasons to do this, i should also warn you that mass-advertising is not allowed or liked on undernet, and all information it may be collecting as well as what it is doing should never be used for this purpose. -- xplora is wakco (Richard T Smith) yeehaa, doggy... b44w00f Technician, Media Design School Ltd. [EMAIL PROTECTED], Official CService Admin, Undernet Channel Service Committee, Undernet IRC Network. Note: Unless stated this email is from my own thoughts and opinions and does not represent Undernet, CService, or Media Design School Ltd. > From: "Alexander Maassen" <[EMAIL PROTECTED]> > Date: Tue, 27 Nov 2001 18:27:28 +0100 > To: <[EMAIL PROTECTED]> > Subject: [Coder-Com] 439's > > I'm currently working on a new tcl for cyclebots, the tcl itself is actually > done, but the issue is that because of the joinamount it triggers throttles > and the bots get 439's, my questions are: > > - Are those throttles host based or client (numeric) based ? > - What is the optimal joincount/minute for a single client before it triggers > a 439 ? > > If I get decent answers on those I would be able to recode the script a bit to > take these into account to minimize the amount of cyclers needed to check > channels. > > >
Re: [Coder-Com] FW: X's unban... is that a bug?
this has not changed since the old X... you have enough access to remove the ban on the channel but not enough access to remove the ban in X, result, X removes the channel, but notify's you that you cannot remove the ban in X. -- Richard T Smith - [EMAIL PROTECTED] Technician, Media Design School Ltd. CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. Note: Unless stated this email does not represent Media Design School Ltd. > From: "Empus" <[EMAIL PROTECTED]> > Reply-To: <[EMAIL PROTECTED]> > Date: Wed, 10 Apr 2002 13:47:49 +1200 > To: <[EMAIL PROTECTED]> > Subject: [Coder-Com] FW: X's unban... is that a bug? > > ack, I sent this e-mail to early, thinking that it *did* remove the ban. > However, it did not, a couple of minutes later: > > [13:44] *** Marc_-- ([EMAIL PROTECTED]) > has joined #politics > [13:44] *** X sets mode: +b *!*@*.Dial1.Phoenix1.Level3.net > [13:44] *** Marc_-- was kicked by X ((sansmith) *Saddam_Jr* jewish piece of > shit - Shame, Shame) > > [13:45] -> *x* lbanlist #politics *level3* > [13:45] -X- *** Ban List for channel #politics *** > [13:45] -X- #politics *!*@dialup-65.57.34.26.Dial1.Phoenix1.Level3.net > Level: 450 > [13:45] -X- ADDED BY: Brytani ( jews are descendants of fruit > maggots) > [13:45] -X- SINCE: Tue Apr 2 06:43:49 2002 > [13:45] -X- EXP: 6 days, 02:58:17 > [13:45] -X- #politics *!*@*.Dial1.Phoenix1.Level3.net Level: 300 > [13:45] -X- ADDED BY: sansmith (*Saddam_Jr* jewish piece of shit - Shame, > Shame) > [13:45] -X- SINCE: Wed Apr 3 04:22:25 2002 > [13:45] -X- EXP: 7 days, 00:36:53 > [13:45] -X- *** END *** > > What's going on?! > > -Original Message- > From: Empus [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 1:45 PM > To: [EMAIL PROTECTED] > Subject: X's unban... is that a bug? > > > This interested me today... > Can anyone enlighten my about this? is it some kind of bug? > > > [13:43] *** Marc_-- ([EMAIL PROTECTED]) > has joined #politics > [13:43] *** X sets mode: +b *!*@*.Dial1.Phoenix1.Level3.net > [13:43] *** Marc_-- was kicked by X ((sansmith) *Saddam_Jr* jewish piece of > shit - Shame, Shame) > [13:43] -> *x* unban #politics *!*@*.Dial1.Phoenix1.Level3.net > [13:43] -X- You have insufficient access to remove the ban > *!*@dialup-65.57.34.26.Dial1.Phoenix1.Level3.net from #politics's database > [13:43] -X- You have insufficient access to remove the ban > *!*@*.Dial1.Phoenix1.Level3.net from #politics's database > [13:43] *** X sets mode: -b *!*@*.Dial1.Phoenix1.Level3.net > [13:43] -X- Removed 1 bans that matched *!*@*.Dial1.Phoenix1.Level3.net > > > -Mike > Empus@IRC > >
Re: [Coder-Com] I have a problem with ircu.
this is 2.10.11 latest beta on MacOS X after doing make cc -g -O3 -pipe -I. -I.. -I../include -c ircd.c -o ircd.o ircd.c:455: illegal expression, found `)' cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode ircd.c: In function `parse_command_line': ircd.c:455: parse error before `)' ircd.c: In function `main': ircd.c:600: too few arguments to function `event_init' make[1]: *** [ircd.o] Error 1 it appears to be saying MAXCONNECTIONS is not defined ... 455: printf("\nCompiled for a maximum of %d connections.\n", MAXCONNECTIONS); 600: event_init(MAXCONNECTIONS); looking to see if i can find out why... -- Richard T Smith - [EMAIL PROTECTED] Technician, Media Design School Ltd. CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. Note: Unless stated this email does not represent Media Design School Ltd. > From: Thomas Berglund <[EMAIL PROTECTED]> > Date: Tue, 16 Apr 2002 19:14:17 +0200 > To: [EMAIL PROTECTED] > Subject: [Coder-Com] I have a problem with ircu. > > Hi! > > Can somebody please look at this picture, and tell me what I can do. > > I'm running Mac OS X, and I have installed the developer tools, so what > can I do to compile ircu? > > It would be nice with some help installing ircu in Mac OS X. > > Please help! > > > > > > - > Thomas Berglund >
Re: [Coder-Com] I have a problem with ircu.
./configure in 2.10.11 doesn't know what to set MAXCONNECTIONS to in MacOS X after doing ./configure edit config.h and set maxconnections to 252 or lower if you wish to set higher you will have to find out how to set FD_SETSIZE higher under MacOS X through one of Apple's mail lists. -- Richard T Smith - [EMAIL PROTECTED] Technician, Media Design School Ltd. CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. Note: Unless stated this email does not represent Media Design School Ltd. > From: Richard Smith <[EMAIL PROTECTED]> > Date: Wed, 17 Apr 2002 12:05:07 +1200 > To: <[EMAIL PROTECTED]> > Subject: Re: [Coder-Com] I have a problem with ircu. > > this is 2.10.11 latest beta on MacOS X after doing make > > cc -g -O3 -pipe -I. -I.. -I../include -c ircd.c -o ircd.o > ircd.c:455: illegal expression, found `)' > cpp-precomp: warning: errors during smart preprocessing, retrying in basic > mode > ircd.c: In function `parse_command_line': > ircd.c:455: parse error before `)' > ircd.c: In function `main': > ircd.c:600: too few arguments to function `event_init' > make[1]: *** [ircd.o] Error 1 > > > it appears to be saying MAXCONNECTIONS is not defined ... > > 455: > printf("\nCompiled for a maximum of %d connections.\n", MAXCONNECTIONS); > > 600: > event_init(MAXCONNECTIONS); > > looking to see if i can find out why... > > -- > Richard T Smith - [EMAIL PROTECTED] > Technician, Media Design School Ltd. > > CAUTION: This communication is confidential and may be legally privileged. > If you have received it in error you must not use, disclose, copy or retain > it. Please immediately notify us by return email and then delete the email. > > Note: Unless stated this email does not represent Media Design School Ltd. > >> From: Thomas Berglund <[EMAIL PROTECTED]> >> Date: Tue, 16 Apr 2002 19:14:17 +0200 >> To: [EMAIL PROTECTED] >> Subject: [Coder-Com] I have a problem with ircu. >> >> Hi! >> >> Can somebody please look at this picture, and tell me what I can do. >> >> I'm running Mac OS X, and I have installed the developer tools, so what >> can I do to compile ircu? >> >> It would be nice with some help installing ircu in Mac OS X. >> >> Please help! >> >> >> >> >> >> - >> Thomas Berglund >> > >
Re: [Coder-Com] Ban/Kill with fingerprint
on 18/4/02 06:15, Chojin at [EMAIL PROTECTED] wrote: > - Original Message - > From: "Chris Crowther" <[EMAIL PROTECTED]> > To: "Chojin" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, April 17, 2002 8:02 PM > Subject: Re: [Coder-Com] Ban/Kill with fingerprint > > >> On Wed, 17 Apr 2002, Chojin wrote: >> >>> what about ban/kill using fingerprint associated with a provider ? (I > want >>> to ban someone with *.aol.com associated with his fingerprint). >> >> What exactly do you mean by fingerprint? You can set klines and >> bans on masks such as *@*.aol.com already. >> > > > I mean fingerprint is a sort a computer id and if I gline a users with > *@*.aol.com with his fingeprint, even if user changes his IP (with isp > reconnection) he is still glined because his fingerprint is glined. Other > users from aol can join. > > -- > Chojin > > sorry but that doesn't answer the question... what is a fingerprint? and how are the server's supposed to get it?
[Coder-Com] last modified: processing \n in nicks
"last modified:" in the user lists and ban lists is letting \'s in the nick!user@host (usually just the nick where nicks can have \'s in them) be processed (ie \n is cutting off the rest of the line, most other variations are at least hiding the \ and code attached) -- xplora @ undernet
Re: [Coder-Com] Banlist
on 30/4/02 08:50, éL NìçoS at [EMAIL PROTECTED] wrote: > > Coders, > > I also have a suggestion. Large channels often deal with floods. Most off > those large channels prefer to put two or three eggdrops online to protect > themselves against the floodhosts. On most off these channels the banlist is > quickly filled... > > Many users asked to enlarge banlists on UnderNet, so they can put more bans. I > don't think that is a solution, the banlist will be full again after a while. > But it might be possible to code a bancheck for X, an automated function in X > in wich you set a maximal number off bans before X clears the banlist in the > channel. That way there is no need to enlarge banlists, and the problem is > also solved. > > Just a thought... > > éL NìçóS thanks for the suggestion, i have passed this onto [EMAIL PROTECTED] because it is they whom would have to decide on this. please note, to my knowledge (i could be wrong here, but not on this list), ALL undernet.org mail lists have a no html formatted email policy, for future suggestions please remember to disable html formatting before sending. Regards -- [EMAIL PROTECTED]
Re: [Coder-Com] level 500 command proposal
Regarding *!*@*.* see Isomer's email. There IS enough security. Regarding what to do when your username is hacked on undernet... First, go to http://cservice.undernet.org/live/ login (if you still can) and change your password, if you cannot login, use forgotten password (link both in side bar and right below where to login). Failing those to options, email [EMAIL PROTECTED], if still no help, then as a last resort try [EMAIL PROTECTED] [EMAIL PROTECTED] only comes into the picture when you see someone else's username is hacked and being abused. (and even then this should be verified by asking in #CService) (Please give all email addresses 5 days to reply, if no reply after 5 days resend the email) Regards [EMAIL PROTECTED] Official CService Admin On 18/5/02 4:55, "Alexander Maassen" <[EMAIL PROTECTED]> wrote: > Hello Cosmin, > > Friday, May 17, 2002, 2:50:20 PM, you wrote: > > CM> Hello. > > CM> Almost everybody knows that if you have sufficient > CM> access in a channel to set a ban through X and you set > CM> that ban on *!*@*.* X will kick all users from that > CM> channel. You need access level >= ban level to remove > CM> it. The problem is that the username's password can be > CM> stolen. So, with a stolen password and sufficient > CM> access you can kick out an entire channel. This > CM> sucks... > CM> My proposal is to add a new channel setting (level > CM> 500). For example FULLBAN (OFF or ON) which allow (or > CM> not) users to set bans on *.* . I guess is a good > CM> ideea... 10x & please excuse my english. > > CM> Best regards, > CM> JL` > > > CM> __ > CM> Do You Yahoo!? > CM> LAUNCH - Your Yahoo! Music Experience > CM> http://launch.yahoo.com > > 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. > Stolen usernames are considered a lack of security on the clients side > where the user has not put enough efforts into securing his data. Thus > in case of a compromised client the client is on his own and needs to > act damn quickly in immediately mailing [EMAIL PROTECTED] . > The problem that accompanies it that this mailbox receives massive > amounts of mail, so before they read it could take a couple of days. > > My opinion is to completly remove the option to be able to use *!*@* > as kick/ban mask. (Run: you stated you would use it to clean up your banlist, > so it > would only be needed to UNBAN, no need to use it for BAN/KICK in this > matter) >
Re: [Coder-Com] Adduser
Sorry but CService aren't interested, (I know I've been asking for ages, and I'm on the inside, but you can work around this simply by regularly monitoring /msg x info yourusername), and I am told that X is already being "taxed" to much on login. (although my way around that was simply to add a setting to let the user decide if they want to be notified when they are added, and when set only add/notify when online, if not online, the user is not added) In short, the best thing to do is set up a timer to /msg X info yourusername Regards [EMAIL PROTECTED] Cservice Administrator On 6/6/02 1:07, "Bjørn Osdal JR" <[EMAIL PROTECTED]> wrote: > Cawders, > > When a user is 'attempted' added to X, wouldn't it be nice if X could send a > notice to the user, if he was online? And if the user isn't online, well, > then it could be memorized in X next time the user logged in, sorta like the > password notice CService has at present. > > Something like.. > > [3:01:38pm] MSG -> *X* adduser #channel snatcher 100 > [3:03:19pm] [Personal Notice] X: You have been added to #Channel by snatcher, > level 100. If you do not want access to this channel, type /msg X remuser > #Channel snatcher. > > Just a thought. :) > > --- > Bjørn Osdal JR (Snatcher) <[EMAIL PROTECTED]> -- http://www.mediadesign.school.nz/ This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean. CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email.
Re: [Coder-Com] Adduser
As inserted: > From: Valcor <[EMAIL PROTECTED]> > Date: Thu, 6 Jun 2002 14:16:51 -0500 > To: Richard Smith <[EMAIL PROTECTED]> > Subject: Re: [Coder-Com] Adduser > > Hello xplora, > > I'm not a very good coder, and have personally not even attempted > anything quite as complex as X, or even the ircd, so excuse my > questions for appear completely and utterly stupid ;) No offence is > intended. My coding experience isn't in this area, but it interests > me, so I try to learn ;) > Heh, me too > On Wednesday, June 05, 2002, you wrote: >> Sorry but CService aren't interested, (I know I've been asking for >> ages, and I'm on the inside, but you can work around this simply by >> regularly monitoring /msg x info yourusername), and I am told that X >> is already being "taxed" to much on login. > > Taxed as in what way? Surely adding an extra table, and a new field > wouldn't make *that* much difference? I mean, the extra tag on the > main user table saying that since their last login, they were added to > a channel... if that flag is set, then look into the other table, and > show them the table, once the record is shown, delete it (or I'm sure > there is probably an easier way). > "and I am told that" <-- hmmm I would have thought that at least implied that I didn't know. As for the rest... Well you are only preaching to the converted. Please just tell people that if they really want this kind of feature added and installed on X the place to email is [EMAIL PROTECTED], use [EMAIL PROTECTED] if you want the feature just added to gnuworld/cmaster for use on another network. -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] Patch idea.. any thoughts?
Due to the nature of IRC's client<->server protocol, the join/parts are a must, but because of the server and traffic load, setting (and in particular removing) a channel mode to do this is probably not practical, how about creating a new channel type, that is global (like # and + channels) but is always in this "auditorium" mode with perhaps a channel mode for defining whether +v users can be seen or not. > On Fri, Jul 26, 2002 at 09:15:26PM +0200, bas wrote: > >> Sounds like "auditorium" mode. IRCplus has it, check ircplus for which >> char they use (if you must). i dont think this feature should be used on >> undernet, as its far from "pure", which ircu is atm. > > Thanks for the tip about IRCplus; I'm talking about this change for the > QuakeNet patch rather than ircu "proper" anyway, so whether it gets used or > not depends on whether I can persuade the QuakeNet people that it's > worthwhile :). > > Anyway, ircplus uses +x for "auditorium" mode. It appears to have the > following properties: > > * When +x is set, it broadcasts lots of PARTs such that only the opped users > remain visible to the non-opped users. Opped users still see everyone. > > * Once +x is set, opped users can see everything, non-ops can only see > ops; the same goes for channel text (so ops can see things said by > non-ops) > > * If someone is opped, a JOIN is broadcast to everyone, and the opped user > sees a JOIN flood of all the previously-invisible users. > > * If someone is deopped, a PART is broadcast to everyone, and the opped user > sees a PART flood of all the non-op users. > > * If the chan is set -x, it appears to break horribly :). I don't know if > it's just a bug in the particular version I tested[1] but it completely > shafts client sync; doesn't even broadcast the -x change to clients > (although the -x change does happen). mIRC users doing a /names get their > namelist back in sync but I don't think this can be relied upon. > > I think if we do implement this feature we need something more along the > lines of what I explained initially (i.e. +v users are visible and can > talk but can't see everyone). > > splidge > > [1] It spewed some random error at me, so it did know it was broken.. > -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] Patch idea.. any thoughts? [restarted]
hmmm: Channel has 2000 users in it with, 5 ops 5 voiced Anyone whose anyone knows that if someone were to join that channel from anything less than a dual channel ISDN line (and probably including) is not going to handle the flood of /names, and the ensuing irc clients doing things like /who or /userhost for everyone in that channel. And for the situation requested, it is also unfair to expect all the users will know how to set there clients to not get extra information on the nicknames from /names. Also a channel mode for "auditorium" mode is impracticle because in order to not break the protocol in the example above 1995 people would have to be sent 1995 joins/parts when the channel mode is removed/set (respectively). (that¹s 3980025 messages that would have to be sent, if you are wondering) However this would be fine for those being opped/deopped because, only the person being opped/deopped would need to see everyone join/part (that¹s 3989 messages, made up of 1 per client that couldn't/wont see them (1995) plus 1994 for the person being opped/deopped) So I am suggesting, if someone really wants this, they are better off creating a channel type (ie -channel instead of #channel), not a mode, simply because the semantics of the channel mode would create too much server load (which is probably why IRCPlus didn't like the channel mode being removed). > Doesn't that pretty much destroy the concept behind IRC... As for the above line, so does channel modes +m +k +s +p +i +l +n. It was my understanding this was being aimed at another network out there that could actually use such a feature, and I am only trying to answer them. -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] Unable to start server
On Friday, Sep 20, 2002, at 08:14 Pacific/Auckland, ChyeNW wrote: > using FreeBSD-3.2 > running ircu2.10.11, latest from CVS > > bash-2.03$ ./ircd > ERROR: This server will not run as superuser. > bash-2.03$ > > Anybody knows why this happens ? > it is not recommended to run ircd as root, create a special user to run it as, then run it. -- Regards Richard Smith Media Design School Technician -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] raw 330 (X username in whois) format changed ?
Before we get too carried away, this bug is on the server season`d is on, not diemen.*, and it actually looks like someone has specifically hacked mesa's code. mesa.* is using u2.10.11.02 and I tested and confirmed this from elsene.* which is also using u2.10.11.02 and doesn't have this bug. Seems to me the admin of mesa.* (or whomever it was that compiled u2.10.11.02) is thinking more of the way it looks than the RFC. > hi there, > > I was whois'ing a friend that is connected to mesa.* and I observed that a > remote whois (/whois nick nick) was returning me a different username. > > [12:44] -> Server: whois season`d > Season`d is [EMAIL PROTECTED] * *** This space left empty. *** > Season`d using *.undernet.org The Undernet Underworld > [12:44] Season`d is logged in as Seasoned > season`d End of /WHOIS list. > > in telnet, it shows this: > :Diemen.NL.EU.Undernet.org 311 hidd Season`d trialgun ready2.lock-n-load.org > * :*** This space left empty. *** > :Diemen.NL.EU.Undernet.org 312 hidd Season`d *.undernet.org :The Undernet > Underworld > :Diemen.NL.EU.Undernet.org 330 hidd Season`d Seasoned :is logged in as > :Diemen.NL.EU.Undernet.org 318 hidd season`d :End of /WHOIS list. > > The 2 whois I just pasted are ok. (local whois from Diemen.*) > > But, when i attempt to make a remote whois on Season`d (still connected from > Diemen.*): > > [12:47] -> Server: whois season`d season`d > Season`d is [EMAIL PROTECTED] * *** This space left empty. *** > Season`d using *.undernet.org The Undernet Underworld > Season`d is an IRC Operator > > [12:47] Season`d logged is <- see this line ? > > Season`d has been idle 1hr 21mins 4secs, signed on Sat Oct 12 20:06:37 > season`d End of /WHOIS list. > > telnet: > :Diemen.NL.EU.Undernet.org 311 hidd Season`d trialgun ready2.lock-n-load.org > * :*** This space left empty. *** > :Diemen.NL.EU.Undernet.org 312 hidd Season`d *.undernet.org :The Undernet > Underworld > :Diemen.NL.EU.Undernet.org 313 hidd Season`d :is an IRC Operator > :Diemen.NL.EU.Undernet.org 330 hidd Season`d is logged in as Seasoned > :Diemen.NL.EU.Undernet.org 317 hidd Season`d 4910 1034467597 :seconds idle, > signon time > :Diemen.NL.EU.Undernet.org 318 hidd season`d :End of /WHOIS list. > > Comparison between the 2 telnet lines: > local whois: > :Diemen.NL.EU.Undernet.org 330 hidd Season`d Seasoned :is logged in as > remote whois: > :Diemen.NL.EU.Undernet.org 330 hidd Season`d is logged in as Seasoned > > comparison between 2 mirc v6.03 lines: > local whois: > [12:44] Season`d is logged in as Seasoned > remote whois: > [12:47] Season`d logged is > > is this a bug ? irc clients are getting confused atm .. and my script too, > (easy to fix though). Or this is a 'wanted' change ? > > I just thought I should let you know. > > regards, > > > Hidden > > > -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] raw 330 (X username in whois) format changed ?
> At 23:34 13/10/2002, you wrote: >> Before we get too carried away, this bug is on the server season`d is on, >> not diemen.*, and it actually looks like someone has specifically hacked >> mesa's code. > > i'd not worry for mesa* if i were you if its bugged > it more than certain than its more than just "hacked". > im sure you can find alot of more interesting things. > no more comments. > My apologies for any confusion, I did not mean to stat or even imply the server had been hacked, but merely that the admin has specifically made a change. -- Regards [EMAIL PROTECTED] PS this has been undone in the last couple of hours, congrats to the admin involved on such a quick reaction. -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] +x mode (bug?)
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thursday 17 Oct 2002 11:19 am, peter green wrote: > >> however i don't like hidden host at all because it means if you ban a user >> they can just get a new X account and come back. some isp's give users an >> entire subdomain to themselves so they could get as many new X accounts as >> they liked > > Last time I checked, registrations were manualy checked by services, they can > also ban entire IP ranges from registering accounts. Multiple regitrations > from the same e-mail sub-domain would likely be queried. > Are queried ;) >> the only soloution i can see to this is to make e-mail addresses visible >> and then have x enforce bans against them >> From: Entrope <[EMAIL PROTECTED]> > > Not a viable suggestion - you're opening people upto spam, mail bombing, etc. > Definitely not viable. Undernet's CService will never give out email address information, nor allow this idea. We take pride in the privacy of the emails to the point that even Undernet's oper's and Undernet's server admin's that are not directly involved with Undernet's CService do not have access to a username's email address. -- xplora is wakco (Richard T Smith) yeehaa, doggy... b44w00f Technician, Media Design School Ltd. [EMAIL PROTECTED], Official CService Admin, Undernet Channel Service Committee, Undernet IRC Network. Note: Unless stated this email is from my own thoughts and opinions and does not represent Undernet, CService, or Media Design School Ltd. -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] clearmode and +r
On Monday, Nov 11, 2002, at 09:51 Pacific/Auckland, The Storm Surfer wrote: On Sat, Nov 09, 2002 at 10:52:14PM -0500, Kev wrote: Little thing: CLEARMODE doesn't remove channelmode +r ... +r is intentionally left out of the default control string. how come? Perhaps because if you can use CLEARMODE you can get into the channel anyway, since CLEARMODE is intended you help you get into the channel. CLEARMODE is not recommended for use as it doesn't help if someone (or there bot/script) is in the channel ready to reset the modes CLEARMODE clears. -- Regards [EMAIL PROTECTED] Official CService Administrator -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] clearmode and +r
OK, my apologies, i did not know there was an oper /clearmode available. i was talking about using /msg x clearmode #channel where unless something has changed that i do not know about, what i have said holds true. -- Regards Richard Smith Media Design School Technician -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] country in users.undernet.org
> cheers nighty > > how about the country thing then? > > perhaps put romaniuhhh or canaduhhh on all of them? > > just kidding =) > > anyway > > - wensu As a New Zealander I can say, sad news is... Like some small ISP's, some countries can't afford it either. -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
[Coder-Com] GNUWorld Starting Bug
I'm able to start GNUWorld if the modules are to configure like: #module = libcservice.la cservice.conf #module = libccontrol.la ccontrol.conf #module = libcloner.la cloner.conf #module = libnickserv.la nickserv.conf module = libstats.la stats.conf module = libscanner.la scanner.conf module = libgnutest.la gnutest.conf module = libclientExample.la clientExample.conf And if I active other modules, I see an error and service don't start. This is a copy past of the error: GNUWorld version 2.1 Copyright (C) 2002 Free Software Foundation, Inc. GNUWorld comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNUWorld under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. *** Running in debug mode... *** Running in verbose mode... Numeric: 51 Max Clients (bogus): 1023 Uplink Name: Irc.FrancoNet.Net Port: 4400 Server Name: Services.FrancoNet.Net Server Description: FrancoNet Services xServer::charYY> Az xServer::charXXX> AP] xServer::intYY> 51 xServer::intXXX> 1023 xServer> Loaded 37 command handlers xServer> Found module: libcservice.la (Config: cservice.conf) Segmentation fault I have run it from GDB ---> (gdb) exec gnuworlg (bdb) run -c Starting program: /irc/gnuworld/bin/gnuworld -c [New Thread 1024 (LWP 869)] GNUWorld version 2.1 Copyright (C) 2002 Free Software Foundation, Inc. GNUWorld comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNUWorld under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. *** Running in debug mode... *** Running in verbose mode... Numeric: 51 Max Clients (bogus): 1023 Uplink Name: 127.0.0.1 Port: 4400 Server Name: Service.FrancoNet.Net Server Description: FrancoNet Services xServer::charYY> Az xServer::charXXX> AP] xServer::intYY> 51 xServer::intXXX> 1023 ### WAIT 1 MINUTE ### xServer> Loaded 37 command handlers xServer> Found module: libcservice.la (Config: cservice.conf) Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 869)] 0x40008ad9 in _dl_new_object () from /lib/ld-linux.so.2 (gdb) quit The program is running. Exit anyway? (y or n) y And GNUWorld run corectly if i unload cservice ou/and ccontrol module(s) I use RedHat 7.3 GCC Ver: 3.2.1 PostgreSQL Ver: 7.2.1 IRCU Ver: 2.10.10 PHP Ver: 4.2.3 GNU Make Ver: 3.79.1 Kernel Ver: 2.4.17 Directory instalation: /irc/gnuworld ./configure string: ./configure --with-pgsql-lib=/usr/lib --with-pgsql-include=/usr/include make string: make ld-linux.so.2 is on directory: /lib/ld-linux.so.2 Pleas help me tu run GHUWorld! Richard Simard [EMAIL PROTECTED] P.D.G. FrancoNet C.P.: 64 Succ.: Centre-Ville Ville de Saguenay (arondissement Jonquière), Québec Canada, G7X 7V8
[Coder-Com]
I have downloded GNUworld from CVS I have instaled de Web interface and it work but when i compil th service i see this error: ./configure ..---> checking for libpq++.h... configure: error: Unable to find libpq++.h This file is under /ust/include This is a copy past from ldconfig -p libpq.so.2.0 (libc6) => /usr/lib/libpq.so.2.0 libpq.so.2 (libc6) => /usr/lib/libpq.so.2 libpq.so (libc6) => /usr/lib/libpq.so libpq++.so.4 (libc6) => /usr/lib/libpq++.so.4 libpq++.so (libc6) => /usr/lib/libpq++.so Richard Simard [EMAIL PROTECTED] P.D.G. FrancoNet C.P.: 64 Succ.: Centre-Ville Ville de Saguenay (arondissement Jonquière), Québec Canada, G7X 7V8
Re: [Coder-Com]
I would like to know if it is possible to compile GNUWorld with the modules CService and CControl under RedHat 8.0? Because when I compile it, I always sees error in the lib libpq++.h at the time of ./configure. And if I says to him where are the lib's with the string: /configure --with-pgsql-include=/usr/include, it do not want to compile at the time of the make. You will find a copy paste of the errors than I have at the time of ./configures and make. Please forgive me for my English, I am as a French-speaking person and I some difficulties of writing in English. First i have try this: ./configure --enable-modules=cservice,ccontrol /. .\ checking for libpq++.h... configure: error: Unable to find libpq++.h Next i have try this: ./configure --enable-modules=cservice,ccontrol --with-pgsql-lib=/usr/lib --w ith-pgsql-include=/usr/include But no error during the ./configure commande Configuration has been finished, and everything seems to be all right. Now you have the chance to modify include/config.h to set your preferred options... Now i try gmake During de gmake i view this warning message when gmake try to compile ccontrol or cservice modules: cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory But after i recive this error ans gmake stop: g++ -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/include -I/home/uworld/gnuwo rld/libltdl -Wall -pipe -g -O0 -I/home/uworld/gnuworld/include -I/home/uworl d/gnuworld/libgnuworld -MT ccontrol.lo -MD -MP -MF .deps/ccontrol.Tpo -c ccontrol.cc -fPIC -DPIC -o .libs/ccontrol.lo cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from /usr/include/openssl/evp.h:89, from /usr/include/openssl/x509.h:67, from /usr/include/openssl/ssl.h:69, from /usr/include/libpq-fe.h:33, from /usr/include/libpq++/pgconnection.h:41, from /usr/include/libpq++.h:27, from ccUser.h:10, from ccontrol.cc:48: /usr/include/openssl/des.h:193: declaration of `char* crypt(const char*, const char*)' throws different exceptions /usr/include/unistd.h:946: than previous declaration `char* crypt(const char*, const char*) throw ()' gmake[1]: *** [ccontrol.lo] Error 1 gmake[1]: Leaving directory `/home/uworld/gnuworld/mod.ccontrol' gmake: *** [all-recursive] Error 1 Next is the configuration o my system: uname -a Linux Internet.FrancoNet.Net 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux gcc -v gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redha t-linux --with-system-zlib --enable-__cxa_atexit Thread model: posix psql -V psql (PostgreSQL) 7.2.2 contains support for: readline, history, multibyte Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group Portions Copyright (c) 1996, Regents of the University of California Read the file COPYRIGHT or use the command \copyright to see the usage and distribution terms. Run under directory: /home/uworld/gnuworld With user: uworld ant group: uworld - Original Message - From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: "Richard Simard" <[EMAIL PROTECTED]> Sent: Monday, December 16, 2002 6:29 PM Subject: Re: [Coder-Com] > Install postgres. > > Which was explained that it's needed in the documents. Which I'm sure you > read. :) > > Isaiah > > At 05:57 PM 12/16/2002 -0500, you wrote: > >I have downloded GNUworld from CVS > > > >I have instaled de Web interface and it work > >but when i compil th service i see this error: > > > >./configure > >..---> > >checking for libpq++.h... configure: error: Unable to find libpq++.h > > > > > >This file is under /ust/include > > > >This is a copy past from ldconfig -p > >libpq.so.2.0 (libc6) => /usr/lib/libpq.so.2.0 > >libpq.so.2 (libc6) => /usr/lib/libpq.so.2 > >libpq.so (libc6) => /usr/lib/libpq.so > >libpq++.so.4 (libc6) => /usr/lib/libpq++.so.4 > >libpq++.so (libc6) => /usr/lib/libpq++.so > > > > > > > >Richard Simard > >[EMAIL PROTECTED] > >P.D.G. FrancoNet > >C.P.: 64 Succ.: Centre-Ville > >Ville de Saguenay (arondissement Jonquière), Québec > >Canada, G7X 7V8 >
Re: [Coder-Com] WHOIS ...
> I still have difficulties about the concept of considering the idea of > showing IPs to ops on a channel a security breach, but i heard some > interesting ideas in the few last days... 1. First of all, due to the privacy concerns coder-com really isnt the place for this, it's up to the undernet admins to decide how to handle it. > Some were talking about complaining to Undernet autorities so they would be > able to retrace who's who and contact ISPs. That's nice in theory... but > sincerely, i don't think this could work. First of all, i'm not sure there > opers that have that much time to offer... And he would need to act during > the attack, fact that is quite problematic since the pples who are attacked > aren't online at the moment of the attack. (peer or timeout casualties) But > if you want to try it i'll try this. 2. Any username's being used for clones/flooding should be logged and reported to [EMAIL PROTECTED] (they can investigate the usernames and stop there use, if necessary) > About /Gen comment. We do not have any op of flood problem, the problem is > the DDoS one and since you admit that a user cannot directly act upon this, > at least when we contacted responsible ISP, those computers wheren't use > anymore to flood us. Yes this could seem pointless since attackers will find > new one... I know... but ifnobody complains to ISP, if this does not became > suffisently annoying, ISP will not take seriously the problem, law suit will > not force them to be carefull about security, etc. Anyway, maybe i am the > only one, but in my little world, since there isn't real securiy in TCP/IP > and that i know it, i decided a long time ago to inform by one mail each and > every ISP that are being used for DDoS or illegal activities that they were. > Hoping (maybe i'm simply stupid but i don't see an other way to make > internet work) that someday this movement will have some level of impact. My > sole point is that Undernet is now trying to help their users and that's > nice, but they are misguided by bloking any trace option on abuser. (My > humble and respectfull opinion) 3. Since DDoS isn't done over IRC, all you need to be careful of is making sure you are logged into your username in order to stop them from getting your address to target, that¹s all Undernet can really offer on the subject. > For Chris Crowther [[EMAIL PROTECTED]] argument stating that "That's a > specious argument, if law enforcment want information, they'll just ask for > it.". Can i simply say that your quite right, but that your comment is > purely a theoric one? If i go to the police station stating that DuDe123 on > the undernet network was attacking my internet connexion (from 100 proxies > but that he was claiming it) and that i do not know his ISP, IP or anything > about him else than the fact that he is using alternatively username1 > username2 or username3 on undernet this won'T go very far? Maybe after a > while they'll contact the Undernet administrators ang get the email that was > use to register those mails... maybe they'll go back until they stop on a > free emaila ccount somewhere in Tombouctoo. This will not help very much... > anyway not as much as a solid IP+timestamp would. But you know what, i > promise i will try this also... we'll see :o) See my 2nd comment > About X command for complaining.. this could ad least give us a tool for > complaining... But i have an even better suggestion for you... That would > work simply and still cover the privacy of anyone... By a simple procedure, > you could create a forwarding email address for every account in real > time... 4. Break the whole privacy thing, in order to keep there email private, we cannot set up email that would forward to there address. (that is not why they gave the address in the first place) > - This would be triggered when a email would be sent to > [EMAIL PROTECTED] or when a person would enter text and a > username into a form into http://ISPabuse.undernet.org. > - The mail would be sent to abuse@ for the ISP of the online person who is > using the username, using a simple rule of 'the 2 last sections of any > domain name unless the 2 last sections are 2 letters each and then use a > tree section domain name'... I know this is not an universal solution... > - You could preface the mail by a warning from the undernet stanting how the > email was sent and why (...). 5. This would not work, most of the addresses/hosts the "attackers" might use would not fit into that nice programmable bubble as implied above. 6. would not work for those people whose usernames have been hacked (either by there computer being hacked or they fell for one of those stupid requests for passwords that have become popular today) > I think this could be use to contact over 80% of the ISPs... helping a lot > and giving the choice to ISP of how or if they want to disclose their IPs > (...) by responding to the email... All without giving away the identity of > th
Re: [Coder-Com] WHOIS ...
>> opers that have that much time to offer... And he would need to act during >> the attack, fact that is quite problematic since the pples who are attacked >> aren't online at the moment of the attack. > > how about having in cservice, for each account, the last few logins with > real nick!user@host, IP, login TS and quit TS. > That becomes a storage issue -- xplora is the wakco tanewha -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] Spam
> > well a decent e-mail client and a little bit of patience on behalf of the > end user, can easily delete,filter spam. > > i have many filters, annoying as they are to set up, but at least it does > it's job 90-95% of the time. (of course spammers are tricky and that 5-10% > always gets through, such is life.) > > - wensu > A good mental block always helps too ;) -- xplora is the wakco tanewha -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] Fwd: [User-Com] consistency.
MAXCHANS: bots should always assume 10 channel on undernet, some servers happen to allow more, and there has been 1 case to my knowledge where a server admin had chosen to only allow 5 channels. But this setting is really up to the server's own administrator. MAXBANS: this has recently been changed from 30 to 45, any server not currently on 45 has probably not been recently upgraded. (as i understand it, this setting is supposed to be consistent) Im not sure this is the right place to write, but the website did say that if you had a suggestion to write here. My suggestion is a little consistency among the servers. If you want to know what i mean, just check out the raw 005 reply on each server. Servers have different maxchans and maxbans. Being an owner of a bot as well as someone who writes my own script, this is annoying. -- Regards [EMAIL PROTECTED] Official CService Administrator -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] user parameter on raws.
also note, that officially the command names should be in ALL CAP's (ie NICK and USER) regardless of the fact that most servers will accept the lowercase version thereof. On Monday, Mar 10, 2003, at 06:11 Pacific/Auckland, [EMAIL PROTECTED] wrote: I strongly suggest reading the rfc1459: End of command is \n\r and not \n\n; The fullname in USER should be prefixed with : to indicate, that it's the last parameter. PHP issues: Strings are not prefixed and sufixed with an escaped doublequote, "" is enough. Hello; in one of my php document i am using this parameters and about this parameters, i need raw`s \"user\" command`s parameters on undernet server. If u send me that parameters i will be very happy. My computer has more than one statical ip and i want to use one of them so i need this parameters. I do not know about if localhost settings are activated after user command... If u give me information about these i will be pleased to you. Good works. My php tags ; if($loop==0){ fputs($fp,\"nick $nick\\n\\n\"); fputs($fp,\"user $nick $server $server $fullname\\n\\n\"); if($loop==0){ fputs($fp,"NICK $nick\r\n"); fputs($fp,"USER $nick $server $server $fullname\r\n"); -- volta +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean. -- Regards Richard Smith Media Design School Technician -- http://www.mediadesign.school.nz/ CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] Feature request for ircu
On Wednesday, Jun 11, 2003, at 12:09 Pacific/Auckland, Gavin Grieve wrote: On Wed, 2003-06-11 at 10:00, Tim Ramsey wrote: Frederik Vervaet wrote: Will be abused instantly. For example : users on a shared uni network behind NAT will have same [EMAIL PROTECTED] thus allowing them to collide others from the same network. My thoughts are similar. At various times, I connect a second client from the same [EMAIL PROTECTED] for a number of reasons, mostly it is to get around minutes of lag. It would be very frustrating for my first client to be collided just because I connected a second client. What about allowing the user to lower the ping timeout setting on connect? That seems a usable compromise. Another fix would be to allow users to ask X to zot old nicks with the same [EMAIL PROTECTED] logged in to the same Cservice ID. This seems a better solution imho, however as with all things related to X, thou shalt get CService to want it implemented, and so it shall be coded. Other networks have this ability due to patches they've coded themselves. Gavin aka HeKTik CService wont do it, mostly because it means letting X use the power to /kill or "nick collide" and the Server Admins do not want that. X was simply not created with that purpose in mind. the client selects ping timeouts seems to be the best option here. (plus do you want to give a hacker the ability to /kill you if they happen to get your username and password?) -- Regards [EMAIL PROTECTED] Official CService Administrator -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] problem with my X and my server
On Friday, Jun 13, 2003, at 09:03 Pacific/Auckland, L'archange Eldianel wrote: My server is ircu 2.10.11.04 and my X is CS6.0 ! I hate to point out the obvious, and i hope someone on [EMAIL PROTECTED] really can help you, but... CS6.0 is not the X that Undernet has EVER used, for help with that bot you are probably going to have to start with where you downloaded it from. What i do know is, CS6.0 is apparently still very much a P9 server, and ircu2.10.11.04 is a P10 server only, which is probably where your problems lie, try getting hold of a 2.9.* server or downloading ircu2.10.07 which I believe is the last ircu release to support P9 servers/services. -- Regards [EMAIL PROTECTED] Official CService Administrator (disclaimer, all ircu ref's refer to irc undernet, not irc universal) -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] problem with my X and my server
On Friday, Jun 13, 2003, at 10:40 Pacific/Auckland, Richard Smith wrote: On Friday, Jun 13, 2003, at 09:03 Pacific/Auckland, L'archange Eldianel wrote: My server is ircu 2.10.11.04 and my X is CS6.0 ! I hate to point out the obvious, and i hope someone on [EMAIL PROTECTED] really can help you, but... CS6.0 is not the X that Undernet has EVER used, for help with that bot you are probably going to have to start with where you downloaded it from. What i do know is, CS6.0 is apparently still very much a P9 server, and ircu2.10.11.04 is a P10 server only, which is probably where your problems lie, try getting hold of a 2.9.* server or downloading ircu2.10.07 which I believe is the last ircu release to support P9 servers/services. -- Regards [EMAIL PROTECTED] Official CService Administrator (disclaimer, all ircu ref's refer to irc undernet, not irc universal) /me humbly apologises for bring up P9 and suggesting 2.9.* when P9 wasn't the issue. -- Regards [EMAIL PROTECTED] Official CService Administrator -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.
Re: [Coder-Com] usermode +x hostmasking and chanserv X bot bans
On Thursday, Aug 21, 2003, at 13:27 Pacific/Auckland, stoney` wrote: Hi, Cservice frowns upon users having multiple usernames. If you suspect someone of using multiple usernames, stop by #cservice to report the infraction. stoney` or better yet, log it and email it to [EMAIL PROTECTED] or [EMAIL PROTECTED] -- Regards [EMAIL PROTECTED] Official CService Administrator -- CAUTION: This communication is confidential and may be legally privileged. If you have received it in error you must not use, disclose, copy or retain it. Please immediately notify us by return email and then delete the email. This message has been scanned for viruses and dangerous content by MailScanner with McAfee UVScan, and is believed to be clean.