summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 0.3.2telepathy-gabble_0.3.2Robert McQueen2006-08-291-2/+2
* do ERROR_CFLAGS properly2006-08-291-12/+7
* AM_INIT_AUTOMAKE wasn't actually being invoked with a version, thanks to typo..2006-08-291-1/+1
* change to use nano-version rather than release for greater sanity and `date `...2006-08-291-3/+2
* 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
* add missing AM_INIT_AUTOMAKE2006-08-291-0/+1
* resolve conflict with local autoconf versioning change2006-08-291-4/+3
* add configure flag for ignoring loudmouth version2006-06-281-1/+14
* dont use as-version, use new style AC_INIT and AM_INIT_AUTOMAKE2006-06-283-71/+23
* 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
* add gabble.manager and write-mgr-file to _boringRobert McQueen2006-08-211-0/+2
* update the generate shell scripts to point to telepathy-spec, not telepathy-p...Robert McQueen2006-08-222-4/+4
* update media channel and session to support new IceSignalling/IceSessionHandl...Robert McQueen2006-08-226-39/+84
* regenerate gobject stubs with Channel.Interface.IceSignalling from spec 0.13.3Robert McQueen2006-08-226-29/+70
* regenerate XML with new Channel.Interface.IceSignalling from spec 0.13.3Robert McQueen2006-08-227-25/+53
* Update generate/README to reflect the new processSimon McVittie2006-08-221-7/+7
* 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