If write_im get buddy NULL take it from conversation name
[python-purple] / account.pyx
2009-02-28 Ragner MagalhaesUpdated remove() method from Account class.
2009-02-28 Ragner MagalhaesMethod remove uses spaces inst. of tabs
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 MagalhaesFixing set_protocol_options(...) to verify key
2009-02-28 Ragner MagalhaesFixing function new() to save account to xml
2009-02-28 Ragner MagalhaesAdding functions set/_get_protocol_options
2009-02-28 Ragner MagalhaesDeclaring fields of Account class and fixing segfault
2009-02-28 Ragner MagalhaesFixing Account to get protocol class as parameter
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 MagalhaesAdded various account parameters.
2009-02-28 Ragner MagalhaesInitial 'dev' branch commit.
2009-02-28 Ragner MagalhaesAdded delete accounts function
2009-02-28 Ragner MagalhaesUpdated changes made on python-purple branch.
2009-02-28 Ragner MagalhaesFixing get_budies_online
2009-02-28 Ragner MagalhaesFixing set account's options to 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 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 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 MagalhaesFixed get_buddies_online return parameter.
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 MagalhaesConversation support
2009-02-28 Ragner MagalhaesChanging __account to c_account.
2009-02-28 Ragner MagalhaesFix for accountopt, cosmetics and fix for union definition.
2009-02-28 Ragner MagalhaesImproves calls to set proxy's options of the Account
2009-02-28 Ragner MagalhaesAdding hack method get_protocol_options
2009-02-28 Ragner MagalhaesCosmetics.
2009-02-28 Ragner MagalhaesAdd get/set proxyinfo methods to Account class
2009-02-28 Ragner MagalhaesSimplifyed definitions call, moved signal callback...
2009-02-28 Ragner MagalhaesCosmetics.
2009-02-28 Ragner MagalhaesFix get_buddies_online
2009-02-28 Ragner MagalhaesAll includes now uses cimport. Moved .pxd files from...
2009-02-28 Ragner MagalhaesMore fixes to BFP.
2009-02-28 Ragner MagalhaesBFP, fixes structures definitions, categorizes each...