James McCoy
fefacf5b2f
release: Allow specifying a branch to cut the release from.
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-06-17 10:44:53 -04:00
James McCoy
d1bf3feaea
release: Use optparse to handle arguments instead of doing it manually
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-06-17 10:44:53 -04:00
Daniel Folkinshteyn
a31350f14a
Consolidate the version string to reside in one central place to ease change making.
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-06-17 10:42:44 -04:00
Valentin Lorentz
c39ad2f379
Fix KeyError when using colors in a message containing numbers.
2012-06-16 11:27:31 +00:00
Valentin Lorentz
ceee427e1f
PluginDownloader: Remove debug output.
2012-06-13 18:29:25 +02:00
Valentin Lorentz
0a442dfd15
PluginDownloader: Use GitHub's APIv3.
2012-06-13 18:07:23 +02:00
Valentin Lorentz
6286558fa5
Replace tabulations in utils.str.normalizeWhitespace. Closes GH-372.
2012-06-12 19:37:49 +02:00
Valentin Lorentz
01c0ca63e5
Merge pull request #370 from nyuszika7h/topic_save
...
Topic: Reply success when saving topic if there was no error
2012-06-10 04:26:12 -07:00
nyuszika7h
d827dfa580
Topic: Reply success when saving topic if there was no error
2012-06-09 20:30:14 +02:00
Valentin Lorentz
144c9e287b
Merge remote-tracking branch 'supybot/maint/0.83.4' into testing
...
Conflicts:
INSTALL
plugins/Channel/plugin.py
plugins/Success/plugin.py
2012-06-09 19:26:42 +02:00
skizzhg
228e958362
ShrinkUrl: Update l10n-it.
2012-06-09 19:22:27 +02:00
skizzhg
f78f0322d1
ShrinkUrl: Fix help (add 'goo').
2012-06-09 19:22:10 +02:00
skizzhg
ce59101f84
Channel: Update l10n-it
2012-06-09 19:21:03 +02:00
Valentin Lorentz
857632c762
Fix commit c310d74a19
(no more 'Error: error' message on 'Missing capability' error).
2012-06-09 18:54:10 +02:00
Valentin Lorentz
9723e14a4d
Prevent possible race conditions in scheduler.
2012-06-09 16:54:19 +02:00
skizzhg
32eef54a65
RSS: Update l10n-it.
2012-06-06 13:39:54 +02:00
James McCoy
438b50dccc
irclib: Modes aren't case insenstive
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-06-06 13:38:38 +02:00
James McCoy
6d1b957e07
irclib: Modes aren't case insenstive
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-06-06 06:00:48 -04:00
Joe Julian
7cc8feaf32
ShrinkUrl: Support for goo.gl url shortener.
2012-05-28 19:58:15 +02:00
Sebastian Kayser
2486be4464
RSS: sort and display feed items by date
2012-05-28 19:32:24 +02:00
Valentin Lorentz
dfad31135e
Merge pull request #366 from Mkaysi/INSTALL
...
INSTALL.md: make CONFIGURATION and GETTING_STARTED links to correct docs & link docs/ to index.rst.
2012-05-28 10:21:00 -07:00
Mika Suomalainen
f8067cf69c
fix previous commit
2012-05-27 12:44:42 +03:00
Mika Suomalainen
19a54afba9
fix previous commit
2012-05-27 12:43:00 +03:00
Mika Suomalainen
d94da9064e
INSTALL.md: add space to fix comment.
2012-05-27 12:41:39 +03:00
Mika Suomalainen
199dd1b28d
INSTALL.md: add missing ).
2012-05-27 12:39:48 +03:00
Mika Suomalainen
8d74e9a129
INSTALL.md: make easy to read even in normal text editor.
...
RE: https://github.com/ProgVal/Limnoria/pull/366?_nid=50578805#issuecomment-5945963
2012-05-27 12:36:00 +03:00
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