Limnoria/plugins
James Lu 3879f30d47 User: allow owners to change their own password
I don't understand why this restriction exists. If someone gains access to someone else's owner account, they can do a lot worse damage than just changing the owner password.
People logging in via NickAuth or hostmasks should be able to change their passwords at will, even if the owner doesn't know his previous password.
2016-03-21 20:57:13 +01:00
..
Admin Admin: internationalize a string. 2015-12-28 20:01:40 +01:00
Aka Aka: make @list --keys reply on a single line, even if supybot.reply.oneToOne is False. Closes GH-1225. 2016-03-11 21:00:01 +01:00
Alias Alias: fix tests 2015-08-22 14:36:00 +00:00
Anonymous Remove need for 2to3. 2015-08-11 16:50:23 +02:00
AutoMode Remove need for 2to3. 2015-08-11 16:50:23 +02:00
BadWords BadWords: truly fix kicks when badwords list is empty (#989) 2015-09-25 20:51:15 -07:00
Channel Channel: Fix 'ignore remove' converter to work like 'ignore add'. 2016-02-23 19:12:22 +00:00
ChannelLogger ChannelLogger && ChannelStats && Limiter && Relay && Seen: Use new QUIT and NICK 'channels' tag instead of copying the state. 2015-12-04 13:30:07 +01:00
ChannelStats ChannelStats: Don't crash on messages with no argument, eg. AWAY. 2015-12-19 00:13:42 +01:00
Conditional Conditional: disable threading. 2016-03-16 16:49:07 +01:00
Config Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Ctcp Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Debug Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Dict Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Dunno Channel & Dunno & Misc & RSS & Scheduler: Let the logging facility perform string templating to avoid extra format chars in argument. 2015-11-03 17:25:13 +01:00
Factoids httpserver: Respond to HEAD requests. Closes GH-1203. 2016-01-05 18:25:35 +01:00
Filter Filter: Extend outfilter to cover NOTICEs. Closes GH-1164. 2016-01-02 13:32:03 +01:00
Format Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Games Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Google changed the link to markdown format 2016-02-09 20:09:35 +02:00
GPG GPG: Fix test crash since 57b77a6725. 2015-10-25 16:27:57 +01:00
Herald Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Internet utils: Remove dependency on parent package. 2015-08-30 17:33:39 +02:00
Karma Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Lart Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Later Later: Do not use ValueError for reporting full queues. 2016-01-31 12:11:04 +01:00
Limiter Fix typo. 2015-12-04 13:39:28 +01:00
Math Math: Add comment about security. 2015-09-28 18:59:29 +02:00
MessageParser Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Misc Misc.last: add a timeout in --regexp search to prevent various ReDoS attacks 2016-03-21 20:57:04 +01:00
MoobotFactoids Language. 2015-08-29 21:46:47 +02:00
Network Network: fix getopts key for --nossl 2016-03-11 20:05:41 -08:00
News Remove need for 2to3. 2015-08-11 16:50:23 +02:00
NickAuth Remove need for 2to3. 2015-08-11 16:50:23 +02:00
NickCapture Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Nickometer Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Note Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Owner Make INFO a bit less verbose when connecting. 2016-02-21 11:01:31 +01:00
Plugin Plugin: make @plugins take non-first words into account. Closes GH-68. 2015-12-28 20:09:48 +01:00
PluginDownloader add desc for wizard — plugindownloader 2016-01-27 08:23:47 -05:00
Praise Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Protector Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Quote Remove need for 2to3. 2015-08-11 16:50:23 +02:00
QuoteGrabs Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Relay ChannelLogger && ChannelStats && Limiter && Relay && Seen: Use new QUIT and NICK 'channels' tag instead of copying the state. 2015-12-04 13:30:07 +01:00
Reply Remove need for 2to3. 2015-08-11 16:50:23 +02:00
RSS Channel & Dunno & Misc & RSS & Scheduler: Let the logging facility perform string templating to avoid extra format chars in argument. 2015-11-03 17:25:13 +01:00
Scheduler Channel & Dunno & Misc & RSS & Scheduler: Let the logging facility perform string templating to avoid extra format chars in argument. 2015-11-03 17:25:13 +01:00
Seen Seen: Fix handling of MODE and TOPIC. 2015-12-05 21:29:07 +00:00
Services Service: Actually allow 0. 2015-09-15 21:00:31 +02:00
ShrinkUrl ShrinkUrl: Fix previous commit. 2015-11-11 12:20:44 +00:00
Status Status: Fix sort on Python3 (dict_items, not list). Closes GH-1199. 2015-12-20 10:09:39 +01:00
String Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Success Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Time Time: Explicitely handle the 'now' case. 2016-03-08 22:40:41 +01:00
Todo Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Topic Remove need for 2to3. 2015-08-11 16:50:23 +02:00
Unix Unix: Add support for -4 and -6 in @ping. Closes GH-1224. 2016-03-11 21:12:04 +01:00
URL Fix scheme-matching regexp. 2016-02-07 09:44:08 +01:00
User User: allow owners to change their own password 2016-03-21 20:57:13 +01:00
Utilities Utilities: Add @let. 2015-12-29 18:00:05 +01:00
Web Web: normalize whitespace in titles 2015-12-29 17:12:26 -08:00
__init__.py Use utf-8 to encode files by default. 2015-12-23 15:22:19 +01:00
messages.pot update messages.pot files && Unix: update l10n-fi. 2014-03-22 12:22:54 +02:00