summaryrefslogtreecommitdiff
path: root/src/connection-manager.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-2/+0
2012-05-30Use meta-headers for everythingSimon McVittie1-2/+4
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
2011-01-18presence: use the wocky caps cache instead of the gabble oneJonny Lamb1-2/+2
2010-08-05gabble_jabber_protocol_new() now returns TpBaseProtocol* instead of GabbleJab...Senko Rasic1-1/+1
2010-08-05move gabble parameters from ConnectionManager to JabberProtocol and clean up ...Senko Rasic1-206/+0
2010-08-05add gabble_jabber_protocol_new()Senko Rasic1-3/+1
2010-08-05GabbleConnectionManager: use GabbleJabberProtocolSenko Rasic1-84/+23
2010-06-02Added server SASL channel and auth manager.Eitan Isaacson1-2/+1
2010-05-12Merge branch 'caps-cache-0.9' into presence-cache-unleakWill Thompson1-0/+2
2010-01-18free shared caps cache when CM exitsDafydd Harries1-0/+2
2010-01-11Implement the DecloakAutomatically propertySimon McVittie1-6/+9
2010-01-11GabblePresenceCache: optionally respond to requests to de-cloakSimon McVittie1-0/+8
2009-12-18Chain up to the parent class so it can free some memorySjoerd Simons1-0/+2
2009-12-18plug various leaksDafydd Harries1-0/+1
2009-12-08Make 'resource' override a resource in 'account'Will Thompson1-8/+10
2009-11-20fd.o#24558: Flag the password param as secret, and enhance write-mgr-file to ...Simon McVittie1-1/+3
2009-06-29Ignore port=5222 if we think we know better.Will Thompson1-1/+1
2009-06-15Add a keepalive-interval connection parameter.Will Thompson1-0/+9
2009-06-03Merge branch 'debug'Jonny Lamb1-0/+9
2009-06-03Use a hash table to contain debug flags.Jonny Lamb1-0/+9
2009-05-14Default resource to Telepathy.<random hex>Will Thompson1-2/+1
2009-03-26set a default value on default-socks5-proxiesGuillaume Desmottes1-1/+5
2009-03-26change fallback-socks5-proxy to fallback-socks5-proxiesGuillaume Desmottes1-12/+12
2009-03-26Merge branch 'master' into socks5+relayGuillaume Desmottes1-1/+7
2009-03-26add gabble_connection_manager_get_protocols() instead of having gabble_protoc...Guillaume Desmottes1-1/+7
2009-03-24coding style fixGuillaume Desmottes1-1/+1
2009-03-24add fallback-socks5-proxy connection parameterGuillaume Desmottes1-0/+13
2009-02-25Pass fallback-stun-server, fallback-stun-port through GabbleConnectionManager...Simon McVittie1-0/+4
2009-02-25Add fallback-stun-{server,port} connection optionsSjoerd Simons1-0/+16
2009-02-08connection-manager: use GUINT_TO_POINTER for unsigned param defaultsSimon McVittie1-2/+2
2008-07-21tidy up libc/glib includesDafydd Harries1-2/+0
2008-07-21tidy up include styleDafydd Harries1-3/+4
2008-07-21make config.h the first include in every fileDafydd Harries1-0/+1
2008-07-18enure pointer casts have a space after themDafydd Harries1-4/+4
2008-07-14rename gabble-connection-manager.c to connection-manager.cDafydd Harries1-0/+279