1074 Commits

Author SHA1 Message Date
James Lu
da95b6fdb1 RelayNext: update README [skip ci] 2015-01-14 17:58:02 -08:00
GLolol
7d4b9cb9c2 FML/PkgInfo: update tests & travis files
- requirements.txt: Fetch testing branch of Limnoria
- travis.yml: drop python 3.2-3.3 from allow_failures,
  use --no-network with tests to prevent fails
1.5.5-beta
2015-01-07 18:36:16 -08:00
GLolol
a46755cfae Drop RelayLink plugin, essentially replaced by RelayNext
Triaged bugs: Closes #20
2015-01-07 18:19:54 -08:00
GLolol
7edebc82a2 RelayNext: remove line used for debugging 2015-01-07 18:17:14 -08:00
GLolol
f1a1d18358 Update READMEs 2015-01-06 19:39:16 -08:00
GLolol
f0d2db0db3 RelayNext: add 'add' and 'remove' commands
These commands will add or subtract relays relative to the currently set relay, creating/deleting it if it is empty.

This requires a reset of all relays (use the set command over the current one should be adequate).
2015-01-06 18:55:36 -08:00
James Lu
571901b177 NoTrigger: catch a race condition caused by delayed channel joining 2015-01-06 17:58:46 -08:00
GLolol
c8e979bb3f RelayNext: further optimizations 2015-01-06 00:54:43 -05:00
James Lu
51c15b1154 Drop OperUp, update README 2015-01-05 18:45:23 -08:00
James Lu
91f039f5b5 RelayNext: allow toggling relaying of non-privmsg events 2015-01-05 18:45:23 -08:00
GLolol
1451bf2614 RelayNext: optimize channel handling 2015-01-05 10:51:40 -05:00
GLolol
e01fee6d41 RelayNext: format ACTION (/me) properly 2015-01-04 19:50:31 -05:00
GLolol
a42e3ebe41 RelayNext: catch errors for QUIT 2015-01-04 19:42:22 -05:00
James Lu
aa9e10db42 CtcpNext: limit set and unset commands to admin 2015-01-04 16:34:29 -08:00
James Lu
169c1873dc RelayNext: make options configurable 2015-01-04 16:27:37 -08:00
James Lu
3419de9127 RelayNext: fix nicks --count 2015-01-04 16:20:19 -08:00
James Lu
f1f6a5c0f9 RelayNext: catch bot's messages via outFilter, demote dropped message logging to debug 2015-01-04 16:17:38 -08:00
James Lu
ad181f7d5b RelayNext: mode, nick, quit relaying added; add 'nicks' and 'clear' commands 2015-01-04 16:03:39 -08:00
James Lu
85479ce111 RelayNext: initial commit (Closes #17)
New relay plugin still in heavy development. A lot of things are either missing or broken right now. Quit and nick change relaying doesn't work!
2015-01-03 19:50:32 -08:00
James Lu
0a295e9b7b CtcpNext: initial commit 2015-01-02 14:15:11 -08:00
James Lu
9fc59b8e91 NoTrigger: update README [skip ci]
I shouldn't write documentation in the middle of the night - worst idea ever
2015-01-01 13:29:19 -08:00
James Lu
41e7a4fe27 Merge pull request #22 from KiTTYsh/master
SupyMisc: 'colors': use hashtags instead of spaces in color blocks to fix linebreaks
2014-12-30 10:27:26 -08:00
Kitty Esty
e350ecfeca colors: hardspaced color blocks to fix linebreaks 2014-12-30 07:49:15 -05:00
GLolol
f23577740d SupyMisc: fix help for 'colors' 2014-12-30 02:41:46 -05:00
GLolol
173ac70294 Merge pull request #21 from KiTTYsh/master
SupyMisc: Add 'colors --long'
2014-12-29 18:36:55 -08:00
Kitty Esty
f7fcc97528 Added !colors --long to SupyMisc 2014-12-29 21:27:57 -05:00
Kitty
ab9e91d000 Merge pull request #1 from GLolol/master
SupyMisc: bugfix for 'colors'
2014-12-29 21:18:27 -05:00
James Lu
fdf0aa8edd SupyMisc: bugfix for 'colors' 2014-12-29 18:16:09 -08:00
James Lu
7896b4194a Merge branch 'pep8' 2014-12-28 22:46:12 -08:00
James Lu
82b353a075 PkgInfo: Code cleanup & PEP8 compliancy
- Use supybot.utils.str.format() for correct pluralization of 'results'
- Better code readability
2014-12-28 22:45:11 -08:00
James Lu
ee60dcec81 Merge branch 'master' into pep8
Conflicts:
	FML/plugin.py
2014-12-27 11:52:30 -08:00
James Lu
580ca7498c Namegen/NoTrigger: more PEP8 things
Again skipping the config.py things (for now).
2014-12-27 11:46:44 -08:00
James Lu
4a62b4ad13 DDG/FML/Isup: work towards PEP8 compliancy
Skipping the config options in config.py since the indented version
looks just as bad (not enough space to write the text without making
it use 5 lines).
2014-12-27 11:38:01 -08:00
GLolol
f1f8c6176e FML: allow lookup by id 2014-12-25 02:50:59 -05:00
GLolol
48692e94e8 RelayLink: bugfix 1.5.3-dev 2014-12-21 22:40:13 -05:00
James Lu
dd0493ddb2 Merge remote-tracking branch 'lastfm/devel' 2014-12-20 23:14:35 -08:00
James Lu
f08b8c4d26 LastFM: bugfix 2014-12-20 23:13:31 -08:00
James Lu
7b350324d7 Update README.md 2014-12-20 23:04:31 -08:00
James Lu
7b1e3f0fa1 Update LastFM snapshot 2014-12-20 23:03:59 -08:00
James Lu
610eab51f8 LastFM: drop depends on bs4 2014-12-20 23:03:08 -08:00
GLolol
e558a4f7e7 FML: First commit 2014-12-20 22:56:03 -05:00
James Lu
ae34345b97 SupyMisc: colors --all 2014-12-20 10:39:22 -08:00
James Lu
6c166d1555 . 2014-12-19 22:51:56 -08:00
James Lu
e9d9167650 DDG: fill in __init__.py 2014-12-19 22:44:45 -08:00
James Lu
ad0a5dd665 DDG: bugfix for older versions of beautifulsoup4 2014-12-18 17:21:08 -08:00
James Lu
826bcf9eb1 README updates [skip ci] 2014-12-18 16:36:22 -08:00
James Lu
d2f1f32896 DDG: better exception handling 2014-12-18 16:25:12 -08:00
GLolol
f6ff29e7a1 SupyMisc: bugfix for 'randrange' 2014-12-17 21:52:39 -05:00
GLolol
8b30233234 NoTrigger: demote logging to level DEBUG 2014-12-17 19:11:17 -05:00
GLolol
58f17c538a RelayLink: bugfix & demote logging level to debug 2014-12-17 19:11:02 -05:00