summaryrefslogtreecommitdiff
path: root/libpurple/util.h
Commit message (Expand)AuthorAgeFilesLines
* Oops, I forgot to save this before committing.Paul Aurich2010-04-171-1/+2
* Add network listen functions that accept a family argument (AF_INET(6?)).Paul Aurich2010-04-171-0/+22
* Remove a bunch of old references to prpl-oscarMark Doliner2010-03-291-0/+4
* Combine the three purple_unescape_text()s into one.Paul Aurich2010-02-101-6/+23
* propagate from branch 'im.pidgin.pidgin' (head 7a5f2bd8adbbf9031f2506d22f9cf9...Paul Aurich2010-02-101-2/+4
|\
| * Might as well make this comment accurate.Paul Aurich2010-02-101-2/+4
* | Include signals.h to provide PurpleCallback. I guess all the other placesMichael Ruprecht2009-10-221-0/+1
* | Broke out the generation of random UUIDs to its own functionMarcus Lundblad2009-10-131-0/+8
|/
* Fix a bunch of doxygen warnings.Paul Aurich2009-08-301-1/+7
* Hmm, g_unichar_isgraph is too restrictive in the characters allowed (it munge...Paul Aurich2009-08-271-5/+3
* Add purple_ipv6_address_is_valid; guess what it does?Paul Aurich2009-07-111-0/+23
* ChangeLog.API and @since mark purple_markup_escape_text.Etan Reisner2009-07-071-0/+2
* Create a purple_markup_escape_text() function and use it in one placeMark Doliner2009-07-061-0/+11
* @since!Paul Aurich2009-06-041-0/+1
* Add purple_utf8_strip_unprintables and use it on outgoing XMPP messages.Paul Aurich2009-06-031-0/+15
* Add a utlity function purple_markup_is_rtlSadrul Habib Chowdhury2009-06-031-0/+10
* Remove reference to purple_escape_html, which stuck around for only a few min...Paul Aurich2009-06-031-2/+0
* Add yet another URL fetching function. This one takes an account as aJohn Bailey2009-05-301-1/+25
* Sadrul pointed me at g_markup_escape_text, thanks!Paul Aurich2009-05-021-15/+0
* Escape all the values when appending them to the Entity Caps verification str.Paul Aurich2009-05-021-1/+19
* Add PURPLE to the media header sentinels and reorder includes to fix building...Paul Aurich2009-04-051-6/+9
* propagate from branch 'im.pidgin.pidgin.next.minor' (head d24c4a9d28f21eaa47b...Elliott Sales de Andrade2009-03-021-1/+1
|\
| * I'm pretty sure this is what we meant here.Etan Reisner2009-02-121-1/+1
* | Add @since 2.6.0 doxygen comments to some of our new functions, andMark Doliner2009-01-261-0/+1
* | Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-0/+14
|/
* disapproval of revision 'd1b14f50b2dda78576543959a24618e97acfa66d'Elliott Sales de Andrade2008-08-151-15/+0
* Fix compatibility with glib < 2.4 for g_markup_printf_escaped. untested.Stu Tomlinson2008-08-151-0/+15
* Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_lenDaniel Atallah2008-08-081-0/+39
* Add purple_get_host_name to get the hostname of the machine.Sadrul Habib Chowdhury2008-07-131-0/+8
* Use "email" and "Email" consistently. This is potentially controversial,Richard Laager2008-05-251-1/+1
* propagate from branch 'im.pidgin.pidgin.custom_smiley' (head 9ff3135a6478cd03...Sadrul Habib Chowdhury2008-05-121-1/+1
|\
| * Assorted cleanups, mostly to the Doxygen comments. I added a few missingRichard Laager2008-05-111-1/+1
* | propagate from branch 'im.pidgin.pidgin' (head e4822ac43f3805f2ec0b9cd8dfbd37...Sadrul Habib Chowdhury2008-04-281-0/+5
|\ \ | |/ |/|
| * propagate from branch 'im.pidgin.pidgin' (head 04cfb0cf0974e7b6b10ed513f82384...Sadrul Habib Chowdhury2008-03-051-0/+9
| |\
| * | Apply the custom smiley patches from #1187, from Jorge Villase?o (Masca) andSadrul Habib Chowdhury2008-02-191-0/+5
* | | Super minor documentation improvementMark Doliner2008-04-161-3/+7
* | | Documentation changesMark Doliner2008-04-041-2/+5
| |/ |/|
* | Use connect server as FQDN for SASL auth except when it is an IP address.Stu Tomlinson2008-02-261-0/+9
|/
* Utility functions to set and format song information. Closes #4398.Sadrul Habib Chowdhury2008-01-051-0/+25
* Update the changelogs, and the @since doxy-tags for new functions.Sadrul Habib Chowdhury2007-12-181-0/+1
* Create a purple_gai_strerror() function similar to g_str_error() whichMark Doliner2007-12-181-0/+11
* Add and call a purple_util_uninit() to free user_dir and customer_home_dirRichard Laager2007-10-151-0/+21
* purple_util_write_data_to_file_absolute() should take a signed argument for t...Daniel Atallah2007-10-091-1/+1
* applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defaRichard Laager2007-09-281-2/+3
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Fix purple_util_write_data_to_file signature.Daniel Atallah2007-08-281-1/+1
* propagate from branch 'im.pidgin.pidgin' (head 0c99d79b617e9687302edb80e0eca3...William Ehlhardt2007-08-281-1/+1
|\
| * Fix some conversion warnings about using negative values with unsigned types....Daniel Atallah2007-08-241-2/+2
* | - Add purple_util_write_data_to_file_absolute; glib'ssoc.2007.certmgrWilliam Ehlhardt2007-08-251-0/+20
|/
* Remove static meify from yahoochat.c and replace use of it withWill Thompson2007-06-291-2/+3