summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-19Drop the McdConnection probation timer when the TpConnection is releasedtelepathy-mission-control-5.4Vivek Dasmohapatra1-5/+25
2010-08-19More checks on built strings (from coverity report)Vivek Dasmohapatra1-12/+19
2010-08-19Unused variableVivek Dasmohapatra1-2/+0
2010-07-29Can't use the AvatarRetrieved signal to find out if an avatar has been removedVivek Dasmohapatra1-10/+59
2010-07-29Implement a test for a remote client unsetting our avatarVivek Dasmohapatra2-2/+16
2010-07-02Treat calls ended locally with No_Answer as missedWill Thompson1-1/+2
2010-06-16Reduce INITIAL_RECONNECTION_TIME to 3 secondsWill Thompson1-1/+1
2010-06-16Add a #define for the reconnect interval capWill Thompson1-3/+4
2010-06-16Attempt to reconnect less frequently.Will Thompson1-2/+2
2010-06-16Include reconnection time in debug messageWill Thompson1-1/+2
2010-06-16Add a #define for reconnection timeout multiplierWill Thompson1-1/+2
2010-06-16Nano versionSimon McVittie2-1/+6
2010-06-16Prepare version 5.4.3telepathy-mission-control-5.4.3Simon McVittie2-3/+11
2010-06-16Enable ERROR_CFLAGS in every Makefile.am that compiles CSimon McVittie7-0/+12
2010-06-16configure.ac: remove alleged AM_CFLAGS that were never actually used for anyt...Simon McVittie1-3/+0
2010-06-16Remove obsolete datadir_expanded check from configure.acSimon McVittie1-11/+0
2010-06-16Add code to a couple of existing tests to verify that serialization in key fi...Simon McVittie3-9/+45
2010-06-16_mcd_account_dup_parameters: if unable, explain whySimon McVittie1-0/+3
2010-06-16McdAccount: clear_register_dup_params_cb: survive if params is NULLSimon McVittie1-0/+6
2010-06-16account-manager/recover-from-disconnect.py: comment why register=TrueSimon McVittie1-1/+2
2010-06-16Remove duplicate call to _mcd_account_set_parameter()Simon McVittie1-2/+0
2010-06-16fd.o #28118: clear the 'register' flag when an account goes to CONNECTEDSimon McVittie2-3/+37
2010-05-26Nano versionSimon McVittie2-1/+6
2010-05-26Prepare version 5.4.2telepathy-mission-control-5.4.2Simon McVittie2-3/+14
2010-05-26 Coverity 7707 REVERSE_INULL two gchar ** deref'd w/o check in set_paramVivek Dasmohapatra1-15/+20
2010-05-26 Coverity 21106 RESOURCE_LEAK in dispatch_operation_claimVivek Dasmohapatra1-3/+7
2010-05-26Merge branch '54-unsafe-param-reuse' into telepathy-mission-control-5.4Simon McVittie4-20/+177
2010-05-26_mcd_account_dup_parameters: don't assume that borrowed parameters remain validSimon McVittie1-7/+16
2010-05-26_mcd_account_set_parameters: don't assume that borrowed parameters remain validSimon McVittie1-4/+9
2010-05-26mcd_account_check_parameters: don't assume that borrowed parameters remain validSimon McVittie1-6/+18
2010-05-26_mcd_account_migrate_secrets: don't assume that a borrowed string remains validSimon McVittie1-3/+5
2010-05-26_mcd_manager_dup_protocol, _mcd_manager_protocol_free: addSimon McVittie3-0/+129
2010-05-25Nano versionSimon McVittie2-1/+6
2010-05-25Prepare version 5.4.1telepathy-mission-control-5.4.1Simon McVittie2-2/+4
2010-05-25update NEWSSimon McVittie1-1/+9
2010-05-25Don't cache whether we have the requests interfaceSimon McVittie1-5/+6
2010-05-25Add a regression test for fd.o #25684Simon McVittie2-0/+65
2010-05-19set '0' as UserActionTime when HandleWith() is calledGuillaume Desmottes1-3/+2
2010-05-19account-manager/presence.py: GetInterfaces can be called twiceGuillaume Desmottes1-3/+8
2010-05-19mctest.py: no need to import 'sha'Guillaume Desmottes1-1/+0
2010-04-15Start 5.4.1 developmentSimon McVittie2-1/+6
2010-04-15Prepare release 5.4.0telepathy-mission-control-5.4.0Simon McVittie2-2/+4
2010-04-15Distribute Logger.client as well as AbiWord.clientSimon McVittie1-0/+1
2010-04-15Re-generate doc stuff with gtk-doc 1.14Simon McVittie26-0/+108
2010-04-15Document the Recover feature in NEWSSimon McVittie1-0/+7
2010-04-15Add missing #includesSimon McVittie2-1/+4
2010-04-15McdHandlerMap: perform channel->account lookup internallySenko Rasic3-7/+11
2010-04-15_mcd_client_recover_observer: don't leak connection referenceSenko Rasic1-3/+1
2010-04-15tests: assert that observer info "recovering" key is set in observer recoverySenko Rasic2-2/+6
2010-04-15moved _mcd_tp_channel_* to a separate fileSenko Rasic7-138/+217