swh:1:snp:634d2b8906a7a2f6511ccb358da84e19b290d2c9

sort by:
Revision Author Date Message Commit Date
dae8116 ShrinkUrl: Remove ln (Closes #618). ln-s.net has been dead for over half a year now; both their website homepage and any previous shortened links return an HTTP 503. Thus, it isn't very useful to leave this broken command lingering around... 28 February 2015, 17:52:42 UTC
9076194 Merge pull request #1041 from GLolol/admin/configurable-partmsg Admin/Owner: substitute $version in quit and part messages (also make part messages configurable) 27 February 2015, 12:15:25 UTC
a59784a Merge pull request #1057 from kyrias/dictclient-utf8 Make dictclient.py unicode capable 21 February 2015, 19:22:19 UTC
d4aa436 dictclient: Remove whitespace at end of lines 21 February 2015, 19:08:13 UTC
1654bfc dictclient: Encode as utf-8 instead of ASCII dict.org has dictionaries with words containing non-ASCII characters. 21 February 2015, 19:08:13 UTC
0d7e0f7 Merge pull request #1056 from GLolol/patch-1 Network.whois: simplify message when user isn't on any public channels 21 February 2015, 07:57:43 UTC
5f23855 oops how do i english 21 February 2015, 06:20:49 UTC
41effce Network.whois: simplify message when user isn't on any public channels The current message ("xyz isn't on any non-secret channels or is using a channel-list hiding umode.") is long and awkwardly worded. This also removes an extra period from showing up at the end of the output. 21 February 2015, 00:50:40 UTC
1264573 Merge remote-tracking branch 'kyrias/say-command' into testing 14 February 2015, 12:38:56 UTC
7528819 QuoteGrabs: Add say command The say command just returns the text of the grab, so you can get just the quote from a specific qid. 14 February 2015, 12:15:13 UTC
468d276 Seen: Factorize code used for checks. 10 February 2015, 08:12:26 UTC
02b8c39 Merge pull request #1051 from GLolol/seen/keyerror Seen: prevent KeyError when calling commands on channels that the bot is not in 10 February 2015, 07:54:08 UTC
a85fbea Seen: prevent KeyError when calling commands on channels that the bot is not in This fixes a bug introdiced by 38ff1a1137. 10 February 2015, 06:38:29 UTC
7bba16a Merge pull request #1050 from Mikaela/languages src/i18n.py: have languages in alphabetical order 08 February 2015, 07:49:56 UTC
c675654 src/i18n.py: have languages in alphabetical order It's probably not so important, but I don't like them being in any strange random order. Of course having English first would make sense as it's the default, but I still prefer alphabetical order. 08 February 2015, 07:44:13 UTC
59b39ea scripts/supybot: use None as msg for standardSubstitute on Ctrl-C 07 February 2015, 18:01:47 UTC
32de4e8 Merge branch 'testing' into admin/configurable-partmsg 07 February 2015, 18:00:48 UTC
fa7ef57 Merge pull request #1004 from GLolol/karma/nicks-only Karma: add an option to limit Karma to nicks 07 February 2015, 07:41:02 UTC
e26fdb9 Merge remote-tracking branch 'nyuszika7h/remove-xrl' into testing Conflicts: plugins/ShrinkUrl/plugin.py 07 February 2015, 07:39:17 UTC
cb66690 Make ircutils.standardSubstitute accept None as irc and msg. (Preliminary for GH-1041.) 07 February 2015, 07:15:42 UTC
29de1e1 Fix 2to3 progression percentage (no long go over 100%). 07 February 2015, 07:15:42 UTC
9b36fc9 Merge pull request #1048 from Hasimir/gpg-extension Gpg extension - fix subkey/master key conflict 07 February 2015, 07:09:12 UTC
e67fa7f Merge pull request #1049 from GLolol/patch-1 src/i18n.py: mention 'en' as supported language & quote the language codes for less ambiguity 07 February 2015, 07:01:58 UTC
5e4501d i18n.py: mention 'en' as supported lang & quote the language codes for less ambiguity. Ref #1046. 06 February 2015, 23:40:44 UTC
a7bbc46 Streamlining the patch back down to a single line. Since the keyid should always match the master key, regardless of whether there's a subkey or not, reduced this to simply make keyid be the last 16 chars of the master key's fingerprint. 06 February 2015, 17:27:51 UTC
7af6ca1 Merge pull request #1047 from Mikaela/language src/i18n.py: mention supported languages 06 February 2015, 12:31:52 UTC
861efee Removed a relic of poor coding options. 06 February 2015, 10:44:20 UTC
432b8f8 Solved the subkey selection issue. Changes one line and adds six to do this: * change keyid = verified.keyid to be keyid0; * added an if/else check to see if it's the subkey or master key; and * then set keyid according the result of that check; * then continues as normal. 06 February 2015, 10:33:30 UTC
544befd src/i18n.py: mention supported languages Closes #1046 I used Admin for sources of what languages are supported as it's usually recommended to start translating from there (first plugins, then core). 06 February 2015, 09:58:24 UTC
720b299 Clearsign authorisation via subkey. Replacement code which might work to enable advanced keys with signing subkeys to be correctly handled by the bot by associating the subkey with the relevant master key. Signing format still only clearsigning, the key details are more important and auth via encrypted token and decryption is likely to be more reliable anyway as there is far less chance of some other protocol messing with the signed content. Effectively no chance, though the odd corrupted packet here and there is still possible. Whereas with clearsigning it can be broken by all manner of rewriting in transit (which happens often enough with signed email as it is). See also Issue #1045 for greater detail of what needs to be fixed and what is to be done about it. 06 February 2015, 07:11:52 UTC
0c85c6d supybot: also expand substitutes when exiting on Ctrl-C 06 February 2015, 06:34:07 UTC
b243c83 Admin/Owner: Use standard substitution for part/quit messages 06 February 2015, 04:26:14 UTC
a46f12b Merge branch 'owner/quitmsg-version' into admin/configurable-partmsg 06 February 2015, 04:13:30 UTC
248bc65 Merge pull request #1042 from GLolol/channel/nicksinprivate Channel: prevent mass-highlights with 'nicks' by defaulting the output to private 05 February 2015, 07:13:47 UTC
0e0feb1 Owner: substitute %version% for the Supybot version in plugins.Owner.quitMsg (Closes ProgVal#847) Cherry-picked from commit GLolol@205199e. 05 February 2015, 05:20:45 UTC
d844b1d Admin: allow specifying a default part message in plugins.admin.partmsg (Closes ProgVal#391) Cherry-picked from commit GLolol@f69c789. 05 February 2015, 05:16:10 UTC
c06ed45 Channel: prevent mass-highlights with 'nicks' by defaulting the output to private This adds a new config variable plugins.Channel.nicksInPrivate. Cherry-picked from commit GLolol@2cc9e9d. 05 February 2015, 05:15:42 UTC
681bd5d Count number of bytes instead of number of characters for truncating messages. Closes GH-1038. 04 February 2015, 16:31:42 UTC
b769d10 Merge pull request #1040 from Mikaela/readme remove INSTALL.md && update README.md 04 February 2015, 15:56:24 UTC
af84789 remove INSTALL.md && update README.md In README.md I changed some lines to fit into text editors better and added very quick/minimal instructions for users who have cloned the repository. [CI SKIP] 04 February 2015, 15:39:07 UTC
cdfff54 Merge pull request #1039 from Mikaela/no-packages Update INSTALL & README 04 February 2015, 14:58:58 UTC
def98c4 INSTALL.md: fix lines in moving to Python 3 04 February 2015, 12:55:22 UTC
527b285 INSTALL.md: remove mentionings to packages I also removed Windows as it's outdated and would be duplicating documentation on installing. 04 February 2015, 12:53:37 UTC
2ffc8ef INSTALL.md: fix links to documentation 04 February 2015, 12:50:51 UTC
220a3c0 README.md: use ircs with #supybot-fr 04 February 2015, 12:48:31 UTC
92ed997 Merge pull request #1037 from GLolol/admin/channels-in-private Admin.channels: call irc.reply() with private=True instead of requiring privacy 31 January 2015, 07:23:27 UTC
ed62d4d Merge pull request #1035 from GLolol/shrinkurl/httpUrl ShrinkUrl: use httpUrl instead of url in wrap() 31 January 2015, 07:22:12 UTC
644ea99 Merge pull request #1034 from GLolol/google-1 Google: show the API's real error message instead of a generic error 31 January 2015, 07:17:57 UTC
c99dab4 Google: show the API's real error message instead of a generic error This makes it easier to debug issues like #955 in the future, whether it be session limit exceeded, an API change, etc. Also, remove duplicated checking clause for the HTTP error code. 31 January 2015, 05:02:18 UTC
b59db48 Admin: 'channels': call reply() w/ private=True instead of requiring privacy 31 January 2015, 04:55:24 UTC
3a8b1d0 ShrinkUrl: use httpUrl instead of url in wrap() 31 January 2015, 04:54:10 UTC
cffdfd4 Merge pull request #1032 from Mikaela/rss RSS: rewrite basic usage in README 27 January 2015, 07:17:33 UTC
a5cfad3 RSS: rewrite basic usage in README 27 January 2015, 07:13:30 UTC
35d267b Merge pull request #1029 from GLolol/ecdsa-fixes irclib.py: fix an encoding error with Python 3 and SASL ECDSA-NIST256P-CHALLENGE 24 January 2015, 19:22:42 UTC
1d722f9 ShrinkUrl: Remove xrl.us > Please note: Adding new links has been disabled since September 2014 > after 14 months notice. Source: http://metamark.net/ 24 January 2015, 18:33:33 UTC
561085c irclib.py: fix an encoding error with Python 3 and SASL ECDSA-NIST256P-CHALLENGE Closes ProgVal#1028. 24 January 2015, 18:32:13 UTC
21cfa58 ShrinkUrl: Update PO files from messages.pot 24 January 2015, 10:50:37 UTC
b2f245d Merge pull request #1024 from Mikaela/debug Update Debug to time of shipping as default plugin 23 January 2015, 06:39:33 UTC
10adcfc Debug: fix language [CI SKIP] 23 January 2015, 06:27:50 UTC
1e99533 Debug: add messages.pot & locales/ I added .gitignore to locales/ as it would get removed if it was empty. When people start adding translations, it's probably safe to remove. This plugin looks too difficult for me to translate, but I will take a look later. 22 January 2015, 16:54:43 UTC
25f673d Debug: update <I am not sure what that is> 22 January 2015, 16:48:36 UTC
3ddff6c Debug: rewrite README.md I am lazy, so I simply copied it from plugin help. 22 January 2015, 16:44:37 UTC
cb04c14 Merge pull request #1019 from Mikaela/debug Debug: move from sandbox/ to plugins/ 21 January 2015, 15:22:46 UTC
776d965 Debug: move from sandbox/ to plugins/ I also added symlink to the old place pointing to the new place. 21 January 2015, 15:01:29 UTC
09faec8 Merge pull request #1018 from nyuszika7h/request-multi-prefix-cap Fix commit 30a026a 19 January 2015, 17:18:55 UTC
c565af7 Update tests again 19 January 2015, 17:14:51 UTC
5653e0c Fix commit 30a026a Requesting multiple capabilities in one message will result in a NAK for all of them if at least one is not supported by the server. 19 January 2015, 17:12:39 UTC
ccea98b Update tests. 19 January 2015, 16:38:51 UTC
30a026a Request multi-prefix capability. (GH-1017) 19 January 2015, 16:15:25 UTC
ba6f8fa Merge pull request #1013 from nyuszika7h/fix-timeout-on-no-sasl-cap Fix registration timeout when SASL is refused 19 January 2015, 08:55:00 UTC
bf41875 Fix registration timeout when SASL is refused https://github.com/ProgVal/Limnoria/issues/854#issuecomment-70414650 18 January 2015, 20:31:03 UTC
7b7a515 Merge pull request #1012 from Mikaela/anonymous Anonymous: remove dangerous example from README 18 January 2015, 19:21:02 UTC
d2dd69b Anonymous: remove dangerous example from README Anonymous tell uses normal privmsg which doesn't check that services are U-lined and not random user pretending to be them. The correct way to identify to NickServ after already being connected is `ircquote nickserv identify username password`. 18 January 2015, 19:09:26 UTC
b0db845 Merge pull request #1009 from ddan39/master add usesendMsg=False to irc.reply() to use sendMsg() instead of queueMsg... 17 January 2015, 08:58:26 UTC
bd2d17a update irc.reply() change new arg name 17 January 2015, 08:49:32 UTC
981ec12 Karma: add tests for onlyNicks 17 January 2015, 07:49:30 UTC
2fe84a3 add usesendMsg=False to irc.reply() to use sendMsg() instead of queueMsg() 17 January 2015, 06:13:30 UTC
d85e09e Make repository names case-insenstive. Closes GH-1005. 16 January 2015, 07:12:59 UTC
6d965b8 Merge pull request #1003 from GLolol/aka Aka: add 'aka list --keys' 15 January 2015, 06:14:18 UTC
bc7430c Karma: make onlyNicks a config option Conflicts: plugins/Karma/plugin.py 15 January 2015, 02:47:40 UTC
5bd2c5e Aka: add 'aka list --keys' This allows one to view just the list of Akas without their commands, similar to the older 'list aka' behavior. 15 January 2015, 02:39:31 UTC
4729213 Karma: refactor _doKarma handling 13 January 2015, 02:08:44 UTC
40310c4 Karma: only track karma for nicks 12 January 2015, 03:47:20 UTC
dd818f6 Merge pull request #998 from GLolol/nickauth-1 NickAuth: fix leak of information if 'nick list' is used on a user without a configured nick 11 January 2015, 07:58:07 UTC
17ffcc1 Merge pull request #997 from Mikaela/es Add l10n-es for AutoMode, BadWords & Google 11 January 2015, 07:57:36 UTC
3decf9a Merge pull request #1000 from GLolol/patch-1 PluginDownloader: remove broken repo/unused import 11 January 2015, 07:38:24 UTC
867cdb0 PluginDownloader: remove broken repo/unused import Antibody/supybot-plugins does not seem to work anymore, and causes errors with 'repolist'. 11 January 2015, 04:16:47 UTC
7c9e570 NickAuth: fix leak of information if 'nick list' is used on a user without a configured nick (Closes ProgVal/Limnoria#996) 09 January 2015, 18:12:57 UTC
8c88f7f Add l10n-es for AutoMode, BadWords & Google Closes #986 09 January 2015, 18:04:59 UTC
aa89a2d Trying to make the tests fail less… 05 January 2015, 19:39:22 UTC
876935f Merge pull request #991 from Mikaela/timeformat src/conf.py: update reply.time.format 05 January 2015, 19:30:07 UTC
048b00b src/conf.py: update reply.time.format I am not fully sure on this change, but T is the official separator between date and time and `date -Is` uses it. 05 January 2015, 18:56:41 UTC
fca473c Merge pull request #976 from maxteufel/feature/sasl-ecdsa-nist256p-challenge irclib: add support for SASL ECDSA-NIST256P-CHALLENGE 03 January 2015, 19:40:21 UTC
7195599 Merge pull request #837 from TingPing/wizard-prompt Wizard: Add prompt for file to save to 03 January 2015, 19:39:55 UTC
7012143 Merge pull request #982 from GLolol/time-1 Time: refactor code, make tztime respect plugins.Time.format 03 January 2015, 19:18:38 UTC
5b3f4cc Merge pull request #989 from GLolol/badwords-1 BadWords: bug fix, don't kick ops, remove unused import 03 January 2015, 19:16:46 UTC
d840425 BadWords: update help message 03 January 2015, 19:15:59 UTC
8b1b75e Merge pull request #988 from GLolol/pep8 supybot-plugin-create: create PEP8-compliant files 03 January 2015, 09:18:52 UTC
8cf71af Merge pull request #987 from GLolol/filter-1 Filter: fix a bug introduced by b78319b 03 January 2015, 09:18:31 UTC
7e7c442 BadWords: bugfix & don't kick ops (Closes ProgVal/Limnoria#275) 03 January 2015, 03:08:59 UTC
back to top