1082 Commits

Author SHA1 Message Date
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
GLolol
2b6e1cd034 SupyMisc: add mreplace 2014-10-14 23:07:51 -07:00
GLolol
e237bfcfd0 PkgInfo: use HTTPS when available 2014-10-14 10:50:15 -07:00
GLolol
09fda414d4 PkgInfo: introduce 'mintpkg' properly
- Support multiple package versions (in different sections)
- Add --exact option, with glob searching used by default
- Update README to reflect this
2014-10-13 19:24:31 -07:00
James Lu
080dbc0e79 Add mintpkg command for parsing Linux Mint's repositories (still needs testing) 2014-10-13 18:24:39 -07:00
James Lu
2c13c96a01 NoTrigger: minor updates 2014-10-12 17:17:35 -07:00
James Lu
9e8a0e4c63 minor edits to readmes 2014-10-12 11:46:18 -07:00
spline
c88f7e5f8d Move apiKey out of test files. 2014-10-12 05:57:25 -04:00
spline
92a3807bcc Update README. 2014-10-11 11:23:18 -04:00
spline
238fd90378 Update README. 2014-10-11 11:13:35 -04:00
spline
42058a81ce Add in more tests. 2014-10-11 11:11:21 -04:00
spline
6375302a57 Update README. 2014-10-11 11:03:18 -04:00
spline
4651028113 Fix tests. 2014-10-11 10:49:44 -04:00
spline
e1f14249d0 Fix tests. 2014-10-11 10:25:03 -04:00
spline
77e9aa2c22 Fix tests. 2014-10-11 10:22:20 -04:00
spline
264f233c51 Add in tests. 2014-10-11 10:20:15 -04:00
spline
59620aee24 Add in travis. 2014-10-11 09:56:16 -04:00
spline
d61091c30c Add in requirements. 2014-10-11 09:55:59 -04:00
GLolol
5ad2778d6b Randomness: minor changes 1.1-alpha2 2014-10-10 20:31:20 -07:00
James Lu
ee48737d6b SysDNS & TLDInfo: add tests (#13) 2014-10-07 20:50:37 -07:00
James Lu
5c2f07aff8 Update README & normalize line endings 2014-10-07 20:40:06 -07:00
James Lu
05ddad68cc Revamp PkgInfo greatly
- Rewrite package command using Beautiful Soup 4.
- Add pkgsearch command to search Debian & Ubuntu's repositories.
- Drop re (regex parsing) and HTMLParser
- Instate Beautiful Soup 4 as optional dependency (plugin checks to see if it exists on load)
2014-10-07 20:15:29 -07:00
GLolol
6347f39952 PkgInfo: bugfix 2014-10-07 18:34:21 -07:00
James Lu
0e358edf44 Merge branch 'master' of https://github.com/glolol/supyplugins 2014-10-06 19:02:57 -07:00
James Lu
5c5ab2cf74 Isup/NoTrigger/PassGen/PkgInfo: add unittests (#13) 2014-10-06 19:02:12 -07:00
GLolol
6e93a561fc RelayLink: update README 2014-10-02 21:15:19 -07:00
GLolol
574b2618db RelayLink: merge upstream commit ProgVal/Supybot-plugins@66bbb34 && fix line endings and a typo in test.py 2014-10-02 21:05:57 -07:00
GLolol
12b9c209dd RelayLink: merge upstream commit ProgVal/Supybot-plugins@405a726 2014-10-02 21:01:51 -07:00
GLolol
87da1de483 RelayLink: merge upstream commit ProgVal/Supybot-plugins@09ea637 2014-10-02 21:00:00 -07:00