summaryrefslogtreecommitdiff
path: root/src/gabble.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-11Remove obsolete GLib < 2.32 code pathsSimon McVittie1-7/+0
2013-06-04Initialize libdbus for thread-safetySimon McVittie1-0/+5
2012-05-30Use meta-headers for everythingSimon McVittie1-5/+2
2012-02-06Update Wocky snapshot for DEBUG_* namespacingWill Thompson1-1/+4
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
2011-12-14Fix the build with glib 2.32 deprecated symbolsXavier Claessens1-0/+2
2011-03-31Make g_critical() fatals only if ENABLE_FATAL_CRITICALS is setMarco Barisione1-0/+2
2011-02-14gabble: remove old caps caches now that they're in WockyJonny Lamb1-0/+20
2011-02-02gabble: make critical warnings fatalJonny Lamb1-0/+6
2010-10-28replace localtime_r with g_time_val_to_iso8601Thomas Flueeli1-4/+3
2010-06-02Added server SASL channel and auth manager.Eitan Isaacson1-1/+1
2010-05-24upgrade to wocky commit 57e7d3aSenko Rasic1-1/+1
2010-02-22Conditionalize inclusion of unistd.hSimon McVittie1-1/+3
2009-12-18Deinit wocky at the end of the run so it can free some memorySjoerd Simons1-0/+2
2009-11-27Make GabblePluginLoader a mortal singletonWill Thompson1-0/+7
2009-11-26Unset debug-sender log handler before unreffing the global debug senderSimon McVittie1-0/+1
2009-11-13debug: use TpDebugSender instead of implementing GabbleDebuggerJonny Lamb1-8/+22
2009-09-20Redirect wocky debug to the debug interfaceSjoerd Simons1-71/+43
2009-09-11gabble_init: call wocky_initGuillaume Desmottes1-0/+2
2009-07-22add gabble_init() doing misc initializationsGuillaume Desmottes1-3/+10
2009-07-22move g_thread_init() call to gabble_mainGuillaume Desmottes1-0/+5
2009-07-01Add some comments to make things clearer.Jonny Lamb1-4/+11
2009-07-01Set LM_DEBUG=net and override the log handler when LM_DEBUG is not set.Jonny Lamb1-7/+35
2009-06-16Log gabble messages which do not originate from gabble_debug.Jonny Lamb1-2/+4
2009-06-03Added comments as to why the gabble messages shouldn't be sent to the debugger.Jonny Lamb1-0/+3
2009-06-03Updated function definition style.Jonny Lamb1-10/+10
2009-04-21Fix misc. problems and remove some code duplication.Jonny Lamb1-2/+1
2009-04-21Only record in debugger if message is not from gabble.Jonny Lamb1-5/+10
2009-04-21Record log domain and levels and expose them on the Debug interface.Jonny Lamb1-4/+7
2009-04-21Override the default log handler, and change log domain.Jonny Lamb1-2/+2
2009-04-21initial implementation of the debug interfaceDafydd Harries1-0/+26
2008-08-07use tp_debug_divert_messages instead of our own copy of itGuillaume Desmottes1-1/+1
2008-07-21tidy up libc/glib includesDafydd Harries1-1/+0
2008-07-21tidy up include styleDafydd Harries1-1/+2
2008-07-18enure pointer casts have a space after themDafydd Harries1-1/+1
2008-07-14rename gabble-connection-manager.h to connection-manager.hDafydd Harries1-1/+1
2008-04-21libtoolize main (renamed gabble_main) and call it from main.cGuillaume Desmottes1-2/+3
2008-04-04Minor coding style fix in main()Simon McVittie1-1/+1
2008-04-04Fix one remaining use of HAVE_TP_DEBUG_SET_FLAGSSimon McVittie1-10/+2
2007-11-12Use tp_debug_set_flags() if available, to separate 'persist' from the rest of...Simon McVittie1-3/+9
2007-10-02add timestamps to debug messages if GABBLE_TIMING env variable is setDafydd Harries1-0/+27
2007-05-07properly catch close and dup2 errorsGuillaume Desmottes1-1/+1
2007-05-07add env variable GABBLE_OUTPUT used to define a file as output instead of std...Guillaume Desmottes1-0/+2
2007-03-13gabble.c: Fix compilation without debuggingSimon McVittie1-1/+1
2007-02-22Move connection manager life cycle to telepathy-glibSimon McVittie1-172/+10
2007-01-17Connections inherit their CM name from the ConnectionManager. Move _gabble_co...Simon McVittie1-1/+4
2007-01-05Replace TpError_PermissionDenied with TP_ERROR_PERMISSION_DENIED, etc.Simon McVittie1-2/+2
2007-01-05Remove tp- prefix from header files: it serves no namespacing purpose and get...Simon McVittie1-2/+2
2007-01-05Move/copy debug infrastructure to libSimon McVittie1-1/+5
2007-01-04Move src/telepathy-errors.c to lib. Replace #includes of dummy headers telepa...Simon McVittie1-1/+1