Tako Schotanus wrote: > Hi, > > this is probably a stupid question for most people here but I thought > I'd try to find the problem for which I just entered a report (#138248 > : Large message in IRC are cut off). > > So I got the code from SVN, configured with debugging and a prefix > pointing to a local folder. Compilation went well after removing the > -ansi option and installing e2fsprogs-devel for the com_err.h file. > > After installing I changed the KDEDIR variable to point to my local > folder as well as /usr ans started Kopete. > > Thing is that Kopete will use the libraries that are in > <local-install-folder>/lib but not the ones in .../lib/kde3. So I get > debug output from the MSN plugin for example but not from the IRC > plugin. > > Could someone tell me how to tell Kopete to load the other libraries > from the local folder as well? > > Thanks, > -Tako > > PS: Sorry if this message appears twice, I sent it from the wrong > account the first time. > _______________________________________________ > kopete-devel mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kopete-devel > > You have to run the kdebugdialog program to enable the irc plugin debug. I don't replied to the message, but it requires a little investigation. According the IRC protocol, messages length shouldn't be greater then 512 bytes (If I remember well). So we have 2 options here: - We cut the message if it's too long. I don't remember if this was implemented for the stable branch. - The server cut the message if the message is too long. I'm not quite sure but I think the answer is the second one. To check enable the IRC raw debug log, and look at the quit message. If the quit message is not cut, then it's a client/server *problem*, since the client allowed to send a too long message. Hope it gives you some directions.
Michel _______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
