dchub-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dchub-dev] [patch #1528] [Patch #1528] some bugfixes and extendet detec


From: noreply
Subject: [Dchub-dev] [patch #1528] [Patch #1528] some bugfixes and extendet detection
Date: Tue, 26 Aug 2003 08:40:01 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3; Linux)

Patch #1528 has been updated. 

Project: 
Category: ClientBot
Status: Open
Summary: some bugfixes and extendet detection

Follow-Ups:

Date: Sun 05/25/03 at 11:28
By: hhgoth

Comment:
enhanced Client Detection
incomplete-files kick-message now includes filename
-------------------------------------------------------

Date: Sun 05/25/03 at 19:59
By: hhgoth

Comment:
additional client detection fix
small description decoding fix
-------------------------------------------------------

Date: Thu 05/29/03 at 13:32
By: ericprev

Comment:
I have applied your patch but I have an error on 2 parts of the patch. I have 
committed the partially updated clientbot.c. I have the error on this (the line 
numbers were updated by patch):
***************
*** 1633,1638 ****
              {
                 GString *msg;
                 msg=g_string_new("");
                 g_string_sprintf(msg,"-tbanip %s 10",nick); // 10min Ban
                 G_LOCK(hub_com);
                 
send_private_chat_message(hub_com,my_name,"Hub-Security",msg->str,1);
--- 1672,1681 ----
              {
                 GString *msg;
                 msg=g_string_new("");
+                                       g_string_sprintf(msg,"don't share 
eDonkey/eMule/Overnet/WinMX/KaZaa or any other incomplete/temp-downloads 
!!!rnPath: %s",filename);
+                                       G_LOCK(hub_com);
+                                       
send_private_chat_message(hub_com,my_name,(char *)nick,msg->str,1);
+                                       G_UNLOCK(hub_com);
                 g_string_sprintf(msg,"-tbanip %s 10",nick); // 10min Ban
                 G_LOCK(hub_com);
                 
send_private_chat_message(hub_com,my_name,"Hub-Security",msg->str,1);
***************
*** 1653,1658 ****
           {
              GString *msg;
              msg=g_string_new("");
              g_string_sprintf(msg,"-tbanip %s 10",(char *)nick); // 10min Ban
              G_LOCK(hub_com);
              
send_private_chat_message(hub_com,my_name,"Hub-Security",msg->str,1);
--- 1696,1705 ----
           {
              GString *msg;
              msg=g_string_new("");
+                               g_string_sprintf(msg,"don't share 
eDonkey/eMule/Overnet/WinMX/KaZaa or any other incomplete/temp-downloads 
!!!rnPath: %s",filename);
+                               G_LOCK(hub_com);
+                               send_private_chat_message(hub_com,my_name,(char 
*)nick,msg->str,1);
+                               G_UNLOCK(hub_com);
              g_string_sprintf(msg,"-tbanip %s 10",(char *)nick); // 10min Ban
              G_LOCK(hub_com);
              
send_private_chat_message(hub_com,my_name,"Hub-Security",msg->str,1);

-------------------------------------------------------

Date: Tue 08/26/03 at 12:40
By: hhgoth

Comment:
can be removed - possible missing parts 've been included in an later patch
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.nongnu.org/patch/?func=detailpatch&patch_id=1528&group_id=3963

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]