Mercurial > pidgin
view doc/gtklog-signals.dox @ 19089:c8962b52579e
- Wrote a tls_cached unknown_peer function that does many fun things,
including:
- check the certificate signature chain
- attempt to load the chain root from a CA database (not yet
implemented)
- check the chain root's CA-given signature
Since I have no Internet access, this has not been tested.
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Fri, 10 Aug 2007 05:36:42 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
line wrap: on
line source
/** @page gtklog-signals GtkLog Signals @signals @signal log-displaying @endsignals <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 tw=75 et