My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Sep 29, 2009
    issue 6 (Problem connecting to any irc server) commented on by neitzel.erik   -   Hey guys, had the same problem and just got it working. Read the following concerning changes in cross domain policies: http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_05.html#_Configuring_URL_Meta- Policies In a nutshell: (if you own the server) you need to run a policy daemon listening to port 843 and pointing towards your policy file. e.g. ./flashpolicyd.pl --port=843 --file=/srv/www/vhosts/blablabla/httpdocs/flashpolicy.xml Whereas the flash policy is something like: <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "adobe.com/xml/schemas/PolicyFileSocket.xsd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="swf.domain.com" to-ports="6667" /> </cross-domain-policy> Regards.
    Hey guys, had the same problem and just got it working. Read the following concerning changes in cross domain policies: http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_05.html#_Configuring_URL_Meta- Policies In a nutshell: (if you own the server) you need to run a policy daemon listening to port 843 and pointing towards your policy file. e.g. ./flashpolicyd.pl --port=843 --file=/srv/www/vhosts/blablabla/httpdocs/flashpolicy.xml Whereas the flash policy is something like: <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "adobe.com/xml/schemas/PolicyFileSocket.xsd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="swf.domain.com" to-ports="6667" /> </cross-domain-policy> Regards.
  • Jul 07, 2009
    issue 2 (Problems compiling the client) commented on by ircnetworks   -   the Firc.swc is inside the file "firc-v0.1tar.gz
    the Firc.swc is inside the file "firc-v0.1tar.gz
  • Jun 22, 2009
    issue 2 (Problems compiling the client) commented on by crazyjef...@hotmail.com   -   Firc.swc is missing?
    Firc.swc is missing?
  • Jun 19, 2009
    issue 7 (flexircclient trying to get policy file from irc (6667)) commented on by grade1000   -   I understood everything you said... I am also having the same problem! from where you are? what your msn? we try to solve it together. Sorry english, I am using translator. grade1000 A msn(.)com
    I understood everything you said... I am also having the same problem! from where you are? what your msn? we try to solve it together. Sorry english, I am using translator. grade1000 A msn(.)com
  • Jun 17, 2009
    issue 7 (flexircclient trying to get policy file from irc (6667)) commented on by Zhiz0id   -   what?
    what?
  • Jun 17, 2009
    issue 2 (Problems compiling the client) commented on by crazyjef...@hotmail.com   -   am having problems compiling with Flex Builder myself too...
    am having problems compiling with Flex Builder myself too...
  • Jun 17, 2009
    issue 7 (flexircclient trying to get policy file from irc (6667)) commented on by crazyjef...@hotmail.com   -   meow?
    meow?
  • Jun 07, 2009
    issue 6 (Problem connecting to any irc server) commented on by ansolas   -   anyone git this working at all?
    anyone git this working at all?
  • Mar 20, 2009
    issue 7 (flexircclient trying to get policy file from irc (6667)) reported by Zhiz0id   -   What steps will reproduce the problem? 1. Running ircd(6667)/apache(80) 2. loading FlexIRCClient.html as local file or from local web site 3. get traffic with wireshark NOTICE AUTH :*** Checking Ident NOTICE AUTH :*** No ident response <policy-file-request/>. ERROR :Closing Link: by localserver (EOF from client) What is the expected output? What do you see instead? Client don't trying to get crossdomain.xml from apache(80) also, client trying to connect on 843 port, without luck. What version of the product are you using? On what operating system? FF 3.0.7 + Shockwave Flash 10.0 r22 local ircu server(working fine with other irc clients) Please provide any additional information below. do you need copy of raw traffic? :)
    What steps will reproduce the problem? 1. Running ircd(6667)/apache(80) 2. loading FlexIRCClient.html as local file or from local web site 3. get traffic with wireshark NOTICE AUTH :*** Checking Ident NOTICE AUTH :*** No ident response <policy-file-request/>. ERROR :Closing Link: by localserver (EOF from client) What is the expected output? What do you see instead? Client don't trying to get crossdomain.xml from apache(80) also, client trying to connect on 843 port, without luck. What version of the product are you using? On what operating system? FF 3.0.7 + Shockwave Flash 10.0 r22 local ircu server(working fine with other irc clients) Please provide any additional information below. do you need copy of raw traffic? :)
  • Jan 31, 2009
    issue 6 (Problem connecting to any irc server) commented on by gfunchess   -   If this is some irc server that is not yours it might be hard since it may not supply a cross domain xml file. If you are running a server that is yours when the swf connects to the server is will send <policy-file-request /> (just strstr(policy-file-request)) your server must reply with an appropriate cross domain xml file and then close the socket connection. The swf will then reconnect and everything should work.
    If this is some irc server that is not yours it might be hard since it may not supply a cross domain xml file. If you are running a server that is yours when the swf connects to the server is will send <policy-file-request /> (just strstr(policy-file-request)) your server must reply with an appropriate cross domain xml file and then close the socket connection. The swf will then reconnect and everything should work.

Older

  • Dec 11, 2008
    issue 6 (Problem connecting to any irc server) commented on by arichyde   -   Cross domain XML file? I'm not to firmilar with XML might I get help setting it up? And I have no problem when other people try to connect to my server VIA Mirc, BitchX or any other client.
    Cross domain XML file? I'm not to firmilar with XML might I get help setting it up? And I have no problem when other people try to connect to my server VIA Mirc, BitchX or any other client.
  • Dec 11, 2008
    issue 6 (Problem connecting to any irc server) commented on by leon.oosterwijk   -   connecting to a server requires you have setup your cross domain xml file correctly. if you are having trouble connecting to localhost there might be some other trouble. can another client connect to the local irc server?
    connecting to a server requires you have setup your cross domain xml file correctly. if you are having trouble connecting to localhost there might be some other trouble. can another client connect to the local irc server?
  • Dec 10, 2008
    issue 6 (Problem connecting to any irc server) reported by arichyde   -   What steps will reproduce the problem? 1. Running the swf on an open server 2. trying to connect to any irc server including the one of the system itself What is the expected output? What do you see instead? The expected output I would assume would be an MOTD instead I get nothing. What version of the product are you using? On what operating system? The only version out. Please provide any additional information below. None
    What steps will reproduce the problem? 1. Running the swf on an open server 2. trying to connect to any irc server including the one of the system itself What is the expected output? What do you see instead? The expected output I would assume would be an MOTD instead I get nothing. What version of the product are you using? On what operating system? The only version out. Please provide any additional information below. None
  • Aug 25, 2008
    issue 5 (Suggestion: config) reported by markpiep   -   My suggestion is: You can give some params to the swf, e.g ircserver, channel, so if the page is loaded, the swf autoconnect to the server, and joins the channel. Greets
    My suggestion is: You can give some params to the swf, e.g ircserver, channel, so if the page is loaded, the swf autoconnect to the server, and joins the channel. Greets
  • Aug 25, 2008
    issue 4 (Suggestion: config) reported by markpiep   -   My suggestion is: You can give some params to the swf, e.g ircserver, channel, so if the page is loaded, the swf autoconnect to the server, and joins the channel. Greets
    My suggestion is: You can give some params to the swf, e.g ircserver, channel, so if the page is loaded, the swf autoconnect to the server, and joins the channel. Greets
  • Jul 27, 2008
    issue 3 (Suggestion of some fixes) commented on by leon.oosterwijk   -   Thanks for the feedback, good finds.
    Thanks for the feedback, good finds.
  • Jul 23, 2008
    issue 3 (Suggestion of some fixes) reported by of.olivier.favre   -   I used your lib to write a IRC client in Flex for a company. Here are some changes I had to make. The modified files are attached, but you may like to change them a little before publishing them. AsIrcClient.as : Lines 154 and 163 : The ioErrorEvent and securityErrorEvent functions should not throw errors, but fire event. That way the developer can display custom error messages or fix the problem. Line 386 : This code is broken : it will always get 0 for code even if the token is not a Number. Line 812 : You got wrong with the comparison, you will prefer != instead of == Line 2309 : You should check for users to be not null or bugs may appear. It should be very rare, but as I developped a plugin to an ircd it appeared : When the user is redirected from one channel to another AFTER he has joined it (by a part and join forced by the server), we will receive the list of users of the channel we've just departed. That's when the problem arises. FlexIrcClient.as : After line 28, before line 30 : You should add [Event(name="...",type="...")] metadata for the events you export. Line 50 : Maybe "IRC" should be in small caps. But this does not change anything. Line 182 (line nbr not really relevant) : You have to add the onSecurityError handling and event dispatching. I made the IOError fire a ConnectionError, you may like to change this. (Detail : .actionScriptProperties : line 3 : you reference an old flex sdk. At least change "Flex 2.0.1 Hotfix 2" by "Flex 2.0.1 Hotfix 3", if you do not want to make use of the v3. The hotfix 2 is not available by default on the new Flex Builder 3) Best regards, Olivier Favre
    I used your lib to write a IRC client in Flex for a company. Here are some changes I had to make. The modified files are attached, but you may like to change them a little before publishing them. AsIrcClient.as : Lines 154 and 163 : The ioErrorEvent and securityErrorEvent functions should not throw errors, but fire event. That way the developer can display custom error messages or fix the problem. Line 386 : This code is broken : it will always get 0 for code even if the token is not a Number. Line 812 : You got wrong with the comparison, you will prefer != instead of == Line 2309 : You should check for users to be not null or bugs may appear. It should be very rare, but as I developped a plugin to an ircd it appeared : When the user is redirected from one channel to another AFTER he has joined it (by a part and join forced by the server), we will receive the list of users of the channel we've just departed. That's when the problem arises. FlexIrcClient.as : After line 28, before line 30 : You should add [Event(name="...",type="...")] metadata for the events you export. Line 50 : Maybe "IRC" should be in small caps. But this does not change anything. Line 182 (line nbr not really relevant) : You have to add the onSecurityError handling and event dispatching. I made the IOError fire a ConnectionError, you may like to change this. (Detail : .actionScriptProperties : line 3 : you reference an old flex sdk. At least change "Flex 2.0.1 Hotfix 2" by "Flex 2.0.1 Hotfix 3", if you do not want to make use of the v3. The hotfix 2 is not available by default on the new Flex Builder 3) Best regards, Olivier Favre
 
Hosted by Google Code