https://github.com/ProgVal/Limnoria

sort by:
Revision Author Date Message Commit Date
9be4db0 Fix ecdsa nameerror introduced in previous commit. 10 January 2017, 22:27:50 UTC
e87ad5b Untested implementation of SASL SCRAM auth. 10 January 2017, 22:23:56 UTC
90c5c78 Add option --no-setuid to supybot-test https://bugs.debian.org/834950 10 January 2017, 21:56:17 UTC
22956a3 Merge pull request #1279 from rnc/master Use copyfile instead of copy 23 December 2016, 14:11:58 UTC
039a4f3 Use copyfile instead of copy 23 December 2016, 13:57:27 UTC
787f893 Merge pull request #1278 from GLolol/fix-remote-channel Channel: fix KeyError in combination with 'network command' 18 December 2016, 23:53:10 UTC
010da43 Channel: use msg.prefix instead of nickToHostmask for capability checks Closes #1233. 18 December 2016, 23:36:47 UTC
cbb9f8c Merge pull request #1277 from GLolol/patch-1 Google: update link to supported languages list 18 December 2016, 22:55:47 UTC
73be2bf Google: update link to supported languages list Google has since reformatted their docs and moved the language support info to a separate page. 18 December 2016, 22:53:01 UTC
b934870 Debug: import supybot for easier access to the module 18 December 2016, 22:37:55 UTC
7617008 Merge pull request #1276 from kyrias/title-timeout Add timeout to `web title` command 08 December 2016, 17:22:02 UTC
07f98d3 Add timeout to `web title` command Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> 08 December 2016, 09:11:15 UTC
9fe4abe Web: Use a timeout to fetch pages. Closes GH-1275. This is required because the sandbox is not used anymore, since 9c57199838ed167ff4d810a91f489eb32bd717f0. 07 December 2016, 23:48:11 UTC
b9b36d4 Improve decorator. 07 December 2016, 23:37:12 UTC
4acb692 Web: Use new-style command wrap (as a decorator). 07 December 2016, 23:36:30 UTC
b46ea6f Merge branch 'custom-whoami' into testing 28 November 2016, 09:31:52 UTC
bbaf3cd User: Fix previous commit by @IotaSpencer. 28 November 2016, 09:31:37 UTC
0c4f9d7 User: allow for custom whoami error 28 November 2016, 09:28:48 UTC
0be4e2c Add Fudster's repo (#1274) * Add Fudster's repo * fixed missing owner var * Fix padding * Fix padding..... * Remove tabs 28 November 2016, 09:24:56 UTC
ecf70a4 GPG: Limit number of headers fetched on old Python versions. 22 November 2016, 21:15:43 UTC
95a1f21 Revert some instances of s/iteritems/items/ in be118c3338c4154b612789fbdb07561e8d455665. 11 November 2016, 12:04:00 UTC
9c57199 Web: Disable the fetch sandbox on Python versions with the _MAXHEADERS fix. Partial fix to GH-1271. 11 November 2016, 11:13:02 UTC
0b93ab6 Merge pull request #1270 from IotaSpencer/patch-1 Update Iota's link 09 November 2016, 17:37:25 UTC
f29ede5 Update Iota's link 09 November 2016, 17:23:31 UTC
abfc499 Update README and list of classifiers. 05 November 2016, 07:51:29 UTC
14180a2 Fix error when printing the 'NoSuitableDatabase' error. 05 November 2016, 07:51:29 UTC
f641952 Merge pull request #1269 from kyrias/fix-disable disable: Actually disable command by plugin if specified 03 November 2016, 17:53:19 UTC
7c757cd disable: Actually disable command by plugin if specified Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> 03 November 2016, 13:28:41 UTC
95d4d40 Remove debug prints. 01 November 2016, 20:30:39 UTC
96c1ccc NickAuth: Fix error message. 31 October 2016, 18:06:35 UTC
167e66e NickAuth: Use only the account name, not the current nick. 31 October 2016, 16:02:14 UTC
1fdbc24 NickAuth: Improve error message. 31 October 2016, 15:28:08 UTC
5b29c8c utils.iter: Allow None argument to filterfalse and all. Fixes bug in the Debian plugin. 27 October 2016, 18:51:36 UTC
df130e8 Fix inconsistency in the help message for configuring ident. 26 October 2016, 19:17:01 UTC
337094a Document argument 'heap_size' of commands.process. 26 October 2016, 16:11:01 UTC
f5db233 Reply: Restore supybot.reply.oneToOne in tests because it breaks Factoids. 02 October 2016, 11:55:26 UTC
97d29d7 Bring back VersionIsEmpty for supybot.user Was removed by e5729bc86d8148dcb39339d488b674e125fe0aa9, but the removal breaks compatibility with popular IRCds. 01 October 2016, 21:47:42 UTC
c6e2903 Make replies() behave consistently with reply() regarding the 'to' parameter. Side-effect: Fixes channel-specificity of supybot.reply.onetoone for the Reply.replies command. Closes GH-1266. 01 October 2016, 11:37:03 UTC
fe52ba8 Merge pull request #1265 from GLolol/patch-1 Factoids: add missing Raise in requireVoice checks 26 September 2016, 16:37:05 UTC
cd853f3 Factoids: add missing Raise in requireVoice checks Reported by braimee on IRC. 26 September 2016, 00:11:14 UTC
d709979 Fix Python 2 support of last commit. 20 September 2016, 21:22:13 UTC
2cfe0f6 Fix previous commit on some Python versions. 20 September 2016, 21:09:29 UTC
d396471 RSS: Fix shadowing of any/all. 20 September 2016, 20:54:11 UTC
79bcc04 Fix Python 3.6 support of utils.python.glob2re. 14 September 2016, 18:09:00 UTC
b3bed0d User: Fix error handling when hostmasks overlap. 14 September 2016, 17:10:26 UTC
08c6238 README: Fix dependencies install instructions. 14 September 2016, 17:10:05 UTC
4f28059 RSS: use the original FeedParserDict for substitution instead of building a new keyword arguments dict by iteration. 'description' is a field in FeedParserDict, but is not present when iterating, which made it unavailable as a substitution variable. 08 September 2016, 19:42:31 UTC
2d30b40 NickAuth: Fix indentation. 21 August 2016, 21:47:45 UTC
1e7c300 Later: Strip duplicate nicks given to @tell to avoid spam. Suggested by @cottongin but implemented differently. Closes GH-1261. 19 August 2016, 17:20:17 UTC
0f14c1c Filter: add more filters - vowelrot, caps, capwords 16 August 2016, 09:16:51 UTC
7767777 supybot-wizard: load Network by default 16 August 2016, 09:07:50 UTC
e5729bc Remove VersionIfEmpty config type, useless since 278a111f5f95e009f222cd6fcb9c6af0230e6439. 16 August 2016, 09:03:58 UTC
278a111 irclib: expand standard substitutions in realname 16 August 2016, 09:00:58 UTC
3776404 RSS: Use HTTP(S) proxy. Closes GH-1234. 16 August 2016, 08:56:29 UTC
fa755c3 Google: Decode URLs. Closes GH-1260. 10 August 2016, 20:52:00 UTC
866d95c Use python3 command instead of python in README. 09 August 2016, 20:23:47 UTC
b418275 Internet: Add support for TLDs and IP addresses in @whois. Closes GH-1253. 09 August 2016, 19:08:18 UTC
d416c33 Merge pull request #1259 from GLolol/web/1236 Web: optionally hide the domain in titleSnarfer 09 August 2016, 18:30:24 UTC
66736b2 Web: optionally hide the domain in titleSnarfer This adds a snarferShowDomain option to optionally hide the domain ("(at site.abc)" text) in titleSnarfer output. Closes #1236. 09 August 2016, 18:22:00 UTC
2141174 Add 3.6 to supported Python versions in README. 07 August 2016, 17:39:30 UTC
b4efdeb Merge pull request #1257 from teward/testing debian/compat is required, v9 or above 06 August 2016, 20:48:42 UTC
3a08b69 debian/compat is required, v9 or above DebHelper, which helps build Debian packages, fails for the Debian packaging as is. This is due to the system autoassuming a compat level of Debhelper 1, and anything older than v4 is not accepted. Debian Testing, Ubuntu Xenial, etc. have DebHelper compat 9 as the recommended (this is also seen in the Debian Maintainer Guide (on August 6, 2016): https://www.debian.org/doc/manuals/maint-guide/dother.en.html#compat) 06 August 2016, 20:35:10 UTC
fbbc806 Merge pull request #1256 from GLolol/mailmap mailmap: update my emails 05 August 2016, 17:57:40 UTC
f96a324 mailmap: update my emails [skip ci] 05 August 2016, 17:49:58 UTC
9ca82c3 Fix .travis.yml. 02 August 2016, 09:44:37 UTC
b4ae258 travis.yml: Uninstall 'limnoria' package installed by irctest. 02 August 2016, 09:25:55 UTC
1a2edb6 travis.yml: Simplify test command. 02 August 2016, 09:04:29 UTC
40a06d6 Deprecate IrcMsg.__getattr__ and fix compatibility with Python ≥ 3.6. 02 August 2016, 08:32:01 UTC
d8beb04 travis.yml: Install 'irctest' at the install step. 02 August 2016, 08:32:01 UTC
1ff8b5e Merge pull request #1254 from GLolol/version ircutils: expand $version to Limnoria instead of Supybot 02 August 2016, 06:51:02 UTC
fea1ae1 ircutils: expand $version to Limnoria instead of Supybot 02 August 2016, 03:57:21 UTC
de8d4fb PluginDownloader: Fix decoding issue (caught in stepnem/Freenode). 01 August 2016, 14:09:11 UTC
9c76750 PluginDownloader: Add test case. Someone reported it to crash, but it does no. Hmm… 01 August 2016, 14:08:31 UTC
035c38a ChannelStats: Forbid large numbers for factorial(). 30 July 2016, 18:25:52 UTC
66782d4 GPG: Improve error messages. 29 July 2016, 08:26:59 UTC
0d82047 GPG: Improve error messages. 28 July 2016, 23:28:12 UTC
94ec830 Exclude redundant Travis build. 28 July 2016, 07:50:08 UTC
ccc6b53 Fix version returned by 'supybot --version' (Limnoria, not Supybot). 28 July 2016, 07:27:21 UTC
e41b75d Merge remote-tracking branch 'mapreri/stable-output' into testing. Closes GH-1250. 23 July 2016, 14:23:09 UTC
aa1c971 Merge pull request #1251 from mapreri/trevis-update trevis: also test for 3.5 stable move to 3.6-dev 23 July 2016, 14:03:15 UTC
fefd69b trevis: also test for 3.5 stable move to 3.6-dev 23 July 2016, 13:51:25 UTC
a69117a always sort the produced config files 23 July 2016, 13:36:00 UTC
dc4afb4 Try to provide Server Name Indication even if Python does not have SSLContext. 20 July 2016, 18:42:40 UTC
9c29652 Merge pull request #1249 from GLolol/patch-1 Google: mention the format of language codes 15 July 2016, 18:51:11 UTC
30ba4bb Google: mention the format of language codes This might reduce confusion when people do things like "!google translate english to french hello", which produces no result. 15 July 2016, 18:48:26 UTC
b16ec65 Merge pull request #1248 from nirik/abuse-owner-to-trusted change abuse command flood to except trusted users instead of just owners 07 July 2016, 06:24:02 UTC
932f496 change abuse command flood to except trusted users instead of just owners 06 July 2016, 22:50:14 UTC
6ec6047 supybot-wizard: Fix typo. 29 June 2016, 07:17:15 UTC
ea89e4b Fix supybot-wizard for disabling SSL. Answering 'no' kept the default value for SSL, which is True since c3dd5f8b64618de70414024c354b4867aaaa044c. 27 June 2016, 18:14:17 UTC
7b658e7 Factoids: Fix Python 3 support. 04 June 2016, 16:57:31 UTC
59df2ff Factoids: Fix names of utils.web.url(un)quote. 04 June 2016, 16:53:55 UTC
cc0eaae Merge pull request #1244 from GLolol/patch-2 Google: remove unused & duplicated imports 12 May 2016, 15:50:58 UTC
88a8bbb Google: remove unused & duplicated imports "import json" was being done twice. cgi, time, and socket all appear to be unused. 12 May 2016, 01:24:36 UTC
8b68261 Merge pull request #1242 from GLolol/shrinkurl/x0+https ShrinkUrl: Update API URL, now serving HTTPS links 08 May 2016, 06:58:12 UTC
7f13b93 ShrinkUrl: Update API URL, now serving HTTPS links Source: https://x0.no/api/ For reference, http://api.x0.no/ now redirects to https://x0.no/api/ 08 May 2016, 04:02:38 UTC
cd06cc8 Merge pull request #1241 from GLolol/patch-2 Google: add DDG plugin with py2/py3 support 06 May 2016, 14:16:45 UTC
218ba76 Google: self-promot-- add DDG plugin with py2/py3 support 06 May 2016, 14:14:25 UTC
b669517 Google: Add warning about deprecation. 06 May 2016, 07:02:54 UTC
de290d1 Google: Fix @lucky. 05 May 2016, 07:01:51 UTC
8321d8a Google: Fix URL formatting. For some reason, it worked on Python 3… 05 May 2016, 06:31:04 UTC
back to top