Commit Graph

9852 Commits

Author SHA1 Message Date
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
nyuszika7h e791090044 RSS: Update translation files 2014-05-10 23:48:00 +02:00
nyuszika7h ace561cafa RSS: Change 'New news' to 'News' in announcements
'New news' sounds redundant, and the plugin is known for reannouncing
olf headlines anyway. ;)
2014-05-10 09:28:41 +02:00
Valentin Lorentz bbf858791d Merge pull request #623 from Mkaysi/channel
Channel.Alert gives success message now. Fixes #544.
2014-05-09 23:23:57 +02:00
Mikaela Suomalainen 623c8130ea fix previous commit 2014-05-09 22:37:17 +03:00
Mikaela Suomalainen 78596582d2 Channel: reply with Success to channel.alert. Fixes #544 . 2014-05-09 22:34:20 +03:00
Valentin Lorentz 94386a27ea Merge pull request #619 from Mkaysi/shrinkurl
ShrinkUrl: use x0 by default.
2014-05-09 15:43:29 +02:00
Valentin Lorentz ae7b6ae3b5 Merge pull request #620 from Mkaysi/debian
debian/control: Replaces supybot
2014-05-09 15:43:09 +02:00
Valentin Lorentz adc1b94f81 Merge pull request #622 from ncoevoet/master
Fixes ProgVal/Limnoria#611
2014-05-09 15:42:49 +02:00
Nicolas Coevoet f9afcffb3a Fixes ProgVal/Limnoria#611 2014-05-09 14:39:57 +02:00
Mikaela Suomalainen d6336fe9a8 debian/control: Replaces supybot
It was just said at #Limnoria that someone couldn't install Debian packages
 of Limnoria, because haven't been configured to replace supybot.

NOTE: I am not Debian packager, so I have no idea if this works, so please
test it first!
2014-05-09 15:29:52 +03:00
Mikaela Suomalainen 5b3443eeda ShrinkUrl: use x0 by default. Fixes #617.
x0 has the smallest working output. ur1 had the second smallest.
Their difference is one character.
2014-05-09 14:37:47 +03:00
Valentin Lorentz 0e5694e9c7 Filter: Prevent infinite loop in @binary on characters encoded on more than one byte.
counter ended up to begin negative, and then infinitely decreasing until memoryerror.
2014-05-08 19:57:35 +00:00
Valentin Lorentz 9d084e2e70 Allow network-specific username and ident. Closes GH-589. 2014-05-08 08:33:01 +00:00
Valentin Lorentz 90f0e08b20 Merge pull request #615 from Mkaysi/aka
Aka: fix README.txt
2014-05-07 20:27:42 +02:00
Mikaela Suomalainen 09613edb27 Aka: fix README.txt (alias add --> aka add). 2014-05-07 21:24:18 +03:00
Valentin Lorentz 96a6c4db16 Merge pull request #614 from Mkaysi/l10n-fi
Config & Topic: update/fix l10n-fi.
2014-05-07 19:25:17 +02:00
Mikaela Suomalainen e8b6097841 Topic: fix header in locales/fi.po 2014-05-07 19:29:50 +03:00
Mikaela Suomalainen c8445b8df7 Topic: fix l10n-fi. 2014-05-07 19:28:02 +03:00
Mikaela Suomalainen e6c66f50d2 Config: update l10n-fi. 2014-05-07 18:58:48 +03:00
Valentin Lorentz d1c24d81b7 supybot-wizard: Fix pronouns. Closes GH-609. 2014-05-07 06:42:18 +00:00
Valentin Lorentz 39b30d515d Merge pull request #608 from GLolol/topic-use-halfop+
Topic: If channel is +t, require halfop+ to set topics instead of op.
2014-05-07 07:54:10 +02:00
GLolol aff9713f81 Topic: I have no clue what i'm doing essentially (fix i18n) 2014-05-06 22:52:56 -07:00
GLolol 07b836f710 Topic: update error messages too
Thanks, Google Translate!
2014-05-06 22:47:26 -07:00
Valentin Lorentz cffc6aaf2a Merge pull request #607 from Mkaysi/karma
Karma: make allowUnaddressedKarma True by default & update README.
2014-05-07 07:36:50 +02:00
GLolol ef607f62bc Topic: remove comment i made during testing 2014-05-06 22:16:22 -07:00
GLolol b39412bf77 Topic: require Halfop+ instead of op 2014-05-06 22:11:43 -07:00
Mikaela Suomalainen 409975d643 Karma: make allowUnaddressedKarma True by default & update README. 2014-05-07 06:08:52 +03:00
Valentin Lorentz 41ae294e9e debian/control: add python-gnupg and python-sqlalchemy to the list of suggested dependencies. 2014-05-03 19:20:49 +00:00
Valentin Lorentz 6bdb06c719 Merge pull request #605 from Mkaysi/protector
Disable Protector by default. (Please read additional description!)
2014-05-03 15:45:17 +02:00
Valentin Lorentz d020c67436 Merge pull request #604 from Mkaysi/automode
AutoMode: use default settings that make sense.
2014-05-03 15:17:15 +02:00