summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)AuthorFilesLines
2011-11-21Support building for Android, modified from an original patch by Derek ForemanAlvaro Soliverez1-1/+16
https://bugs.freedesktop.org/show_bug.cgi?id=42508
2011-11-03mc-tool: show ChangingPresenceWill Thompson1-0/+5
2011-09-26mc-tool: add missing entry for reconnect to helpWill Thompson1-0/+1
2011-09-23mc-tool: add a 'reconnect' commandWill Thompson1-1/+21
2011-09-23mc-tool add: use tp_account_manager_create_account_asyncWill Thompson1-15/+17
2011-09-23mc-tool remove: use tp_account_remove_asyncWill Thompson1-20/+2
2011-09-23mc-tool: improve 'update' output.Will Thompson1-13/+23
Previously, mc-tool update didn't tell the user whether a reconnection would be required to apply parameter updates. This patch makes it do so, and also makes its implementation use tp_account_update_parameters_async().
2011-09-23mc-tool: set AutomaticPresence using tp-glib methodWill Thompson1-16/+6
2011-09-23mc-tool: always show *some* value for ConnectAutomaticallyWill Thompson1-1/+2
Previously, if an account had ConnectAutomatically: True, then mc-tool show would say: Connects: automatically But if the property was False, mc-tool show would not mention it. This patch makes the command produce: Connects: only when requested in the latter case.
2011-09-23mc-tool: use accessors from tp-glib 0.13.8Will Thompson1-78/+8
In some historic version of telepathy-glib, TpAccount did not have accessors for AutomaticPresence or NormalizedName. Since we depend on telepathy-glib 0.15.0, and these accessors were added in 0.13.8, we can now just use them.
2011-09-01Silent-rules-ify some code generationWill Thompson1-1/+1
2011-09-01Remove libmcclientWill Thompson1-1/+0
This entails doing a little more code generation for the daemon: some bits depended on generated code from libmcclient, and there was an error enum used in exactly one place. But broadly speaking this just deletes a tonne of code and documentation.
2011-08-31Merge branch 'telepathy-mission-control-5.8'Will Thompson1-0/+1
2011-08-01mc-tool: allow localized strings for booleansWill Thompson1-2/+5
2011-08-01mc-tool: make bool parsing sane.Will Thompson1-2/+17
Previously, mc-tool update acct bool:foo=true would set foo to False! Particularly ridiculous given that mc-tool show produces 'true' and 'false', not '1' and '0'. I'm *sure* I've fixed this before.
2011-07-18Let cc find dbus, dbus-glib headersVincent Penquerc'h1-0/+1
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39324 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2011-03-01Merge branch 'master' of ↵Vivek Dasmohapatra1-27/+3
git+ssh://git.freedesktop.org/git/telepathy/telepathy-mission-control
2011-03-01update LDADD for mc-toolVivek Dasmohapatra1-0/+1
2011-03-01mc-tool: remove support for þe olde profilesWill Thompson1-27/+3
2011-01-11mc-tool: show Service (if present)Will Thompson1-0/+1
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2010-11-30mc-tool: Improve error message for nonexistant accounts.Will Thompson1-4/+4
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2010-10-07mc-tool: support object path parametersWill Thompson1-1/+11
2010-10-07mc-tool: make help consistent about supported typesWill Thompson1-4/+5
Also, make it a bit more readable, and avoid the lines wrapping.
2010-09-09server, test, util: use tp_clear_objectSimon McVittie1-10/+6
2010-08-11server, util: fix CPPFLAGS/LDADD for recent ld versionsSimon McVittie1-3/+10
- use AM_CPPFLAGS instead of the deprecated equivalent INCLUDES - use GLIB_CFLAGS but not DBUS_CFLAGS (mc-server.c doesn't actually use any dbus-glib functionality directly; neither do the utils) - put our own include directories first, then everything else in stack order, lowest first - explicitly link against telepathy-glib and GLib, since we use their symbols (fixes linking with gold(1))
2010-07-07Document mc-tool service in the manpage.Will Thompson1-0/+12
2010-07-07Add 'service' support to mc-toolWill Thompson1-1/+22
mc-tool still can't create accounts with a particular service up-front, but it can (try to) set it on existing accounts. (We need to bump the tp-glib dependency to get tp_account_set_service_async().)
2010-05-27Change startswith() to strip_prefix() to be clearer about what it doesDanielle Madeley1-17/+19
Make it return const, because it doesn't allocate a string. Change prefix() to ensure_prefix() Change strip() to skip_prefix() and make it return const
2010-05-27Update copyright for mc-toolDanielle Madeley1-0/+1
2010-05-27Port from McAccount to TpAccount - Part 2Danielle Madeley1-31/+103
This reenables NormalizedName and AutomaticPresence by requesting those properties directly from the Account Manager, since they are not exposed via TpAccount.
2010-05-27Port from McAccount to TpAccount - Part 1Danielle Madeley1-108/+178
This ports all features that use TpAccount and disables features that are not available through TpAccount (AutomaticPresence and NormalizedName).
2010-05-27Port from McAccountManager to TpAccountManagerDanielle Madeley1-23/+33
2010-05-27Replace account_prefix with TP_ACCOUNT_OBJECT_PATH_BASEDanielle Madeley1-7/+5
2010-05-27Change names of variables that shadow global functionsDanielle Madeley1-5/+5
Allows compilation with -Wshadow Changes: 'acct' -> 'account' 'daemon' -> 'dbus'
2010-05-26Enable ERROR_CFLAGS in every Makefile.am that compiles CSimon McVittie1-0/+1
2010-05-26 Coverity 7707 REVERSE_INULL two gchar ** deref'd w/o check in set_paramVivek Dasmohapatra1-15/+20
Also gchar ** strv_type_key potentially leaked in the 'clear' and 'unset' cases
2010-05-26fd.o #26634: remove obsolete utility for migration from Mission Control 4Simon McVittie3-786/+1
2010-02-24mc-tool: don't crash on invalid account namesWill Thompson1-0/+11
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2010-02-18mc-wait-for-name: link to GLib properlyJonny Lamb1-2/+2
See Debian bug #556488 for more info. Fixes: fd.o#25122 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-09-29Merge branch 'telepathy-mission-control-5.2'Simon McVittie2-13/+65
2009-09-28mc-wait-for-name: wait for a finite time (currently 5 minutes), and define ↵Simon McVittie2-12/+62
exit status better
2009-09-28mc-wait-for-name: explicitly check that argv[1] is a valid well-known nameSimon McVittie1-1/+3
This makes the code more obviously correct, causes "mc-wait-for-name foo" to terminate gracefully rather than criticial'ing and waiting forever, and might also shut Coverity up.
2009-09-16Merge branch 'no-creation'Simon McVittie1-1/+1
Reviewed-by: Alberto Mardegan <alberto.mardegan@nokia.com> Conflicts: src/mcd-account-manager.c test/twisted/Makefile.am test/twisted/account-manager/old-create-with-properties.py
2009-09-10Merge branch 'telepathy-mission-control-5.2'Simon McVittie1-1/+3
Conflicts: configure.ac
2009-09-09fd.o #23807: distribute mc-account-convert.1 in tarballs even if gconf was ↵Simon McVittie1-1/+3
not available at configure time Otherwise, people who have gconf headers can't compile tarballs produced by people who don't have gconf headers.
2009-09-03Merge branch 'telepathy-mission-control-5.2'Simon McVittie1-22/+22
Conflicts: configure.ac
2009-09-03Replaced deprecated g_strcasecmp by g_ascii_strcasecmp.Jonh Wendell1-22/+22
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2009-08-19Show the full simple presence information in the outputSjoerd Simons1-3/+10
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2009-07-08Add simple man pages for mc-account-convert, mc-tool and mc-wait-for-nameSimon McVittie4-0/+267
2009-07-01fd.o #22332: make GConf only a weak dependencySimon McVittie1-5/+12
* Make mc-tool not depend on GConf (there's no reason for it to do so) * Make GConf optional, and only build mc-account-convert if we do have it