206 Commits

Author SHA1 Message Date
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
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
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
GLolol
f3dcd83637 TLDInfo: why didn't this edit save 2014-10-02 20:36:38 -07:00
GLolol
6f2da46ab0 Update README.md
- add License section
- mention python 3 support (now implemented)
- misc. edits in plugin descriptions
1.1-alpha1
2014-10-02 19:19:07 -07:00
GLolol
30f5e31b58 TLDInfo: make replies slightly friendlier (don't treat non-existant TLDs as error) 2014-10-02 18:59:10 -07:00
James Lu
8242693446 PkgInfo: make 'archpkg' default to glob search 2014-09-25 20:13:45 -07:00
James Lu
4d17daa32e Randomness: py3 compat (#12) 2014-09-25 19:43:21 -07:00
James Lu
4dc9dd9cbc RelayLink/TLDInfo: py3 compat && PkgInfo: simplify imports (ref #12) 2014-09-25 19:43:08 -07:00
James Lu
0a718f25f8 Merge branch 'master' into py3-prelim 2014-09-21 15:18:45 -07:00
GLolol
b020cd85c8 fix a permissions glitch v1.0 2014-09-20 17:30:23 -07:00
James Lu
4a988297cf Preperations for v1.0 release 2014-09-20 17:27:27 -07:00
James Lu
d311b15ca4 fix permissions for RelayLink/plugin.py 2014-09-20 17:22:05 -07:00
GLolol
cdb9612a42 SupyMisc: remove duplicate function 2014-09-20 15:57:40 -07:00
James Lu
98914e1b05 PkgInfo: python3 compatibility 2014-09-20 15:42:57 -07:00
James Lu
3ff1f8eb4e NoTrigger: python3 compatiblity fix 2014-09-20 15:32:33 -07:00
GLolol
abe18ad205 Randomness: fix expansion of multi word actions 2014-09-20 15:20:30 -07:00
James Lu
f9f6ffc6c3 Isup: fix for python 3 support (ref #12) 2014-09-19 20:15:59 -07:00
GLolol
300130860c fix a typo 2014-09-19 20:06:48 -07:00
GLolol
2b3b24d31b RelayLink: announce when relayer is kicked/parts channel 2014-09-19 19:16:04 -07:00
GLolol
a6315ab04c Remove stale plugins & update readme v1.0-rc1 2014-09-19 18:51:13 -07:00
GLolol
3a9f7676a3 SupyMisc: add randrange, uniform, remove conflict with built-in function 2014-09-18 16:10:18 -07:00
GLolol
94887bd0a5 Randomness: add functions to list and modify number of votes 2014-09-18 15:42:18 -07:00