Mikaela Suomalainen
d8cd749a86
Add manual pages for Limnoria* commands as we already have the commands.
...
Squashed commit of the following:
commit 7397647f7f5c44a9e883b500b9342936c14c0188
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Tue Jun 3 16:23:30 2014 +0300
setup.py: add missing ".1"s.
commit f9a95ebb4900a4b13b0f69fc674d4e9a7f7b019b
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Tue Jun 3 16:22:17 2014 +0300
fix c48e9f087daf7c69eca8c01c4e52b5843039a119
Limnoria, not Limnotia!
commit 467480325a4b6e90ac10875316867d9a218a4bc6
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Tue Jun 3 16:16:14 2014 +0300
Add manual pages for limnoria*
We already have binaries with name limnoria*, so it makes sense to also
have manual pages.
2014-06-03 16:24:46 +03:00
Valentin Lorentz
47514f9f98
Merge pull request #713 from monodemono/testing
...
Fixed iban help text.
2014-06-02 16:25:36 +02:00
monodemono
dc22a43a9f
Merge pull request #1 from Mkaysi/channel-l10n-fi
...
Channel: update messages.pot & l10n-fi.
2014-06-02 06:06:26 -07:00
Mikaela Suomalainen
b3fc7da275
Channel: update messages.pot & l10n-fi.
2014-06-02 16:03:42 +03:00
monodemono
c42cb8b34d
Fixed iban help text.
...
Removed redundant information, and slightly altered the grammar in certain parts.
2014-06-02 05:54:47 -07:00
Valentin Lorentz
39bb452d70
Merge pull request #712 from Mkaysi/patch-2
...
src/conf.py: Add AutoMode to importantplugins
2014-06-02 10:14:10 +02:00
Mikaela Suomalainen
2392863c7b
scripts/supybot-wizard: add AutoMode to be always loaded.
2014-06-02 11:03:37 +03:00
venth
76599db944
questions.yn: Perform string, not identity, comparison against 'y'
...
The `is` operator performs object identity comparison. Changing to `==`
implements the expected behavior.
Use the mock library to add tests verifying the API of questions.yn.
2014-06-01 22:52:58 -04:00
Valentin Lorentz
76bc193455
Ctcp: Fix name-crash which made --nicks always interpreted as true. Closes GH-664.
2014-05-31 20:47:16 +02:00
Valentin Lorentz
b14ed2c5d9
Config: Prevent variable creation when trying to get the value of a channel-specific variable for a non-channel.
2014-05-31 20:44:56 +02:00
Valentin Lorentz
fd2ecf0dec
Revert "Relay: set NoticeNonPrivmsgs to True."
...
This reverts commit cc8f96eeac
.
2014-05-31 17:55:44 +02:00
Mikaela Suomalainen
cc8f96eeac
Relay: set NoticeNonPrivmsgs to True.
...
Please see https://github.com/TkTech/notifico/issues/79
* > There is a difference between a NOTICE to a channel and a NOTICE to a user, every client should be able to correctly display notices to a channel. ~~ @Dav1dde
* > They should, but they don't. ~~ @Mkaysi
* > That's besides the point. There are a lot of clients that do handle it properly, and if they don't then that's not notifico's fault, that's their own fault. ~~ @sckasturi
2014-05-31 17:45:41 +02:00
Mikaela Suomalainen
b5fd00b416
ChannelLogger: set FlushImmediately to True.
...
* This is default behaviour with ZNC and some other IRC related applications.
* Users are often confused when the logs don't appear.
* The logs will less likely get lost if they are written immediately.
* Gribble is doing this too (but not by default).
2014-05-31 18:28:26 +03:00
Valentin Lorentz
303c00db1e
Fix previous commit.
2014-05-31 15:23:27 +02:00
Valentin Lorentz
9940f2ec10
Merge pull request #705 from Mkaysi/l10n-fi
...
RSS & Misc: update l10n-fi.
2014-05-31 14:57:13 +02:00
Valentin Lorentz
bd638ce350
i18n: Cleaner code and potential bug fix of multi-line translations.
2014-05-31 14:56:28 +02:00
Valentin Lorentz
483e786cde
i18n: Fix internationalization of command help.
2014-05-31 14:53:15 +02:00
Mikaela Suomalainen
156cf62c56
Misc: update l10n-fi.
2014-05-31 15:12:22 +03:00
Mikaela Suomalainen
674192f2f0
RSS: update l10n-fi.
2014-05-31 15:10:50 +03:00
Valentin Lorentz
a51b69d125
Update CONTRIBUTING.md to include guideline on internationalization. Closes GH-633.
2014-05-31 11:58:45 +02:00
Valentin Lorentz
bdd688d5e6
check_trans.py: Ignore Ctcp and Owner. Closes GH-630.
2014-05-31 11:53:43 +02:00
Valentin Lorentz
bd0a077482
RSS: Update l10n-fr.
2014-05-31 11:46:31 +02:00
Valentin Lorentz
b6498ba206
Merge pull request #626 from nyuszika7h/rss-announce-prefix
...
RSS: Change 'New news' to 'News' in announcements
2014-05-31 11:45:50 +02:00
Valentin Lorentz
733422fcb5
Merge pull request #703 from Mkaysi/time
...
src/conf.py: use ISO 8601 in reply.format.time.
2014-05-31 09:15:19 +02:00
Mikaela Suomalainen
8ee273b949
src/conf.py: use ISO 8601 in reply.format.time.
...
If I read the code for Time correctly, it uses this value by default. I
think that this fixes #701 .
2014-05-31 09:46:29 +03:00
Valentin Lorentz
5881c97120
Make supybot.reply.oneToOne not always true on channels.
2014-05-30 17:03:12 +00:00
Valentin Lorentz
8787239f0a
Merge pull request #675 from Mkaysi/html5
...
src/httpserver.py: use HTML5.
2014-05-29 23:28:59 +02:00
Valentin Lorentz
cdde919d50
Revert "update ChangeLog from git. Closes #700 ."
...
This reverts commit e88cbb8ba7
.
2014-05-29 20:56:06 +00:00
Valentin Lorentz
9365f3bb89
Merge pull request #699 from Mkaysi/changelog
...
Update ChangeLog from git.
2014-05-29 22:54:17 +02:00
Mikaela Suomalainen
e88cbb8ba7
update ChangeLog from git. Closes #700 .
...
[CI SKIP]
2014-05-29 23:49:32 +03:00
Valentin Lorentz
9569eb22d8
Misc: Only write channel name, instead of prepending it with “channel”.
2014-05-29 18:46:09 +00:00
Valentin Lorentz
00e4c64bb5
Merge pull request #692 from Mkaysi/patch-1
...
CONTRIBUTING.md: bold the testing branch.
2014-05-29 20:17:25 +02:00
Valentin Lorentz
a430e3bce5
Misc: Internationalize two strings.
2014-05-29 18:11:38 +00:00
Valentin Lorentz
0978bdb25b
Merge pull request #695 from Mkaysi/patch-3
...
src/conf.py: fix gender-neutral pronouns.
2014-05-29 20:10:41 +02:00
Valentin Lorentz
c66072ffc2
Misc: Improve code in previous merge.
2014-05-29 18:07:20 +00:00
Valentin Lorentz
391c645617
Merge pull request #697 from sckasturi/patch-2
...
Add the channel invalid command was called in.
2014-05-29 20:06:30 +02:00
Srijay Kasturi
b3bf19ffe7
Add invalid command was called in.
...
fixes #584
2014-05-29 12:32:13 -04:00
Mikaela Suomalainen
85a943c5b1
src/conf.py: fix gender-neutral pronouns.
2014-05-29 18:51:52 +03:00
Mikaela Suomalainen
e091809399
CONTRIBUTING.md: bold the testing branch.
2014-05-29 11:36:08 +03:00
Valentin Lorentz
c799bb2931
Merge pull request #688 from Mkaysi/user.identify
...
Make user.whoami more clear to unidentified users.
2014-05-29 00:30:21 +02:00
Valentin Lorentz
07f3392a8c
Merge pull request #690 from Mkaysi/patch-1
...
src/conf.py: set default banmask to host.
2014-05-29 00:27:10 +02:00
Mikaela Suomalainen
a769b4f97a
User: update messages.pot & l10n-fi.
2014-05-28 19:49:53 +03:00
Mikaela Suomalainen
c810a52afd
User: fix #687
2014-05-28 19:47:31 +03:00
Mikaela Suomalainen
f486bdbdba
fix previous commit
2014-05-28 18:34:41 +03:00
Mikaela Suomalainen
4d81a55241
Channel: fix test.py .
2014-05-28 12:59:43 +03:00
Mikaela Suomalainen
0f89e12f4d
src/conf.py: set default banmask to host.
...
`*!user@host` is very easy to evade as most of users don't have identd server. This makes bans a little more difficult to evade.
See also:
* weechat/weechat#18
* ProgVal/Limnoria#689
2014-05-28 12:45:07 +03:00
Valentin Lorentz
14786ff68e
Merge pull request #685 from sckasturi/patch-1
...
Some markdown formatting
2014-05-27 07:51:42 +02:00
Srijay Kasturi
899d23e0d7
for 1 line code blocks you only need , not
``
2014-05-26 23:01:54 -04:00
Valentin Lorentz
977eb319f6
Merge pull request #682 from monodemono/testing
...
Removed extra spaces & pipe from default separator
2014-05-26 22:02:41 +02:00
Valentin Lorentz
cfa9ff4c18
Merge pull request #683 from Mkaysi/patch-1
...
.mailmap: map @ShadowNinja correctly.
2014-05-26 22:02:16 +02:00