Sat, 24 Sep 2011 22:20:58 +0000 |
andrew victor |
purple_ip_address_is_valid() now checks for an IPv4 or IPv6 address.
|
Sat, 24 Sep 2011 22:09:40 +0000 |
andrew victor |
* purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().
|
Sun, 18 Sep 2011 21:45:29 +0000 |
Mark Doliner |
I guess doxygen wants this struct to have a comment if prpl.h is going
|
Sun, 18 Sep 2011 21:32:10 +0000 |
Mark Doliner |
Apparently this never had documentation
|
Sun, 18 Sep 2011 20:46:06 +0000 |
Mark Doliner |
Fix a bunch of tiny problems generating our doxygen documentation
|
Tue, 06 Sep 2011 18:22:03 +0000 |
Elliott Sales de Andrade |
disapproval of revision '0d9c985d91b5de7f20f3443d7edbe22fb7ce80af'
|
Thu, 01 Sep 2011 06:56:17 +0000 |
andrew victor |
Fix build breakage from bfae54755d0a683ab945fea4666da04aeb1113d1.
|
Thu, 01 Sep 2011 04:32:49 +0000 |
masca |
Clean util.h from @since tags.
|
Thu, 01 Sep 2011 04:23:42 +0000 |
masca |
Hide-a-PurpleMenuAction.
|
Sun, 21 Aug 2011 17:28:17 +0000 |
Mark Doliner |
Add this @deprecated flag back in here so we know this still needs work
|
Sun, 21 Aug 2011 01:59:13 +0000 |
Mark Doliner |
Rename purple_util_fetch_url_request_len_with_account to
|
Sun, 21 Aug 2011 01:52:25 +0000 |
Mark Doliner |
Remove purple_util_fetch_url_request_len() and change the few places
|
Thu, 17 Mar 2011 07:39:33 +0000 |
Mark Doliner |
Remove the _purple_oscar_convert(). It existed to migrate data from
|
Sat, 17 Apr 2010 01:33:19 +0000 |
Paul Aurich |
Oops, I forgot to save this before committing.
|
Sat, 17 Apr 2010 01:27:04 +0000 |
Paul Aurich |
Add network listen functions that accept a family argument (AF_INET(6?)).
|
Mon, 29 Mar 2010 23:35:35 +0000 |
Mark Doliner |
Remove a bunch of old references to prpl-oscar
|
Wed, 10 Feb 2010 04:05:50 +0000 |
Paul Aurich |
Combine the three purple_unescape_text()s into one.
|
Wed, 10 Feb 2010 04:01:16 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 16b06c832bb37014304670307b6db672c94d5dd0)
|
Thu, 22 Oct 2009 00:22:31 +0000 |
maiku |
Include signals.h to provide PurpleCallback. I guess all the other places
|
Tue, 13 Oct 2009 22:13:57 +0000 |
Marcus Lundblad |
Broke out the generation of random UUIDs to its own function
|
Wed, 10 Feb 2010 04:01:08 +0000 |
Paul Aurich |
Might as well make this comment accurate.
|
Sun, 30 Aug 2009 04:00:51 +0000 |
Paul Aurich |
Fix a bunch of doxygen warnings.
|
Thu, 27 Aug 2009 23:59:30 +0000 |
Paul Aurich |
Hmm, g_unichar_isgraph is too restrictive in the characters allowed (it munges \t). Change purple_utf8_strip_unprintables to simply remove ASCII control characters instead.
|
Sat, 11 Jul 2009 07:32:27 +0000 |
Paul Aurich |
Add purple_ipv6_address_is_valid; guess what it does?
|
Tue, 07 Jul 2009 00:23:09 +0000 |
Etan Reisner |
ChangeLog.API and @since mark purple_markup_escape_text.
|
Mon, 06 Jul 2009 23:46:56 +0000 |
Mark Doliner |
Create a purple_markup_escape_text() function and use it in one place
|
Thu, 04 Jun 2009 01:18:45 +0000 |
Paul Aurich |
@since!
|
Wed, 03 Jun 2009 19:09:16 +0000 |
Paul Aurich |
Add purple_utf8_strip_unprintables and use it on outgoing XMPP messages.
|
Wed, 03 Jun 2009 17:04:05 +0000 |
Sadrul Habib Chowdhury |
Add a utlity function purple_markup_is_rtl
|
Wed, 03 Jun 2009 14:45:33 +0000 |
Paul Aurich |
Remove reference to purple_escape_html, which stuck around for only a few minutes before I went to g_markup_escape_text.
|
Sat, 30 May 2009 00:07:50 +0000 |
John Bailey |
Add yet another URL fetching function. This one takes an account as a
|
Sat, 02 May 2009 04:02:53 +0000 |
Paul Aurich |
Sadrul pointed me at g_markup_escape_text, thanks!
|
Sat, 02 May 2009 01:26:18 +0000 |
Paul Aurich |
Escape all the values when appending them to the Entity Caps verification str.
|
Sun, 05 Apr 2009 04:34:48 +0000 |
Paul Aurich |
Add PURPLE to the media header sentinels and reorder includes to fix building gf2
|
Mon, 02 Mar 2009 04:18:40 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
|
Mon, 26 Jan 2009 06:18:18 +0000 |
Mark Doliner |
Add @since 2.6.0 doxygen comments to some of our new functions, and
|
Tue, 06 Jan 2009 03:39:51 +0000 |
Paul Aurich |
Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
|
Thu, 12 Feb 2009 06:02:20 +0000 |
Etan Reisner |
I'm pretty sure this is what we meant here.
|
Fri, 15 Aug 2008 04:13:40 +0000 |
Elliott Sales de Andrade |
disapproval of revision '8bae3778af422c41094db4e639f2cf45e6ee6259'
|
Fri, 15 Aug 2008 02:42:52 +0000 |
Stu Tomlinson |
Fix compatibility with glib < 2.4 for g_markup_printf_escaped. untested.
|
Fri, 08 Aug 2008 23:34:27 +0000 |
Daniel Atallah |
Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_len
|
Sun, 13 Jul 2008 18:01:57 +0000 |
Sadrul Habib Chowdhury |
Add purple_get_host_name to get the hostname of the machine.
|
Sun, 25 May 2008 21:56:36 +0000 |
Richard Laager |
Use "email" and "Email" consistently. This is potentially controversial,
|
Mon, 12 May 2008 23:17:48 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin.custom_smiley' (head c134ff23eba5faac09c13e731e792fa612c91a9a)
|
Mon, 28 Apr 2008 00:01:07 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head caaa65e1c157e6cb43219237f88a4ad298f3bbf5)
|
Sun, 11 May 2008 05:08:08 +0000 |
Richard Laager |
Assorted cleanups, mostly to the Doxygen comments. I added a few missing
|
Wed, 16 Apr 2008 06:27:46 +0000 |
Mark Doliner |
Super minor documentation improvement
|
Fri, 04 Apr 2008 04:42:26 +0000 |
Mark Doliner |
Documentation changes
|
Wed, 05 Mar 2008 17:18:09 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
|
Tue, 26 Feb 2008 13:53:22 +0000 |
Stu Tomlinson |
Use connect server as FQDN for SASL auth except when it is an IP address.
|
Tue, 19 Feb 2008 19:41:56 +0000 |
Sadrul Habib Chowdhury |
Apply the custom smiley patches from #1187, from Jorge Villaseo (Masca) and
|
Sat, 05 Jan 2008 11:08:48 +0000 |
Sadrul Habib Chowdhury |
Utility functions to set and format song information. Closes #4398.
|
Tue, 18 Dec 2007 21:43:03 +0000 |
Sadrul Habib Chowdhury |
Update the changelogs, and the @since doxy-tags for new functions.
|
Tue, 18 Dec 2007 08:42:41 +0000 |
Mark Doliner |
Create a purple_gai_strerror() function similar to g_str_error() which
|
Mon, 15 Oct 2007 00:41:22 +0000 |
Richard Laager |
Add and call a purple_util_uninit() to free user_dir and customer_home_dir
|
Fri, 19 Oct 2007 18:30:30 +0000 |
Luke Schierer |
applied changes from 1095e0c294d15e95c8909d270748c5253226bfe6
|
Sun, 16 Sep 2007 01:05:22 +0000 |
Sean Egan |
remove gpl boilerplate from doxygen docs
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Tue, 28 Aug 2007 01:57:16 +0000 |
Daniel Atallah |
Fix purple_util_write_data_to_file signature.
|
Tue, 28 Aug 2007 01:14:08 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 1ade185e4daf699979b517ddb70cee47cd15e7ee)
|