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