[Pidgin] mmcco modified

Pidgin trac at pidgin.im
Thu Aug 13 12:56:41 EDT 2015


Page "mmcco" was changed by mmcco
Diff URL: <https://developer.pidgin.im/wiki/mmcco?action=diff&version=56>
Revision 56
Comment: cleanup
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: mmcco
=========================================================================
--- mmcco (version: 55)
+++ mmcco (version: 56)
@@ -13,7 +13,7 @@
 
 
 == Clean-up ideas ==
-* We have 344 `#if 0` blocks in the code base - are all of them still relevant and necessary?
+* Drop many `#if 0` blocks.
 * It seems like the typing status functionality could be condensed a lot, or that "API" could be defined to something more useful/broad. The IM conversation API (found in `libpurple/conversationtypes.h`) consists of:
  * '''2''' core functions
  * '''2''' icon related functions
@@ -134,10 +134,11 @@
 
 Privilege separation is one of the easiest ways to improve Pidgin's security.
 
-After initial library loading, there are three types of file access for Pidgin:
+After initial library loading, there are four types of file access for Pidgin:
 * access to libpurple-specific files in `~/.purple/`
 * access to files in arbitrary locations for file transfers
 * GTK-related files (icons, etc.) from `/usr/share`
+* access to binaries (these should probably be replaced or removed)
 
 Of course, the third does not apply to libpurple.
 
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://developer.pidgin.im/wiki/mmcco>
Pidgin <https://pidgin.im>
Pidgin

This is an automated message. Someone added your email address to be
notified of changes on 'mmcco' page.
If it was not you, please report to datallah at pidgin.im.


More information about the Wikiedit mailing list