Help Logs Database

Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Ircnet  |  Dalnet
Page: 1 2

<anfl> androsyn?
<anfl> im also tempted to move Hybrid-team into doc/
<anfl> done
<anfl> erk.
<anfl> hmm
<anfl> do I tell hybrid about their watch implementation :p
<anfl> hmm
<anfl> how the hell do we get something out of the attic now?
<anfl> in svn?
<Liskni_si> svn cp something@rev something
<Liskni_si> iirc :)
<anfl> I have no idea what revision it was :p
<Liskni_si> then there's svn log :)
<jilles> svn co -r REV path probably works as well
<anfl> I got rid of the infernal useless BUGS file
<anfl> :)
<anfl> getting quite a bit of stuff done in 2.2
<anfl> jilles: do you know if I can do math in autoconf? :)
<anfl> specifically, 2^n
<jilles> make a loop with a=`expr a '*' 2` for n times
<jilles> but that sounds so ugly
<jilles> if you have only a limited number of values for n, use a case statement
<jilles> looking at using awk, but solaris's /usr/bin/awk is _so_ limited :\
<anfl> ill do the expr I think
<anfl> or I might just not lower hash sizes for --enable-smallnet
<anfl> ;-)
<jilles> precalculate it and use a case statement
<anfl> aye, ill think about it tomorrow
<anfl> bedtime :)
<datix> is it possible to check out 2.2.0 beta?
<NoEx> anybody little help ?
<prefect> dont ask for help
<prefect> ask your question and wait. if someone is awake, knows the answer and is in a good mood youll get an answer
<NoEx> ok
<NoEx> i have a problem with a string for LOGGEDIN
<NoEx> i'll make when anybody identified to NickServ(NS)
<NoEx> to make toserv(:%s ENCAP * SU %s %s\n", Me.name, lptr->nick, lptr->nick);
<NoEx> but have a problem with that
<Xenos> hi there
<Xenos> how can i use bold & color in the MOTD ?
<NoEx> how to make when anyone identified to NS(NickServ) to print $nick is logged in as $nick?
<jilles> NoEx, make sure you have set up the service block correctly
<jilles> also, be aware that the login name set with SU is not lost on nick changes
<jilles> in general that's a nice thing but it's not hybserv's idea how services are to work
<jilles> Xenos, use mirc colour codes (e.g. ascii 2 for bold, ascii 3 with ascii digits for colours)
<Xenos> emm..
<Xenos> how to write it to the ircd.conf?
<jilles> the motd isn't in ircd.conf
<Xenos> eh, sorry)
<Xenos> ircd.motd
<jilles> you'll have to consult documentation for your editor for how to put raw ascii codes in there
<Xenos> hm..
<Xenos> can u give me an exmple? :)
<jilles> just google for mirc colour codes
<Xenos> hm, i see
<Xenos> but how i can insert this chars into ircd.motd?
<jilles> read docs for your editor
<jilles> and if your current editor can't do it, use one that can
<Xenos> may you recommend one?
<jilles> I use vim myself, but it can be quite hard to learn for newbies
<Xenos> it seems to be not work :/
<anfl> androsyn?
<anfl> I think ive got the ->name cleanups done..
<AndroSyn> cool
<anfl> and its commited
<anfl> andro: can you add a static flex/bison parser to 2.2 for me? :)
<AndroSyn> sure
<anfl> im gunna do any remaining stuff that needs doing
<anfl> then cut 2.2.0rc1 as 'testing'
<anfl> then 2.2.0 'stable'
<anfl> so we go back to having 2 trees ;-)
<AndroSyn> heh of course
<AndroSyn> done
<anfl> only thing im not sure of is when I will cut 2.2.0
<anfl> but these changes shouldnt have broken much
<anfl> if theres anything that relies on sptr->user for having NICK/USER then that codes already broken
<AndroSyn> shouldn't being the key word
<anfl> aye
<anfl> ;-)
<anfl> I think im gunna move testmask over to match_esc() btw
<AndroSyn> just like removing ethernet bridging from the kernel for my access point shouldn't have turned it into a brick
<AndroSyn> and then requiring a trip to radio shack to get parts to fix it :P
<anfl> oops :p
<anfl> ok, I need to go to shop, brb :)
<AndroSyn> k
<anfl> cant think of much else I really want to do in 2.2
<spoogle> cheese
<anfl> running out of things to cleanup in client.h now ;-)
<gp_> Is there an ipmask patch for ircd-ratbox-2.1.7 ?
<anfl> not that im aware of.
<gp_> Jeremy did it at the past, no?
<anfl> dunno :)
<gp_> :(
<gp_> And, is it possible to install ratbox-services on an old ircd-ratbox ?
<gp_> Sorry but i'm discovering your channel.
<anfl> ratbox-services will work with all versions, you just wont be able to use any of the ircd compatibility.
<gp_> Ok
<gp_> Choopa is using latest version of ratbox?
<anfl> always :p
<gp_> :)
<gp_> well, ratbox seems to be a good choice for my future irc net.
<AndroSyn> i gotta get igs upgraded again one of these days
<AndroSyn> its mostly the same as 2.0.11 though with a handful of my runtime patches :P
<anfl> andro: I reckon this will have turned into a fairly nice memcleanup tho
<AndroSyn> yeah
<anfl> 64 bytes from struct Client
<anfl> 80 from struct LocalUser
<anfl> 20 from struct User
<anfl> 4 from struct Channel
<anfl> 8 from struct ConfItem
<anfl> thats quite a chunk :)
<AndroSyn> gp_: efnet admins are lazy :P
<gp_> There is a lot of trouble in France... :/
<AndroSyn> verio is running 1.2-3
<AndroSyn> verio also has an uptime of 643 days..
<gp_> lol.
<anfl> andro: thats 7.56mb just on remote users on efnet ;-)
<AndroSyn> and they're changes that make sense ;)
<anfl> yeah, I havent even done any evil ones :p
<AndroSyn> ones that involve malloc are evil ;)
<anfl> andro: gconf-editor doesnt seem to let me add new shortcuts btw
<anfl> I can add new keys.. but doesnt seem to be a way to make a key execute something
<anfl> :p
<AndroSyn> hrmm..not sure then
<AndroSyn> heh
<AndroSyn> i run most things from my terminal anyways :P
<anfl> im used to having all my stuff on keybindings ;-)
<AndroSyn> heh
<gp_> Hm..
<anfl> did you see the profile btw?
<AndroSyn> nope
<anfl> www.leeh.co.uk/profile.txt
<gp_> An other question(and the last), is it possible to be admin on my own server on EFnet? I'd like to know this experience.
<anfl> our most expensive function is BlockHeapAlloc() ;-)
<anfl> gp: not without a non-colocated server on a big (multi-Gb) network.
<anfl> and we did over 937 million calls to match() ;-)
<gp_> I can spend 100euros/month for it , not more.
<anfl> gp: non-colocated.
<AndroSyn> anfl: its expensive in terms of it gets called a lot
<AndroSyn> but it's not really slow
<anfl> yeah I know
<anfl> just took 9% of total runtime ;-)
<AndroSyn> that's because * calls it :P
<AndroSyn> imagine if that was malloc ;)
<anfl> aye :)
<anfl> 5.5% in find_conf_by_address() ;-)
<AndroSyn> no surprises there either
<anfl> I think that is by far our most expensive function
<AndroSyn> the likely/unlikely stuff should help speed up things in BlockHeapAlloc() a bit


Return to ratbox
or
Go to some related logs:

how to install on a limeted account with the admin
beginner
wow.no
football

Copyright © 2005 www.irclogs.ws. All rights reserved. » disclaimer » contact