Commit Graph

9746 Commits

Author SHA1 Message Date
Mikaela Suomalainen 46dab48d4e .mailmap: map @ShadowNinja correctly.
Preferred address asked at #Limnoria.
2014-05-25 23:48:07 +03:00
Valentin Lorentz 6314594fa1 Merge pull request #678 from Mkaysi/patch-1
src/conf.py: Plugin isn't important plugin
2014-05-25 19:34:24 +02:00
Mikaela Suomalainen 3e9ccf2cdf src/conf.py: Plugin isn't important plugin
See https://github.com/ProgVal/Limnoria/pull/677#issuecomment-44134309 & https://github.com/ProgVal/Limnoria/pull/677#issuecomment-44140276 .
2014-05-25 20:33:33 +03:00
Valentin Lorentz 7b7b93eee6 Later & Topic: Fix tests to work with latest configuration changes. 2014-05-24 23:26:55 +02:00
Valentin Lorentz 80bb63460d Fix previous commit. 2014-05-24 22:14:35 +02:00
Valentin Lorentz 06b929c1a3 Revert "Update .travis.yml"
This reverts commit 732b2daace.

Conflicts:
	.travis.yml
2014-05-24 22:13:20 +02:00
Valentin Lorentz 57429f9386 Merge pull request #671 from nyuszika7h/patch/sasl-improvements
src/irclib.py: Further improvements to SASL and a few other minor things
2014-05-24 22:11:25 +02:00
nyuszika7h 100ff648be src/irclib.py: Further improvements to SASL and a few other minor things 2014-05-24 17:25:32 +02:00
Valentin Lorentz 52f6898959 README: Remove unbreakable space. (GH-670) 2014-05-24 14:29:17 +00:00
Valentin Lorentz 943085b536 Merge pull request #663 from Mkaysi/patch-1
Topic: fix default format
2014-05-24 16:20:17 +02:00
Valentin Lorentz 77298106a7 Merge pull request #669 from nyuszika7h/patch/sasl-wait-auth
src/irclib.py: Delay sending SASL authstring until given green light
2014-05-24 16:19:49 +02:00
nyuszika7h 414249c9ac src/irclib.py: Delay sending SASL authstring until given green light
That means wait until receiving 'AUTHENTICATE +' from the server, which
means the mechanism is supported and we can proceed to send the
authstring.

It generally works anyway, but it's better to follow the standards, plus
old versions of elemental-ircd may crash if we don't do this.
2014-05-24 15:57:27 +02:00
Mikaela Suomalainen bf536d5cd2 Topic: fix default format
The old format also included useless nick. I don't know anyone who has used the default meaning it and it annoys people and it just annoyed me.

> XX:XX:XX  -: blah blah blaa (Mikaela)
2014-05-23 18:05:19 +03:00
Valentin Lorentz 0af3bb91fb Merge pull request #660 from Mkaysi/patch-1
INSTALL.md: Fix Debian/Ubuntu link.
2014-05-23 14:28:10 +02:00
Valentin Lorentz 41713c3a7e Merge pull request #662 from Mkaysi/install
Replace INSTALL symlink with .gitignore entry.
2014-05-23 14:19:35 +02:00
Mikaela Suomalainen d1964c202e Replace INSTALL symlink with .gitignore entry.
This should prevent Supybot's INSTALL file from coming in case of merge.
Or at least I hope so.
2014-05-23 13:20:05 +03:00
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