swh:1:snp:634d2b8906a7a2f6511ccb358da84e19b290d2c9

sort by:
Revision Author Date Message Commit Date
543edcc Properly handle noReplies() in nested commands. This fix prevents the bot from replying 'Error: I tried to send you an empty message' when 'utilities ignore' is called from an Aka. 21 October 2017, 13:37:43 UTC
eaa5a55 RSS: Add var supybot.plugins.RSS.maximumAnnounceHeadlines. 12 October 2017, 19:21:50 UTC
0998651 Aka: Escape the command in help strings, so they can be copy-pasted into @aka add. 01 October 2017, 08:40:23 UTC
5ee15c3 ChannelIdDatabasePlugin: limit --regexp to trusted users Overcomplicated regexps can freeze the bot, an issue which is amplified as a database (e.g. for quotes) grows. Closes #855. 29 September 2017, 23:31:56 UTC
0e1e37a dictclient: remove overly complex dequote method 29 September 2017, 23:20:13 UTC
989ac5e Dict: make dictclient reloadable 29 September 2017, 23:16:25 UTC
b6c75a7 Math: sync convertcore unit data with ConvertAll 0.7.2 Also add in a special case for handling the new unitless unit ("!!") 29 September 2017, 23:02:36 UTC
b5f53fb Math.convertcore: remove unused imports 29 September 2017, 22:55:27 UTC
2460c0a Math.convertcore: remove unnecessary StringIO usage Since the unit data is already a variable, we can read from it as is 29 September 2017, 22:54:04 UTC
21a729d Math.convertcore: remove useless try/except clause 29 September 2017, 22:50:58 UTC
2ea93cd Math: reload convertcore along with the plugin 29 September 2017, 22:50:49 UTC
e5ef138 Remove confusing comment (irrelevant since 69ead6c2677262a52f8e9fcd185110d383f2c63d) 24 September 2017, 19:21:55 UTC
4f6a5e7 Add config variable supybot.commands.allowShell. (#1301) 24 September 2017, 19:11:21 UTC
82cdf17 Unix: make the default ping count configurable (fixes #1187) Squashed commit of the following: commit 2952c1f3e3d81a4d473bc7037f3fa9091219e483 Author: James Lu <james@overdrivenetworks.com> Date: Sat Sep 23 12:42:05 2017 -0700 Unix: fix wrong conf var name commit a3ea173ee0995e9d22472cc569d54d7e65648117 Merge: ca037a94 165d9f25 Author: James Lu <james@overdrivenetworks.com> Date: Sat Sep 23 12:41:37 2017 -0700 Merge branch 'configurable-ping-count' of https://github.com/IotaSpencer/Limnoria into configurable-ping-count commit 165d9f258f02c5adf0087b164e144038c06a46c4 Author: Ken Spencer <ken@electrocode.net> Date: Sat Sep 23 15:39:02 2017 -0400 Unix: use str() on the integer-type defaultCount so we don't get a TypeError commit f3b58710752f3b40db44ddc97369e15951563ea7 Author: Ken Spencer <ken@electrocode.net> Date: Sat Sep 23 15:35:30 2017 -0400 Unix: use PositiveInteger so < 0 is inherently invalid commit b4f9e4fdfffcc75c4803480702271647decf73a0 Author: Ken Spencer <ken@electrocode.net> Date: Sat Sep 23 15:03:37 2017 -0400 Unix: make the default ping count configurable 23 September 2017, 19:45:17 UTC
ca037a9 Network: add all+server+channels and all+channels commands (#1305) * Network: add all+server+channels and all+channels commands * Network: fix up commands for PR as per @GLolol * Network: fix syntax docs, style, use irc.state.channels, not its keys * move acmd to Admin, remove cmdallchans, can be used by 'cmdall acmd ...' 23 September 2017, 13:51:00 UTC
5e880fd Karma: reword readme & mention the onlyNicks option [skip ci] 21 September 2017, 04:46:38 UTC
a870d02 Merge pull request #1304 from tatokis/testing Fix exception raised due to lack of Content-Type on the Web plugin. 20 September 2017, 22:39:19 UTC
8dbf37a Web: Fix exception raised due to lack of Content-Type 20 September 2017, 01:57:47 UTC
4a0ad92 Remove overly complicated code. 18 September 2017, 22:34:25 UTC
53b6acd please stop spamming irc 17 September 2017, 19:39:43 UTC
12c8fa2 Merge pull request #1302 from ProgVal/glolol/console-quit-subst Substitute $nick and friends with <console> when exiting on Ctrl-C 17 September 2017, 19:09:38 UTC
17a0348 Substitute $nick and friends with <console> when exiting on Ctrl-C 17 September 2017, 19:07:16 UTC
d96d464 test: lower wait time between fetching responses, for faster tests 17 September 2017, 17:29:50 UTC
4b37f91 Merge pull request #1300 from GLolol/plugindownloader-multibranch Support non-master branches in PluginDownloader 17 September 2017, 08:10:04 UTC
afb0cf0 Merge pull request #1299 from GLolol/network-specific-history Make irc.state.history network specific 17 September 2017, 08:09:38 UTC
9fb72be Add the Python 2 (legacy) branch of my repository 25 August 2017, 02:13:17 UTC
32ab953 PluginDownloader: support non-master branches 25 August 2017, 01:58:09 UTC
bdbc79b Fix for Slack. 23 August 2017, 16:51:54 UTC
d7902c9 .travis.yml: Update pypy3 version. 20 August 2017, 18:14:09 UTC
087fa71 Aka: Tell in the help message what channel the aka is for. 20 August 2017, 17:55:28 UTC
0d7714d Unix: disable ipv6 test if ipv6 is disabled (eg. Travis). 18 August 2017, 21:03:06 UTC
b02a124 .travis.yml: use 'sudo: true'. Re-enables 'ping' (was disabled while switching from Precise to Trusty), and may actually be faster. See https://github.com/travis-ci/travis-ci/issues/8270 18 August 2017, 20:19:21 UTC
5272bf3 Aka: Fix combination of required and optional arguments. Was broken by 7f43727835f72ffc7dd301458705cc3c30e40d46 (why?) 18 August 2017, 16:30:22 UTC
b00081f Make REMOVE a high-priority message. Closes GH-1294. 03 August 2017, 20:02:01 UTC
03c4529 Owner: make irc.state.history network specific It is fairly counterintuitive for plugins to read the IrcState history, only to find that the message it got is from the wrong network. I'm not sure why the original Supybot chose to link all the history buffers together, as those lines came from before Supybot was introduced to Git. Closes #1211. 03 August 2017, 19:25:34 UTC
d5b4275 Merge pull request #1297 from Peppernrino/patch-1 Fix spelling mistake. 01 August 2017, 07:48:41 UTC
f0b2af9 Fix spelling mistake. 01 August 2017, 05:50:01 UTC
c51a22d Remove instructions for installing from Git from the README. Install from Git is only supposed to be used by people who want to contribute, anyway. 29 July 2017, 16:05:35 UTC
417f38b MessageParser: Prevent empty matches from leaving unreplaced. 21 July 2017, 18:05:18 UTC
b28f72f Use PySocks instead of SocksiPy-branch. Closes GH-1246. 17 July 2017, 17:07:43 UTC
59ed253 supybot-wizard: do not pollute the CWD before paths to directories are known. 04 June 2017, 13:59:06 UTC
2caf8e4 Merge pull request #1290 from s-i-newton/channellogger-getlogdir-normalize ChannelLogger: Normalize channel name in getLogDir 09 May 2017, 19:04:00 UTC
b93b5a2 ChannelLogger: Normalize channel name in getLogDir 09 May 2017, 10:50:21 UTC
6fcf9a2 Merge pull request #1289 from nyuszika7h/fix-math-calc-round-single-arg Math: Fix round() with single argument in 'calc' command 08 May 2017, 16:53:38 UTC
bb448f4 Math: Fix round() with single argument in 'calc' command I broke this with my previous commit related to this. 08 May 2017, 16:50:27 UTC
7e756ee Admin: Add tests for joining-on-invite. 04 May 2017, 19:53:56 UTC
1615b3b Unix: Don't assume tests are running from Limnoria's source root. 04 May 2017, 19:53:23 UTC
060e150 Merge pull request #1288 from s-i-newton/testing Typo in Aka readme and unused variable in Karma 04 May 2017, 18:49:31 UTC
afbefc5 Karma: remove unused variable in karma command 04 May 2017, 12:59:04 UTC
99b4a72 Aka: fix backquote matching in readme 04 May 2017, 12:58:48 UTC
7f43727 Aka: Proper mitigation of expansion bomb. 17 April 2017, 09:05:04 UTC
3075a41 Aka: Allow more than one in an aka. Closes GH-1283. 17 April 2017, 08:53:26 UTC
5452d41 Aka: Remove first elements of the 'args' list in a single pass. 17 April 2017, 08:31:43 UTC
d73de5e Fix potential bug due to mutability of lists as default argument. 30 March 2017, 21:38:18 UTC
3ce6ea1 Merge pull request #1286 from nyuszika7h/fix-math-calc-round Math: Fix round() in calc command 27 March 2017, 17:15:44 UTC
7d299dc Math: Fix round() in calc command The second argument of `round()` has to be an integer, and since every number is converted to a float to avoid using too much memory, a wrapper has to be added for this function. I've tested it with big numbers and it doesn't seem to cause any issue. 27 March 2017, 14:35:33 UTC
5665f2f Use msg.tagged instead of deprecated IrcMsg.__getattr__ API. 25 March 2017, 21:03:03 UTC
62616a3 travis: update Python versions. 25 February 2017, 12:32:22 UTC
355ff7f Fix support for Python < 3.4. 25 February 2017, 12:24:03 UTC
dab0261 Use ast.literal_eval() instead of eval() when possible. It's unlikely to change anything, but a little more safety does not hurt. 25 February 2017, 12:10:33 UTC
8bae847 Use ast.parse in 'eval' mode instead of 'exec'. This fixes compatibility with Python 3.7; but we should have been doing this since b8fe420ef35c63a85a92179b62adf4556f2d1a92. The incompatibility with Python 3.7 was introduced in https://github.com/python/cpython/commit/cb41b2766de646435743b6af7dd152751b54e73f See also: http://bugs.python.org/issue29646 25 February 2017, 10:31:52 UTC
8b1299c Merge pull request #1284 from GLolol/patch-1 ircutils: remove redundant str.replace calls 24 February 2017, 19:36:50 UTC
bf65824 setup.py: Fix download url. 24 February 2017, 19:36:09 UTC
34f5031 travis: Add nightly to the list of allowed failures. 24 February 2017, 19:36:00 UTC
9f57bde ircutils: remove redundant str.replace As strings, '\x0f' == '\x0F', and '\x1f' == '\x1F' 24 February 2017, 01:30:34 UTC
6cb7477 User: force replies for 'hostmask list' in private instead of requiring the command to be called that way 12 February 2017, 10:42:42 UTC
3633a2b RSS: Only keep the most recent entries in the initial announce. 27 January 2017, 20:00:58 UTC
8652c68 Fix case-insensitive plugin loading if a plugin is in two directories. 22 January 2017, 20:22:39 UTC
e52db06 Less ambiguous name for the content of @owner announce. 22 January 2017, 11:50:00 UTC
71a9717 Merge pull request #1280 from nyuszika7h/announce-format Allow specifying the format of Owner.announce 22 January 2017, 11:48:49 UTC
dab4737 Allow specifying the format of Owner.announce Someone asked how to remove the owner's username from announcements, so it may be useful to make this configurable instead of making them edit a core plugin's code which is not the best idea, or write another plugin. 22 January 2017, 11:34:54 UTC
eef9018 Add 'import supybot.i18n' warning to supybot-wizard. 22 January 2017, 08:28:42 UTC
260a511 Merge branch 'sasl-scram' into testing 10 January 2017, 23:11:26 UTC
8ce4311 Working support of scram-sha-256. 10 January 2017, 23:10:46 UTC
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
back to top