python-purple
2009-02-28 Ragner MagalhaesFixing set_protocol_options(...) to verify key
2009-02-28 Ragner MagalhaesFixing function new() to save account to xml
2009-02-28 Ragner MagalhaesFixed protocol append typo on purple.pyx.
2009-02-28 Ragner MagalhaesAdding functions set/_get_protocol_options
2009-02-28 Ragner MagalhaesUpdated libpurple/pounce.pxd
2009-02-28 Ragner MagalhaesFixing exception in purple.Purple.__core_ui_ops_ui_pref...
2009-02-28 Ragner MagalhaesFixed Debian package creation.
2009-02-28 Ragner MagalhaesUpdated hack to avoid recursive loops.
2009-02-28 Ragner MagalhaesReplaced c_purple* with purple* for most files.
2009-02-28 Ragner MagalhaesDeclaring fields of Account class and fixing segfault
2009-02-28 Ragner MagalhaesFixing Purple init
2009-02-28 Ragner MagalhaesAdding new functions to get protocol's default options
2009-02-28 Ragner MagalhaesFixing Account to get protocol class as parameter
2009-02-28 Ragner MagalhaesRemovind Account's dependency and adding _get_structure...
2009-02-28 Ragner MagalhaesAdding new function protocols_get_all() to Purple class
2009-02-28 Ragner MagalhaesRemoved deprecated code from Purple class.
2009-02-28 Ragner MagalhaesFixed get account c-structure on Protocol class.
2009-02-28 Ragner MagalhaesAdded Account class parent (core).
2009-02-28 Ragner MagalhaesAdded is_{connected,connecting,disconnected}.
2009-02-28 Ragner MagalhaesAdded set/get enabled Account class methods.
2009-02-28 Ragner MagalhaesAdded connect/disconnect Account class methods.
2009-02-28 Ragner MagalhaesAdded comments for Account class public methods.
2009-02-28 Ragner MagalhaesUpdated get parameters inside Account class.
2009-02-28 Ragner MagalhaesRemoved aliases for C-libpurple functions.
2009-02-28 Ragner MagalhaesAdding function accounts_get_all() to Purple class
2009-02-28 Ragner MagalhaesFixing cython error to purple_account_set_status bind
2009-02-28 Ragner MagalhaesAdded various account parameters.
2009-02-28 Ragner MagalhaesInitial 'dev' branch commit.
2009-02-28 Ragner MagalhaesAdded setup_dist.py.
2009-02-28 Ragner MagalhaesRemoved fat from setup.py.
2009-02-28 Ragner MagalhaesRemoved deprecated callbackbase.
2009-02-28 Ragner MagalhaesUpdated request_cbs.pxd.
2009-02-28 Ragner MagalhaesUpdated request_cbs.pxd.
2009-02-28 Ragner MagalhaesUpdated notify_cbs.pxd.
2009-02-28 Ragner MagalhaesUpdated conversation_cbs.pxd.
2009-02-28 Ragner MagalhaesUpdated connection_cbs.pxd.
2009-02-28 Ragner MagalhaesUpdated blist_cbs.pxd.
2009-02-28 Ragner MagalhaesUpdated account_cbs.pxd.
2009-02-28 Ragner MagalhaesAdded initial Debian packaging support.
2009-02-28 Ragner MagalhaesFixed debug messages warning.
2009-02-28 Ragner MagalhaesCosmetics.
2009-02-28 Ragner MagalhaesAdded delete accounts function
2009-02-28 Ragner MagalhaesUpdated changes made on python-purple branch.
2009-02-28 Ragner MagalhaesFixed wrong assertion when sender name is NULL.
2009-02-28 Ragner MagalhaesAdded sender alias to write-im callback.
2009-02-28 Ragner MagalhaesFixing conversation to user account string tuple
2009-02-28 Ragner MagalhaesFixing get_budies_online
2009-02-28 Ragner MagalhaesAdding again nullclient.py
2009-02-28 Ragner MagalhaesFixing set account's options to invalid values
2009-02-28 Ragner MagalhaesAdding plugin.pyx to purple.pyx
2009-02-28 Ragner MagalhaesFixing set_options to Plugin class
2009-02-28 Ragner MagalhaesFixing set_proxyinfo when is gave invalid values
2009-02-28 Ragner MagalhaesAdding connect/disconnect functions to Account
2009-02-28 Ragner MagalhaesAdding function is_connected to Account
2009-02-28 Ragner MagalhaesFixing get/set_enabled to Account
2009-02-28 Ragner MagalhaesAdding function get_protocol_id to Account class
2009-02-28 Ragner MagalhaesAdding host to function set_info
2009-02-28 Ragner MagalhaesFixing function set_options
2009-02-28 Ragner MagalhaesAdding function set_protocol_id to Account class
2009-02-28 Ragner MagalhaesAdding funtions get/set alias to Account class
2009-02-28 Ragner MagalhaesAdding functions get/set password to Account class
2009-02-28 Ragner MagalhaesAdding function set_options to Plugin class
2009-02-28 Ragner MagalhaesAdding function get_options to Plugin class
2009-02-28 Ragner MagalhaesAdding function get_all to Plugin class
2009-02-28 Ragner MagalhaesAdding function set_info to ProxyInfo class
2009-02-28 Ragner MagalhaesAdding function get_types to ProxyInfo class
2009-02-28 Ragner MagalhaesAdding function new(...) to Account
2009-02-28 Ragner MagalhaesAdding function get_all to Account
2009-02-28 Ragner MagalhaesRemoving function get_protocol_options
2009-02-28 Ragner MagalhaesAdding function __set_protocol_options
2009-02-28 Ragner MagalhaesAdding function __get_protocol_labels
2009-02-28 Ragner MagalhaesAdding function __get_protocol_options
2009-02-28 Ragner MagalhaesAdded "connection-error" signal callback.
2009-02-28 Ragner MagalhaesUpdated signals with "signed-on", "signed-off" and...
2009-02-28 Ragner MagalhaesAdded "markup_strip_html" method (outside Purple class).
2009-02-28 Ragner MagalhaesFixed get_buddies_online return parameter.
2009-02-28 Ragner MagalhaesUpdated callback strings to comply with libpurple.
2009-02-28 Ragner MagalhaesBetter handling of c/python strings.
2009-02-28 Ragner MagalhaesStruct Callbacks for blist_cb. (UPDATE)
2009-02-28 Ragner MagalhaesMore fixes on purple.pyx.
2009-02-28 Ragner MagalhaesUpdated internal class attributes with correct naming.
2009-02-28 Ragner MagalhaesAdded binds for functions from libpurple which return...
2009-02-28 Ragner MagalhaesAdd support to new callback class
2009-02-28 Ragner MagalhaesChange struct Callbacks
2009-02-28 Ragner MagalhaesModified account functions.
2009-02-28 Ragner MagalhaesAdded more properties to account and buddy.
2009-02-28 Ragner MagalhaesMore fixes to account.pyx and buddy.pyx.
2009-02-28 Ragner MagalhaesImplement purple.Buddy()
2009-02-28 Ragner MagalhaesConversation: who added
2009-02-28 Ragner MagalhaesReplaced attach_signals with signal_connect method...
2009-02-28 Ragner MagalhaesAdded local ez_setup.py.
2009-02-28 Ragner MagalhaesConversation support
2009-02-28 Ragner MagalhaesDeleting plugin.pyx
2009-02-28 Ragner MagalhaesChanging __account to c_account.
2009-02-28 Ragner MagalhaesSmall cleanups.
2009-02-28 Ragner Magalhaesg_timeout_add_seconds() deleted from eventloop_ui struct
2009-02-28 Ragner Magalhaesnullclient-core.py: fix update buddy list
2009-02-28 Ragner Magalhaesblist_cbs.pxd: adding try/except in right position
2009-02-28 Ragner MagalhaesAdded setup descriptions.
2009-02-28 Ragner MagalhaesAdded initial support for new_node, update and remove...
next