Well I used the kdebugdialog already and all thing kopete are enabled. But by using LD_DEBUG=files I can see that kopete isn't loading the .../lib/kde3-libraries from my local path but form the globally/rpm installed Kopete. The libraries that are installed in .../lib it does find.
I just need to find a way to tell it not to use those , but I don't know how. The max size actually seems to be 460 characters because that is where the messages get cut off. Then 32 characters are lost and the rest of the text will arrive in a second message. -Tako On 12/3/06, Michel Hermier <[EMAIL PROTECTED]> wrote: > 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 > _______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
