summaryrefslogtreecommitdiff
path: root/libpurple/plugins/perl/common/BuddyList.xs
Commit message (Expand)AuthorAgeFilesLines
* Remove the old perl loaderGary Kramlich2016-03-081-418/+0
* Renamed blist node's dont_save to transient.Ankit Vani2013-07-271-3/+3
* Refactored finch to use the GObject BList API. Added purple_chat_get_name_onl...Ankit Vani2013-07-101-0/+4
* Refactored blistnodetypes and BuddyList.xs according to API changesAnkit Vani2013-07-091-66/+60
* Renamed buddy list functions to more appropriate/simler names.Ankit Vani2013-07-091-11/+11
* Replaced purple_get_blist() with purple_blist_get_buddy_list()Ankit Vani2013-07-091-1/+1
* Refactored libpurple plugins and protocols according to the blist API changesAnkit Vani2013-07-091-13/+44
* Removed _destroy() functions for blist and blist nodesAnkit Vani2013-07-041-3/+0
* Refactored libpurple plugins with initial GObject blist APIAnkit Vani2013-07-031-31/+7
* Fix most of warnings for gtk2 and linuxTomasz Wasilczyk2013-04-151-1/+2
* Move blist loading into purple_core_init.Elliott Sales de Andrade2013-01-181-10/+0
* purple_buddy_get_local_alias() has been deprecated since 2.6.0, and can be re...Andrew Victor2011-09-051-4/+0
* purple_contact_set_alias() is deprecated, and can be removed for 3.0.0.Andrew Victor2011-09-051-5/+0
* purple_blist_update_buddy_icon() has been deprecated since 2.5.0, and can be ...Andrew Victor2011-09-051-4/+0
* perl: Wrap purple_chat_get_componentsPaul Aurich2010-09-061-0/+20
* perl: Fix chat-related functions.Paul Aurich2010-09-051-2/+2
* Change "screen name" to "username" or "buddy name" in a whole bunch ofMark Doliner2009-01-261-2/+2
* Build everything with the *_DISABLE_DEPRECATED flags set. This allows usRichard Laager2008-10-301-0/+1
* Remove various opaque UiOps functions from the perl loader as they aren't use...Daniel Atallah2008-08-071-7/+0
* Remove a bunch of *_init() and *_uninit() functions that don't make sense forDaniel Atallah2008-08-071-6/+0
* Some cleanup and a couple leak fixes.Daniel Atallah2008-08-071-1/+1
* A couple more similar leak fixes though some of these still leak if theEtan Reisner2007-12-011-6/+14
* New function purple_blist_node_get_type.Sadrul Habib Chowdhury2007-05-311-0/+16
* Plug a few more memory leaks for some perl plugins.Sadrul Habib Chowdhury2007-05-221-1/+1
* Clean up a bunch of the perl api stuff. Eventually I'll dump the entire listEtan Reisner2007-05-011-4/+7
* Remove the const-c and const-xs stuff and replace it with real constantsEtan Reisner2007-05-011-0/+20
* Perl fixes for s/gaim/purple/. This hasn't really been tested yet.Daniel Atallah2007-03-191-180/+180
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+383