summaryrefslogtreecommitdiff
path: root/libpurple/plugins
Commit message (Expand)AuthorAgeFilesLines
* Patch from Zsombor Welker to expand the list of PurpleValue valid subtypes.Ethan Blanton2009-04-181-5/+17
* Add the Tcl command purple::connection state (purple_connection_get_state).Ethan Blanton2009-04-181-2/+22
* A patch from Arunan Balasubramaniam to use timeouts in seconds instead ofArunan Balasubramaniam2009-04-102-2/+2
* Free some memory if we exit early due to an error. Thanks toMark Doliner2009-03-271-2/+9
* Fix this compile error:Mark Doliner2009-03-271-1/+1
* Remove a wee bit of stray whitespaceMark Doliner2009-03-271-5/+5
* Implementation of a plugin to facilitate use of One Time Passwords byDaniel Atallah2009-03-032-0/+155
* Fix compile errors from the merge. Untested protocols: msnp9, sametime,Elliott Sales de Andrade2009-03-021-1/+8
* propagate from branch 'im.pidgin.pidgin.next.minor' (head d24c4a9d28f21eaa47b...Elliott Sales de Andrade2009-03-026-18/+23
|\
| * Use _set_default_priority on gnutls versions lacking _priority_set_direct.Ethan Blanton2009-03-011-0/+4
| * patch from Martin von Gagern that uses a new gnutls option to enable betterKa-Hing Cheung2009-02-211-1/+3
| * Fix some more mis-identified plugins, like 3b3526a0...Elliott Sales de Andrade2009-02-184-4/+4
| * Let XS do the argument checking/erroring for us for the components argument toEtan Reisner2009-02-121-14/+13
* | Change "screen name" to "username" or "buddy name" in a whole bunch ofMark Doliner2009-01-261-2/+2
* | Lots of minor whitespace and comment changes:Mark Doliner2009-01-251-1/+1
* | a few struct hiding clean upsGary Kramlich2009-01-151-1/+1
* | propagate from branch 'im.pidgin.pidgin' (head 81279937753200b4e98d37ab9623ad...Gary Kramlich2009-01-153-13/+23
|\ \ | |/ |/|
| * Made the Purple::Request::Field(s) functions act more perl-like.Etan Reisner2009-01-061-10/+20
| * propagate from branch 'im.pidgin.pidgin' (head 009f3ea551248605298fbf1b88d7a8...Richard Laager2008-12-127-20/+20
| |\
| * \ propagate from branch 'im.pidgin.pidgin' (head bd870d9ff0abf89a96f53c84cd21a1...Richard Laager2008-11-272-3/+3
| |\ \
| | * \ propagate from branch 'im.pidgin.pidgin' (head cc1cc6c659d3878f285641153244b0...Richard Laager2008-11-143-5/+5
| | |\ \
| | | * | More purple_debug printf(msg) fixes. I must have a newer GCC or something...Richard Laager2008-11-141-2/+2
| | | * | Update some casts (that the script didn't fix correctly) to GObject macros.Richard Laager2008-11-142-3/+3
* | | | | Remove a handful of string utility functions from perl, they are generallyEtan Reisner2009-01-071-26/+0
* | | | | Apparently our use of va_list arguments in the perl signal callbacks doesn'tEtan Reisner2009-01-061-1/+5
* | | | | Make Purple::PluginPref->get_bounds be more perl-like.Etan Reisner2009-01-061-4/+10
| |_|_|/ |/| | |
* | | | Use av_len in the same manner as everywhere else, for consistency.Sadrul Habib Chowdhury2008-12-121-2/+2
* | | | merge of 'c36026e6d6a9420e254a9b837c172c4ccb75d654'John Bailey2008-12-116-18/+18
|\ \ \ \
| * | | | disapproval of revision '2d9389f32256ca757b17d7cabe9d9beebce0d311'John Bailey2008-12-116-18/+18
* | | | | Tweak a few for loop conditions in the Perl bindings per Etan's suggestion.John Bailey2008-12-116-18/+18
|/ / / /
* | | | Fix off-by-ones in the perl loader where av_len is used. Fixes #7687.Paul Aurich2008-12-116-18/+18
|/ / /
* | | Tweak a comment.John Bailey2008-11-241-2/+1
* | | Prevent the Buddy State Notification plugin from printing duplicateFlorian Qu?ze2008-11-241-1/+6
* | | Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes.Richard Laager2008-11-161-2/+2
|/ /
* | Fix CID #367Richard Laager2008-11-141-1/+1
* | Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.Ethan Blanton2008-11-111-1/+1
|/
* x509_issuer_dn() should return the certificate's issuer name, not the certStu Tomlinson2008-11-011-1/+1
* Build everything with the *_DISABLE_DEPRECATED flags set. This allows usRichard Laager2008-10-302-1/+4
* Fix my Tcl fix.Richard Laager2008-10-301-1/+1
* Fix Tcl to compile with the hidden structs.Richard Laager2008-10-302-24/+29
* Fix up my fix.Richard Laager2008-10-301-2/+2
* Simplify some of the changes. Yeah, this code sucks. I wrote it a LONGRichard Laager2008-10-301-29/+25
* Hide the blistnode, buddy, contact, group, and chat structsGary Kramlich2008-10-284-58/+116
* Only build SSL plugins if the corresponding library is present.Will Thompson2008-10-253-20/+21
* Enable a number of default-disabled strong ciphers for NSS.Ethan Blanton2008-09-231-0/+13
* Fix a NULL pointer deref in the NSS SSL implementation with certain self-signedDaniel Atallah2008-09-081-2/+4
* Uniquify auto-accepted file names to foo-2.tar.gz, not foo.tar.gz-2.Will Thompson2008-09-051-1/+21
* Return FALSE when a perl plugin cannot be loaded.Sadrul Habib Chowdhury2008-09-011-1/+3
* Fix compiling 'make plugin.so' when srcdir != builddirSadrul Habib Chowdhury2008-09-011-1/+1
* Warnings cleanup from Lee Roach. Fixes #6242.Daniel Atallah2008-08-311-1/+1