summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-05Merge branch 'nonbeta'5.1.0Simon McVittie5-7/+224
2009-06-05Woo! A release!Simon McVittie2-2/+2
2009-06-05Write a NEWS file and a README (both loosely based on telepathy-glib's)Simon McVittie2-0/+177
2009-06-05Use -release in LDFLAGS unless we're on MaemoSimon McVittie3-6/+46
2009-06-05Merge branch 'notfdo', reviewed some time agoSimon McVittie5-8/+8
2009-06-05Merge branch 'rerequest'Simon McVittie2-8/+26
2009-06-05McdAccount: remove temporary_presence indicatorSimon McVittie1-3/+0
2009-06-05mcd_account_request_presence_int: allow same presence to be re-requestedSimon McVittie2-5/+26
2009-06-04Post-release version bumpSimon McVittie1-1/+1
2009-06-04Beta 745.0.beta74Simon McVittie1-1/+1
2009-06-04Merge branch 'avatars'Simon McVittie7-36/+259
2009-06-04Merge branch 'reconnect'Simon McVittie4-11/+405
2009-06-03account-manager/recover-from-disconnect: assert that our custom status is pre...Simon McVittie1-2/+12
2009-06-03McdConnection: when a connection dies, don't unset the RequestedPresenceSimon McVittie1-8/+0
2009-06-03Improve debug when setting presence or failing to do soSimon McVittie1-3/+18
2009-06-03Add a regression test asserting that dispatching still works after reconnectingSimon McVittie2-0/+258
2009-06-03Add a regression test for basic recovery from disconnectionSimon McVittie2-0/+99
2009-06-03McdConnection: mark connections' dispatching as not started when releasing Tp...Simon McVittie1-0/+2
2009-06-03McdConnection: if we're given a new TpConnection, release the old one rather ...Simon McVittie1-0/+18
2009-06-03Add a regression test for signing in to an account with persistent avatarsSimon McVittie2-0/+126
2009-06-03McdConnection: bugfix: if the account has a stored avatar (or lack thereof), ...Simon McVittie1-1/+6
2009-06-03Add a regression test for refreshing avatarsSimon McVittie2-0/+107
2009-06-03mctest: get the special case for non-persistent avatars rightSimon McVittie1-4/+3
2009-06-03McdAccount, McdConnection: push new avatars into the connection via a method ...Simon McVittie3-31/+17
2009-06-03Merge branch 'request-name'Simon McVittie5-84/+9
2009-06-03Merge branches 'coverity' and 'avatars'Simon McVittie10-43/+168
2009-06-02account-manager/auto-connect.py: test setting an avatar that was changed whil...Simon McVittie1-6/+18
2009-06-02Add a simple regression test for avatarsSimon McVittie3-3/+126
2009-06-02libmcclient: _mc_iface_update_props: remove unused parametersSimon McVittie4-30/+9
2009-06-02_mcd_account_get_avatar: don't segfault on NULL out-parametersSimon McVittie1-3/+8
2009-06-02McdAccountManager: when loading account <-> connection cache make it explicit...Simon McVittie1-1/+7
2009-06-02Post-release version bumpSimon McVittie1-1/+1
2009-06-02Beta 735.0.beta73Simon McVittie1-1/+1
2009-06-02Merge branch 'get_keyfile'Alberto Mardegan2-0/+23
2009-06-02Merge branches 'parallel', 'nickname' and 'connecting'Simon McVittie25-220/+382
2009-06-02Add an API to get the GKeyFile.Alberto Mardegan2-0/+23
2009-06-01McdConnection: fetch the initial self-presence on connectionSimon McVittie5-72/+107
2009-06-01McdAccount, McdConnection: move responsibility for calling InspectHandles fro...Simon McVittie2-40/+38
2009-06-01McdAccount: note that our logic for the nickname is inconsistentSimon McVittie1-0/+5
2009-06-01McdAccount, McdConnection: transfer remote nickname changes from C to A via a...Simon McVittie3-23/+45
2009-06-01McdAccount: push nickname into McdConnection via a method call rather than a ...Simon McVittie3-38/+53
2009-06-01McdConnection: add a "ready" signal, emitted whenever our TpConnection become...Simon McVittie3-0/+26
2009-06-01account-manager/nickname.py: exercise picking up nickname setting from the CMSimon McVittie1-0/+11
2009-06-01Don't install mission-control.pc unless we're supporting pluginsSimon McVittie1-1/+5
2009-06-01.gitignore: ignore /server/mission-control-5 under its new nameSimon McVittie1-1/+1
2009-06-01Add a configure option for whether to support pluginsSimon McVittie5-23/+71
2009-06-01test/twisted: run a larger number of tests in `make check-torture`Simon McVittie1-1/+14
2009-06-01Change the name of the binary to mission-control-5Simon McVittie2-4/+4
2009-06-01Change MC's bus name to end with MissionControl5Simon McVittie10-17/+15
2009-06-01Merge branch 'wait-for-name'Simon McVittie3-3/+102