Commit Graph

9762 Commits

Author SHA1 Message Date
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
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
Mikaela Suomalainen
46dab48d4e .mailmap: map @ShadowNinja correctly.
Preferred address asked at #Limnoria.
2014-05-25 23:48:07 +03:00
monodemono
996dd7bf74 Fixed a small oversight. 2014-05-25 13:42:59 -07:00
monodemono
c7b842fad2 Updated to reflect changes to default separator. 2014-05-25 13:26:57 -07:00
monodemono
4be7f6d6c2 Removed extra spaces & pipe from default separator 2014-05-25 13:22:07 -07: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