python-purple
2009-03-02 Bruno AbinaderReplaced all 'dict.has_key(item)' with 'item in dict...
2009-03-02 Bruno AbinaderRemoved purple.c from watched list.
2009-02-28 Bruno AbinaderAdded SIGCHLD handling to avoid zombie processes.
2009-02-28 Ragner MagalhaesFixing support to request_action callback
2009-02-28 Ragner MagalhaesAdding comments to buddy class
2009-02-28 Ragner MagalhaesAdding comments to purple class
2009-02-28 Bruno AbinaderUpdated nullclient-ecore.
2009-02-28 Ragner MagalhaesReplacing None type by null list - purple.c
2009-02-28 Ragner MagalhaesReplacing None type by null list
2009-02-28 Bruno AbinaderUpdated nullclient.py
2009-02-28 Bruno AbinaderAdded AUTHORS, COPYING, COPYRIGHT and README.
2009-02-28 Ragner MagalhaesAdding function get_buddies()
2009-02-28 Ragner Magalhaespurple.c created by Adding function get_buddies()
2009-02-28 Bruno AbinaderAdded missing build dependencies.
2009-02-28 Bruno AbinaderUpdated python-purple's debianization.
2009-02-28 Ragner MagalhaesImplemented status_changed callback.
2009-02-28 Ragner MagalhaesImplemented notify_added callback.
2009-02-28 Ragner MagalhaesFixing to use active status when account is idle
2009-02-28 Ragner MagalhaesImplemented request_add callback.
2009-02-28 Ragner MagalhaesAdding support to get buddy's active status
2009-02-28 Ragner MagalhaesAdding support to set/get account's status
2009-02-28 Ragner MagalhaesUpdated add_buddy on Account class.
2009-02-28 Ragner MagalhaesUpdated python-purple initial parameters.
2009-02-28 Ragner MagalhaesUpdated "connection-error" signal callback.
2009-02-28 Ragner MagalhaesUpdated report_disconnect_reason callback.
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
next