view doc/gtklog-signals.dox @ 21929:cedbb3860134

If a peer certificate does not match our cached cert, do not auto reject it! - it's quite possible the certificate was renewed! This fixes the problems caused by jabber.org renewing their SSL certificate yesterday. Workaround for mortals is to remove the cached peer certificate, either from Tools->Certificates or by deleting ~/.purple/certificates/x509/tls_peers/jabber.org
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 23 Dec 2007 18:36:09 +0000
parents e0613cf8c493
children
line wrap: on
line source

/** @page gtklog-signals GtkLog Signals

 @signals
  @signal log-displaying
 @endsignals

 @see gtklog.h

 <hr>

 @signaldef log-displaying
  @signalproto
void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log);
  @endsignalproto
  @signaldesc
   Emitted when a log is being displayed.
  @param viewer The log viewer
  @param log The log being displayed
 @endsignaldef

*/
// vim: syntax=c.doxygen tw=75 et