Commit Graph

7719 Commits

Author SHA1 Message Date
Valentin Lorentz
90ad25668e Misc: Fix order of replies of @tell, in order to fix issue with nesting.
Using @ignore [tell foo bar] was telling 'The operation succeeded' to foo, and ignore 'bar'.
2011-09-18 10:31:09 +02:00
Valentin Lorentz
669a8a86e8 Merge pull request #214 from Tannn3r/master
Updated several README.txt
2011-09-18 01:24:00 -07:00
Valentin Lorentz
e9697ffcf9 Merge pull request #213 from nyuszika7h/testing
Add SASL support to core.
2011-09-18 01:23:34 -07:00
nyuszika7h
25dcadfe68 conf.py: remove surrounding spaces around '=' for sasl_username. 2011-09-14 11:39:00 +02:00
nyuszika7h
e140fc76f5 conf.py: Change username to sasl_username and add it as last argument. 2011-09-13 19:55:31 +02:00
nyuszika7h
ca502c6814 irclib.py: Added network name to SASL authentication success/fail. 2011-09-13 19:55:01 +02:00
nyuszika7h
c8c2f125a1 conf.py: remove part about server-specific password for supybot.networks.<network>.sasl.password. 2011-09-13 17:01:18 +02:00
nyuszika7h
dcaefbdcf5 Add SASL support to core. 2011-09-13 11:07:52 +02:00
Tanner
e0625fa8a1 Time: Added a description to README.txt 2011-09-12 17:34:14 -05:00
Tanner
3a12411796 Status: Added a description to README.txt 2011-09-12 17:33:14 -05:00
Tanner
a2e5c18f4b ShrinkURL: Added a description to README.txt 2011-09-12 17:30:42 -05:00
Tanner
bb9f904bcc Reply: Added a description to README.txt 2011-09-12 17:26:02 -05:00
Tanner
ef62a1bd76 Relay: Added a description to READEME.txt 2011-09-12 17:23:21 -05:00
Tanner
cac8d57525 URL: Added a description to READEME.txt 2011-09-12 17:21:40 -05:00
Valentin Lorentz
1344466db1 Merge pull request #209 from Tannn3r/master
I added a description on how to use some plugins.
2011-09-11 21:21:30 -07:00
Tannn3r
ca2d73bee5 Added a description. 2011-09-11 20:16:46 -05:00
Tannn3r
7ccd1474cd Added a description. 2011-09-11 20:11:28 -05:00
Tannn3r
46f6314fb4 Added a description. 2011-09-11 20:09:49 -05:00
Tannn3r
a0a39d0503 Added a description. 2011-09-11 20:08:43 -05:00
Tannn3r
d9a9c64fa4 Added a description. 2011-09-11 20:06:05 -05:00
Tannn3r
baa966a1b7 Added a description. 2011-09-11 20:04:23 -05:00
Tannn3r
953149f11f Added a description. 2011-09-11 20:02:24 -05:00
Tannn3r
2a16ebea06 Added a description. 2011-09-11 19:59:26 -05:00
Tannn3r
aad9f566f3 Added a description. 2011-09-11 19:57:30 -05:00
Tannn3r
c2af09ff9d Added a description of the plugin. 2011-09-11 19:54:19 -05:00
Tannn3r
4463da24f6 Added a description on how to use the Lart plugin. 2011-09-11 19:37:41 -05:00
Valentin Lorentz
b80d6b27d6 Karma: Fix SQLite threading issue. Closes GH-206. 2011-09-11 20:13:20 +02:00
Valentin Lorentz
2a0e232fad Merge pull request #205 from Mkaysi/testing
Karma: added README.
2011-09-11 11:09:52 -07:00
Tannn3r
2a958cd8e9 Karma: added README. 2011-09-11 21:01:13 +03:00
Valentin Lorentz
904503e67e Ctcp: Update CTCP-Source reply. Closes GH-203. 2011-09-11 16:43:21 +02:00
skizzhg
151c6a0738 ChannelStats: Update l10n-it. 2011-09-02 20:03:45 +00:00
Valentin Lorentz
81d5c1d7bb Merge pull request #194 from nyuszika7h/testing
Add l10n-hu for some plugins.
2011-09-01 09:57:48 -07:00
Valentin Lorentz
2f6acdf42f Misc: Add --unloaded option. 2011-09-01 17:48:09 +00:00
nyuszika7h
f273687c5e Limiter: Add l10n-hu. 2011-09-01 18:21:11 +02:00
Valentin Lorentz
6be6c91657 Merge branch 'master' into testing 2011-09-01 11:12:09 +02:00
Valentin Lorentz
af65f64c1a PluginDownloader: Fix overwrite of existing plugin. 2011-09-01 11:10:31 +02:00
skizzhg
2a3fc2a0f3 ChannelStats: Add l10n-it. 2011-08-30 17:21:39 +00:00
Valentin Lorentz
dda08e0648 RSS: Fix typo (fnor -> for). 2011-08-27 13:58:14 +00:00
Valentin Lorentz
08a28214b8 RSS: bug fix. (Bad import from gribble?) 2011-08-26 17:16:13 +02:00
Daniel Folkinshteyn
e98ac0f4c2 Some improvements to the commands.process function - better process naming and informational output.
Conflicts:

	plugins/String/plugin.py
	src/commands.py
2011-08-25 11:36:47 +02:00
Valentin Lorentz
be585ecea9 Merge remote-tracking branch 'supybot/maint/0.83.4' into testing
Conflicts:
	src/ircutils.py
2011-08-23 16:41:52 +02:00
James Vega
5ada9193b9 Honor supybot-test's timeout option and document the units
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2011-08-22 20:50:16 +02:00
James Vega
4661acb3a3 Honor supybot-test's timeout option and document the units
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2011-08-22 14:07:39 -04:00
Valentin Lorentz
fb66be5968 Revert "Utilities: Add l10n-it."
This reverts commit f37db99895.
2011-08-21 21:44:25 +02:00
skizzhg
f37db99895 Utilities: Add l10n-it. 2011-08-21 20:49:22 +02:00
Valentin Lorentz
7f076b100f Merge pull request #176 from Mkaysi/testing
Fixed rest of typos in Channel.
2011-08-19 08:04:53 -07:00
Mika Suomalainen
22c463bc80 Merge remote-tracking branch 'nyuszika7h/testing' into testing 2011-08-19 18:02:11 +03:00
Mika Suomalainen
cee1a3991f Channel: fixed typos.
End of typo checking. All typos and other errors are now fixed :)
2011-08-19 17:59:44 +03:00
nyuszika7h
4d4fa62bb1 ChannelLogger: Fix l10n-hu. 2011-08-19 16:24:25 +02:00
nyuszika7h
7aaf9fca7f Owner: Fix l10n-hu. 2011-08-19 16:24:02 +02:00