Commit Graph

8135 Commits

Author SHA1 Message Date
James McCoy
198e525606 Success: Allow the plugin to be loaded from a query
Closes: Sf#3513915
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>

Conflicts:

	plugins/Success/plugin.py
2012-05-25 18:17:09 +02:00
James McCoy
1fdf3688e9 Add a test to verify the nick converter honors strictRfc
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-25 18:15:17 +02:00
James McCoy
4c01cb93e0 registry: Use the correct variable name setName creates the child entry
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>

Conflicts:

	src/registry.py
2012-05-25 18:14:45 +02:00
James McCoy
edca443eed Just create schedule.schedule/drivers.Twisted.poller without any guard
These module-level variables had historically been created such that reloading
the module wouldn't redefine the variable.  However, none of our code reloads
the modules and the guard to prevent redefining the variable was broken so it
would've been redefined anyway.

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>

Conflicts:

	src/schedule.py
2012-05-25 18:14:10 +02:00
James McCoy
7d99c28cf6 Channel: Perform proper capability checks in devoice.
Closes: Sf#3524393
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>

Conflicts:

	plugins/Channel/plugin.py
2012-05-25 18:13:14 +02:00
Valentin Lorentz
0a4e99b6f2 Misc: Use the GitHub API in @version.
* Works with the new automatic version.py
* Prevents us from loading and parsing a raw file.
2012-05-11 19:00:40 +02:00
Valentin Lorentz
90e511cad1 Drop src/version.py from the source and generate it with setup.py instead. Closes GH-358. 2012-05-11 18:43:23 +02:00
Valentin Lorentz
86f541e6db Revert "Web: Fix unicode problems for titleSnarfer."
This reverts commit 3579701d2d.
2012-05-11 18:10:23 +02:00
Valentin Lorentz
4692f831d4 Google: Fix HTML escaping. 2012-05-11 18:07:50 +02:00
Valentin Lorentz
5edd174e38 Google: Remove @translate from tests. 2012-05-11 18:07:39 +02:00
Valentin Lorentz
e1a56e5179 Merge pull request #357 from Mkaysi/INSTALL
Update INSTALL file.
2012-05-11 09:00:42 -07:00
Valentin Lorentz
8af0701207 Merge pull request #356 from Mkaysi/README
"Convert" LICENSE to markdown & update README.
2012-05-11 09:00:12 -07:00
Mika Suomalainen
28dcc07281 INSTALL.md: Add upgrading instructions. 2012-05-10 11:51:59 +03:00
Mika Suomalainen
0704eee6d9 INSTALL.md: fix 4a6fa12ced 2012-05-10 11:31:20 +03:00
Mika Suomalainen
8ea1778ca0 INSTALL.md fix b1359e1a9c 2012-05-10 11:30:00 +03:00
Mika Suomalainen
73e33c511e INSTALL: update installation guide. 2012-05-10 11:26:39 +03:00
Mika Suomalainen
2d0c69bd3a README.md: Update README.
See the diff for more information.
2012-05-10 11:01:43 +03:00
Mika Suomalainen
a38c2b7f34 LICENSE: rename to LICENSE.md.
GitHub shows .md files nicer way.
2012-05-10 11:00:23 +03:00
Valentin Lorentz
1f60a9487c Math: Allow 'factorial()' in icalc. 2012-05-07 17:52:02 +02:00
Valentin Lorentz
695078edeb Math: Block factorial() in calc functions. 2012-05-07 15:16:20 +00:00
Valentin Lorentz
9b53b653a5 Merge pull request #353 from Mkaysi/install
NSTALL: Convert to markdown.
2012-05-06 08:40:44 -07:00
Valentin Lorentz
4f32cabab2 Merge pull request #352 from Mkaysi/readme
README: "Convert" to markdown.
2012-05-06 08:40:13 -07:00
Mika Suomalainen
0484f36124 INSTALL: Convert to markdown. 2012-05-06 18:23:05 +03:00
Mika Suomalainen
96a3590684 README: "Convert" to markdown.
This looks normal in text editor, but GitHub shows it differently.
2012-05-06 18:09:06 +03:00
nyuszika7h
d23757e8fa Google: Remove translate command. Closes GH-337. 2012-05-05 20:45:01 +02:00
Valentin Lorentz
14cad125af Merge pull request #350 from Hoaas/testing
Fix issue #347.
2012-05-04 10:01:07 -07:00
Valentin Lorentz
febd90f107 Merge pull request #349 from Mkaysi/supybot-plugin-create
Fix issue #153.
2012-05-04 09:59:50 -07:00
skizzhg
901a03407d PluginDownloader: update l10n-it. 2012-05-04 18:56:13 +02:00
Terje Hoås
3579701d2d Web: Fix unicode problems for titleSnarfer. 2012-05-04 12:11:53 +02:00
Mika Suomalainen
c9dab259ba scripts/supybot-plugin-create: Fix issue #181. 2012-05-04 08:54:33 +03:00
Valentin Lorentz
96b0ae0e1e Merge branch 'testing' of github.com:ProgVal/Limnoria into testing 2012-05-02 21:33:12 +02:00
Valentin Lorentz
654b618fec Fix typo in src/test.py 2012-05-02 21:14:30 +02:00
Valentin Lorentz
a274f25bb8 Fix commit f4b81659. 2012-05-02 21:13:09 +02:00
Valentin Lorentz
c83481bd9c Use self instead of non-existing variable name. 2012-05-02 21:06:22 +02:00
Valentin Lorentz
9352322075 Fix typo in schedule. 2012-05-02 20:58:56 +02:00
Valentin Lorentz
446349357d Check globals() instead of catching NameError. 2012-05-02 20:58:36 +02:00
Valentin Lorentz
af460596d3 Add self as an argument to methos in src/dbi.py 2012-05-02 20:50:06 +02:00
Valentin Lorentz
776ce96d52 Import os before using it. 2012-05-02 20:48:49 +02:00
Valentin Lorentz
207f6ec2da Google: Fix bad json format. 2012-05-02 15:36:34 +00:00
Valentin Lorentz
c310d74a19 Enfore capability checks when supybot.reply.error.noCapability is False. 2012-05-01 13:15:54 +00:00
Valentin Lorentz
bb2c8d472e Merge pull request #345 from Mkaysi/plugindownloader-l10n-fi
Plugindownloader: update and fix l10n-fi
2012-04-29 11:07:49 -07:00
Valentin Lorentz
9cba1e4d08 PluginDownloader: Add @info command. 2012-04-29 17:55:41 +00:00
Mika Suomalainen
f8a3de4632 PluginDownloader: fix l10n-fi.
check_trans.py doesn't like GTranslator, it seems.
2012-04-29 20:49:11 +03:00
Mika Suomalainen
9dcb976346 PluginDownloader: fix l10n-fi.
"pakettivarasto" --> "ohjelmistolähde"
2012-04-29 20:42:25 +03:00
Mika Suomalainen
5f5a9f79e1 PluginDownloader: update l10n-fi. 2012-04-29 20:32:20 +03:00
Valentin Lorentz
99660aa4b0 Merge pull request #344 from Mkaysi/plugin_help_plugindownloader
PluginDownloader: Add @plugin help PluginDownloader
2012-04-29 10:25:48 -07:00
Mika Suomalainen
7fadad0e3d PluginDownloader: add @plugin help PluginDownloader. 2012-04-29 19:25:44 +03:00
Valentin Lorentz
124ca33f4e AutoMode & Unix: Update l10n-fr. 2012-04-27 18:14:29 +02:00
Valentin Lorentz
63f8c10eff core: update l10n-fr. 2012-04-27 18:11:18 +02:00
Valentin Lorentz
d71b1a815a Merge pull request #341 from Mkaysi/l10n-de
Update l10n-de.
2012-04-27 08:56:40 -07:00