log libpurple/core.c @ 19340:9dc79e0a8d6c

age author description
2007-07-31 Daniel Atallah Fix stun to work on startup (this is is a temporary hack until purple_prefs_load() happens in the core). Fixes #2334
2007-07-02 Nathan Walp core support for UI info...now to do the UI piece
2007-06-22 Sadrul Habib Chowdhury Uninit the dbus system before uniniting the signals.
2007-06-20 Stu Tomlinson Bring back MAXPATHLEN (which was always guaranteed to be defined earlier
2007-06-17 Richard Laager Use dynamicly allocated string manipulation here as well to avoid a
2007-05-19 Richard Laager Style changes.
2007-05-19 Richard Laager merge of 'bc75c50283ea211d6f97caefcb83db0e34e10bfe'
2007-05-16 Richard Laager merge of 'a1ba1e5be5adb02dcd76cbde3bc4d88287bff6a2'
2007-05-16 Richard Laager Minor formatting tweaks for the dbus_uniq code.
2007-05-16 Gabriel Schulhof Added purple_core_quit to cleanup.
2007-05-16 Gabriel Schulhof Braces around an if.
2007-05-16 Gabriel Schulhof Style changes + removed unnecessary NULL checks.
2007-05-15 Gabriel Schulhof Alternative dbus_uniq implementation
2007-04-30 Sean Egan Solicit bug reports
2007-04-29 Richard Laager Fix up the private function calls to be prefixed with an underscore.
2007-04-28 Ka-Hing Cheung #386: readlink does not append NUL to the end of buffer
2007-04-28 Sadrul Habib Chowdhury Part of the patch in ticket #383:
2007-04-28 Luke Schierer <Bleeter> hmmm, whoever removed PROGRAMMING_NOTES might wanna update Makefile.am as well
2007-04-27 Sean Egan Proper error checking on fwrite() call
2007-04-27 Sean Egan Make sure you back up your .gaim directoy. And fix a compile error in perl. I think it's the right way.
2007-04-24 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
2007-04-23 Richard Laager The core portion of the migration code. This is implemented as I described
2007-04-11 Stu Tomlinson Hopefully prevent libpurple causing problems for 3rd party UIs if they also
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-11 Daniel Atallah Core support for external protocol URIs. The actual handling of the URIs will be in the prpls and other plugins. This commit only includes the win32 method of actually passing in a URI - the dbus implementation still needs to be written.
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/