Commit Graph

9812 Commits

Author SHA1 Message Date
Mikaela Suomalainen 37d8a545e9 Services: default NickServ and ChanServ to NickServ and ChanServ.
* Most of networks have services with this name.
    * I can only name QuakeNet from those that don't, but the default
    configuration exludes it.
* If this plugin is loaded in Supybot-wizard, it asks for nicknames of
NickServ and ChanServ.

[SKIP CI] because this is `git commit --amend` and the build already
passed.
2014-06-06 14:19:34 +03:00
Mikaela Suomalainen 7ffff22c6f .gitignore: add README.txt .
[SKIP CI]
2014-06-06 12:42:33 +02:00
Mikaela Suomalainen fc81013be5 Mass rename README.txt --> README.md .
[SKIP CI]
2014-06-06 12:42:33 +02:00
Mikaela Suomalainen 94feaa5faf scripts/supybot-plugin-create: Fix #721 .
* README template is now cut to two lines for easier reading in non-word
wrapping text editors on normal terminal size.
* README is now saved as `README.md` instead of `README.txt`.
2014-06-06 11:37:13 +03:00
nyuszika7h fa06f2af34 Add protocols.irc.certfile
Fixes #612.
2014-06-04 19:12:56 +02:00
Valentin Lorentz 7d716aa8f3 setup.py: Use UTC for version number. Closes GH-717. 2014-06-04 16:50:31 +02:00
Valentin Lorentz e6db4edb44 Merge pull request #715 from Mkaysi/install
INSTALL.md: fix instructions.
2014-06-04 14:56:29 +02:00
Mikaela Suomalainen 42fd986da3 INSTALL.md: fix copy-pasting.
[SKIP CI]
2014-06-04 15:39:51 +03:00
Mikaela Suomalainen f354aa4a68 INSTALL.md: clone using HTTPS instead of GIT.
GitHub seems to be removing the `git://` links. Changing to `https://`
in case they are going to discontinue `git://`.

[SKIP CI]
2014-06-04 15:36:25 +03:00
Mikaela Suomalainen d8e992d727 INSTALL.md: Tell pip to install from git master.
[SKIP CI]
2014-06-04 15:33:24 +03:00
Mikaela Suomalainen c397317e8b INSTALL.md: fix pip instructions.
* pip has `--user`, `--install-option` just confuses people.
* pip user installation happens by `pip install limnoria --user`.
2014-06-03 21:01:36 +03:00
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
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