cgiirc-general Mailing List for CGI:IRC
Brought to you by:
dgl
You can subscribe to this list here.
2002 |
Jan
|
Feb
(2) |
Mar
(21) |
Apr
(9) |
May
(21) |
Jun
(18) |
Jul
(20) |
Aug
(16) |
Sep
(26) |
Oct
(25) |
Nov
(17) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(16) |
Feb
(25) |
Mar
(16) |
Apr
(13) |
May
(9) |
Jun
(20) |
Jul
(7) |
Aug
(17) |
Sep
(20) |
Oct
(19) |
Nov
(30) |
Dec
(20) |
2004 |
Jan
(15) |
Feb
(42) |
Mar
(18) |
Apr
(15) |
May
(24) |
Jun
(10) |
Jul
(8) |
Aug
(19) |
Sep
(6) |
Oct
(1) |
Nov
(3) |
Dec
(2) |
2005 |
Jan
(1) |
Feb
(8) |
Mar
(8) |
Apr
(3) |
May
(4) |
Jun
(3) |
Jul
(5) |
Aug
(3) |
Sep
(2) |
Oct
(29) |
Nov
(1) |
Dec
(3) |
2006 |
Jan
(1) |
Feb
(8) |
Mar
(1) |
Apr
(6) |
May
(6) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2007 |
Jan
(1) |
Feb
(3) |
Mar
(4) |
Apr
(2) |
May
(2) |
Jun
(2) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
(3) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
From: <dch...@gm...> - 2024-09-25 23:56:02
|
I saw the programmer/maintainer/developer/creator say on GitHub.com the commits need building. I found a shell script that built Mozilla.pm. However, now I have another problem, either due to no build instructions (maybe I missed some other build scripts?) or a bug, and I posted that on CGI:IRC GitHub issues page last night. On 9/25/24 7:06 AM, Mike Flannigan wrote: > > I don't know the answer to your question, but > I thought I would post a surprising response to > cpan h: > > *cpan h* > Loading internal logger. Log::Log4perl recommended for better logging > Reading '/home/mike/.cpan/Metadata' > Database was generated on Wed, 25 Sep 2024 10:41:01 GMT > >(error): Could not expand [h]. Check the module name. > >(info): I can suggest names if you install one of > Text::Levenshtein::XS, Text::Levenshtein::Damerau::XS, > Text::Levenshtein, and Text::Levenshtein::Damerau::PP > >(info): and you provide the -x option on invocation. > >(error): Skipping h because I couldn't find a matching namespace. > > $ *cpan* > Loading internal logger. Log::Log4perl recommended for better logging > > Starting with version 2.29 of the cpan shell, a new download mechanism > is the default which exclusively uses cpan.org as the host to download > from. The configuration variable pushy_https can be used to (de)select > the new mechanism. Please read more about it and make your choice > between the old and the new mechanism by running > > o conf init pushy_https > > Once you have done that and stored the config variable this dialog > will disappear. > Terminal does not support AddHistory. > > To fix that, maybe try> install Term::ReadLine::Perl > > > cpan shell -- CPAN exploration and modules installation (v2.36) > Enter 'h' for help. > > cpan[1]> *i CGI::IRC* > Reading '/home/mike/.cpan/Metadata' > Database was generated on Wed, 25 Sep 2024 10:41:01 GMT > No objects found of any type for argument CGI::IRC > > cpan[2]> > > > > > I really expected this would work also: > > > cpan i CGI::IRC > Loading internal logger. Log::Log4perl recommended for better logging > Reading '/home/mike/.cpan/Metadata' > Database was generated on Wed, 25 Sep 2024 10:41:01 GMT > >(error): Could not expand [i]. Check the module name. > >(info): I can suggest names if you install one of > Text::Levenshtein::XS, Text::Levenshtein::Damerau::XS, > Text::Levenshtein, and Text::Levenshtein::Damerau::PP > >(info): and you provide the -x option on invocation. > >(error): Skipping i because I couldn't find a matching namespace. > >(error): Could not expand [CGI::IRC]. Check the module name. > >(error): Skipping CGI::IRC because I couldn't find a matching namespace. > $ > > > I guess I am not reading this correctly: > https://perldoc.perl.org/CPAN#SYNOPSIS > > > > Mike > > > On 9/25/24 07:41, cgi...@li... wrote: >> Date: Wed, 25 Sep 2024 04:39:43 -0700 >> From:dch...@gm... >> To:cgi...@li... >> Subject: [cgiirc-general] incomplete dependency list |
From: <dch...@gm...> - 2024-09-25 11:40:13
|
Can't locate mozilla.pm in @INC (you may need to install the mozilla module) (@INC contains: modules interfaces /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /srv/httpd/cgi-bin/irc.cgi line 72. |
From: <dch...@gm...> - 2024-09-25 07:23:10
|
Instructions say install cgiirc into cgi-bin then visit 'the location you installed irc.cgi' to, which is a bit confusing (does that man it can actually be installed elsewhere or multiple places in cgi-bin?). I want to run CGI:IRC for multiple channels; how can I do that? |
From: <dch...@gm...> - 2024-09-15 07:42:52
|
Is there still #cgiirc ? I tried to setup CGI:IRC in 2010s but forgot I ever got it working. I may want to come to #cgiirc to ask about setup again, due to Mibbit web-chat closing and KiwiIRC hasn't worked with any EFnet server for maybe 10 years, but I mostly run channels there... |
From: Hanno F. <hur...@ti...> - 2018-05-27 16:05:32
|
Hello, when upgrading my CGI:IRC from 0.5.11 to CGI:IRC 0.5.12 this weekend, I noticed that I was unable to get German umlauts (äöü etc.) to display correctly. The issue was already there with 0.5.11, and probably before. äöü were being sent to the IRC server as well as the broswer as string %EF%BF%BD%EF%BF%BD%EF%BF%BD with %EF%BF%BD being the unicode replacement character. Umlauts being send from other clients over IRC to CGI:IRC were not being displayed corretly either, no matter if they were sent in UTF-8 or ISO-8859-1. Playing around with "irc charset" just got me differently looking mangled characters. My workaround is to change in sub parse_query from parse.pl if($::ENCODE) { to if(0) { ie. disabling the following decoding functions. With "irc charset" set to default (UTF-8), now everything works as intended: Umlauts sent form other clients in either UTF-8 or ISO-8859-1 get displayed fine, CGI:IRC sends in UTF-8 which other clients as well as CGI:IRC are able to display, too. The only thing I didn't get to work was CGI:IRC sending in ISO-8859-1 and being able to display its own input correctly. My workaround works for me, but I don't think it is the correct fix. It would be nice if someone more knowledgeable than me could look into the issue. - Hanno |
From: David L. <dg...@dg...> - 2017-06-06 09:54:38
|
0.5.12 has been released, see http://cgiirc.org for details. This contains a security fix for an XSS vulnerability so it is recommended to upgrade ASAP. |
From: Ray D. <tvv...@gm...> - 2015-01-08 00:58:24
|
Got it,Thx! On Wed Jan 07 2015 at 下午11:13:44 David Leadbeater <dg...@dg...> wrote: > Okay, so: > > Port 6697 is SSL and cgiirc can't connect as an SSL client, so that is the > server disconnecting it because it isn't SSL. > > In private mail you said: > "And i use Openshift for the server ,Openshift's default port is 8080. > By convention, for example, Web browsers will use the HTTP port 80 or > HTTPS port 443, and these will be proxied to (by default) port 8080 on the > gear's network interface. > > http://kevinboone.net/openshift_for_engineers.html > " > > I suspect what is happening here is that the proxy used by openshift has a > low time limit on HTTP responses and it is being hit. This probably means > CGI:IRC isn't going to work with this. > > On 6 January 2015 at 06:46, Ray Dobie <tvv...@gm...> wrote: > >> hi, >> >> Thx for ur answer and sry to bother u again. >> Here is the site: https://perl-googleshell.rhcloud.com/ >> Why i click login and got this: >> *** Welcome to CGI:IRC 0.5.11 >> *** Looking up irc.freenode.org >> *** Connecting to irc.freenode.org [91.217.189.44] port 6667 >> -wolfe.freenode.net- *** Looking up your hostname... >> -wolfe.freenode.net- *** Checking Ident >> -wolfe.freenode.net- *** Found your hostname >> Disconnected >> >> Then i try to edit the config to port 6697 according this doc >> <https://freenode.net/irc_servers.shtml> but got >> *** Welcome to CGI:IRC 0.5.11 >> *** Looking up irc.freenode.org >> *** Connecting to irc.freenode.org [195.148.124.79] port 6697 >> *** Disconnected from IRC (click to reconnect >> <https://perl-googleshell.rhcloud.com/irc.cgi>) >> >> I try change to banks.freenode.net or dickson.freenode.net >> with 6667,or 6697 ,both not working.Why and how to fix? >> >> Regard, >> -- >> Ray >> >> On Tue Jan 06 2015 at 下午2:07:30 Eddy Chaar <ed...@be...> wrote: >> >>> No problem, you're welcome. >>> >>> Please excuse my brevity, email sent from mobile. >>> On 6 Jan 2015 10:06, "Ray Dobie" <tvv...@gm...> wrote: >>> >>>> Done, Thank you very much! >>>> It looks like https://github.com/dgl/cgiirc/tree/master/interfaces is >>>> some how missing mozilla.pm >>>> So i $wget http://cgiirc.org/releases/cgiirc-0.5.11.tar.gz >>>> Thx again! >>>> >>>> -- >>>> Ray >>>> >>>> On Tue Jan 06 2015 at 下午1:54:54 Eddy Chaar <ed...@be...> wrote: >>>> >>>>> Please look inside "modules" or "interfaces" directories to see if >>>>> mozilla.pm is there. Not in the root folder. >>>>> >>>>> Thanks >>>>> >>>>> Please excuse my brevity, email sent from mobile. >>>>> On 6 Jan 2015 09:43, "Ray Dobie" <tvv...@gm...> wrote: >>>>> >>>>>> Thx & No, there is No lib/ folder in repo, what should i do then? >>>>>> >>>>>> [perl-googleshell.rhcloud.com repo]\> pwd >>>>>> /var/lib/openshift/54ab57555973cae3ba000175/app-root/runtime/repo >>>>>> [perl-googleshell.rhcloud.com repo]\> ls >>>>>> cgiirc.config client-perl.cgi images irc.cgi README >>>>>> cgiirc.config.full docs interfaces modules >>>>>> client.c formats ipaccess.example nph-irc.cgi >>>>>> >>>>>> >>>>>> On Tue Jan 06 2015 at 下午1:30:41 Eddy Chaar <ed...@be...> wrote: >>>>>> >>>>>>> Hi Ray, >>>>>>> >>>>>>> It has been a long time I didnt work with cgi. >>>>>>> >>>>>>> It seems you are using mozilla firefox. >>>>>>> >>>>>>> Could you please make sure that mozilla.pm in found in your modules >>>>>>> folder? >>>>>>> >>>>>>> Please excuse my brevity, email sent from mobile. >>>>>>> On 6 Jan 2015 09:25, "Ray Dobie" <tvv...@gm...> wrote: >>>>>>> >>>>>>>> Hi Guys, >>>>>>>> >>>>>>>> I am trying to deploy cgiirc to Openshift: >>>>>>>> $rhc app-create cgiirc perl-5.10 >>>>>>>> $ssh in and $git clone https://github.com/dgl/cgiirc.git >>>>>>>> Then i edit the cgiirc.config and i change the .htaccess >>>>>>>> Now i got https://perl-googleshell.rhcloud.com run but when i >>>>>>>> click login, i got 500 error. >>>>>>>> >>>>>>>> How to fix it?( I had try chmod +x irc.cgi) >>>>>>>> Logs: http://p.fdzh.org/paste/NXKPzvbJ >>>>>>>> >>>>>>>> >>>>>>>> Regards, >>>>>>>> -- >>>>>>>> Ray >>>>>>>> >>>>>>>> ------------------------------------------------------------ >>>>>>>> ------------------ >>>>>>>> Dive into the World of Parallel Programming! The Go Parallel >>>>>>>> Website, >>>>>>>> sponsored by Intel and developed in partnership with Slashdot >>>>>>>> Media, is your >>>>>>>> hub for all things parallel software development, from weekly >>>>>>>> thought >>>>>>>> leadership blogs to news, videos, case studies, tutorials and more. >>>>>>>> Take a >>>>>>>> look and join the conversation now. http://goparallel.sourceforge. >>>>>>>> net >>>>>>>> _______________________________________________ >>>>>>>> cgiirc-general mailing list >>>>>>>> cgi...@li... >>>>>>>> https://lists.sourceforge.net/lists/listinfo/cgiirc-general >>>>>>>> >>>>>>>> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming! The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is >> your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net >> _______________________________________________ >> cgiirc-general mailing list >> cgi...@li... >> https://lists.sourceforge.net/lists/listinfo/cgiirc-general >> >> > |
From: Ray D. <tvv...@gm...> - 2015-01-06 06:46:14
|
hi, Thx for ur answer and sry to bother u again. Here is the site: https://perl-googleshell.rhcloud.com/ Why i click login and got this: *** Welcome to CGI:IRC 0.5.11 *** Looking up irc.freenode.org *** Connecting to irc.freenode.org [91.217.189.44] port 6667 -wolfe.freenode.net- *** Looking up your hostname... -wolfe.freenode.net- *** Checking Ident -wolfe.freenode.net- *** Found your hostname Disconnected Then i try to edit the config to port 6697 according this doc <https://freenode.net/irc_servers.shtml> but got *** Welcome to CGI:IRC 0.5.11 *** Looking up irc.freenode.org *** Connecting to irc.freenode.org [195.148.124.79] port 6697 *** Disconnected from IRC (click to reconnect <https://perl-googleshell.rhcloud.com/irc.cgi>) I try change to banks.freenode.net or dickson.freenode.net with 6667,or 6697 ,both not working.Why and how to fix? Regard, -- Ray On Tue Jan 06 2015 at 下午2:07:30 Eddy Chaar <ed...@be...> wrote: > No problem, you're welcome. > > Please excuse my brevity, email sent from mobile. > On 6 Jan 2015 10:06, "Ray Dobie" <tvv...@gm...> wrote: > >> Done, Thank you very much! >> It looks like https://github.com/dgl/cgiirc/tree/master/interfaces is >> some how missing mozilla.pm >> So i $wget http://cgiirc.org/releases/cgiirc-0.5.11.tar.gz >> Thx again! >> >> -- >> Ray >> >> On Tue Jan 06 2015 at 下午1:54:54 Eddy Chaar <ed...@be...> wrote: >> >>> Please look inside "modules" or "interfaces" directories to see if >>> mozilla.pm is there. Not in the root folder. >>> >>> Thanks >>> >>> Please excuse my brevity, email sent from mobile. >>> On 6 Jan 2015 09:43, "Ray Dobie" <tvv...@gm...> wrote: >>> >>>> Thx & No, there is No lib/ folder in repo, what should i do then? >>>> >>>> [perl-googleshell.rhcloud.com repo]\> pwd >>>> /var/lib/openshift/54ab57555973cae3ba000175/app-root/runtime/repo >>>> [perl-googleshell.rhcloud.com repo]\> ls >>>> cgiirc.config client-perl.cgi images irc.cgi README >>>> cgiirc.config.full docs interfaces modules >>>> client.c formats ipaccess.example nph-irc.cgi >>>> >>>> >>>> On Tue Jan 06 2015 at 下午1:30:41 Eddy Chaar <ed...@be...> wrote: >>>> >>>>> Hi Ray, >>>>> >>>>> It has been a long time I didnt work with cgi. >>>>> >>>>> It seems you are using mozilla firefox. >>>>> >>>>> Could you please make sure that mozilla.pm in found in your modules >>>>> folder? >>>>> >>>>> Please excuse my brevity, email sent from mobile. >>>>> On 6 Jan 2015 09:25, "Ray Dobie" <tvv...@gm...> wrote: >>>>> >>>>>> Hi Guys, >>>>>> >>>>>> I am trying to deploy cgiirc to Openshift: >>>>>> $rhc app-create cgiirc perl-5.10 >>>>>> $ssh in and $git clone https://github.com/dgl/cgiirc.git >>>>>> Then i edit the cgiirc.config and i change the .htaccess >>>>>> Now i got https://perl-googleshell.rhcloud.com run but when i click >>>>>> login, i got 500 error. >>>>>> >>>>>> How to fix it?( I had try chmod +x irc.cgi) >>>>>> Logs: http://p.fdzh.org/paste/NXKPzvbJ >>>>>> >>>>>> >>>>>> Regards, >>>>>> -- >>>>>> Ray >>>>>> >>>>>> ------------------------------------------------------------ >>>>>> ------------------ >>>>>> Dive into the World of Parallel Programming! The Go Parallel Website, >>>>>> sponsored by Intel and developed in partnership with Slashdot Media, >>>>>> is your >>>>>> hub for all things parallel software development, from weekly thought >>>>>> leadership blogs to news, videos, case studies, tutorials and more. >>>>>> Take a >>>>>> look and join the conversation now. http://goparallel.sourceforge.net >>>>>> _______________________________________________ >>>>>> cgiirc-general mailing list >>>>>> cgi...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/cgiirc-general >>>>>> >>>>>> |
From: Eddy C. <ed...@be...> - 2015-01-06 06:35:21
|
No problem, you're welcome. Please excuse my brevity, email sent from mobile. On 6 Jan 2015 10:06, "Ray Dobie" <tvv...@gm...> wrote: > Done, Thank you very much! > It looks like https://github.com/dgl/cgiirc/tree/master/interfaces is > some how missing mozilla.pm > So i $wget http://cgiirc.org/releases/cgiirc-0.5.11.tar.gz > Thx again! > > -- > Ray > > On Tue Jan 06 2015 at 下午1:54:54 Eddy Chaar <ed...@be...> wrote: > >> Please look inside "modules" or "interfaces" directories to see if >> mozilla.pm is there. Not in the root folder. >> >> Thanks >> >> Please excuse my brevity, email sent from mobile. >> On 6 Jan 2015 09:43, "Ray Dobie" <tvv...@gm...> wrote: >> >>> Thx & No, there is No lib/ folder in repo, what should i do then? >>> >>> [perl-googleshell.rhcloud.com repo]\> pwd >>> /var/lib/openshift/54ab57555973cae3ba000175/app-root/runtime/repo >>> [perl-googleshell.rhcloud.com repo]\> ls >>> cgiirc.config client-perl.cgi images irc.cgi README >>> cgiirc.config.full docs interfaces modules >>> client.c formats ipaccess.example nph-irc.cgi >>> >>> >>> On Tue Jan 06 2015 at 下午1:30:41 Eddy Chaar <ed...@be...> wrote: >>> >>>> Hi Ray, >>>> >>>> It has been a long time I didnt work with cgi. >>>> >>>> It seems you are using mozilla firefox. >>>> >>>> Could you please make sure that mozilla.pm in found in your modules >>>> folder? >>>> >>>> Please excuse my brevity, email sent from mobile. >>>> On 6 Jan 2015 09:25, "Ray Dobie" <tvv...@gm...> wrote: >>>> >>>>> Hi Guys, >>>>> >>>>> I am trying to deploy cgiirc to Openshift: >>>>> $rhc app-create cgiirc perl-5.10 >>>>> $ssh in and $git clone https://github.com/dgl/cgiirc.git >>>>> Then i edit the cgiirc.config and i change the .htaccess >>>>> Now i got https://perl-googleshell.rhcloud.com run but when i click >>>>> login, i got 500 error. >>>>> >>>>> How to fix it?( I had try chmod +x irc.cgi) >>>>> Logs: http://p.fdzh.org/paste/NXKPzvbJ >>>>> >>>>> >>>>> Regards, >>>>> -- >>>>> Ray >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Dive into the World of Parallel Programming! The Go Parallel Website, >>>>> sponsored by Intel and developed in partnership with Slashdot Media, >>>>> is your >>>>> hub for all things parallel software development, from weekly thought >>>>> leadership blogs to news, videos, case studies, tutorials and more. >>>>> Take a >>>>> look and join the conversation now. http://goparallel.sourceforge.net >>>>> _______________________________________________ >>>>> cgiirc-general mailing list >>>>> cgi...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/cgiirc-general >>>>> >>>>> |
From: Ray D. <tvv...@gm...> - 2015-01-06 05:25:07
|
Hi Guys, I am trying to deploy cgiirc to Openshift: $rhc app-create cgiirc perl-5.10 $ssh in and $git clone https://github.com/dgl/cgiirc.git Then i edit the cgiirc.config and i change the .htaccess Now i got https://perl-googleshell.rhcloud.com run but when i click login, i got 500 error. How to fix it?( I had try chmod +x irc.cgi) Logs: http://p.fdzh.org/paste/NXKPzvbJ Regards, -- Ray |
From: Serge R. <ser...@or...> - 2013-09-25 07:28:59
|
Hello, I try use cgiirc 0.5.11 on raspberry pi. After filling to login screen, I get a "server error" from the http server. "irc.cgi" complains with "Can't locate mozilla.pm". There is no "mozilla.pm" in the directory "interfaces". In the directory "interfaces", the file ".gitignore" contains: ie.pm opera7.pm konquerror.pm mozilla.pm I tried to use cgiiirc with "Midori" and "Chrome". When I use "Internet Explorer 9", irc.cgi complains about a lack of ie.pm Did I miss anything ? Serge. |
From: Eddy C. <ed...@be...> - 2011-10-28 09:46:21
|
Adelin, The purpose of CGIIRC is to run a web chat client All you need to do is: 1. Download the archive containing CGI:IRC and extract it 2. Edit the configuration file to your needs 3. Upload the files to your web hosting server and you're done Best Regards, Eddy --Beirut.Com Network TECH ADMIN Beirut.Com Related Websites: Http://Chat.Beirut.Com/ Http://WwW.Beirut.Com/ Http://WwW.BeirutScripts.Net/ On Fri, Oct 28, 2011 at 12:14 PM, Eddy Chaar <ed...@be...> wrote: > Hello there, > > What shell are you using, > What CGI:IRC are you using? > > Eddy > --Beirut.Com Network TECH ADMIN > > Beirut.Com Related Websites: > > Http://Chat.Beirut.Com/ > Http://WwW.Beirut.Com/ > Http://WwW.BeirutScripts.Net/ > > > > > > On Fri, Oct 28, 2011 at 11:46 AM, popescu adelin <cas...@ya...>wrote: > >> hi man i need help i install the cgiirc on me shell and not work...command >> for start its? >> >> >> ------------------------------------------------------------------------------ >> The demand for IT networking professionals continues to grow, and the >> demand for specialized networking skills is growing even more rapidly. >> Take a complimentary Learning@Cisco Self-Assessment and learn >> about Cisco certifications, training, and career opportunities. >> http://p.sf.net/sfu/cisco-dev2dev >> _______________________________________________ >> cgiirc-general mailing list >> cgi...@li... >> https://lists.sourceforge.net/lists/listinfo/cgiirc-general >> >> > |
From: Eddy C. <ed...@be...> - 2011-10-28 09:41:46
|
Hello there, What shell are you using, What CGI:IRC are you using? Eddy --Beirut.Com Network TECH ADMIN Beirut.Com Related Websites: Http://Chat.Beirut.Com/ Http://WwW.Beirut.Com/ Http://WwW.BeirutScripts.Net/ On Fri, Oct 28, 2011 at 11:46 AM, popescu adelin <cas...@ya...>wrote: > hi man i need help i install the cgiirc on me shell and not work...command > for start its? > > > ------------------------------------------------------------------------------ > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > _______________________________________________ > cgiirc-general mailing list > cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgiirc-general > > |
From: popescu a. <cas...@ya...> - 2011-10-28 08:46:28
|
hi man i need help i install the cgiirc on me shell and not work...command for start its? |
From: EddyC <Ed...@Be...> - 2011-07-26 12:17:46
|
Send me your formats/<file> you are using to my email (Ed...@Be...) I will help you sorting it out Best Regards, Kosso wrote: > > Hi, > Just trying out this irc client! great job! > > All seems to be OK, apart from the main frame is showing up thing like: > > [08:29] {message-nick ynator} {text hi here is some chat in the irc > [08:30] {prefix-user} mice_ {host ~mice@ > privatehost-E91E2225.cpe.net.cable.rogers.com} has quit {reason Quit: > mice_} > > {prefix-server} > {prefix-client} etc.. > > like something isn't getting replaced somewhere. > > formats folders are within my cgi-bin with everything else. images is out > in > the webroot > > see http://faves.tv/cgi-bin/irc.cgi > > Any ideas what little bit I might be doing wrong? > > Thanks so much > Kosso > > > -- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > cgiirc-general mailing list > cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgiirc-general > > -- View this message in context: http://old.nabble.com/Everything-ok-apart-from-format-tp10124178p32138849.html Sent from the cgiirc-general mailing list archive at Nabble.com. |
From: David L. <dg...@dg...> - 2011-02-07 23:14:50
|
After ~5 years without a release 0.5.10 is now available. This is actually just 0.5.9 with one security fix: CVE-2011-0050: XSS in R param in nonjs interface Thanks to Michael Brooks (Sitewatch) for discovering this. David |
From: Dropbox <no-...@dr...> - 2010-12-27 10:40:24
|
Srdjan Vukovic wants you to use Dropbox to sync and share files online and across computers. Get started here: http://www.dropbox.com/link/20.6CrH04m4rz/NjU1MTY5MTE5Nw?src=referrals_bulk0 - The Dropbox Team ____________________________________________________ To stop receiving invites from Dropbox, please go to http://www.dropbox.com/bl/f7df9cb15506/cgiirc-general%40lists.sourceforge.net |
From: peter g. <plu...@p1...> - 2010-03-26 07:21:09
|
Relampago wrote: > Hello... i am using CGI:IRC to join people to *UnderNet.org *but the > user always join with the ip/hostname of the server. > > So,., how can i fix that. The user needs send the real ip/host because > UnderNet just allow 3 conections per IP. You can't do that without the cooperation of the irc network in question and I very much doubt undernet will cooperate with you on doing it. |
From: Relampago <rel...@gm...> - 2010-03-26 06:59:16
|
Hello... i am using CGI:IRC to join people to *UnderNet.org *but the user always join with the ip/hostname of the server. So,., how can i fix that. The user needs send the real ip/host because UnderNet just allow 3 conections per IP. Thanks! -- /=================\ Relampago \=================/ |
From: Damian J. <at...@gm...> - 2010-02-26 03:44:10
|
Hi, I've been using cgi:irc for a couple weeks now to keep an eye on channels for a project I contribute to (tor) while at work - many thanks! Couple quick questions: - How difficult would it be to make cgi:irc hilight a given term (just the word or whole line would be fine)? I'm guessing it would mean changing the format line that looks like: message public hilight = {message-nick-hilight $0} {text $2} but gave up on following the code once it got into the land of regular expressions. Any suggestions or would this be a tricky hack? - The oftc network provides support for SSL connections - is there any way of taking advantage of this with cgi:irc? Quick suggestion in case the project's still being developed would be to check for javascript - a friend of mine tried to access via a browser with NoScript and it took me quite a while to figure out what was wrong (cgi:irc loads the interface but freezes at the point of joining channels). Again, thanks for the great project! -Damian |
From: Simos <si...@si...> - 2009-10-12 19:52:08
|
I'm using cgi:irc on a freebsd7.0 server running apache 22 . Every time an user quit browser irc connection remain active for some time . Some special apache configuration needed ? I'm usinc client.c compiled version , i've try with perl version too but with the some results. -- View this message in context: http://www.nabble.com/CGI%3AIRC-Ghost-user-tp25854182p25854182.html Sent from the cgiirc-general mailing list archive at Nabble.com. |
From: Tako S. <qui...@gm...> - 2009-07-27 09:22:33
|
Hi, sorry for the delay, I had to wait until today to be able to test your suggestion. Trying 127.0.0.1 did not change anything, the error in the log is still the same. About disabling IPv6, it does not seem to be installed on the server! At least I can't find any reference to it in the network settings and doing an "ipconfig /all" does not show anything realted to IPv6 either. Any other ideas maybe? Thanks, -Tako On Sat, Jul 25, 2009 at 00:55, Jim Tittsler <jt...@on...> wrote: > On 25/07/09 08:51, Tako Schotanus wrote: > >> [Wed Jul 22 14:22:22 2009] [error] [client 127.0.0.1] Prototype mismatch: >> sub main::AF_INET6 () vs none at (eval 1) line 1.\r, referer: ... >> [Wed Jul 22 14:22:22 2009] [error] [client 127.0.0.1] Constant subroutine >> AF_INET6 redefined at (eval 1) line 1.\r, referer: ... >> [Wed Jul 22 14:22:22 2009] [error] [client 127.0.0.1] [Wed Jul 22 14:22:22 >> > > It looks like a problem with IPv6. If you disable IPv6 (or force the > connection to 127.0.0.1 instead of localhost which seems to yield an IPv6 > address on your machine) does it work better? > |
From: Tako S. <qui...@gm...> - 2009-07-27 09:16:18
|
Hi, thanks for your quick reply, I had to wait until I was back in the office to try your suggestion. I tried both the external IP of the server and 127.0.0.1 to no (visible) effect, the error in the log is exactly the same. Any other ideas maybe? Cheers, -Tako 2009/7/24 Søren Jensen <egg...@sj...> > > > -----Original Message----- > From: Søren Jensen [mailto:egg...@sj...] > Sent: Friday, July 24, 2009 10:57 PM > To: 'cgi...@li...' > Subject: RE: [cgiirc-general] Error opening socket > > Just a guess, but could it be due to the IPv6 stuff? > What happens, if you access the server using the LAN-address of the server, > rather than localhost? > Or use 127.0.0.1 to enforce IPv4? > > //Søren Jensen > > > -----Original Message----- > > From: Tako Schotanus [mailto:qui...@gm...] > > Sent: Friday, July 24, 2009 10:51 PM > > To: cgi...@li... > > Subject: [cgiirc-general] Error opening socket > > > > > > I can't get CGI:IRC to connect to the server, which is on the same > > machine and is available (tested with a "telnet localhost 6000"). The > > rror that appears in Apache's log is (referers removed for brevity): > > > > [Wed Jul 22 14:22:22 2009] [error] [client 127.0.0.1] Prototype > > mismatch: > > sub main::AF_INET6 () vs none at (eval 1) line 1.\r, referer: ... > > [Wed Jul 22 14:22:22 2009] [error] [client 127.0.0.1] Constant > > subroutine > > AF_INET6 redefined at (eval 1) line 1.\r, referer: ... > > [Wed Jul 22 14:22:22 2009] [error] [client 127.0.0.1] [Wed Jul 22 > > 14:22:22 2009] CGI:IRC Error: Error opening socket: > > (main::load_socket 1206), > > referer: ... > > > > Any ideas what might be wrong? > > > > Cheers, > > -Tako > > -- > > View this message in context: > > http://www.nabble.com/Error-opening-socket-tp24605922p24605922.html > > Sent from the cgiirc-general mailing list archive at Nabble.com. > > > > > > -------------------------------------------------------------- > > ---------------- > > _______________________________________________ > > cgiirc-general mailing list > > cgi...@li... > > https://lists.sourceforge.net/lists/listinfo/cgiirc-general > > |
From: Tako S. <qui...@gm...> - 2009-07-24 20:51:11
|
I can't get CGI:IRC to connect to the server, which is on the same machine and is available (tested with a "telnet localhost 6000"). The rror that appears in Apache's log is (referers removed for brevity): [Wed Jul 22 14:22:22 2009] [error] [client 127.0.0.1] Prototype mismatch: sub main::AF_INET6 () vs none at (eval 1) line 1.\r, referer: ... [Wed Jul 22 14:22:22 2009] [error] [client 127.0.0.1] Constant subroutine AF_INET6 redefined at (eval 1) line 1.\r, referer: ... [Wed Jul 22 14:22:22 2009] [error] [client 127.0.0.1] [Wed Jul 22 14:22:22 2009] CGI:IRC Error: Error opening socket: (main::load_socket 1206), referer: ... Any ideas what might be wrong? Cheers, -Tako -- View this message in context: http://www.nabble.com/Error-opening-socket-tp24605922p24605922.html Sent from the cgiirc-general mailing list archive at Nabble.com. |
From: tucupi <tu...@li...> - 2009-06-15 18:30:24
|
no have solution, i use last version yet. -- View this message in context: http://www.nabble.com/An-error-occurred%3A-Program-ending%3A-Malformed-UTF-8-character-%28fatal%29-at--usr-lib-cgi-bin-nph-irc.cgi-line-334.-tp22051168p24040249.html Sent from the cgiirc-general mailing list archive at Nabble.com. |