index
:
~wjt/telepathy-gabble
0.11-gtalk-jingle-workarounds
43166-muc-rate-limit
51978-call-caps
61433-caps-hash-crash
61433-caps-hash-crash-test
bin-media-tpproperties
blow-away-corrupt-caps-caches
call1
data-forms
gtalk-logs
master
spdy
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
xmpp-console
☮
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
muc-factory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-03
Remove obsolete DBUS_API_SUBJECT_TO_CHANGE defines
Will Thompson
1
-2
/
+0
2011-11-03
muc-factory: use a dispatch table for handling requests
Will Thompson
1
-44
/
+37
2011-11-03
muc-factory: use fully-qualified property constants
Will Thompson
1
-26
/
+26
2011-11-03
MucFactory: remove stupid priv anti-idiom
Will Thompson
1
-31
/
+28
2011-10-12
Build against Room & Subject from tp-glib
Will Thompson
1
-5
/
+5
2011-10-12
muc-{channel,factory}: update to latest draft spec
Jonny Lamb
1
-17
/
+17
2011-09-01
gabble: add capabilities.h and caps-channel-manager.h as public API
Jonny Lamb
1
-1
/
+1
2011-05-18
muc-factory: don't use a string after freeing it
Jonny Lamb
1
-6
/
+11
2011-05-06
Merge branch 'room'
Jonny Lamb
1
-14
/
+100
2011-01-13
muc-factory: remove more assertions with side effects
Jonny Lamb
1
-2
/
+6
2011-01-13
muc-factory: improve debug messages when TargetID and room props conflict
Jonny Lamb
1
-2
/
+4
2011-01-11
Merge branch 'master' into call-base-classes
Sjoerd Simons
1
-1
/
+1
2011-01-11
use telepathy-yell generated code
Jonny Lamb
1
-5
/
+7
2011-01-04
muc-factory: give temporary variables better names
Jonny Lamb
1
-9
/
+9
2011-01-04
muc-factory: also note why asserting on decoding a JID
Jonny Lamb
1
-0
/
+2
2011-01-03
muc-factory: ensure RoomID and ServerID don't conflict with TargetID
Jonny Lamb
1
-5
/
+48
2010-12-23
muc-factory: allow channel requests with RoomID + Server set
Jonny Lamb
1
-17
/
+52
2010-11-30
MUC: Remove fake error checking from sending presence.
Will Thompson
1
-1
/
+1
2010-10-04
Don't announce new tubes channel until the muc is ready
Sjoerd Simons
1
-1
/
+7
2010-10-04
Remove dependency to libuuid
Nicolas Dufresne
1
-2
/
+0
2010-09-21
various: use tp_clear_object, tp_clear_pointer more
Simon McVittie
1
-19
/
+7
2010-09-21
MUC factory: use the connection's TpDBusDaemon rather than tp_get_bus
Simon McVittie
1
-6
/
+8
2010-09-15
Use telepathy-glib for Conference and ServerTLSConnection
Simon McVittie
1
-11
/
+11
2010-08-05
managers: implement type_foreach_channel_class instead of foreach_channel_class
Senko Rasic
1
-8
/
+9
2010-07-14
Merge branch 'toob'
Jonny Lamb
1
-24
/
+28
2010-07-14
muc-factory: rearrange which NewChannels signals come first
Jonny Lamb
1
-23
/
+23
2010-07-14
muc-factory: don't associate a request with tubes if a tube was requested
Jonny Lamb
1
-1
/
+5
2010-07-09
muc-factory: fix indentation
Jonny Lamb
1
-6
/
+6
2010-05-06
Keep track of active vs. ended call channels
Sjoerd Simons
1
-0
/
+3
2010-05-06
Don't let the async operation try to remember the request token
Sjoerd Simons
1
-4
/
+18
2010-05-04
A muc channel made as part of a call isn't requested
Sjoerd Simons
1
-1
/
+1
2010-04-20
Merge branch 'master' into muc-calls
Sjoerd Simons
1
-10
/
+12
2010-04-20
Rename to WockyStanza, WockyNode and related changes
Sjoerd Simons
1
-10
/
+12
2010-04-05
Fix typo and strange newline
Sjoerd Simons
1
-2
/
+1
2010-04-02
On incoming jingle sessions check if they belong to a muc call
Sjoerd Simons
1
-0
/
+27
2010-02-18
Make muji channels requestable and spawn at the right time
Sjoerd Simons
1
-3
/
+127
2010-01-22
fd.o #26170: correctly NULL-terminate muc_tubes_channel_allowed_properties
Simon McVittie
1
-0
/
+1
2010-01-13
Remove requirement that InitialInvitee{IDs,Handles} are mutually exclusive
Danielle Madeley
1
-7
/
+0
2010-01-13
Use that quirk to decide when to create a chat on Google's server
Danielle Madeley
1
-7
/
+26
2010-01-09
Small style fixes from review.
Danielle Madeley
1
-7
/
+8
2010-01-09
g_warning -> DEBUG
Danielle Madeley
1
-5
/
+5
2010-01-08
Don't free strings not owned by us
Sjoerd Simons
1
-1
/
+1
2010-01-08
Ensure that the Initial{Channels,Handles} is never NULL
Sjoerd Simons
1
-0
/
+6
2010-01-08
Refactor a bit so that the Conference interface on named MUCs
Danielle Madeley
1
-67
/
+55
2010-01-08
Some small fixes to props
Danielle Madeley
1
-6
/
+2
2010-01-08
Add Conference properties to GabbleMucChannel
Danielle Madeley
1
-7
/
+39
2010-01-08
Add support for <continue/> to invites coming from InitialChannels
Danielle Madeley
1
-38
/
+60
2010-01-08
Use GObject properties instead of introduced API on GabbleMucChannel
Danielle Madeley
1
-5
/
+10
2010-01-08
Invite initial invitees to MUC
Danielle Madeley
1
-3
/
+18
2010-01-08
Actually connect to a Google PMUC
Danielle Madeley
1
-8
/
+53
[next]