summaryrefslogtreecommitdiff
path: root/src/connection-manager.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-17All .c files: include corresponding header first, after config.hSimon McVittie1-1/+1
2013-09-17All .c files: include config.hSimon McVittie1-0/+2
2013-09-17haze_connection_manager_class_init: don't assign to deprecated membersSimon McVittie1-2/+0
2013-09-12use tp-glib single includesGuillaume Desmottes1-1/+1
2010-07-15Use TpBaseConnectionManager's support for TpBaseProtocol to implement protocolsSimon McVittie1-105/+18
2010-07-15Move Telepathy -> Purple parameter translation to HazeProtocolSimon McVittie1-24/+25
2010-07-15HazeConnectionManager: build TpCMProtocolSpec structures using HazeProtocolSimon McVittie1-8/+12
2010-07-15Move _build_paramspecs to protocol.c as haze_protocol_info_to_param_specsSimon McVittie1-293/+1
2010-07-15Move build_protocol_table() to protocol.cSimon McVittie1-125/+1
2010-07-15_haze_cm_finalize: chain up to superclassSimon McVittie1-0/+7
2010-07-10Expose ports as uint16 not int32.Will Thompson1-2/+16
2010-06-11connection(-manager): PurpleAccountUserSplits should be optional parametersStefan Becker1-1/+1
2010-06-10connection-manager: add translation for PurpleAccountUserSplitsStefan Becker1-1/+52
2010-06-10cm: add helper to retrieve parameter mappingWill Thompson1-8/+18
2010-06-09connection-manager: add sipe to list of known protocolsStefan Becker1-0/+1
2010-05-03Don't pass HazeProtocolInfo to ConnectionWill Thompson1-4/+5
2010-05-02Don't forcibly default charset to UTF-8.Will Thompson1-4/+1
2010-05-02Tidy up building protocol info table.Will Thompson1-48/+37
2010-05-02Use GHashTableIter to simplify protocol spec generationWill Thompson1-84/+53
2010-05-02Remove embarrassing "dict literals"Will Thompson1-52/+58
2010-02-10Rename prpl-simple to the standard Telepathy protocol name 'sip'Simon McVittie1-0/+1
2010-02-10Report the "loubserp-mxit" prpl as "mxit"Simon McVittie1-0/+1
2010-01-25Merge remote branch 'smcv/secret'Jonny Lamb1-2/+11
2009-11-09Add support for TpDebugSenderJonny Lamb1-0/+34
2009-10-23Don't mark SILC private-key as secret, but do mark *-password as secretSimon McVittie1-2/+6
2009-10-15fd.o #24560: flag all passwords, and silc's private-key, as secretSimon McVittie1-2/+7
2009-08-25Special-case Facebook prpl's name and paramsWill Thompson1-0/+9
2009-08-25Special-case yahoojp's charset paramWill Thompson1-0/+1
2009-08-25Transform underscores to hyphens in parameter namesWill Thompson1-24/+17
2009-03-29Remove pointless HazeCM singletonWill Thompson1-10/+0
2009-03-29Remove unused list of Connections from CMWill Thompson1-32/+0
2009-03-26Don't assume purple_account_new returns a new account.Will Thompson1-0/+6
2008-12-23Update copyright headersSimon McVittie1-1/+1
2008-12-23HazeConnectionManager: avoid shadowingSimon McVittie1-2/+3
2008-08-18Coding style: (s != NULL && *s != '\0') is preferred to (s && *s)Will Thompson1-2/+2
2008-08-18Use tp_strdiff rather than strcmp for NULL-safetyWill Thompson1-1/+1
2008-08-17Add support for string_list account options.Will Thompson1-0/+53
2008-08-17No need to g_strdup default string parameters.Will Thompson1-1/+1
2008-02-17Reject server parameters which are blank or contain spacesWill Thompson1-0/+29
2008-01-23Print protocol list after it is sorted, not earlier.Will Thompson1-40/+15
2008-01-23Sort the list of protocols given to tp-glib by name, to make looking for the ...Will Thompson1-0/+13
2008-01-20Remove redundant re-setting of NULL.Will Thompson1-4/+0
2008-01-20Use accessors to get fields from PurpleAccountOption rather than ->.Will Thompson1-4/+6
2008-01-20Extract PurpleAccountOption -> TpCMParamSpec logic to its own functionWill Thompson1-66/+82
2008-01-20Move a foreach closure down to where it's used.Will Thompson1-6/+6
2008-01-20Special-case local-xmpp's first-name and last-name parameters to be required ...Will Thompson1-3/+16
2008-01-20default to UTF-8 encoding on all protocolsWill Thompson1-2/+5
2008-01-20Move a variable declaraction within the block in which it is actually used.Will Thompson1-2/+2
2008-01-19Flag parameters with Has_Default when they do.Will Thompson1-6/+20
2008-01-19Use DEBUG rather than g_debug.Will Thompson1-1/+1