391 Commits

Author SHA1 Message Date
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
GLolol
14e785adef fix readme 2014-09-12 16:00:09 -07:00
GLolol
cedd8d8284 PkgInfo: bugfixes, revert to website parsing for 'package' as it shows package desc. 2014-09-12 15:56:24 -07:00
GLolol
796a165e17 PkgInfo: add arch linux support 2014-09-03 14:20:18 -07:00
GLolol
a5eaa9c29d PkgInfo: fix bolding 2014-09-03 00:05:42 -07:00
GLolol
668d1d6449 update READMEs 2014-09-02 22:32:22 -07:00
GLolol
ea30910f60 overhaul PkgInfo using the Madison API 2014-09-02 22:28:52 -07:00
GLolol
15dfbb756c Randomness: add accessible attack function 2014-09-02 11:54:16 -07:00
GLolol
6617aa2989 Randomness: add more responses 2014-09-01 18:23:52 -07:00
GLolol
ff8aaaea57 Randomness: always respond to attacks 2014-08-30 15:50:00 -07:00
GLolol
20e01b2390 Randomness: add more variety to "meh :/" (Closes #10, Closes #11) 2014-08-30 13:21:10 -07:00
GLolol
f7287cef11 Randomness: bugfix 2014-08-28 19:21:01 -07:00
GLolol
65ca6697e9 Randomness: add more responses ='] 2014-08-28 15:36:36 -07:00
GLolol
1f5b7b6008 Close #8 2014-08-27 19:25:10 -07:00
GLolol
5d2ba03838 RelayLink: disable antiflood 2014-08-27 11:42:55 -07:00
GLolol
f0647d54bf RelayLink: update antiflood 2014-08-24 11:22:29 -07:00
GLolol
af25631cd2 Update readme && SysDNS: make help text a bit more useful 2014-08-20 18:54:00 -07:00
GLolol
443da83ced RelayLink: make antiflood a bit less dumb (STILL HIGHLY EXPERIMENTAL/BROKEN!!!) 2014-08-20 17:56:54 -07:00
GLolol
e3ebdf97df RelayLink & LinkRelay: remove unused imports 2014-08-20 17:00:32 -07:00
GLolol
584aeca50c RelayLink: make noHighlight affect non-privmsg events too (except for kicks) (closes #7) 2014-08-20 16:57:24 -07:00
GLolol
cb95f165e6 PkgInfo: use OrderedDict for vlist 2014-08-18 22:53:31 -07:00
GLolol
bcc4e194a4 PkgInfo: sort 'vlist' output by version 2014-08-15 18:02:37 -07:00