summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-01-19fill in send methodSVN_Push_11-2/+47
2006-01-19add _gabble_connection_send function2-0/+31
2006-01-19acknowledge pending message function in IM channel1-0/+40
2006-01-19list pending messages in IM channel1-0/+47
2006-01-19add the required magic to make ListChannels work using dbus collection conten...1-0/+1
2006-01-19fix GetHandle/GetInterfaces/GetType on the IM channel1-7/+5
2006-01-19use new channel properties to implement listchannels. doesn't work because th...1-0/+69
2006-01-19add channel type and handle type properties to IM channel1-0/+26
2006-01-19add some debug explaining service names & object paths1-0/+6
2006-01-18add a message handler to the connection and IM channel objects, incoming mess...7-6/+377
2006-01-18make IM channels hold a reference to the handle they represent3-2/+29
2006-01-18fix up the gobject generator to properly understand a(...) and a{...}4-4/+4
2006-01-17implement RequestChannel, and fill in the IMChannels so they can be instantit...2-4/+243
2006-01-17add telepathy helpers to Makefile.am1-0/+1
2006-01-17copy generated interfaces from voip engine tree1-0/+77
2006-01-17steal back the helper functions rob stole from me6-48/+104
2006-01-17add in self handle method, fix remaining handle stuff3-7/+162
2006-01-16swap around method bodies to match corrected alphabetic ordering of generated...3-45/+42
2006-01-16*actually* sort method names alphabetically... doh7-74/+76
2006-01-16handle type validity checking function2-2/+2
2006-01-16try and avoid crashes by closing connection at dispose time1-0/+3
2006-01-16handle cleanups, implement inspect handle3-27/+89
2006-01-16static GetInterface method1-0/+4
2006-01-16initial handles implementation5-34/+354
2006-01-16fix pointless static declaration1-2/+2
2006-01-15implement GetProtocol1-0/+8
2006-01-14store connection objects in a hash table, and unref them when they become dis...1-3/+54
2006-01-14header tweak1-2/+3
2006-01-14add connection status signals from failures during login, implement disconnec...1-10/+67
2006-01-14free up GErrors which can occur during connection1-0/+4
2006-01-14avoid spare string copy, all that loudmouth does with the "jid" is set the st...1-1/+1
2006-01-14add constants file for conn statuses and reasons2-0/+41
2006-01-14add license to gabble.c2-1/+21
2006-01-14add _gabble_connection_register for making connections appear on the bus3-10/+93
2006-01-14merge patch for non-const GHashTables2-2/+2
2006-01-14try marshalling object paths as strings6-10/+10
2006-01-12add protocol property to connection object2-1/+27
2006-01-12provide singleton bus connections and proxy object throughout the lifetime of...4-27/+106
2006-01-12fix header guard comment's spare )4-4/+4
2006-01-11add parsing of parameters to the connection manager, use them to create the c...1-31/+250
2006-01-11make the error names case sensitive1-1/+1
2006-01-08add seperate connect-server and stream-server properties to gabble connection...1-26/+66
2006-01-08make the hashtable not const in the Connect method2-2/+2
2006-01-08add parameter lists for google talk and jabber, and hook them up to parameter...1-6/+91
2005-12-14add SSL support with old-ssl property to enable crap tunneling of the entire ...2-69/+207
2005-12-13add fixes so that you can establish a connection \o/3-5/+40
2005-12-08add _gabble_connection_connect method to roll a connection with the given par...2-0/+125
2005-12-08add properties to gabble connection for port and server, and derive server an...1-20/+129
2005-12-08comment out priv stuff from gabble-connection-manager because it's unused atm1-3/+3
2005-12-08fix gabble-connection-manager for new priv stuff1-3/+5