Commit Graph

9782 Commits

Author SHA1 Message Date
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
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
Mikaela Suomalainen
cedae0244c src/httpserver.py: use HTML5. 2014-05-25 13:50:39 +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