Daniel Folkinshteyn
4b1d2b49e4
Scheduler: don't immediately execute commands when restoring repeated events.
2011-07-07 13:31:50 +02:00
Valentin Lorentz
c6facc99f3
In registry.py, test whether a requested configuration variable is a channel name before creating it automatically. Closes GH-63.
2011-07-06 11:14:58 +02:00
Valentin Lorentz
0e61cf9837
Add assertNotHTTPResponse to HTTP unit tests.
2011-07-03 17:09:53 +02:00
Valentin Lorentz
f4b81659af
Add unit tests to the HTTP server.
2011-07-03 16:16:19 +02:00
Valentin Lorentz
39b3784a12
First try for unit tests for the HTTP server.
2011-07-03 10:46:48 +02:00
Valentin Lorentz
8c1d10e8f3
MoobotFactoids: Use when opening the database.
2011-07-02 11:50:31 +02:00
Valentin Lorentz
9aa32da082
Fix typo in HTTP server.
2011-07-01 16:25:50 +02:00
Valentin Lorentz
5215aa1095
Move http server from src/utils/ to src/
2011-07-01 16:15:04 +02:00
Valentin Lorentz
4ebcda024b
Bug fix (I didn't test the previous commit correctly)
2011-07-01 16:11:37 +02:00
Valentin Lorentz
41514bafdd
Core & Channel & Topic: Add the isGranted converter. Closes GH-39.
2011-07-01 15:58:39 +02:00
Valentin Lorentz
d4693ebb69
Add callback (mainly useful for plugins) for config edits. Closes GH-24.
2011-07-01 11:11:39 +02:00
Valentin Lorentz
efc30a4ed2
Fix traceback when sending POST requests to the 404 error handler.
2011-06-30 00:58:46 +02:00
Valentin Lorentz
1c366a2899
src/i18n.py: fix error when running @reloadlocale with a plugin loaded before but not available any longer.
2011-06-28 19:52:18 +02:00
Valentin Lorentz
509a6c1780
Forgot a debug print in httpserver.py
2011-06-25 16:28:49 +02:00
Valentin Lorentz
a7f6f6c3b3
Update the version string
2011-06-25 15:15:19 +02:00
Valentin Lorentz
4df4977a76
Internationalize strings in the HTTP server. Closes GH-29.
2011-06-25 14:27:44 +02:00
Valentin Lorentz
fc41fc6153
Add support for POST and HEAD requests to the HTTP server.
2011-06-25 11:37:10 +02:00
Valentin Lorentz
fa3fc7d20a
Fix exception when stopping the HTTP server if already stopped.
2011-06-25 10:02:30 +02:00
Valentin Lorentz
ff2047997a
Merge branch 'httpserver' into testing
2011-06-24 18:12:50 +02:00
Valentin Lorentz
952db3a6bd
supybot.servers.http.keepAlive defaults to False.
2011-06-24 18:12:43 +02:00
Valentin Lorentz
a1b2e931b7
Merge branch 'httpserver' into testing
2011-06-24 16:37:54 +02:00
Valentin Lorentz
b9baa579fe
Bug fix in HTTP server.
2011-06-24 16:26:32 +02:00
Valentin Lorentz
14393a6959
Merge branch 'httpserver' into testing
2011-06-24 15:41:03 +02:00
Valentin Lorentz
667d7c34b4
Bug fixes to the HTTP server
2011-06-24 15:32:22 +02:00
Valentin Lorentz
728587be58
Fix comment in src/__init__.py
2011-06-24 14:52:24 +02:00
Valentin Lorentz
ef5438e937
Add docstrings to the HTTP server callbacks
2011-06-24 14:52:01 +02:00
Valentin Lorentz
13e4f45e30
Add an embedded HTTP server to Supybot.
2011-06-24 14:31:29 +02:00
Valentin Lorentz
94f4d55734
Update version
2011-06-23 12:30:23 +02:00
Valentin Lorentz
693ba6aba0
Don't tell owner to contact an admin. Closes GH-20.
2011-06-22 21:37:34 +02:00
Valentin Lorentz
ebb3aae81c
Raise an exception when plugin is not found instead of returning None in i18n.getPluginDir()
2011-06-17 15:36:38 +02:00
Valentin Lorentz
4f91a62f27
Update version
2011-06-16 19:08:48 +02:00
Valentin Lorentz
3e76a72e7c
Use limnoria as a default ident (instead of supybot)
2011-06-13 11:25:19 +02:00
Valentin Lorentz
6c1699583b
Misc: use Limnoria version string.
2011-06-05 20:30:32 +02:00
Daniel Folkinshteyn
ef6fe23e02
Seen: fix tests so they pass. fix seen command so it properly accepts nick wildcards.
...
Conflicts:
src/version.py
2011-05-27 18:16:42 +02:00
Valentin Lorentz
8979475e13
Fix compatibility with Windows ('u' flag not supported by open())
2011-05-07 09:12:03 +02:00
Valentin Lorentz
ce29bf8b5c
Fix installation on a system that never had Supybot installed (fix commit 05c9482759
)
2011-05-06 19:34:46 +02:00
Valentin Lorentz
d6cd8a5427
Fix email regexp to be RFC-compliant
2011-05-03 20:23:20 +02:00
Valentin Lorentz
58f115dde8
Add script to automatically update version with a datestamp upon commit. (Thanks nanotube)
2011-04-26 10:32:49 +02:00
Daniel Folkinshteyn
05c9482759
Consolidate the version string to reside in one central place to ease change making.
2011-04-26 10:23:18 +02:00
Valentin Lorentz
872e92eaff
Merge branch 'testing'
2011-03-08 15:21:31 +01:00
Valentin Lorentz
39fa7e68d3
Fix syntax error
2011-03-05 09:51:05 +01:00
Valentin Lorentz
65d737873b
Add another solution in error message about TypeErrors raised in plugins' __init__()
2011-03-05 09:44:40 +01:00
Valentin Lorentz
32b21cbc18
Add a clue in solving issue with wrapping wrapped commands
2011-03-01 08:47:53 +01:00
Valentin Lorentz
db849e21a0
Add a try/catch arround plugin directory determination (might be useful for some utilities...)
2011-02-28 16:02:17 +01:00
Valentin Lorentz
178d1aca00
Fix coding string of src/__init__.py
2011-02-27 13:08:51 +01:00
Valentin Lorentz
44458d4b57
Change version number to 0.83.4.1+git+fr3
2011-02-27 12:01:51 +01:00
James Vega
4af9d8735f
Make registry.Regexp.error mimic registry.Value.error
...
Regexp.error can't directly call Value.error because it's providing extra
information, so it needs to build the InvalidRegistryValue exception itself
and raise it.
Closes: Sf#2985241
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
(cherry picked from commit ef8bd817e8
)
Signed-off-by: Daniel Folkinshteyn <nanotube@users.sourceforge.net>
2011-02-25 19:13:57 +01:00
Daniel Folkinshteyn
73e822ca56
Undo mtughan's bugfix from 7f9a113060
, so i can merge jamessan's fix ef8bd817e8
2011-02-25 19:13:50 +01:00
Daniel Folkinshteyn
e939cfd124
update Karma plugin and test code to use sqlite3.
...
This involved also updating src/conf.py to look for sqlite3 and add it to supybot.conf.databases list,
since karma uses the plugins.DB() constructor for its database, which checks the available databases list.
2011-02-25 19:11:58 +01:00
Daniel Folkinshteyn
4cd0d19be7
commit mtughan's bugfix for this bug:
...
https://sourceforge.net/tracker/?func=detail&aid=2985241&group_id=58965&atid=489447
2011-02-25 18:48:46 +01:00