ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Mircryption

Eggdrop not logging encrypted conversations

(1/1)

gogo_hr:
Hello,
I've just installed tcleggdrop_mcpsfuncs.tcl to my Eggdrop 1.6.18 with SSL patch. I configured everything and the bot accepts crypted commands from the channels. But it doesn't log the conversations in the channels. I tried configuring another channel, with plain text, and the logging worked like a charm. I use the following in the .conf file:

--- ---logfile jpk #channel "logs/chan.log"Any ideas what I am doing wrong? Thanks in advance... And sorry for my bad English :)

soehest:
Hello,
I've just installed tcleggdrop_mcpsfuncs.tcl to my Eggdrop 1.6.18 with SSL patch. I configured everything and the bot accepts crypted commands from the channels. But it doesn't log the conversations in the channels. I tried configuring another channel, with plain text, and the logging worked like a charm. I use the following in the .conf file:

--- ---logfile jpk #channel "logs/chan.log"Any ideas what I am doing wrong? Thanks in advance... And sorry for my bad English :)
-gogo_hr (September 13, 2007, 11:32 AM)
--- End quote ---

Actually you are in a sense answering the question yourself. The point of this type of encryption is that decrypting takes place on the clients in the encrypted channel (data needs to be send encrypted or there would be no point in doing this at all) and not on the box which is running the eggdrop itself. There would be nothing to log (except encrypted lines which wouldn't do you much good anyway. Hope this makes sense :-)

Regards

mouser:
soehest is right about the fact that the data would be encrypted if your eggdrop logged it so wouldn't be readable.

however, it really should still be logging the encrypted text since it shouldn't know the difference between encrypted and non-encrypted text.  so an important question is are you really saying it's not logging the encrypted text, or are you saying it's logging it but the text is all garbled.

if it's the latter, and you are using tcleggdrop_mcpsfuncs.tcl then you should be able to add your own logging code to your eggdrop.  you might be able to do that by simply installing a 3rd party logging script from egghelp and making it sure it loads below the mcpsfuncs.tcl script.

Navigation

[0] Message Index

Go to full version