1074 Commits

Author SHA1 Message Date
James Lu
7aec97bc79 PkgInfo: support CentOS 5 mirror paths 2015.06.17 2015-06-11 11:08:50 -07:00
James Lu
79c0bd1bd5 PkgInfo: update README
[skip ci]
2015-06-10 19:34:11 -07:00
James Lu
c4540e2c6f PkgInfo: CentOS support! Closes #31. 2015-06-10 19:23:21 -07:00
James Lu
7e363ef640 PkgInfo: add 'fedora' command (Closes #28) 2015-06-10 18:33:23 -07:00
James Lu
026fd31813 PkgInfo.vlist: quick fix for Python 2 compatibility 2015-06-10 18:32:18 -07:00
James Lu
d2674f84fd RelayNext: mention new antiflood.maximum.nonprivmsgs setting in README 2015.05.29 2015-05-29 17:59:26 -07:00
James Lu
3504176754 Split PortLookup into its own plugin 2015-05-22 22:24:25 -07:00
James Lu
076fb79afe CtcpNext: strip formatting, don't allow overriding ACTION/PING 2015-05-22 22:10:23 -07:00
James Lu
9324d78dee Various plugins: README tweaks [skip ci] 2015-05-22 21:57:36 -07:00
James Lu
999c2f92f3 RelayNext: Update README 2015-05-22 21:47:33 -07:00
James Lu
9f837aa060 RelayNext: split antiflood into config.plugins.antiflood.messages.[nonprivmsgs] 2015-05-22 21:47:30 -07:00
James Lu
1775cf3b18 Namegen: mention that 'syllables' config var sets the amount of extra syllables allowed, not the total amount 2015-05-21 17:17:16 -07:00
James Lu
d2a203bd00 PassGen: fix example in README [ci skip]
That doesn't look like 40 characters to me...
2015-05-21 17:15:04 -07:00
James Lu
da2fc35da3 Wikifetch: handle disambiguation pages in a more friendly manner
Don't cut off results at 5 (many articles have more than that) and show ENTIRE entries with the article link in bold
2015-05-17 22:14:36 -07:00
James Lu
e1bf834877 Wikifetch: factorize --site checking, and don't assume Wikipedia 2015-05-17 21:51:36 -07:00
James Lu
ae84573efb Wikiefetch: special case for Arch Linux's Wiki; factorize imports 2015-05-17 21:49:12 -07:00
James Lu
f6118edd74 New Wikifetch plugin, forked from GLolol/ProgVal-Supybot-plugins@efba93e28e 2015-05-17 21:43:34 -07:00
James Lu
e5f117db54 .travis.yml: don't test wip/* branches 2015-05-17 21:30:43 -07:00
James Lu
a430183e15 I hate Python 2... 2015-05-16 16:31:32 -07:00
James Lu
e0cc90f841 SupyMisc: declare encoding as utf-8, (Python 2 compat) 2015-05-16 16:18:26 -07:00
James Lu
e1888adc77 SupyMisc: add 'port' command (port number lookup)
Closes #29.
2015-05-16 16:12:39 -07:00
James Lu
a6f5000c9a PkgInfo: split MadisonParser into its own class 2015-05-13 20:29:54 -07:00
James Lu
e59529d0dd Update Weather snapshot
Merge remote-tracking branch 'weather/devel'
2015-05-13 10:29:27 -07:00
James Lu
c3e62391ef PkgInfo: Rename 'archpkg' command to 'archlinux' 2015-05-09 17:26:43 -07:00
James Lu
8d15c8777c PkgInfo: rename 'mintpkg' command to 'linuxmint' 2015-05-09 17:25:14 -07:00
James Lu
098f7f247f Isup: Disable tests if --no-network is enabled 2015.05.09 2015-05-09 08:04:23 -07:00
James Lu
7bb4cdee41 PkgInfo: Add Ubuntu 15.10 codename "wily" 2015-05-09 00:03:14 -07:00
James Lu
1f12245f05 Weather: README updates
Some of the plugin's output syntax has changed, along with the 'wunderground' command being renamed to 'weather'.
2015-05-07 17:58:30 -07:00
James Lu
00d261cdd9 PkgInfo: Update README 2015-04-28 19:40:35 -07:00
James Lu
3a40aa144e Revert "PkgInfo: in pkgsearch, make <distro> optional"
This reverts commit 3e1960a51ef48cbe02d6664dbe17a8d6309c4b45.
2015-04-26 16:07:11 -07:00
James Lu
4bd17f2b38 PkgInfo: add archive.debian.net, remove ancient Ubuntu codenames, cleanup 2015-04-26 10:12:59 -07:00
James Lu
aa7c9b383b Update Weather snapshot 2015-04-25 23:24:42 -07:00
James Lu
ee62782603 copyright year updates 2015-04-25 23:22:58 -07:00
James Lu
4151d88295 PkgInfo: fix a typo 2015-04-25 23:17:07 -07:00
James Lu
2574872b9d PkgInfo: refactor 'pkg', rewrote --depends and added source lookup
* --recommends and --suggests are merged into --depends
* --source option is added, allows looking for build-dependencies too in conjunction with --depends!
* colorize --depends output based on dependency type; we now show all types of package relations in one command.
2015-04-25 23:06:54 -07:00
James Lu
2cc993ff54 PkgInfo: in 'pkg xyz --depends', preserve version/arch-specific dependencies
This prevents misleading duplicate results for packages that depend on different versions of the same package on different architectures.
2015-04-25 21:35:41 -07:00
James Lu
47f59f406d RelayNext: only run flood checking on channels in relays
This prevents useless "Flood detected" messages from appearing in other, unrelated channels.
2015-04-20 16:29:31 -07:00
James Lu
cbece29293 RelayNext: typo fix 2015-04-17 16:59:38 -07:00
James Lu
2b3d3fe274 Voteserv: single-quote output 2015-04-15 17:16:05 -07:00
James Lu
14d98f1736 Remove WTE plugin, as Google broke the API :( 2015-04-14 17:08:58 -07:00
James Lu
90bc8ef01d Weather: squash extra space in Humidity output 2015-04-06 15:32:12 -07:00
James Lu
59b0b5c991 RelayNext: fix check for disconnected networks 2015.04.05.1 2015-04-05 17:13:26 -07:00
James Lu
939b3ad786 Merge remote-tracking branch 'weather/devel' 2015-04-05 13:29:30 -07:00
James Lu
b7f3e6a082 RelayNext: get channel value correctly in _format() 2015-04-05 13:21:38 -07:00
James Lu
0b96855a27 RelayNext: remove double variable declaration 2015-04-05 12:56:41 -07:00
James Lu
6743008a2b RelayNext: REALLY fix QUIT relaying, use world.getIrc() instead of our own dict 2015-04-05 12:50:09 -07:00
James Lu
27e2a290b3 RelayNext: fix network initialization 2015-03-30 17:15:08 -07:00
James Lu
e56ba60f22 RelayNext: more little fixes and removal of old debug cruft 2015-03-30 17:07:51 -07:00
James Lu
72a27ed519 RelayNext: bugfixes and attempts to fix quit detection 2015-03-30 16:58:02 -07:00
James Lu
6822d75ed1 Weather: rename 'wunderground' command to 'weather' 2015-03-27 18:51:35 -07:00