log

age author description
Fri, 11 May 2007 21:57:25 -0700 nenolod [svn] - encode songtitle in utf8 before passing to XChat. trunk
Fri, 11 May 2007 21:48:49 -0700 nenolod [svn] - fix /NEXT. trunk
Fri, 11 May 2007 21:35:06 -0700 nenolod [svn] - clean up command_send(). tips from deitarion. trunk
Fri, 11 May 2007 21:30:39 -0700 nenolod [svn] - final version of the /sendtrack command. :( trunk
Fri, 11 May 2007 21:29:36 -0700 nenolod [svn] - try with doublequotes i guess trunk
Fri, 11 May 2007 21:29:03 -0700 nenolod [svn] - encapsulate filesystem path in quotes trunk
Fri, 11 May 2007 21:28:08 -0700 nenolod [svn] - fix syntax error trunk
Fri, 11 May 2007 21:27:02 -0700 nenolod [svn] - add /SENDTRACK which can DCC the current track to a user trunk
Fri, 11 May 2007 21:21:09 -0700 nenolod [svn] - add XCHAT.eat_all trunk
Fri, 11 May 2007 21:20:27 -0700 nenolod [svn] - map to right handlers trunk
Fri, 11 May 2007 21:19:21 -0700 nenolod [svn] - add stop, pause, next, prev, play functions trunk
Fri, 11 May 2007 20:37:03 -0700 yaz [svn] - auddrct: more calls implemented (part 5) trunk
Fri, 11 May 2007 19:31:36 -0700 nenolod [svn] - change the appearance that backtraces are presented as trunk
Fri, 11 May 2007 19:31:07 -0700 nenolod [svn] - adjust build order for libaudclient and audacious. reported by Crazy_Hopper. trunk
Fri, 11 May 2007 18:35:26 -0700 giacomo [svn] - auddrct: more calls implemented (part 4) trunk
Fri, 11 May 2007 18:12:56 -0700 giacomo [svn] - auddrct: more calls implemented (part 3) trunk
Fri, 11 May 2007 18:04:31 -0700 giacomo [svn] - auddrct: more calls implemented (part 2) trunk
Fri, 11 May 2007 17:58:39 -0700 giacomo [svn] - auddrct: more calls implemented trunk
Fri, 11 May 2007 17:49:37 -0700 giacomo [svn] - fix cfg options for visibility trunk
Fri, 11 May 2007 17:20:46 -0700 nenolod [svn] - add an xchat script which wraps our DBus API using dbus-python. trunk
Fri, 11 May 2007 16:27:54 -0700 giacomo [svn] - added auddrct.c/h, a migration api for plugins that once used xmms_remote; to be completed trunk
Fri, 11 May 2007 13:02:49 -0700 nenolod [svn] - call SongFrames not SongLength trunk
Fri, 11 May 2007 12:49:05 -0700 nenolod [svn] - split handlers out to handlers.c trunk
Fri, 11 May 2007 12:39:47 -0700 nenolod [svn] - avoid null dereferences trunk
Fri, 11 May 2007 12:35:52 -0700 nenolod [svn] - finish some stubs to make audtool work for my scripts trunk
Fri, 11 May 2007 12:22:38 -0700 nenolod [svn] - BSDify code trunk
Fri, 11 May 2007 11:52:56 -0700 magma [svn] Implemented more of the stubs in audctrl; Added more methods to objects.xml with implementations in dbus.c. I'm still trying to get plugins working with libaudclient. trunk
Fri, 11 May 2007 08:59:22 -0700 nenolod [svn] - build audtool if libaudclient will be built. trunk
Fri, 11 May 2007 01:42:32 -0700 magma [svn] Added stubs in audctrl.c for the unimplemented functions defined in audctrl.h. trunk
Thu, 10 May 2007 16:59:22 -0700 yaz [svn] - build fix. trunk
Thu, 10 May 2007 14:13:20 -0700 nenolod [svn] - fix ABI trunk
Thu, 10 May 2007 13:21:55 -0700 nenolod [svn] - log when dbus has been successfully started up trunk
Thu, 10 May 2007 12:30:19 -0700 nenolod [svn] - rename xmms_remote namespace to audacious_remote namespace trunk
Wed, 09 May 2007 21:21:02 -0700 nenolod [svn] - enable dbus support by default trunk
Wed, 09 May 2007 21:19:09 -0700 nenolod [svn] Remove documentation about XMMS controlsocket compatibility. This code trunk
Wed, 09 May 2007 21:16:57 -0700 nenolod [svn] Fix build without --enable-dbus -- this will render an audacious which trunk
Wed, 09 May 2007 17:14:46 -0700 nenolod [svn] - bind to the right dbus interfaces, but this still has problems building trunk
Wed, 09 May 2007 16:43:29 -0700 chainsaw [svn] MCS_LIBS != LIBMCS_LIBS, allow audacious binary to link. trunk
Wed, 09 May 2007 15:42:13 -0700 nenolod [svn] - fix compilation trunk
Wed, 09 May 2007 15:41:21 -0700 nenolod [svn] - this needs work. lots of work. trunk
Wed, 09 May 2007 15:37:59 -0700 nenolod [svn] - make this build again, most functionality does not work trunk
Wed, 09 May 2007 15:14:52 -0700 nenolod [svn] - disable audtool for now, needs to be ported to DBus. trunk
Wed, 09 May 2007 15:07:50 -0700 nenolod [svn] - make audacious build again trunk
Wed, 09 May 2007 15:03:50 -0700 nenolod [svn] - make widgetcore build again trunk
Wed, 09 May 2007 14:58:26 -0700 nenolod [svn] - some progress towards making audtool build again trunk
Wed, 09 May 2007 14:41:39 -0700 nenolod [svn] - fix boilerplate trunk
Wed, 09 May 2007 14:40:01 -0700 nenolod [svn] - rename to libaudclient trunk
Wed, 09 May 2007 14:38:41 -0700 nenolod [svn] - move configdb public API to audacious proper trunk
Wed, 09 May 2007 14:36:37 -0700 magma [svn] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus. trunk
Wed, 09 May 2007 14:35:33 -0700 nenolod [svn] - drop client code trunk
Wed, 09 May 2007 14:03:11 -0700 nenolod [svn] - drop controlsocket code. this probably does not compile yet. trunk
Tue, 08 May 2007 23:24:26 -0700 yaz [svn] - add dependency for dbus bindings. trunk
Tue, 08 May 2007 12:30:53 -0700 nenolod [svn] - remove unused function 'extname' trunk
Tue, 08 May 2007 10:26:29 -0700 magma [svn] Completed the implementation of all the stubs in dbus.c, and commented the creation of the mpris dbus bindings to fix compilation issues. trunk
Mon, 07 May 2007 18:04:06 -0700 nenolod [svn] - define mpris /Player object in XML. trunk
Mon, 07 May 2007 17:56:35 -0700 nenolod [svn] - define mpris /TrackList object in XML. trunk
Mon, 07 May 2007 17:51:05 -0700 nenolod [svn] - add mpris root node to dbus-bindings. trunk
Mon, 07 May 2007 17:09:15 -0700 nenolod [svn] - rename *class prototypes to *klass to avoid keyword collisions in sun studio and icc. trunk
Sun, 06 May 2007 15:16:34 -0700 nenolod [svn] - fix cuesheet bug in a better way (e.g. unbreak http:// streams) trunk
Sat, 05 May 2007 16:50:36 -0700 magma [svn] Improved DBus initialization and fixed a warning. trunk