swh:1:snp:634d2b8906a7a2f6511ccb358da84e19b290d2c9

sort by:
Revision Author Date Message Commit Date
f773f90 Fix README. 05 January 2016, 16:51:18 UTC
10acc0a Add pypy3 back to allowed_failures. 03 January 2016, 11:39:58 UTC
1010ea2 Filter: Extend outfilter to cover NOTICEs. Closes GH-1164. 02 January 2016, 12:32:03 UTC
72ce405 supybot-test: Remove ignored command-line argument. 31 December 2015, 12:52:48 UTC
7765bf7 Fix Python 2.6 support. 30 December 2015, 17:31:05 UTC
481ffbf supybot-test: Add option --fail-fast. 30 December 2015, 17:17:21 UTC
715f9cd Merge pull request #1201 from GLolol/web/strip-newlines Web: normalize whitespace in titles 30 December 2015, 09:00:42 UTC
e2dedcc Web: normalize whitespace in titles Sample link: http://googleblog.blogspot.com/2015/08/android-wear-now-works-with-iphones.html Before: <bot> 'Title: \nOfficial Google Blog: Android Wear now works with iPhones\n (at googleblog.blogspot.com)' After: <bot> Title: Official Google Blog: Android Wear now works with iPhones (at googleblog.blogspot.com) 30 December 2015, 01:12:26 UTC
f26716f Utilities: Add @let. 29 December 2015, 17:00:05 UTC
f7943a6 Plugin: make @plugins take non-first words into account. Closes GH-68. 28 December 2015, 19:09:48 UTC
8e42783 Plugin: internationalize a string. 28 December 2015, 19:04:31 UTC
7ce385b Don't substitude in errorInvalid. Closes GH-49. Why was it doing substitutions in the first place? 28 December 2015, 19:01:40 UTC
f4d36cd Admin: internationalize a string. 28 December 2015, 19:01:40 UTC
d9a0162 Fix bytes count in message splitting. 27 December 2015, 19:58:14 UTC
876af3d travis.yml: Remove allowed failures. They don't fail anymore, and they cause notifications to #limnoria to be duplicated. 27 December 2015, 12:04:13 UTC
857027a Fix tests for Python 2. 27 December 2015, 11:43:35 UTC
b42437c Unix: Channel-specific list of files for @fortune. Also forbid file names starting with a dash, because arguments to the fortune argument could be used for DoSing. 27 December 2015, 11:32:09 UTC
49ff291 Use utf-8 to encode files by default. Should fix this bug in Seen: Traceback (most recent call last): File "C:\Program Files\Python34\lib\site-packages\supybot\world.py", line 121, in flush f() File "C:\Program Files\Python34\lib\site-packages\supybot\plugins\__init__.py", line 271, in flush writer.writerow(L) File "C:\Program Files\Python34\lib\site-packages\supybot\utils\file.py", line 172, in write return self._fd.write(data) File "C:\Program Files\Python34\lib\encodings\cp1250.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\u25c4' in position 33: character maps to <undefined> 23 December 2015, 14:22:19 UTC
cf52fab .travis.yml: Use irctest for CI in addition to unit tests. 20 December 2015, 20:16:16 UTC
2364cf1 Status: Fix sort on Python3 (dict_items, not list). Closes GH-1199. 20 December 2015, 09:09:39 UTC
7dabd79 Merge pull request #1198 from GLolol/patch-1 Channel: fix help text in "cycle" command 19 December 2015, 17:06:29 UTC
45c5e29 Channel: fix help text in "cycle" command Closes #1197. 19 December 2015, 17:01:29 UTC
65abedc ChannelStats: Don't crash on messages with no argument, eg. AWAY. 18 December 2015, 23:13:42 UTC
1052285 Fix activation of SSL for connections using SOCKS. 18 December 2015, 19:33:36 UTC
4b1c766 Add support for STARTTLS (not tested). 12 December 2015, 15:40:48 UTC
30cb10e Add support for CAP NEW, including reauthentication. 11 December 2015, 23:52:44 UTC
834453e Request capability. We don't do anything with it, but plugins might use it. 11 December 2015, 22:32:57 UTC
8aff817 Filter list of SASL mechanisms when provided (908 or IRCv3.2-style CAP LS). 11 December 2015, 22:30:57 UTC
932345f Fix test cases if ecdsa is not available. 11 December 2015, 10:10:48 UTC
45c23a8 Try all possible SASL mechanisms instead of just one. 11 December 2015, 09:56:05 UTC
a72926a Fix another issue with the help string. 10 December 2015, 21:19:38 UTC
9351f1f Fix help string of supybot.reply.error.noCapability. 10 December 2015, 20:56:01 UTC
15d59d1 Handle AUTHENTICATE line splitting. 10 December 2015, 19:08:53 UTC
6a669c1 setup.py: Actually, don't recommend Python 2.7. 10 December 2015, 17:39:36 UTC
fc39b40 Remove outdated ACKS file. 08 December 2015, 13:21:04 UTC
856d275 Status: Fix output of @cpu if the amount of memory is unknown. 07 December 2015, 15:32:53 UTC
b0ee589 Seen: Fix handling of MODE and TOPIC. 05 December 2015, 21:29:07 UTC
4d3fa77 Fix typo. 04 December 2015, 12:39:28 UTC
2937152 ChannelLogger && ChannelStats && Limiter && Relay && Seen: Use new QUIT and NICK 'channels' tag instead of copying the state. 04 December 2015, 12:30:07 UTC
3b78fd2 Tag NICK messages with the channel as for QUIT messages. 04 December 2015, 12:27:11 UTC
d2749ea Add support for BATCH. 04 December 2015, 00:37:23 UTC
f880229 Tag QUIT messages with the list of channels the user was on. 04 December 2015, 00:14:42 UTC
0e8bfec utils.structures: Define __slots__ for more classes. 02 December 2015, 11:22:24 UTC
1493adc Merge pull request #1194 from GLolol/filter/rainbow-stripcolor Strip colour before applying new colour in Filter.rainbow and colorize 02 December 2015, 08:41:56 UTC
56d4cbe Aka: Fix Python 2 compatibility. 02 December 2015, 08:06:34 UTC
3fde279 Aka: Fix database name. 02 December 2015, 07:55:00 UTC
61f2df5 Strip colour before applying new colour in Filter.rainbow and colorize This makes them work much better when the input text already contains colour. (cherry picked from commit jacksonmj/Limnoria@be83befabf373f551936cc623c85c1a7dde7bbaf) 02 December 2015, 02:20:01 UTC
bc19a9f Web: fix syntax. 30 November 2015, 07:45:05 UTC
eaf9e40 Web: increase subprocess memory limit and catch MemoryError appropriately. 29 November 2015, 18:34:54 UTC
13c411b Improve README. 29 November 2015, 18:04:06 UTC
a070b65 Web: Fix title fetching. 29 November 2015, 17:59:57 UTC
7884ed5 Merge pull request #1193 from GLolol/fix-disconnects irclib: handle disconnections correctly for InspIRCd 2.0 networks 19 November 2015, 07:01:27 UTC
ad8883a Network: Perform susbstitution in quit message. 18 November 2015, 11:18:46 UTC
b69e6e2 Conditional: Rename @iferror to @cerror and simplify its logic to just return a boolean. 14 November 2015, 18:28:05 UTC
5f361ef Conditional: Add command @iferror. Closes GH-1114. 14 November 2015, 18:20:25 UTC
534fb5c ShrinkUrl: Fix previous commit. 11 November 2015, 12:20:44 UTC
c657625 ShrinkUrl: Preven crash for commands with no arguments. 11 November 2015, 12:15:55 UTC
567def6 setup.py: Improve/update classifiers. 11 November 2015, 09:08:09 UTC
b3dbde1 Conditional: Don't import * from commands and remove the hack for any/all. 09 November 2015, 18:10:19 UTC
8bdab5e Condition: Add support for integers (casted to booleans). 07 November 2015, 17:44:33 UTC
e1d0c23 Aka: Deprecate SQLAlchemy backend. 07 November 2015, 17:29:43 UTC
3f66dbc Channel & Dunno & Misc & RSS & Scheduler: Let the logging facility perform string templating to avoid extra format chars in argument. 03 November 2015, 16:25:13 UTC
a8748c3 GPG: Fix test crash since 57b77a6725d2e6f2f417419d2a0459982898b877. 25 October 2015, 15:27:57 UTC
1f57c31 Web: Fix NameError with snarferShowTargetDomain. Closes GH-1177. 25 October 2015, 15:20:31 UTC
57b77a6 utils.web: Rename getUrl to getUrlContent and add getUrlTargetAndContent. 25 October 2015, 15:19:49 UTC
e3ff413 Web & core: Merge features of Web's title parser and utils.web.HtmlToText + don't unescape HTML twice. Closes GH-1176. 23 October 2015, 05:41:36 UTC
9f10f08 Merge pull request #1175 from Ban3/python350-htmlparser-fixes Web & utils.web: Fix for HTMLParser in Python 3.5.0 22 October 2015, 15:18:40 UTC
1f96471 Web: Correct capitalization in testTitle. 22 October 2015, 14:19:03 UTC
5cf1b34 Web: Use title instead of parser.title. 22 October 2015, 14:13:47 UTC
df7689c Web & utils.web: Force HTMLParser to process all buffered data. Python issue 23144. 22 October 2015, 13:56:53 UTC
526ffb0 Web: Fix code factorization (576a96fb71e318a15e93784362cf5b9f04b51be3). Closes GH-1173. 17 October 2015, 13:41:20 UTC
fb52b16 RSS: Allow @announce add to take URLs as feed names. 10 October 2015, 18:40:25 UTC
da8689c Remove MANIFEST.in (useless since we stopped using 2to3. 10 October 2015, 12:57:14 UTC
d397b47 Merge pull request #1172 from GLolol/web/strip-titles Web: actually return a whitespace-stripped title 04 October 2015, 20:05:08 UTC
6e96f8f Web: actually return the whitespace-stripped title 04 October 2015, 19:54:41 UTC
346ee8e Merge pull request #1171 from Ban3/translate-crash-fix Google: Handle empty results in translate. 02 October 2015, 22:46:11 UTC
67e5b55 Google: Handle empty results in translate. 02 October 2015, 22:06:18 UTC
85ee37c Remove unbreakable space. 29 September 2015, 15:38:07 UTC
27b878f Math: Add comment about security. 28 September 2015, 16:59:29 UTC
0371480 Math: add the 'round' function. 28 September 2015, 16:57:46 UTC
1168b4d irclib: handle disconnections correctly for InspIRCd 2.0 networks The old code, which checked for "Closing Link" in the message, wouldn't have matched InspIRCd's way of closing connections (they send "Closing link" with a lowercase l): DEBUG 2015-09-27T19:15:32 Incoming message (overdrive-irc): ERROR :Closing link: (LilyBot@0::1) [Quit: test] 28 September 2015, 02:32:26 UTC
532309e Merge pull request #1170 from GLolol/badwords-1 BadWords: truly fix the bot kicking people when badwords list is empty 26 September 2015, 06:57:16 UTC
96dc860 BadWords: truly fix kicks when badwords list is empty (#989) 26 September 2015, 03:51:15 UTC
b163dc7 httpserver: Fix Python 2 compatibility. 24 September 2015, 13:38:42 UTC
a99e674 Add support for (anti)capabilities for multi-words commands. Closes GH-1140. 23 September 2015, 10:00:18 UTC
4498548 RSS: Add supybot.plugins.RSS.notice. Closes GH-1151. 23 September 2015, 09:27:20 UTC
1002ec5 Later: Allow multiple targets. Closes GH-1169. 23 September 2015, 09:23:21 UTC
82332ff RSS: Add feed-specific waitPeriod. 23 September 2015, 09:05:25 UTC
3047ea7 Add warning in setup.py about Python 2.6. 20 September 2015, 13:50:43 UTC
fed4258 supybot-test: Use absolute path for directories. 20 September 2015, 13:45:43 UTC
685bedc Add config variable supybot.abuse.flood.command.notify. 16 September 2015, 19:32:25 UTC
2e7df9c Service: Actually allow 0. 15 September 2015, 19:00:31 UTC
e54ae6d Service: Don't ghost if ghostDelay is set to 0. 15 September 2015, 18:59:26 UTC
7c0e9c7 Merge pull request #1167 from GLolol/filter/unbinary-strip-spaces Filter: strip spaces in "unbinary" (Closes #1166) 10 September 2015, 14:00:53 UTC
f5146e8 Filter: more efficient _squish code 10 September 2015, 13:57:40 UTC
ed493e6 Filter: strip spaces in "unbinary" (Closes #1166) This makes _squish() a shared function to prevent code duplication. Also, remove duplicate testUnbinary function, and add tests for this. 10 September 2015, 02:32:15 UTC
879ce46 make utils.web.urlencode return a string, not bytes. 09 September 2015, 20:02:19 UTC
b510759 Google: Move the main code of translate to a separate function (usable by other plugins). 09 September 2015, 19:24:47 UTC
aa13ac8 Also send CAP END if no capability is requested. 05 September 2015, 11:14:05 UTC
f86e25d Prevent authentication hanging if the server supports no capability the bot asks. 05 September 2015, 10:43:43 UTC
back to top