Commit Graph

8053 Commits

Author SHA1 Message Date
Valentin Lorentz
1266debdd3 Merge pull request #300 from nyuszika7h/testing
irclib.py: Add network name to 'Outgoing message' debug log message
2011-12-28 02:41:49 -08:00
nyuszika7h
c656abf096 irclib.py: Add network name to 'Outgoing message' debug log message 2011-12-28 11:37:10 +01:00
Valentin Lorentz
fc3d3e6c01 Prevent the 'hostmask' converter from returning '*!*@*' while 'foo!*@*' was given. 2011-12-27 11:55:50 +01:00
Valentin Lorentz
95a9ffac17 User: Fix Mkaysi's mess with the messages.pot. 2011-12-23 14:02:39 +01:00
Valentin Lorentz
4924dd741e Merge pull request #297 from Mkaysi/mkaysi
Ctcp: fix l10n-de & fix l10n-fr & update l10n-fi.
2011-12-23 04:11:11 -08:00
Mika Suomalainen
45da6a2f60 Ctcp: fix l10n-de & fix l10n-fr & update l10n-fi. 2011-12-23 13:44:03 +02:00
Mika Suomalainen
5f9d2ecb33 core: start l10n-fi. 2011-12-23 13:24:21 +02:00
Valentin Lorentz
3046deab1e Merge pull request #295 from nyuszika7h/testing
Ran git rebase
2011-12-23 01:57:56 -08:00
nyuszika7h
acb33642c7 Alias: Fix l10n-hu 2011-12-23 10:56:12 +01:00
nyuszika7h
71c7f39d44 Unix: Make plugin.py:190 localizable and regenerate messages.pot 2011-12-23 10:56:03 +01:00
Valentin Lorentz
0e1d8ef790 Merge pull request #294 from Mkaysi/mkaysi
Unix: update l10n-fi.
2011-12-23 01:54:40 -08:00
Mika Suomalainen
b7b1e15efa Unix: update l10n-fi. 2011-12-23 11:51:49 +02:00
Valentin Lorentz
c510bae4b4 Merge pull request #293 from nyuszika7h/testing
Testing
2011-12-23 01:45:41 -08:00
nyuszika7h
dd8685e7d0 Alias: Fix l10n-hu 2011-12-23 10:37:40 +01:00
nyuszika7h
277080a247 Unix: Made plugin.py:190 localizable and regenerated messages.pot 2011-12-22 22:28:46 +01:00
nyuszika7h
1c01dc2a3c Unix: Add configuration variable spell.language 2011-12-22 22:21:20 +01:00
Valentin Lorentz
c8a8c2f33c Merge pull request #292 from Mkaysi/mkaysi
Topic: update l10n-fi.
2011-12-22 11:08:49 -08:00
Mika Suomalainen
66ea215bed Topic: update l10n-fi. 2011-12-22 21:02:16 +02:00
nyuszika7h
3ec2b166a6 User: Fix copyright in l10n-hu 2011-12-22 15:18:16 +01:00
Valentin Lorentz
6421aebfc5 Merge pull request #291 from Mkaysi/mkaysi
Web: add l10n-fi.
2011-12-22 05:41:53 -08:00
Mika Suomalainen
edf3851691 Web: add l10n-fi. 2011-12-22 15:24:20 +02:00
Valentin Lorentz
51e7447b5d Merge pull request #290 from Mkaysi/mkaysi
Utilities: add l10n-fi.
2011-12-22 04:12:49 -08:00
Mika Suomalainen
c07a267e51 Utilities: add l10n-fi. 2011-12-22 14:07:08 +02:00
nyuszika7h
77597d2cc9 User: Add l10n-hu 2011-12-21 20:40:10 +01:00
Mika Suomalainen
990801aa84 Utilities: start l10n-fi. 2011-12-21 21:09:44 +02:00
Mika Suomalainen
00d9a38830 User: add l10n-fi. 2011-12-21 20:45:08 +02:00
Valentin Lorentz
20ab951015 Merge pull request #289 from Mkaysi/mkaysi
User: fix one string (add she) & update messages.pot & update l10n-fi…
2011-12-21 08:37:01 -08:00
Mika Suomalainen
b5feac3e28 User: fix one string (add she) & update messages.pot & update l10n-fi & continue l10n-fi. 2011-12-21 18:25:33 +02:00
Mika Suomalainen
ad9b0aa3a5 User: continue l10n-fi. 2011-12-21 18:12:47 +02:00
Mika Suomalainen
e77aeb805b User: continue l10n-fi. 2011-12-21 13:13:10 +02:00
Mika Suomalainen
2f6e64868e Merge branch 'testing' of github.com:ProgVal/Limnoria into mkaysi 2011-12-20 19:10:18 +02:00
Mika Suomalainen
3a57cda34a User: add partial l10n-fi. 2011-12-20 19:09:36 +02:00
Valentin Lorentz
993c004bbe Merge pull request #288 from Mkaysi/mkaysi
URL: Add l10n-fi.
2011-12-20 07:57:12 -08:00
Mika Suomalainen
4e38be73ba URL: add l10n-fi. 2011-12-20 17:18:47 +02:00
Valentin Lorentz
aef609f61f Merge branch 'testing' 2011-12-19 01:32:25 +01:00
James McCoy
ff96b898f9 RSS._getConverter: Encode strings before handing them off to other functions
When the feed has a specified encoding, we'll be dealing with unicode objects
in the response from feedparser.parse().  To avoid possible UnicodeErrors, we
need to encode() before handing the string off to other functions, so the
other functions are always dealing with bytestrings instead of bytestrings and
unicode objects.  Mixing unicode and bytestrings will cause implicit
conversions of the unicode objects, which will most likely use the wrong
encoding.

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>

Conflicts:

	plugins/RSS/plugin.py
2011-12-19 01:32:05 +01:00
Mika Suomalainen
4e91e84f51 Merge branch 'testing' of github.com:ProgVal/Limnoria into mkaysi 2011-12-18 21:20:47 +02:00
Valentin Lorentz
ba3d3acff8 Merge pull request #287 from nyuszika7h/testing
Unix: Make configuration variables fortune.short and fortune.offensive channel-specific
2011-12-18 11:18:36 -08:00
nyuszika7h
8af27f4f64 Unix: Make configuration variable fortune.offensive channel-specific 2011-12-18 14:24:35 +01:00
nyuszika7h
751a3ef921 Unix: Make configuration variable fortune.short channel-specific 2011-12-18 14:21:46 +01:00
Mika Suomalainen
49aac12f31 Merge branch 'testing' of github.com:ProgVal/Limnoria into mkaysi 2011-12-18 13:41:28 +02:00
Daniel Folkinshteyn
43a3285f48 core: avoid casting data to string if it is already an instance of basestring, in irc.reply. 2011-12-18 12:39:05 +01:00
Mika Suomalainen
fbc6ffc36b Merge branch 'testing' of github.com:ProgVal/Limnoria into mkaysi 2011-12-18 12:59:26 +02:00
Mika Suomalainen
0677e62206 Unix: add l10n-fi. 2011-12-18 12:55:32 +02:00
Mika Suomalainen
7dba155038 Unix: add l10n-fi. 2011-12-18 18:53:59 +08:00
Mika Suomalainen
c10f62b57b Unix: add partial l10n-fi. 2011-12-14 01:31:39 +08:00
James McCoy
d9531d2d29 Fix parsing of 004 message for supported umodes/chanmodes
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2011-12-14 01:31:28 +08:00
Valentin Lorentz
72077c8c97 Google: fix previous cherry-pick. 2011-12-13 18:10:20 +01:00
Daniel Folkinshteyn
b991c8679b Google: use web scraping as fallback to ig api
ig api doesn't have everything (for one, timezones),
and also, in case the IG api ever dies.

Conflicts:

	plugins/Google/plugin.py
2011-12-13 18:10:15 +01:00
Daniel Folkinshteyn
e1ffe0f4e3 Google: use google ig api for the calc. no more web scraping. let's hope this stays alive.
Conflicts:

	plugins/Google/plugin.py
2011-12-13 18:10:09 +01:00