[Affelio-cvs 1030] CVS update: affelio/bin

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 1月 19日 (木) 16:18:09 JST


Index: affelio/bin/recv_mail_ack.cgi
diff -u affelio/bin/recv_mail_ack.cgi:1.11 affelio/bin/recv_mail_ack.cgi:1.12
--- affelio/bin/recv_mail_ack.cgi:1.11	Mon Dec 19 10:59:02 2005
+++ affelio/bin/recv_mail_ack.cgi	Thu Jan 19 16:18:08 2006
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-# $Id: recv_mail_ack.cgi,v 1.11 2005/12/19 01:59:02 slash5234 Exp $
+# $Id: recv_mail_ack.cgi,v 1.12 2006/01/19 07:18:08 slash5234 Exp $
 
 use strict;
 use lib("../extlib");
@@ -138,7 +138,7 @@
 #send FriendshipReply 
 my $ret="";
 try{
-    $ret = reply_HandShake(dest_uri => "$peer_af_id/bin/xml-rpc-serv.cgi",
+    $ret = reply_HandShake(dest_uri => "$peer_af_id",
 			   timestamp => $timestamp,
 			   my_nickname => $af->{user__nickname},
 			   my_domain => $af->{user__domain},
@@ -157,7 +157,6 @@
 my $pass = $mydh->compute_key($peer_DH_pub_key)->bstr;
 debug_print("recv_mail_ack: PASSWORD=[$pass]\n");
 
-
 ############################################################################
 #Add peer to my friends list.
 try{
@@ -175,7 +174,7 @@
 ############################################################################
 #Get peer's friends list.
 try{
-    $ret = get_F2List(dest_uri =>  "$peer_af_id/bin/xml-rpc-serv.cgi",
+    $ret = get_F2List(dest_uri =>  "$peer_af_id",
 		      timestamp => 0);
 }catch Error with {
     my $E = shift;
Index: affelio/bin/send_handshake.cgi
diff -u affelio/bin/send_handshake.cgi:1.6 affelio/bin/send_handshake.cgi:1.7
--- affelio/bin/send_handshake.cgi:1.6	Fri Dec 16 18:04:31 2005
+++ affelio/bin/send_handshake.cgi	Thu Jan 19 16:18:08 2006
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: send_handshake.cgi,v 1.6 2005/12/16 09:04:31 slash5234 Exp $
+# $Id: send_handshake.cgi,v 1.7 2006/01/19 07:18:08 slash5234 Exp $
 
 use strict;
 use lib("../extlib");
@@ -96,8 +96,6 @@
 ######################
 $target_url =~ s/\/$//;
 debug_print("send_HandShake: $target_url\n");
-$target_xml_url = $target_url . "/bin/xml-rpc-serv.cgi";
-debug_print("send_HandShake: $target_xml_url\n");
 
 ###########################################
 # Get current time;
@@ -127,7 +125,7 @@
 # Send HandShake to the URL
 my $ret="";
 try{
-    $ret = send_HandShake(dest_uri =>  $target_xml_url, 
+    $ret = send_HandShake(dest_uri =>  $target_url, 
 			  timestamp => $cur_time,
 			  my_nickname =>  $af->{user__nickname},
 			  my_AFID  =>  $af->{site__web_root},


Affelio-cvs メーリングリストの案内
Back to archive index