Valentin Lorentz
3fa71259d4
Merge pull request #365 from Mkaysi/README
...
README: add IRC links and make LICENSE link independ from GitHub
2012-05-26 03:32:00 -07:00
Mika Suomalainen
2474b373a4
INSTALL.md: make docs/ link to index.rst.
2012-05-26 12:44:22 +03:00
Mika Suomalainen
c860ea0f50
INSTALL.md: make GETTING_STARTED and CONFIGURATION links.
2012-05-26 12:43:04 +03:00
Mika Suomalainen
8b24eebe65
README.md: make LICENSE link portable & add IRC links.
2012-05-26 12:34:52 +03:00
Valentin Lorentz
d41d684ce1
Merge branch 'testing' of github.com:ProgVal/Limnoria into testing
2012-05-25 18:26:33 +02:00
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
c17d0760e6
Merge pull request #363 from nyuszika7h/progval-testing
...
Topic: Add save command. Closes GH-332.
2012-05-24 10:54:47 -07:00
nyuszika7h
a0ad55c2cd
Topic: Add save command. Closes GH-332.
...
I committed this already earlier, but that commit was lost somewhere.
It doesn't seem to be in any branch, I suspect I might have reset my
testing branch or something later, or I don't know.
2012-05-24 10:05:48 +02:00
Valentin Lorentz
1b892744a6
Fix install (version file) when the source has not been downloaded with Git.
2012-05-23 16:10:29 +00:00
Valentin Lorentz
0f10c5aa19
Merge pull request #362 from nyuszika7h/progval-testing
...
Math: Add cbrt() function
2012-05-23 07:54:29 -07:00
nyuszika7h
d41acf34cc
Math: Add cbrt() function
2012-05-23 12:11:43 +02:00
Valentin Lorentz
7593edb6fc
Math: Allow 'factorial()' in icalc.
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-23 06:04:51 -04:00
Valentin Lorentz
e45b9abd23
Math: Block factorial() in calc functions.
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-23 06:04:28 -04:00
Valentin Lorentz
a630cc34d8
Use ircutils.joinModes() instead of hacky str.join()s in ircmsgs.unbans.
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-23 01:52:10 -04:00
Valentin Lorentz
741599c947
Add the channel where a command has been called in the logs ('XXX called by XXX').
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-23 01:47:22 -04:00
Mika Suomalainen
6f1b60c0f3
INSTALL: use --user...
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-23 01:46:42 -04:00
James McCoy
f3a09ce684
Success: Allow the plugin to be loaded from a query
...
Closes: Sf#3513915
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-23 00:52:24 -04:00
James McCoy
c574203bab
Add a test to verify the nick converter honors strictRfc
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-23 00:34:11 -04:00
Valentin Lorentz
a1acde1f02
Use log.critical instead of log.fatal (which does not exist).
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-23 00:31:58 -04:00
Valentin Lorentz
b7bc11deea
Prevent the 'hostmask' converter from returning '*!*@*' while 'foo!*@*' was given.
2012-05-22 23:10:40 -04:00
James McCoy
8ab33bccb4
registry: Use the correct variable name setName creates the child entry
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-22 22:46:35 -04:00
James McCoy
97e71bd2cd
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>
2012-05-22 22:38:44 -04:00
Valentin Lorentz
14609b3bb2
Add self as an argument to methos in src/dbi.py
2012-05-22 21:15:58 -04:00
Valentin Lorentz
1fe4cef61b
Import os before using it.
2012-05-22 21:14:42 -04:00
Valentin Lorentz
5be287b536
Misc: Fix encoding issue with translations using non-ascii characters in @version string.
2012-05-21 17:21:43 +00:00
James McCoy
66ac089a53
Channel: Perform proper capability checks in devoice.
...
Closes: Sf#3524393
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-05-20 20:57:13 -04:00
Valentin Lorentz
dea0070ac4
PluginDownloader: Remove debug output.
2012-05-17 16:22:37 +00:00
Valentin Lorentz
949df233d0
PluginDownloader: Enable threading.
2012-05-17 14:45:58 +00: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