aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Use gi18n-lib.h instead of gi18n.h for libraries.xclaesse2008-12-121-2/+1
* Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They...xclaesse2008-12-121-0/+27
* Use GRegex instead of custom code and use a new regex to detect URIsxclaesse2008-12-011-126/+0
* Remove useless linesxclaesse2008-11-221-4/+0
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)xclaesse2008-11-221-100/+0
* Changed suppress_handler to TRUE in a requested channel. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Removed account property of EmpathyTpFile as it's only actually used once and...xclaesse2008-11-221-1/+1
* Fixed channel property setting typo so ContentType is actually set. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Use FIXME instead of TODO in comments. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Changed _run_ method calls to _call_ calls. (Jonny Lamb)xclaesse2008-11-221-9/+9
* Fixed copyright and author headers. (Jonny Lamb)xclaesse2008-11-221-0/+1
* Various whitespace and comment fixes. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)xclaesse2008-11-221-0/+2
* Do not set the MD5 hash of the file when sending. (Jonny Lamb)xclaesse2008-11-221-28/+0
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)xclaesse2008-11-221-7/+7
* Added ability to get an md5sum of the file being sent using GChecksum. (Jonny...xclaesse2008-11-221-1/+23
* Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb)xclaesse2008-11-221-6/+0
* Merged empathy_send_file and empathy_send_file_from_stream, and dropped the d...xclaesse2008-11-221-42/+20
* Set the ContentType property properly on a new file channel. (Jonny Lamb)xclaesse2008-11-221-1/+2
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)xclaesse2008-11-221-4/+1
* Added empathy_send_file* helper functions to empathy-utils. (Jonny Lamb)xclaesse2008-11-221-0/+129
* Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)xclaesse2008-11-221-0/+8
* Catch underscores in email addresses. (closes: #554284)fpeters2008-09-291-1/+1
* Add a function to request a channel from a string handlexclaesse2008-08-071-1/+118
* If we don't know the status string, set it to unset (Sjoerd Simons).xclaesse2008-07-301-1/+1
* empathy_proxy_hash and _equal can be used only with proxies that unsure uniqu...xclaesse2008-05-281-3/+8
* Improve dispatcher. Fixes bug #465928.xclaesse2008-05-181-120/+25
* Make use of tp-glib debug system.xclaesse2008-05-011-15/+9
* Remove conditional build of VOIP.xclaesse2008-04-241-4/+0
* Add support for apt:// URLS. Fixes bug #529049 (Gaƫtan Podevijn).xclaesse2008-04-221-0/+5
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.xclaesse2008-04-201-24/+32
* Fix disconnection of AccountStatusChanged signal.xclaesse2008-04-131-8/+23
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...xclaesse2008-04-111-0/+96
* Remove unused includesxclaesse2008-04-111-1/+0
* Remove empathy_inspect_* and add empathy_channel_get_accountxclaesse2008-04-111-64/+15
* Use tp-glib API in empathy_call_with_contactxclaesse2008-04-111-23/+24
* Add empathy_run_until_read[_full] functionsxclaesse2008-04-111-0/+76
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...xclaesse2008-03-171-0/+19
* Remove useless libtelepathy headersxclaesse2008-03-111-1/+1
* Make sure we don't expect contact id and handle to be directly ready. Add som...xclaesse2008-03-111-0/+4
* simplify empathy_call_with_contact_id using empathy_contact_run_until_readyxclaesse2008-03-111-25/+5
* Allow underscores in URLs. Fixes bug #505616 (Marco Barisione).xclaesse2008-03-081-1/+1
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.xclaesse2008-03-041-1/+2
* Update collabora copyright to 2008xclaesse2008-03-031-1/+1
* Add missing include of tp-conn.hxclaesse2008-03-021-0/+1
* Simplifies empathy_call_with_contact_id.xclaesse2008-02-161-20/+11
* Merge commit 'sjoerd/master'xclaesse2008-02-161-3/+35
|\
| * Make empathy_call_with_contact_id wait untill the handle for the contact isSjoerd Simons2008-02-161-3/+35
* | Add self contact to the group iface of media channel.xclaesse2008-02-161-8/+15
|/
* Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.xclaesse2008-02-151-17/+58
* Change new message dialog to new conversation and make possible to do voip call.xclaesse2008-02-091-48/+22
* Remove EmpathyPresence object and have "presence" and "presence-message" prop...xclaesse2008-01-251-0/+71
* Try to load dtd and glade files from the srcdir first to aboid having to inst...xclaesse2008-01-231-2/+6
* Add convinience functions empathy_chat_with_contact() and empathy_chat_with_c...xclaesse2008-01-021-0/+30
* Conflicts:xclaesse2007-12-031-76/+0
* 2007-10-03 Marco Barisione <marco@barisione.org>mbari2007-10-041-2/+2
* 2007-10-01 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-011-1/+8
* 2007-09-29 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-291-5/+1
* 2007-09-29 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-291-0/+62
* 2007-09-27 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-271-0/+1
* 2007-09-26 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-271-14/+76
* 2007-08-02 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-08-021-122/+13
* 2007-07-20 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-201-5/+20
* 2007-06-22 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-221-0/+495