Re: [Coder-Com] an error
T N wrote: > > dear, > while i was compiling ircu for my server, i got an error : > Check on CPATH (ircd.conf) failed: no such file or directory > Please create this file and/or rerun 'configure' usinf '--with-cpath' and > recompile to correct this > this means you must make an ircd.conf file in ircu's "lib" dir. theres already an example.conf in that directory. you can base ircd.conf on it.
[Coder-Com] Re: [Unet-Opers] user registration
At 4:13 PM +0100 29/01/03, Carlo Wood wrote: On Wed, Jan 29, 2003 at 09:33:37AM +0100, Eriksson, Peter wrote: it with matlab probably. I will confirm that with a collegue and also ask him for some ideas to make it impossible. (he is a Ph.D in pattern recognition). That sounds cool :). Tell us more after you spoke with him! Indeed it does. In my non IRC work, I am a sysadmin for an electrical engineering department at a University, so I've had to play with Matlab a LOT.. getting it to recognise those letters is certainly not very difficult with some of it's toolboxes.. blur + contrast + sharpen + compared against known character shapes.. and hey presto. But any input from your PhD friend would certainly be appreciated, I'm sure.. maybe something like those colour blind tests ;) Overall, I think this is a great concept for stopping mass registrations, however there is another issue.. as I'm sure some of you know, an almost identical process is used by Yahoo! in their user account creation form. I've had a look thru the USPTO.gov website, and they _don't seem_ to have a patent on it, but it's something to keep in mind. -- ___ | | ___ ___| | ___ _ _ _ ___ ___ ._ _ <_> || |/ ._>\ \/ / . |<_> || | | |<_- <___||_|\___./\_\ \___|<___||__/_/ /__/\___/|_|_| [EMAIL PROTECTED] -=- http://www.theducks.org/ 4496760@ICQ "Some people thought I was a lame duck in '95, I'll just keep quacking. I've got another 10 weeks to quack" -- Bill Clinton
Re: [Coder-Com] an error
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 30 Jan 2003 11:20 am, bas wrote: > this means you must make an ircd.conf file in ircu's "lib" dir. theres > already an example.conf in that directory. you can base ircd.conf on it. We really need to fix the directory layout of ircu when it installs. - -- hikari [EMAIL PROTECTED] oper @ London.UK.EU.Undernet.Org -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+OSsGz8bl0gyT/hERAlhAAKChEdG2UnZTOj+cgo96CMZO3dsAwQCg5m49 zz30Y+L94TXa98L+GT4HyhU= =McDU -END PGP SIGNATURE-
[Coder-Com] GNUWorld ADDUSERID Command?
i now this isnt a 'default' part of the services, but i was wondering if anyone has managed to get it to work with GNUWorld. the version of gnuworld i am running if fairly recent ( cvs download from about two weeks ago) and seems to run fine, but the ADDUSERID command does not work. :/ [gnuworld@localhost mod.cservice]$ patch -p0 -i ADDUSERIDCommand.patch patching file Makefile.am Hunk #1 succeeded at 65 (offset 2 lines). patching file cservice.cc Hunk #1 succeeded at 205 (offset -9 lines). patching file cserviceCommands.h Hunk #1 succeeded at 126 (offset 2 lines). patching file levels.h Hunk #1 succeeded at 70 (offset 2 lines). gmake the ADDUSERIDCommand.cc doesnt get compiled, when running gnuworld with cservice only: ./gnuworld -c -f channelservice.conf & *** Running in verbose mode... Numeric:1 Max Clients (bogus): 1023 Uplink Name:127.0.01 Port:4400 Server Name: ChannelService.Dev.SithNet.org Server Description: Channel Services xServer::charYY> AB xServer::charXXX> AP] xServer::intYY> 1 xServer::intXXX> 1023 xServer> Loaded 37 command handlers xServer> Found modul: libcservice.la (Config: cservice.conf) moduleLoader> Error opening module (/home/gnuworld/gnuworld-dev/lib/libcservice.la): /home/gnuworld/gnuworld-dev/lib/libcservice.so.0: undefined symbol: __vt_Q2gnuworld16ADDUSERIDCommand any ideas why it may be doing this? -- -Darth ExclusionZone IRC Operator & CService Administrator in Training
Re: [Coder-Com] GNUWorld ADDUSERID Command?
Looks like that module isn't being compiled. Make sure to add it to the Makefile.am, and rerun automake/autoconf. Tim Ireland wrote: > i now this isnt a 'default' part of the services, but i was wondering if > anyone has managed to get it to work with GNUWorld. > the version of gnuworld i am running if fairly recent ( cvs download from > about two weeks ago) > and seems to run fine, but the ADDUSERID command does not work. :/ > [gnuworld@localhost mod.cservice]$ patch -p0 -i ADDUSERIDCommand.patch > patching file Makefile.am > Hunk #1 succeeded at 65 (offset 2 lines). > patching file cservice.cc > Hunk #1 succeeded at 205 (offset -9 lines). > patching file cserviceCommands.h > Hunk #1 succeeded at 126 (offset 2 lines). > patching file levels.h > Hunk #1 succeeded at 70 (offset 2 lines). > gmake > the ADDUSERIDCommand.cc doesnt get compiled, > when running gnuworld with cservice only: > ./gnuworld -c -f channelservice.conf & > > *** Running in verbose mode... > Numeric:1 > Max Clients (bogus): 1023 > Uplink Name:127.0.01 > Port:4400 > Server Name: ChannelService.Dev.SithNet.org > Server Description: Channel Services > xServer::charYY> AB > xServer::charXXX> AP] > xServer::intYY> 1 > xServer::intXXX> 1023 > xServer> Loaded 37 command handlers > xServer> Found modul: libcservice.la (Config: cservice.conf) > moduleLoader> Error opening module > (/home/gnuworld/gnuworld-dev/lib/libcservice.la): > /home/gnuworld/gnuworld-dev/lib/libcservice.so.0: undefined symbol: > __vt_Q2gnuworld16ADDUSERIDCommand > > any ideas why it may be doing this? > > -- > -Darth > > ExclusionZone IRC Operator & CService Administrator in Training