1
Mircryption / Re: Eggdrop not logging encrypted conversations
« on: October 21, 2007, 05:52 AM »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)
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