im.pidgin.cpw.resiak.disconnectreason: b3c8182bd741b961775afed0768fbecdc47dc828

resiak at soc.pidgin.im resiak at soc.pidgin.im
Fri Oct 12 12:41:23 EDT 2007


-----------------------------------------------------------------
Revision: b3c8182bd741b961775afed0768fbecdc47dc828
Ancestor: b9014375f54bf9e913cf43ba99a1b088b62f0b47
Author: resiak at soc.pidgin.im
Date: 2007-10-11T23:55:13
Branch: im.pidgin.cpw.resiak.disconnectreason

Modified files:
        ChangeLog.API

ChangeLog: 

Document the creation of all the disconnection reason API.

-------------- next part --------------
============================================================
--- ChangeLog.API	e49a1ee15d1124a05d2a0f5dab5a538957507194
+++ ChangeLog.API	9acd09949a1b8b73d37402c00492f95f1f0977b9
@@ -1,5 +1,23 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+Version 2.3.0 (xx/xx/xxxx):
+	libpurple:
+		Added:
+		* PurpleDisconnectReason enumeration of machine-readable
+		  types of connection error.
+		* purple_connection_error_reason(), to be used by prpls
+		  (instead of purple_connection_error() and setting
+		  gc->wants_to_die) to report errors along with a
+		  PurpleDisconnectReason.
+		* PurpleConnectionUiOps.report_disconnect_reason, to be
+		  implemented by UIs (rather than .report_disconnect) if
+		  they want to use the reported PurpleDisconnectReason
+		  to give a more specific error.
+		* purple_connection_reason_is_fatal(), acting as a hint
+		  to whether automatic reconnection should be attempted
+		  after a connection error (rather than checking
+		  gc->wants_to_die).
+
 Version 2.2.0 (09/13/2007):
 	libpurple:
 		Added:


More information about the Commits mailing list