Commit Graph

9883 Commits

Author SHA1 Message Date
Mikaela Suomalainen 943c7405f5 INSTALL.md: Fix Debian/Ubuntu link.
It seems that markdown converts Debian to lower-case debian and the link goes to upper case Debian which doesn't exist.
2014-05-23 00:44:06 +03:00
Valentin Lorentz d5d3171794 Merge pull request #656 from Mkaysi/patch-3
src/conf.py: fix #653
2014-05-22 22:10:13 +02:00
Valentin Lorentz 25de3324ba Merge pull request #655 from Mkaysi/patch-2
Later: make default settings more sane
2014-05-22 17:57:36 +02:00
Mikaela Suomalainen 635511f7e6 fix previous commit 2014-05-22 18:56:58 +03:00
Valentin Lorentz 87f39fa167 Merge pull request #658 from Mkaysi/patch-4
src/test.py: fix typo
2014-05-22 17:42:36 +02:00
Valentin Lorentz 497df2c14f Merge pull request #657 from Mkaysi/links
Some people have difficulties in understanding that Limnoria has same commands in terminal as supybot.
2014-05-22 17:42:25 +02:00
Valentin Lorentz 21f75b8237 Merge pull request #652 from Mkaysi/patch-1
README.md: Limnoria is also tested with Python 3.4
2014-05-22 17:41:47 +02:00
Valentin Lorentz 07e709fb96 Merge pull request #659 from Mkaysi/install
Update INSTALL.md && .mailmap && restore INSTALL symlink
2014-05-22 17:41:30 +02:00
Mikaela Suomalainen 8ef5adbc77 fix previous commit
Thanks @ProgVal :)
2014-05-22 18:40:14 +03:00
Mikaela Suomalainen 6e5f18c3f8 Update INSTALL & .mailmap
[SKIP CI]
2014-05-22 14:47:12 +03:00
Mikaela Suomalainen fb26c772fc src/test.py: fix typo
standart --> standard
2014-05-22 13:54:25 +03:00
Mikaela Suomalainen d986b9c64d setup.py & scripts: add limnoria* symlinks 2014-05-22 13:08:59 +03:00
Mikaela Suomalainen 44c579c4f9 src/conf.py: fix #653
```
4.4.2 Notice

      Command: NOTICE
   Parameters: <nickname> <text>

   The NOTICE message is used similarly to PRIVMSG.  The difference
   between NOTICE and PRIVMSG is that automatic replies must never be
   sent in response to a NOTICE message.  This rule applies to servers
   too - they must not send any error reply back to the client on
   receipt of a notice.  The object of this rule is to avoid loops
   between a client automatically sending something in response to
   something it received.  This is typically used by automatons (clients
   with either an AI or other interactive program controlling their
   actions) which are always seen to be replying lest they end up in a
   loop with another automaton.

   See PRIVMSG for more details on replies and examples.
```
2014-05-22 12:55:43 +03:00
Mikaela Suomalainen 404fcbac37 Later: make default settings more sane
private: False
* If #653 gets done, notices are much more easier to lose.

tellOnJoin: False
* Many people are using bouncers or running their IRC clients on 24/7 up server, so in many cases joins don't tell anything on are people really present, so it's better to just wait for them to say something.
2014-05-22 12:48:42 +03:00
Mikaela Suomalainen 4d7bc4fccb README.md: Limnoria is also tested with Python 3.4 2014-05-22 12:17:21 +03:00
Valentin Lorentz 4f0c879004 Fix links to the docs. 2014-05-20 16:15:41 +00:00
Valentin Lorentz 66d0a7acdd Network: Fix @whois to work with multiple 319 messages per whois. 2014-05-20 10:49:23 +00:00
Valentin Lorentz 5312136803 Merge pull request #651 from Mkaysi/travis
Travis: disable email notifications!
2014-05-19 16:28:29 +02:00
Valentin Lorentz 3c86fca2ec Merge pull request #648 from Mkaysi/readme-aka
Aka: convert README to markdown & add "Alias" aka & add full command names to lastfm.
2014-05-19 16:27:58 +02:00
Mikaela Suomalainen 3d2290fb4b .travis.yml: disable email spam.
[SKIP CI]
2014-05-19 17:08:21 +03:00
Mikaela Suomalainen e8e16e6f3f .travis.yml: disable email spam.
[SKIP CI]
2014-05-19 17:07:01 +03:00
Mikaela Suomalainen f87052788e Aka: use better quotes for lastfm in README.md. 2014-05-19 12:27:07 +03:00
Mikaela Suomalainen 700d2c7d46 Aka: update README. Fixes #639 for those who read READMEs. 2014-05-19 12:20:55 +03:00
Valentin Lorentz ff70794261 Merge pull request #645 from Mkaysi/requirements.txt
requirements.txt: add SocksiPy-branch
2014-05-18 18:05:20 +02:00
Mikaela Suomalainen 5bec7e4ab4 requirements.txt: add SocksiPy-branch.
ERROR 2014-05-18T18:06:21 Cannot use socks proxy (SocksiPy not installed), using direct connection instead.
2014-05-18 18:11:50 +03:00
Valentin Lorentz 1aa8825e6d Merge pull request #643 from Mkaysi/travis
.travis.yml: make the pip install line a little more clean
2014-05-17 22:17:23 +02:00
Mikaela Suomalainen 7d446dff7f .travis.yml: make pip install line a little more clean. 2014-05-17 22:42:58 +03:00
Valentin Lorentz fca6bf8b0a Merge pull request #641 from nyuszika7h/patch/supybot-wizard-fixes
Fixes for supybot-wizard
2014-05-17 12:55:26 +02:00
Valentin Lorentz de41d6f89d Merge pull request #637 from GLolol/spellit-no-space
Filter: remove unneeded leading space from !spellit output
2014-05-17 12:54:29 +02:00
nyuszika7h 7b1965f6d7 supybot-wizard: Clarify help text from previous commit
[ci skip]
2014-05-17 12:27:56 +02:00
nyuszika7h b5636860bf supybot-wizard: Default to port 6697 for SSL 2014-05-17 12:24:14 +02:00
nyuszika7h 5a1398893d supybot-wizard: Use chat. instead of irc.freenode.net 2014-05-17 09:33:40 +02:00
nyuszika7h fc8493ad8a supybot-wizard: Ask SSL after port and don't say it needs Twisted 2014-05-17 09:31:56 +02:00
Valentin Lorentz 0888104e28 Filter: Make @uniud linear instead of quadratic. 2014-05-15 16:45:19 +00:00
GLolol b78319ba2a Filter: remove leading space from !spellit output 2014-05-14 16:00:24 -07:00
Valentin Lorentz d6740bfb20 Remove duplicated INSTALL file. 2014-05-13 18:49:13 +00:00
Valentin Lorentz 62b23cc32b Merge pull request #635 from Mkaysi/patch-1
Update .travis.yml
2014-05-13 20:04:24 +02:00
Mikaela Suomalainen 79fadf5a3b Update .travis.yml 2014-05-13 20:28:49 +03:00
Mikaela Suomalainen 732b2daace Update .travis.yml 2014-05-13 20:23:40 +03:00
Valentin Lorentz 5252f92e61 Relay: Set noticeNonPrivmsgs to False by default. 2014-05-12 11:26:01 +00:00
Valentin Lorentz ec3e64cd26 Merge pull request #634 from Mkaysi/travis2
.travis.yml: run sandbox/check_trans.py
2014-05-11 19:50:23 +02:00
Valentin Lorentz e8637441af check_trans.py: make error messages red. Closes GH-632 2014-05-11 17:49:14 +00:00
Valentin Lorentz b26c4d6a8a Merge pull request #628 from Mkaysi/relay
Make Relay default config make morse sense & fix gender neutral pronoun & update messages.pot
2014-05-11 19:39:56 +02:00
Mikaela Suomalainen 1754dbd08e .travis.yml: run sandbox/check_trans.py 2014-05-11 19:42:12 +03:00
Mikaela Suomalainen 940b36fdf6 Relay: fix l10n-fi. 2014-05-11 18:33:51 +03:00
Mikaela Suomalainen d01ab9968a Relay: update *.po 2014-05-11 17:50:58 +03:00
Mikaela Suomalainen 19a8bf556f Relay: fix typo (parts --> part). 2014-05-11 16:57:45 +03:00
Mikaela Suomalainen 4505060e04 README.txt: add note about joining manually on relayed networks. 2014-05-11 16:48:49 +03:00
Mikaela Suomalainen e1a1a31e2d Relay: fix gender neutral pronoun & update messages.pot 2014-05-11 16:47:32 +03:00
Mikaela Suomalainen 44d74dbfa6 Relay: make default config better.
Enable colours: most of people want them and they are supported by
all IRC clients used nowadays.

Show hostmask: that is standard behaviour of relaybots which I am seeing.

Punish other relaybots: Does this even need explaining? "Let 2009-11-24 <http://echelog.com/logs/browse/supybot/1259017200> be a lesson to you: turn *on* supybot.plugins.Relay.punishOtherRelayBots."

Don't join on all networks: I think that people mostly want to relay
specific networks, not all of them. This is also a method to evade
limitation of LinkRelay ( ProgVal/Supybot-plugins#11 ).

Use notices with nonprivmsgs: This is also standard behaviour and makes
it easier to see the difference between PRIVMSGs and everything else.
2014-05-11 16:41:06 +03:00