log src/plugins/plugin_misc_radiocol.py @ 1487:0df627d0b4ca

age author description
2015-04-17 souliane plugin radiocol: radiocolSongAdded now gets a JID as argument, add _radiocolSongAdded working with unicode for bridge calls
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2015-03-11 souliane plugins room_game, quiz, radiocol, tarot: use JID instead of unicode in many methods + class attributes frontends_multi_profiles
2014-10-22 souliane plugin misc_room_game, radiocol, tarot: fixes bridge method "prepareRoom" declaration (add "async=True")
2014-04-19 Goffi core: use of the new core.log module:
2014-03-28 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
2014-03-11 souliane plugin radiocol: preload signal also contains the uploader nickname
2014-03-05 souliane plugin radiocol: add MP3 support
2014-02-18 souliane plugin room_game, radiocol: RoomGame.send returns a Deferred.
2014-01-17 souliane plugins room_games, radiocol, libervia: small changes like refactorization to ease the maintenance
2014-01-16 souliane plugin radiocol: sync data includes a "jump to time" info
2014-01-15 souliane plugins radiocol_tarot: do not process received messages for MUC users that are actually not playing the game + fix for testing purpose
2014-01-15 souliane plugins room_games, radiocol: better synchronization after a user joins a running game
2014-02-04 Goffi dates update
2014-01-09 souliane plugin room game: improved docstrings, added '_' as prefix for internal methods names
2013-12-29 Goffi core: i18n refactoring:
2013-12-17 souliane plugins radiocol, xep-0054: better handling of upload errors:
2013-12-17 souliane plugin radiocol: fix wrong call of deleteFile
2013-11-28 souliane plugin room_games, radiocol: send the current queue to new players
2013-11-21 souliane plugin tools: turn src/plugin/games.py into a plugin and move it to src/plugins/plugin_misc_room_game.py
2013-11-21 souliane plugins (games): more factorization and flexibility for launching and joining games:
2013-11-18 souliane plugins (games): add a method to send messages more easily
2013-11-17 souliane plugins (MUC, tools, games): generalize the generation of a unique room name when joining a MUC and no room is specified:
2013-10-23 souliane plugins radiocol, card_game, quiz: code factorization
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.