]> git.parisson.com Git - deefuzzer.git/log
deefuzzer.git
4 years agouse pure xml.etree method to parse XML (fixes #32)
Guillaume Pellerin [Tue, 7 Sep 2021 22:18:33 +0000 (00:18 +0200)]
use pure xml.etree method to parse XML (fixes #32)

5 years agoupgrade modules
Guillaume Pellerin [Sat, 12 Jun 2021 08:25:45 +0000 (10:25 +0200)]
upgrade modules

6 years agoMerge pull request #98 from yomguy/dependabot/pip/pyyaml-5.2
Guillaume Pellerin [Tue, 28 Jan 2020 17:14:47 +0000 (18:14 +0100)]
Merge pull request #98 from yomguy/dependabot/pip/pyyaml-5.2

Bump pyyaml from 5.1 to 5.2

6 years ago[doc] fix lib name
Guillaume Pellerin [Sun, 5 Jan 2020 01:18:39 +0000 (02:18 +0100)]
[doc] fix lib name

6 years agoBump pyyaml from 5.1 to 5.2
dependabot[bot] [Sun, 5 Jan 2020 01:18:26 +0000 (01:18 +0000)]
Bump pyyaml from 5.1 to 5.2

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.2.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.2)

Signed-off-by: dependabot[bot] <support@github.com>
6 years ago[deps] update
Guillaume Pellerin [Sun, 5 Jan 2020 01:17:39 +0000 (02:17 +0100)]
[deps] update

6 years ago[doc] add NEWS, fix deps, enjoy py3!
Guillaume Pellerin [Tue, 31 Dec 2019 17:51:43 +0000 (18:51 +0100)]
[doc] add NEWS, fix deps, enjoy py3!

6 years agoMerge branch 'dev'
Guillaume Pellerin [Tue, 31 Dec 2019 17:47:55 +0000 (18:47 +0100)]
Merge branch 'dev'

6 years agoMerge branch 'release/next' into dev
Guillaume Pellerin [Tue, 31 Dec 2019 17:47:38 +0000 (18:47 +0100)]
Merge branch 'release/next' into dev

6 years ago[setup] bump to 0.8.0
Guillaume Pellerin [Tue, 31 Dec 2019 17:46:13 +0000 (18:46 +0100)]
[setup] bump to 0.8.0

6 years agoMerge branch 'dev'
Guillaume Pellerin [Tue, 31 Dec 2019 17:39:54 +0000 (18:39 +0100)]
Merge branch 'dev'

6 years agobump to 0.7.4
Guillaume Pellerin [Tue, 31 Dec 2019 17:39:09 +0000 (18:39 +0100)]
bump to 0.7.4

6 years ago[setup] fix version
Guillaume Pellerin [Tue, 31 Dec 2019 11:52:17 +0000 (12:52 +0100)]
[setup] fix version

6 years ago[setup] add cython3, add wheel, fix py3 packages
Guillaume Pellerin [Tue, 31 Dec 2019 11:50:01 +0000 (12:50 +0100)]
[setup] add cython3, add wheel, fix py3 packages

6 years ago[setup] use requirements, bump to 0.8.0a
Guillaume Pellerin [Tue, 31 Dec 2019 11:31:46 +0000 (12:31 +0100)]
[setup] use requirements, bump to 0.8.0a

6 years ago[setup] pin deps
Guillaume Pellerin [Tue, 31 Dec 2019 11:23:16 +0000 (12:23 +0100)]
[setup] pin deps

6 years ago[conf] fix XML parsing using xmltodict from pypi
Guillaume Pellerin [Tue, 31 Dec 2019 11:12:39 +0000 (12:12 +0100)]
[conf] fix XML parsing using xmltodict from pypi

6 years agoMerge branch 'dev'
Guillaume Pellerin [Tue, 31 Dec 2019 10:43:33 +0000 (11:43 +0100)]
Merge branch 'dev'

6 years ago[setup] fix python_requires
Guillaume Pellerin [Tue, 31 Dec 2019 10:42:57 +0000 (11:42 +0100)]
[setup] fix python_requires

6 years agoMerge branch 'dev'
Guillaume Pellerin [Tue, 31 Dec 2019 10:38:55 +0000 (11:38 +0100)]
Merge branch 'dev'

6 years ago[licence] update headers against GPL
Guillaume Pellerin [Tue, 31 Dec 2019 10:05:19 +0000 (11:05 +0100)]
[licence] update headers against GPL

6 years agocleanup prints
Guillaume Pellerin [Tue, 31 Dec 2019 09:57:46 +0000 (10:57 +0100)]
cleanup prints

6 years agogoto 0.8.0
Guillaume Pellerin [Tue, 31 Dec 2019 09:48:38 +0000 (10:48 +0100)]
goto 0.8.0

6 years ago[travis] add matrix
Guillaume Pellerin [Mon, 30 Dec 2019 02:49:21 +0000 (03:49 +0100)]
[travis] add matrix

6 years ago[travis] use py3.6
Guillaume Pellerin [Mon, 30 Dec 2019 02:45:33 +0000 (03:45 +0100)]
[travis] use py3.6

6 years ago[travis] use py3
Guillaume Pellerin [Mon, 30 Dec 2019 02:38:31 +0000 (03:38 +0100)]
[travis] use py3

6 years ago[setup] set classifiers to py3
Guillaume Pellerin [Mon, 30 Dec 2019 02:01:10 +0000 (03:01 +0100)]
[setup] set classifiers to py3

6 years ago[setup] force py2, bump to 0.7.4
Guillaume Pellerin [Mon, 30 Dec 2019 02:00:18 +0000 (03:00 +0100)]
[setup] force py2, bump to 0.7.4

6 years ago[setup] force py3
Guillaume Pellerin [Mon, 30 Dec 2019 01:57:56 +0000 (02:57 +0100)]
[setup] force py3

6 years agoAdd Python 3 compatibility, fix various encoding options, need DEBUG
Guillaume Pellerin [Mon, 30 Dec 2019 01:48:35 +0000 (02:48 +0100)]
Add Python 3 compatibility, fix various encoding options, need DEBUG

6 years agoMerge branch 'dev' into feature/py3
Guillaume Pellerin [Sun, 29 Dec 2019 23:33:51 +0000 (00:33 +0100)]
Merge branch 'dev' into feature/py3

6 years agoMerge branch 'dev'
Guillaume Pellerin [Sun, 29 Dec 2019 23:10:30 +0000 (00:10 +0100)]
Merge branch 'dev'

6 years ago[doc] install libmariadbclient-dev instead of libmysqlclient-dev
Guillaume Pellerin [Sun, 29 Dec 2019 22:54:17 +0000 (23:54 +0100)]
[doc] install libmariadbclient-dev instead of libmysqlclient-dev

6 years ago[doc] install libmariadbclient-dev instead of libmysqlclient-dev
Guillaume Pellerin [Sun, 29 Dec 2019 22:54:17 +0000 (23:54 +0100)]
[doc] install libmariadbclient-dev instead of libmysqlclient-dev

6 years agofix line (test magit)
Guillaume Pellerin [Sun, 29 Dec 2019 16:59:42 +0000 (17:59 +0100)]
fix line (test magit)

6 years agouse python-shout==0.2.6 : allow UTF-8 chars
Guillaume Pellerin [Sat, 10 Aug 2019 21:25:21 +0000 (23:25 +0200)]
use python-shout==0.2.6 : allow UTF-8 chars

6 years agogoto 0.7.3
Guillaume Pellerin [Fri, 9 Aug 2019 16:13:22 +0000 (18:13 +0200)]
goto 0.7.3

6 years agoFix config init without feed_dirs nor rss mode
Guillaume Pellerin [Fri, 9 Aug 2019 15:52:02 +0000 (17:52 +0200)]
Fix config init without feed_dirs nor rss mode

6 years agoupdate license in README
Guillaume Pellerin [Tue, 16 Jul 2019 11:16:13 +0000 (13:16 +0200)]
update license in README

6 years agopin python-shout==0.2.5
Guillaume Pellerin [Tue, 16 Jul 2019 11:11:47 +0000 (13:11 +0200)]
pin python-shout==0.2.5

7 years agoupdate news
Guillaume Pellerin [Sun, 2 Jun 2019 22:08:41 +0000 (00:08 +0200)]
update news

7 years agoAllow multiple station in yaml conf, add example (fix #79)
Guillaume Pellerin [Sun, 2 Jun 2019 22:05:47 +0000 (00:05 +0200)]
Allow multiple station in yaml conf, add example (fix #79)

7 years agoCheck for self.media_source existence
Guillaume Pellerin [Sun, 2 Jun 2019 07:38:47 +0000 (09:38 +0200)]
Check for self.media_source existence

7 years agoupdate news
Guillaume Pellerin [Sat, 1 Jun 2019 05:29:49 +0000 (07:29 +0200)]
update news

7 years agoSwitch to GPL v3 license
Guillaume Pellerin [Sat, 1 Jun 2019 05:27:56 +0000 (07:27 +0200)]
Switch to GPL v3 license

7 years agoless print
Guillaume Pellerin [Sat, 1 Jun 2019 04:42:14 +0000 (06:42 +0200)]
less print

7 years agoDon't create metadata dir when no needs
Guillaume Pellerin [Sat, 1 Jun 2019 04:22:36 +0000 (06:22 +0200)]
Don't create metadata dir when no needs

7 years agoUse mysqlclient rather than old mysql-python
Guillaume Pellerin [Sat, 1 Jun 2019 04:21:39 +0000 (06:21 +0200)]
Use mysqlclient rather than old mysql-python

7 years agoMerge branch 'doomy23-rp1' into dev
Guillaume Pellerin [Thu, 30 May 2019 20:16:21 +0000 (22:16 +0200)]
Merge branch 'doomy23-rp1' into dev

7 years agoMerge branch 'rp1' of git://github.com/doomy23/DeeFuzzer into doomy23-rp1
Guillaume Pellerin [Thu, 30 May 2019 20:16:12 +0000 (22:16 +0200)]
Merge branch 'rp1' of git://github.com/doomy23/DeeFuzzer into doomy23-rp1

7 years agoLast indent fix (I hope)
Dominic Kanrabat [Wed, 24 Apr 2019 08:24:45 +0000 (04:24 -0400)]
Last indent fix (I hope)

7 years agoJSON example indent fix
Dominic Kanrabat [Wed, 24 Apr 2019 08:20:45 +0000 (04:20 -0400)]
JSON example indent fix

7 years ago- Increased minor version
Dominic Kanrabat [Wed, 24 Apr 2019 07:49:43 +0000 (03:49 -0400)]
- Increased minor version
- Added JSON MySQLdb example
- Added feature in README

7 years agoFixes MySQLdb feature
Dominic Kanrabat [Wed, 24 Apr 2019 07:34:09 +0000 (03:34 -0400)]
Fixes MySQLdb feature

7 years ago- Fixes for Shout
Dominic Kanrabat [Wed, 24 Apr 2019 07:19:28 +0000 (03:19 -0400)]
- Fixes for Shout
- Added MySQLdb feature

8 years agoMerge pull request #86 from movermeyer/fix_badges
Guillaume Pellerin [Tue, 6 Mar 2018 16:09:39 +0000 (17:09 +0100)]
Merge pull request #86 from movermeyer/fix_badges

Switched broken pypip.in badges to shields.io

8 years agoSwitched broken pypip.in badges to shields.io
Michael Overmeyer [Mon, 5 Mar 2018 18:20:40 +0000 (18:20 +0000)]
Switched broken pypip.in badges to shields.io

10 years agorename some variables
Guillaume Pellerin [Wed, 3 Feb 2016 13:26:53 +0000 (14:26 +0100)]
rename some variables

10 years agoMerge pull request #80 from ChoiZ/dev
Guillaume Pellerin [Tue, 2 Feb 2016 21:50:31 +0000 (22:50 +0100)]
Merge pull request #80 from ChoiZ/dev

Replace "Next play" by "StartTime" and add "EndTime"

10 years agoReplace "Next play" by "StartTime" and add "EndTime"
François LASSERRE [Tue, 2 Feb 2016 21:33:31 +0000 (22:33 +0100)]
Replace "Next play" by "StartTime" and add "EndTime"

10 years agoRemove trailing whitespaces
François LASSERRE [Tue, 2 Feb 2016 21:32:40 +0000 (22:32 +0100)]
Remove trailing whitespaces

10 years agoMerge branch 'dev' of github.com:yomguy/DeeFuzzer into dev
Guillaume Pellerin [Sun, 9 Aug 2015 12:44:00 +0000 (14:44 +0200)]
Merge branch 'dev' of github.com:yomguy/DeeFuzzer into dev

10 years agofix m3u generator
Guillaume Pellerin [Sun, 9 Aug 2015 12:43:42 +0000 (14:43 +0200)]
fix m3u generator

11 years agoMerge pull request #76 from achbed/dsw-playlist_hashcheck
Guillaume Pellerin [Sun, 3 May 2015 23:12:02 +0000 (01:12 +0200)]
Merge pull request #76 from achbed/dsw-playlist_hashcheck

Fix to detect a playlist that changed in content, but not length

11 years agoFix to detect a playlist that changed in content, but not length
achbed [Sun, 3 May 2015 17:07:03 +0000 (12:07 -0500)]
Fix to detect a playlist that changed in content, but not length

Signed-off-by: achbed <github@achbed.org>
11 years agoupdate tweet url separator
Guillaume Pellerin [Mon, 23 Feb 2015 12:41:18 +0000 (13:41 +0100)]
update tweet url separator

11 years agoSimplify tweets
Guillaume Pellerin [Fri, 20 Feb 2015 12:13:10 +0000 (13:13 +0100)]
Simplify tweets

11 years agogoto 0.7.2
Guillaume Pellerin [Wed, 18 Feb 2015 16:02:14 +0000 (17:02 +0100)]
goto 0.7.2

11 years agoupdate news
Guillaume Pellerin [Wed, 18 Feb 2015 16:00:33 +0000 (17:00 +0100)]
update news

11 years agofix ident
Guillaume Pellerin [Thu, 12 Feb 2015 23:56:58 +0000 (00:56 +0100)]
fix ident

11 years agoFix no metadata for stream-m relaying
Guillaume Pellerin [Thu, 12 Feb 2015 23:54:48 +0000 (00:54 +0100)]
Fix no metadata for stream-m relaying
Fix relay fallback when source not ready

11 years agoMerge branch 'master' into dev
Guillaume Pellerin [Mon, 2 Feb 2015 13:07:31 +0000 (14:07 +0100)]
Merge branch 'master' into dev

11 years agoMerge branch 'dev' of github.com:yomguy/DeeFuzzer into dev
Guillaume Pellerin [Mon, 2 Feb 2015 13:07:15 +0000 (14:07 +0100)]
Merge branch 'dev' of github.com:yomguy/DeeFuzzer into dev

11 years agotrim
Guillaume Pellerin [Mon, 2 Feb 2015 13:07:09 +0000 (14:07 +0100)]
trim

11 years agoMerge pull request #74 from ChoiZ/patch-1
Guillaume Pellerin [Mon, 2 Feb 2015 13:06:04 +0000 (14:06 +0100)]
Merge pull request #74 from ChoiZ/patch-1

Remove brocken link in doc

11 years agoRemove brocken link in doc
François LASSERRE [Mon, 2 Feb 2015 12:14:25 +0000 (13:14 +0100)]
Remove brocken link in doc

Remove brocken link: "OGG Vorbis and MP3 together"
@yomguy same error in `dev` and `release\0.7` branch.

11 years agoMerge pull request #72 from ChoiZ/patch-1
Guillaume Pellerin [Sun, 1 Feb 2015 06:19:36 +0000 (07:19 +0100)]
Merge pull request #72 from ChoiZ/patch-1

Update README.rst

11 years agoUpdate README.rst
François LASSERRE [Sat, 31 Jan 2015 14:58:24 +0000 (15:58 +0100)]
Update README.rst

Update choiz by ChoiZ, add g+ and email.

11 years agogoto 0.7.1
Guillaume Pellerin [Sat, 31 Jan 2015 00:05:33 +0000 (01:05 +0100)]
goto 0.7.1

11 years agoMerge branch 'master' into dev
Guillaume Pellerin [Fri, 30 Jan 2015 23:51:12 +0000 (00:51 +0100)]
Merge branch 'master' into dev

11 years agofix features
Guillaume Pellerin [Fri, 30 Jan 2015 23:50:45 +0000 (00:50 +0100)]
fix features

11 years agoMerge branch 'release/0.7' into dev
Guillaume Pellerin [Fri, 30 Jan 2015 23:45:53 +0000 (00:45 +0100)]
Merge branch 'release/0.7' into dev

11 years agoMerge branch 'release/0.7'
Guillaume Pellerin [Fri, 30 Jan 2015 23:45:10 +0000 (00:45 +0100)]
Merge branch 'release/0.7'

11 years agoMerge branch 'release/0.7' of github.com:yomguy/DeeFuzzer into release/0.7
Guillaume Pellerin [Fri, 30 Jan 2015 23:44:46 +0000 (00:44 +0100)]
Merge branch 'release/0.7' of github.com:yomguy/DeeFuzzer into release/0.7

11 years agoupdate MANIFEST
Guillaume Pellerin [Fri, 30 Jan 2015 23:44:06 +0000 (00:44 +0100)]
update MANIFEST

11 years agofix doc
Guillaume Pellerin [Fri, 30 Jan 2015 23:37:35 +0000 (00:37 +0100)]
fix doc

11 years agocleanup
Guillaume Pellerin [Fri, 30 Jan 2015 23:36:50 +0000 (00:36 +0100)]
cleanup

11 years agocleanup README (pushing some part in the wiki)
Guillaume Pellerin [Fri, 30 Jan 2015 23:29:29 +0000 (00:29 +0100)]
cleanup README (pushing some part in the wiki)

11 years agoMerge branch 'dev' of github.com:yomguy/DeeFuzzer into dev
Guillaume Pellerin [Fri, 30 Jan 2015 23:24:15 +0000 (00:24 +0100)]
Merge branch 'dev' of github.com:yomguy/DeeFuzzer into dev

Conflicts:
README.rst

11 years agoPut optional doc in the FAQ
Guillaume Pellerin [Fri, 30 Jan 2015 23:23:22 +0000 (00:23 +0100)]
Put optional doc in the FAQ

11 years agoMerge pull request #70 from ChoiZ/patch-1
Guillaume Pellerin [Fri, 30 Jan 2015 22:41:55 +0000 (23:41 +0100)]
Merge pull request #70 from ChoiZ/patch-1

Fixes  #67

11 years agoUpdate station.py
François LASSERRE [Fri, 30 Jan 2015 21:17:24 +0000 (22:17 +0100)]
Update station.py

Fix m3u listing files.

11 years agoMerge pull request #69 from achbed/dev
Guillaume Pellerin [Fri, 30 Jan 2015 10:17:55 +0000 (11:17 +0100)]
Merge pull request #69 from achbed/dev

Merge changes to date from Release/0.7

11 years agoMerge pull request #68 from achbed/release/0.7
Guillaume Pellerin [Fri, 30 Jan 2015 10:17:39 +0000 (11:17 +0100)]
Merge pull request #68 from achbed/release/0.7

Default change and minor doc updates

11 years agoFix for extra indent on line 1 of station.py
achbed [Fri, 30 Jan 2015 09:37:57 +0000 (03:37 -0600)]
Fix for extra indent on line 1 of station.py

11 years agoRemoved redundant reference to stationdefaults
achbed [Fri, 30 Jan 2015 09:32:43 +0000 (03:32 -0600)]
Removed redundant reference to stationdefaults
Changed from "station setup" to "station initialization" for better clarity

Signed-off-by: achbed <github@achbed.org>
11 years agoChanged default for appendtype to 0 (from 1)
achbed [Fri, 30 Jan 2015 09:22:02 +0000 (03:22 -0600)]
Changed default for appendtype to 0 (from 1)

Signed-off-by: achbed <github@achbed.org>
11 years agoMerge remote-tracking branch 'remotes/upstream/dev' into dev
achbed [Thu, 29 Jan 2015 22:53:37 +0000 (16:53 -0600)]
Merge remote-tracking branch 'remotes/upstream/dev' into dev

11 years agoMerge pull request #65 from ChoiZ/patch-2
Guillaume Pellerin [Thu, 29 Jan 2015 22:48:47 +0000 (23:48 +0100)]
Merge pull request #65 from ChoiZ/patch-2

Update README.rst

11 years agoMerge pull request #64 from ChoiZ/patch-1
Guillaume Pellerin [Thu, 29 Jan 2015 22:47:53 +0000 (23:47 +0100)]
Merge pull request #64 from ChoiZ/patch-1

Update README.rst