summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-30Move comment about message interval to the right placeWill Thompson1-3/+2
2012-10-30Connection: add priv field to structureWill Thompson2-40/+45
2012-10-30Parser: spell out prefix vs. non-prefix logic betterWill Thompson2-2/+4
2012-10-30RoomlistManager: remove redundant check for HandleWill Thompson1-11/+0
2012-10-30Add a debug flag for roomlist code.Will Thompson3-4/+3
2012-10-29Fix warnings in roomlist code.Will Thompson2-14/+13
2012-10-29idle_roomlist_manager_get_type: fix prototypeWill Thompson1-1/+1
2012-10-29Merge branch 'room-list'Will Thompson8-0/+988
2012-10-29Sanitize incoming messages to remove UTF-8 non-characters.Will Thompson1-0/+41
2012-10-28Give charset conversion function a more natural typeWill Thompson1-9/+6
2012-07-19IMManager: replace constructor with constructed.Will Thompson1-18/+8
2012-07-19Reindent idle-im-channel.cWill Thompson1-56/+79
2012-07-19Make IdleIMChannel use TpBaseChannelWill Thompson3-411/+80
2012-07-09Renamed variables to avoid warnings with "-Werror=shadow".Thomas Thurman2-17/+17
2012-05-30Merge branch 'catch-up'Simon McVittie15-100/+118
2012-05-16room-config: use G_N_ELEMENTSJonny Lamb1-2/+1
2012-05-16room-config: simplify password protection validationJonny Lamb1-16/+11
2012-05-16room-config: flicker CanUpdateConfiguration but keep MutableProperties stableJonny Lamb2-20/+34
2012-05-16muc-channel: move RoomConfig stuff into IdleRoomConfigJonny Lamb3-198/+163
2012-05-16muc-channel: validate Password properties to simplify {,un}setting branchJonny Lamb1-31/+53
2012-05-16muc-channel: turn DO_QUICK_BOOLEAN from a macro into a functionJonny Lamb1-23/+35
2012-05-16muc-channel: track op-ness in the channel to mark config properties {,im}mutableJonny Lamb1-23/+25
2012-05-15muc-channel: set configuration retrieved when appropriateJonny Lamb1-0/+2
2012-05-15muc-channel: remove the last of the TpProperties codeJonny Lamb1-80/+0
2012-05-15muc-channel: remove last property flags settingJonny Lamb1-89/+0
2012-05-15muc-channel: start setting RoomConfig properties for mode changesJonny Lamb1-227/+55
2012-05-15muc-channel: remove SetProperties implementationJonny Lamb1-269/+0
2012-05-15muc-channel: add initial RoomConfig1 implementationJonny Lamb5-0/+365
2012-05-15muc-channel: stop implementing {Get,List}PropertiesJonny Lamb1-146/+0
2012-05-15Implement Channel.I.RoomWill Thompson2-15/+81
2012-05-15MUCManager: use constants for property namesWill Thompson1-7/+7
2012-05-15MUCManager: simplify foreach_channelWill Thompson1-18/+19
2012-05-15MUCManager: simplify foreach_channel_classWill Thompson1-13/+4
2012-05-15MUCManager: move ChannelType check upWill Thompson1-31/+27
2012-05-15MUCManager: reindent requests code.Will Thompson1-125/+116
2012-05-14server-connection: fix race when writing to stream when closedJonny Lamb1-2/+5
2012-05-14configure: disable newer deprecations and API additionsJonny Lamb3-0/+6
2012-05-10Bring in the compiler/linker warnings from telepathy-glibSimon McVittie1-0/+4
2012-05-10idle_debug_init: don't make a semicolon have side-effectsSimon McVittie1-1/+3
2012-05-10Fix some confusing variable-shadowing by just reusing the variablesSimon McVittie1-3/+6
2012-05-10Make some internal functions properly staticSimon McVittie2-2/+3
2012-05-10Prototype functions properly: foo() is not a prototype, foo(void) isSimon McVittie6-6/+8
2012-05-10Various dull C89-complianceSimon McVittie8-71/+104
2012-05-10Stop refcounting handles, which have been "immortal" since 0.14Simon McVittie4-23/+0
2012-05-08Remove generated marshallers, just use g_cclosure_marshal_genericSimon McVittie2-19/+2
2012-05-08Use TpIntset, not deprecated TpIntSetSimon McVittie1-11/+11
2012-05-08Use TP_ERROR, not deprecated TP_ERRORSSimon McVittie9-43/+43
2012-04-08RoomlistManager: use tp_asv_new()Will Thompson1-13/+6
2012-04-08Roomlist: modernize private structures.Will Thompson4-40/+34
2012-04-08Roomlist: use Text interface constantWill Thompson1-1/+1