python-purple
2009-02-28 Ragner MagalhaesPassing flags to write_im callback
2009-02-28 Ragner MagalhaesRemove hardcoded PORT and SERVER values
2009-02-28 Ragner MagalhaesAdded request_add_buddy.
2009-02-28 Ragner MagalhaesAdded request_authorize/close_account_request.
2009-02-28 Ragner MagalhaesReimplemented Conversation class.
2009-02-28 Ragner MagalhaesIf write_im get buddy NULL take it from conversation...
2009-02-28 Ragner MagalhaesUpdated remove() method from Account class.
2009-02-28 Ragner MagalhaesFixing UnicodeDecodeError in buddy's alias
2009-02-28 Ragner MagalhaesMethod remove uses spaces inst. of tabs
2009-02-28 Ragner MagalhaesAdded get/set group.
2009-02-28 Ragner MagalhaesUpdated remove_account
2009-02-28 Ragner MagalhaesAdded remove_account:
2009-02-28 Ragner MagalhaesAdded set_alias to Buddy class.
2009-02-28 Ragner MagalhaesAdded {add,remove}_buddy and get_buddies_online.
2009-02-28 Ragner MagalhaesInitial Buddy class reimplementation.
2009-02-28 Ragner MagalhaesAdded missing methods to libpurple/status.pxd.
2009-02-28 Ragner MagalhaesAdded accounts_get_all_active.
2009-02-28 Ragner MagalhaesFixed Account protocol parameter typo.
2009-02-28 Ragner MagalhaesFixed a typo on accounts_get_all.
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.
next