860 Commits

Author SHA1 Message Date
GLolol
e20c23e08a Randomness: add colors command 2014-11-01 13:07:19 -07:00
GLolol
725680d2bd SysDNS: don't allow spaces in lookup 2014-11-01 12:39:20 -07:00
GLolol
7f39668e79 Add preliminary Python 3 support (some things are still quite broken and need testing) 2014-11-01 11:36:56 -07:00
GLolol
13d9c78ee2 Remove cruft from .travis.yml 1.3-alpha1 2014-10-29 17:47:42 -07:00
spline
312d71b89a Merge branch 'master' of github.com:reticulatingspline/Weather
Merge pull
2014-10-29 16:05:09 -04:00
spline
36e1667621 Upate README to mention it supports Python 3. 2014-10-29 16:04:54 -04:00
spline
84a78182e7 Update README. 2014-10-29 16:04:31 -04:00
GLolol
da1983b6f2 Update README.md [ci skip] 2014-10-28 20:39:27 -07:00
James Lu
418809872d Small changes to plugins 2014-10-28 20:06:11 -07:00
James Lu
9cf283af35 Voteserv: fill in __init__.py info 2014-10-27 22:14:08 -07:00
James Lu
96e19ae7ee Split voting functionality from Randomness -> new plugin Voteserv 2014-10-27 22:11:48 -07:00
James Lu
0f1989098e Merge plugin TLDInfo into -> SupyMisc
At the moment, TLDInfo only checks to see if a TLD exists (not giving details), so it's not very useful alone.
2014-10-27 21:36:03 -07:00
GLolol
8232edd7aa Randomness: simplify vote DB handling (todo: move voting functionality into a separate plugin) [skip ci] 2014-10-27 21:19:40 -07:00
GLolol
4e9789bbc5 Update .travis.yml 2014-10-27 09:51:43 -07:00
GLolol
34850f3966 PkgInfo: make tests more specific (use regexp instead of notError) 2014-10-27 09:49:55 -07:00
GLolol
2df74d071e PkgInfo: add --source option in vlist command 2014-10-27 09:37:42 -07:00
James Lu
e80b5ae4f8 Fix tests for NoTrigger and TLDInfo (unicode compatibility) 2014-10-25 22:03:22 -07:00
GLolol
cfda3dd18c TLDInfo: fix internationalized TLD tests and update output
- This reverts commit f3dcd83 and part of commit 30f5e31
2014-10-25 21:45:08 -07:00
GLolol
c7f3110a60 Update .travis.yml 2014-10-25 12:04:17 -07:00
spline
b1f06c79f8 Merge pull request #6 from GLolol/tests-warnIfNoApiKey
test.py: Show a specific error if the apiKey is not set
2014-10-25 09:08:16 -04:00
spline
5ff59e706a Merge pull request #5 from GLolol/py3-devel
Make the plugin compatible with Python 3 (Closes #3)
2014-10-25 09:07:46 -04:00
GLolol
f9fc58c95f test.py: Show a *specific* error if the apiKey is not set, instead of causing a TypeError [ci skip] 2014-10-24 21:27:50 -07:00
GLolol
3be49ca0a7 PkgInfo: minor fixes 1.2 2014-10-24 20:39:05 -07:00
GLolol
dc983ebf95 README.md: embed travis' status image [ci skip] 2014-10-24 12:32:40 -07:00
GLolol
0fd01c49e3 Fix tests for RelayLink and namegen (#15) 2014-10-24 12:25:27 -07:00
GLolol
6d61e35483 .travis.yml: actually install bind9-host before testing SysDNS (#15) 2014-10-24 12:04:28 -07:00
GLolol
1428babc58 Fix tests for PkgInfo and TLDInfo
- Comment out the unicode test in TLDInfo/test.py, since Unicode handling is so inconsistent between Python versions (I'll look into this later)
2014-10-24 11:35:33 -07:00
GLolol
784ababf11 .travis.yml: oops, we don't support Python 2.6 2014-10-24 11:21:06 -07:00
GLolol
21282cfdd5 Set up travis-ci and update .gitignore 2014-10-24 11:18:43 -07:00
GLolol
d84cbe59a5 test.py: Attempt to fix the travis build 2014-10-24 10:35:16 -07:00
GLolol
a966418b96 Include Python 3.4 in .travis.yml 2014-10-24 10:30:24 -07:00
James Lu
c3e01edfe2 Use 'from __future__ import unicode_literals' for Py2/3 compatibility 2014-10-23 16:59:38 -07:00
James Lu
d65d8e882a Merge remote-tracking branch 'upstream/master' into py3-devel 2014-10-23 16:50:49 -07:00
James Lu
78001a0939 Make the plugin start on Python 3 (pushing earlier changes) 2014-10-23 16:48:52 -07:00
spline
85f982b7de Small workaround if almanac data is not present. 2014-10-23 10:32:26 -04:00
GLolol
a69b7e9d64 1.2-rc1
- Run dos2unix on Namegen's data files
- Rename README.txt to README.md
1.2-rc1
2014-10-22 17:10:56 -07:00
GLolol
37b7e60b51 Namegen: fill in __init__.py 2014-10-22 17:04:56 -07:00
GLolol
2010866ff0 PkgInfo: be less case sensitive 2014-10-22 17:00:49 -07:00
spline
a41d9784ad Fix object type on almanac, as we should display strings and do math on int forms 2014-10-21 06:21:40 -04:00
GLolol
07e64983ea Preparations for 1.1 release
- Remove unused imports
- Update README.md
2014-10-20 16:41:32 -07:00
GLolol
c2372211d2 NoTrigger: optimize the plugin a bit
- Remove unused re import
- Add a no break space for handling suffixes instead of \003
2014-10-20 16:21:28 -07:00
James Lu
4ae19e268b PkgInfo: don't error out if error checking doesn't find the error we're looking for (fix the broken fix that tried to fix #14 but didn't actually fix it) 2014-10-19 15:59:34 -07:00
James Lu
e110bca89b PkgInfo: Handle 'too many results' errors in pkgsearch and cap archaur at 150 results (Closes #14) 2014-10-19 15:50:14 -07:00
James Lu
544b90ab7e PkgInfo: handle overflow properly in 'archaur' (Second half of #14) 2014-10-19 15:09:25 -07:00
GLolol
99ed186281 PkgInfo: pkgsearch: show an error when no results are found 2014-10-17 22:25:37 -07:00
GLolol
59a72d1a59 Namegen: fix python 2 compatibility and add an upper limit 1.1-beta1 2014-10-16 22:18:41 -07:00
GLolol
1b1eeafca7 fix link in README.md 2014-10-16 18:47:58 -07:00
James Lu
a276036e75 Merge branch 'master' of https://github.com/glolol/supyplugins 2014-10-16 18:39:55 -07:00
James Lu
6c8e41e189 add Namegen plugin / update README and PkgInfo tests
- PkgInfo: add basic tests for pkgsearch / mintpkg
- Deprecate OperUp (and RelayLink to a lesser extent)
- add new Namegen plugin
2014-10-16 18:38:07 -07:00
GLolol
e573cb95af SupyMisc: I shouldn't be typing out docstrings at 11PM, none of them make sense :( 2014-10-14 23:13:27 -07:00