summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pass LmMessage to session action handler functions 'cos it's useful2006-08-231-6/+12
* resolve conflicts2006-08-231-45/+10
* refactor session action handling2006-06-021-26/+143
* wrap long line2006-06-021-1/+2
* use g_hash_table_replace rather than _insert so that we don't use freed strin...2006-08-291-1/+1
* set elements of the struct which actually existRobert McQueen2006-08-241-2/+2
* remove now-deprecated member element from GetSessionHandlersRobert McQueen2006-08-241-2/+0
* correct error string to say RequestStreamsRobert McQueen2006-08-221-1/+1
* make the media channel implement IceSignalling interfaceRobert McQueen2006-08-221-1/+5
* add IceSignalling to telepathy-interfaces.hRobert McQueen2006-08-221-4/+6
* run gintset through indent -nut (except for the function parameters, which I ...Robert McQueen2006-08-211-34/+34
* patch from Olli Salli <olli.salli@nokia.com> to optimise intset foreachRobert McQueen2006-08-211-5/+6
* patch from Olli Salli <olli.salli@nokia.com> to fix g_intset_clear to actuall...Robert McQueen2006-08-211-1/+1
* update media channel and session to support new IceSignalling/IceSessionHandl...Robert McQueen2006-08-226-39/+84
* GabbleMediaFactory: register the correct kind of messagehandler with loudmout...2006-08-211-1/+1
* GabbleMediaFactory: set the factory property when creating the GabbleMediaCha...2006-08-211-0/+1
* fixed a debug printout de-referencing random memory, for real this time. :)2006-08-211-1/+1
* GabbleMediaFactory: removed trailing whitespace and fixed a debug printout de...2006-08-211-7/+7
* GabbleMediaFactory: fixed sid housekeeping code.2006-08-212-8/+22
* GabbleMediaChannel: register sid when the remote end provided it.2006-08-211-3/+1
* GabbleConnection: removed dangling media code which is now in the factory.2006-08-211-197/+1
* GabbleConnection: removed commented out stun properties that are now stored i...2006-08-211-13/+0
* removed sid allocation from connection, fixed media factory (no more zombie s...2006-08-044-87/+55
* made gabble use the new media factory object2006-08-044-167/+48
* created media factory object2006-08-043-0/+726
* swap -> and . to help the compiler... :)Robert McQueen2006-08-211-1/+1
* don't remove people from the publish channel in response to updated roster it...Robert McQueen2006-08-181-3/+13
* replace odd block logic with another switch statement insteadRobert McQueen2006-08-181-5/+18
* split big switch statement for publish/subscribe/known changes into three for...Robert McQueen2006-08-181-13/+28
* use _gabble_roster_item_get instead of directly accessing the hashtable, to c...Robert McQueen2006-08-181-1/+1
* remove roster items after handling blocking, to avoid dereferencing freed memoryRobert McQueen2006-08-181-1/+4
* Stringify group member change reasons for easier debuggingSimon McVittie2006-08-111-3/+24
* group-mixin: include actor, reason in members-changed debugSimon McVittie2006-08-091-2/+5
* group-mixin.c: Initialize mixin->priv->actorsSimon McVittie2006-08-091-0/+1
* gabble-muc-channel.c: fill in some more reason codesSimon McVittie2006-08-091-2/+5
* Add BANNED reason code to telepathy-constants.hSimon McVittie2006-08-091-1/+2
* gabble-muc-channel.c: Fill in reason_code when kicked or bannedSimon McVittie2006-08-091-0/+19
* gabble-muc-channel.c: Add actor, reason_code (mostly stub, but actor partly i...Simon McVittie2006-08-091-11/+27
* Add TP_CHANNEL_GROUP_CHANGE_REASON_foo to telepathy-constants.hSimon McVittie2006-08-091-0/+8
* Add actor, reason params to gabble_group_mixin_change_membersSimon McVittie2006-08-095-24/+32
* gabble-register.c: don't say registration succeeded when all we've done is se...Simon McVittie2006-08-101-1/+4
* Include Nokia copyright in write-mgr-file.cSimon McVittie2006-08-091-0/+1
* Make write-mgr-file less of a hackSimon McVittie2006-08-093-53/+87
* Rename write_mgr_file to write-mgr-fileSimon McVittie2006-08-092-2/+2
* Add copyright blurb to write_mgr_file.cSimon McVittie2006-08-081-0/+19
* Add a utility to write out the manager fileSimon McVittie2006-08-082-0/+67
* gabble-connection-manager.c: Finish switching from mandatory boolean to flags...Simon McVittie2006-08-081-4/+14
* Correct spelling of TP_CONN_MGR_PARAM_FLAG_HAS_DEFAULTSimon McVittie2006-08-081-3/+3
* gabble-connection-manager: Express flags as such, not as a boolean "mandatory".Simon McVittie2006-08-081-23/+17
* make GetSessionHandlers not assume that we have a session2006-08-091-18/+26