Mercurial > pidgin
view doc/gtklog-signals.dox @ 21927:a464f202e6c4
Add the StartCom Free SSL Certificate Authority certificate (as used by
jabber.org), and change the order of certificate validation checks so that
CA mismatch is detected before name checking. There's still lots of room
for improvement in certificate validation because the first Accept or
Reject overrides any subsequent checks.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 23 Dec 2007 17:16:14 +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