summaryrefslogtreecommitdiff
path: root/libpurple/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Replacements for the GObject Xfer APIAnkit Vani2013-09-051-1/+1
|/ /
* | Merged default branchAnkit Vani2013-08-171-0/+25
|\ \ | |/ |/|
| * Fix some debug log warnings, adjust verbosity levelTomasz Wasilczyk2013-08-161-0/+25
* | Global replaces according to GObject status APIAnkit Vani2013-07-211-2/+2
* | Refactored core, ft, imgstore to use GType instead of PurpleValueAnkit Vani2013-07-181-7/+9
* | Refactored the libpurple core to use the GObject-based PurpleAccountAnkit Vani2013-06-191-2/+0
* | Refactored the libpurple core to use the GObject-based PurpleCipherAnkit Vani2013-06-151-2/+0
|/
* keyring.c refactoring: use signal instead of hack depending on implementationTomasz Wasilczyk2013-04-281-1/+1
* Merge with defaultTomasz Wasilczyk2013-04-261-0/+6
|\
| * Tidying debug messages, signalsTomasz Wasilczyk2013-03-221-6/+6
| * Fix some memleaksTomasz Wasilczyk2013-03-211-1/+1
| * Handle the case of disabled KWallet systemTomasz Wasilczyk2013-03-201-1/+3
| * Get rid of PURPLE_PLUGIN_FLAG_AUTOLOADTomasz Wasilczyk2013-03-181-0/+2
| * Merge with default.Elliott Sales de Andrade2013-01-251-2/+10
| |\
| * \ propagate from branch 'im.pidgin.pidgin' (head e275f5e7b257ee56363a918879d8af...Elliott Sales de Andrade2011-10-301-0/+2
| |\ \
| | * \ propagate from branch 'im.pidgin.pidgin' (head 32da7ab6d1092d199f3c54e43644fb...Paul Aurich2009-08-291-18/+37
| | |\ \
| | * \ \ propagate from branch 'im.pidgin.pidgin' (head 8d1a98b45f9d3627857c6e36cef4d9...Ka-Hing Cheung2009-01-031-18/+19
| | |\ \ \
| | * | | | Added support for the PURPLE_PLUGIN_FLAG_AUTOLOAD flag, corrected a few bugs ...Vivien Bernet-Rollande2008-08-081-0/+2
* | | | | | Correctly remove deprecated functions g_type_init and g_thread_initTomasz Wasilczyk2013-04-141-0/+3
* | | | | | Fix a warning for glib 2.36 and g_type_initTomasz Wasilczyk2013-04-141-0/+1
| |_|_|_|/ |/| | | |
* | | | | Move blist loading into purple_core_init.Elliott Sales de Andrade2013-01-181-0/+3
* | | | | Better implementation of purple_escape_jsTomasz Wasilczyk2012-11-231-2/+4
* | | | | Handle redirectsTomasz Wasilczyk2012-10-161-0/+3
|/ / / /
* | | | Drop the .gaim -> .purple migration codeRichard Laager2011-03-181-380/+0
* | | | propagate from branch 'im.pidgin.pidgin' (head c97a80bb45a36d34b5fa20d342db94...John Bailey2009-09-161-22/+0
|\ \ \ \
| * | | | Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.John Bailey2009-08-221-22/+0
| | |_|/ | |/| |
* | | | "err" already exists--just set it to NULL.Mark Doliner2009-09-031-1/+1
|/ / /
* | | Remove duplicated call to purple_theme_manager_init()Paul Aurich2009-06-281-1/+0
* | | don't uninit accounts until savedstatus and status are uninited, this wasKa-Hing Cheung2009-04-281-1/+1
* | | Apply patch from darkrain42 to fix the crash-on-exit. Hopefully, the orderElliott Sales de Andrade2009-04-101-11/+15
* | | Call purple_log_uninit() in purple_core_uninit().Nick Hebner2009-04-091-0/+1
* | | Uninitialize the certificate API before unloading the SSL plugin. ThisMark Doliner2009-01-261-1/+8
* | | * Alphabetize files in a few Makefile.am filesMark Doliner2009-01-261-1/+2
* | | propagate from branch 'im.pidgin.pidgin' (head 1bc731764f9350e649865aa63550c7...Sadrul Habib Chowdhury2009-01-211-10/+17
|\ \ \
| * | | Clean up merges from the last two (un)disapprovals.Daniel Atallah2009-01-201-1/+0
| * | | merge of '46fd7b89b232c1a6cc689adb904727ae8b745df0'Daniel Atallah2009-01-201-2/+2
| |\ \ \
| | * | | disapproval of revision '72679a30e1cb464d1dc7c74b14b848c3a51538ca'Daniel Atallah2009-01-201-2/+2
| * | | | Reorder (and document) purple_core_quit() so that the prefs_uninit() fixes canPaul Aurich2009-01-201-8/+16
| |/ / /
* | | | propagate from branch 'im.pidgin.pidgin' (head 81279937753200b4e98d37ab9623ad...Gary Kramlich2009-01-151-14/+14
|\ \ \ \ | |/ / / |/| | |
| * | | propagate from branch 'im.pidgin.pidgin' (head ea172b7ea6011593301a840b09604c...Gary Kramlich2009-01-061-14/+14
| |\ \ \ | | |_|/ | |/| |
| | * | Fix the issue with the themes not showing up in the list.Paul Aurich2009-01-061-1/+3
| | * | Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-13/+6
| | * | propagate from branch 'im.pidgin.pidgin' (head f1039393e25a933ea6730a935d0107...Richard Laager2009-01-021-1/+6
| | |\ \
| | | * | Fix some theme manager assertion failures.Richard Laager2008-12-011-2/+2
| | | * | propagate from branch 'im.pidgin.pidgin' (head e3be19b1b3e5a89c1af6d4a10bf1b8...Gary Kramlich2008-10-301-1/+6
| | | |\ \
| | | | * | renamed sound-loader.[ch] to sound-theme-loader.[ch]Gary Kramlich2008-08-281-1/+1
| | | | * | propagate from branch 'im.pidgin.pidgin' (head 0a9e9676f7b59e3e389ea6951ee943...Gary Kramlich2008-08-061-0/+3
| | | | |\ \ | | | | | |/
| | | | * | Changed the theme_manager_init function to do less, makes it cleaner and fast...Justin Rodriguez2008-07-061-2/+2
| | | | * | more gobject fixedJustin Rodriguez2008-06-221-1/+1
| | | | * | Fixed purple sound loader class init function (bug on startup) and added shel...Justin Rodriguez2008-06-211-1/+6