log src/plugins/plugin_misc_radiocol.py @ 1949:c5fd304d0976

age author description
Sun, 17 Apr 2016 14:45:26 +0200 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Wed, 09 Dec 2015 03:33:30 +0100 souliane plugin misc_radiocol: the smaller fix in the world (1 character!)
Wed, 30 Sep 2015 17:25:09 +0200 Goffi plugins: added new MissingModule exceptions to plugins using third party modules
Fri, 17 Apr 2015 19:05:37 +0200 souliane plugin radiocol: radiocolSongAdded now gets a JID as argument, add _radiocolSongAdded working with unicode for bridge calls
Thu, 16 Apr 2015 14:57:57 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Wed, 11 Mar 2015 12:36:22 +0100 souliane plugins room_game, quiz, radiocol, tarot: use JID instead of unicode in many methods + class attributes frontends_multi_profiles
Wed, 22 Oct 2014 14:38:20 +0200 souliane plugin misc_room_game, radiocol, tarot: fixes bridge method "prepareRoom" declaration (add "async=True")
Sat, 19 Apr 2014 19:19:19 +0200 Goffi core: use of the new core.log module:
Fri, 28 Mar 2014 18:07:02 +0100 Goffi core, plugins: host.getClient now raise an exception instead of returning None when no profile is found, plugins have been adapted consequently and a bit cleaned
Tue, 11 Mar 2014 11:59:11 +0100 souliane plugin radiocol: preload signal also contains the uploader nickname
Wed, 05 Mar 2014 23:24:03 +0100 souliane plugin radiocol: add MP3 support
Tue, 18 Feb 2014 17:49:33 +0100 souliane plugin room_game, radiocol: RoomGame.send returns a Deferred.
Fri, 17 Jan 2014 15:02:46 +0100 souliane plugins room_games, radiocol, libervia: small changes like refactorization to ease the maintenance
Thu, 16 Jan 2014 11:44:14 +0100 souliane plugin radiocol: sync data includes a "jump to time" info
Wed, 15 Jan 2014 23:09:39 +0100 souliane plugins radiocol_tarot: do not process received messages for MUC users that are actually not playing the game + fix for testing purpose
Wed, 15 Jan 2014 23:01:23 +0100 souliane plugins room_games, radiocol: better synchronization after a user joins a running game
Tue, 04 Feb 2014 18:32:49 +0100 Goffi dates update
Thu, 09 Jan 2014 10:28:25 +0100 souliane plugin room game: improved docstrings, added '_' as prefix for internal methods names
Sun, 29 Dec 2013 17:06:01 +0100 Goffi core: i18n refactoring:
Tue, 17 Dec 2013 18:44:53 +0100 souliane plugins radiocol, xep-0054: better handling of upload errors:
Tue, 17 Dec 2013 11:35:41 +0100 souliane plugin radiocol: fix wrong call of deleteFile
Thu, 28 Nov 2013 19:23:59 +0100 souliane plugin room_games, radiocol: send the current queue to new players
Thu, 21 Nov 2013 18:23:08 +0100 souliane plugin tools: turn src/plugin/games.py into a plugin and move it to src/plugins/plugin_misc_room_game.py
Thu, 21 Nov 2013 15:49:53 +0100 souliane plugins (games): more factorization and flexibility for launching and joining games:
Mon, 18 Nov 2013 14:25:40 +0100 souliane plugins (games): add a method to send messages more easily
Sun, 17 Nov 2013 16:59:12 +0100 souliane plugins (MUC, tools, games): generalize the generation of a unique room name when joining a MUC and no room is specified:
Wed, 23 Oct 2013 12:45:13 +0200 souliane plugins radiocol, card_game, quiz: code factorization
Fri, 08 Mar 2013 00:36:22 +0100 Goffi fixed licences in docstrings (they are now in comments)
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Remove every old-style class.
Fri, 18 Jan 2013 17:55:34 +0100 Emmanuel Gil Peyrot Remove trailing whitespaces.
Wed, 09 Jan 2013 21:41:40 +0100 Goffi plugin radiocol: songs are deleted once played (Q&D need to be reworked once file are properly transfered to server)
Mon, 07 Jan 2013 23:30:13 +0100 Goffi dates update
Thu, 01 Nov 2012 22:41:39 +0100 Goffi core, plugins: fixed bad namespace in stanza creation
Wed, 01 Aug 2012 22:53:02 +0200 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
Sat, 24 Mar 2012 17:46:42 +0100 Goffi plugin radiocol: fixed missing import
Tue, 06 Mar 2012 09:07:24 +0100 Goffi copyleft date update
Sun, 29 Jan 2012 03:00:25 +0100 Goffi plugin radiocol: working Radio Collective \o/
Tue, 24 Jan 2012 00:22:11 +0100 Goffi plugin radiocol: fixed autocreation of radiocol for new comers
Mon, 23 Jan 2012 00:14:33 +0100 Goffi plugin RadioCol: basic functionnality working approximately
Sun, 22 Jan 2012 19:41:02 +0100 Goffi plugin radiocol: removed occupants list in radiocolStarted signal
Thu, 05 Jan 2012 00:21:30 +0100 Goffi plugins: radio collective first draft