Commit Graph

10153 Commits

Author SHA1 Message Date
Valentin Lorentz
693db26de9 Merge pull request #880 from nyuszika7h/fix-pr-879
Filter: Remove tests for old lithp command
2014-10-14 22:48:07 +02:00
Valentin Lorentz
73e74ff290 Revert "Filter: Fix previous merge."
This reverts commit e4025fae7a.
2014-10-14 22:47:57 +02:00
Valentin Lorentz
e4025fae7a Filter: Fix previous merge. 2014-10-14 22:46:57 +02:00
nyuszika7h
5187719a88 Filter: Remove tests for old lithp command
The command was removed in dc36ddf, but the tests weren't.
2014-10-14 22:45:44 +02:00
Valentin Lorentz
e70efa1489 Merge pull request #879 from Erika-Mustermann/patch-1
Remove abelist 'lithp' command from Filter plugin
2014-10-14 22:41:37 +02:00
Erika Mustermann
dc36ddf595 Remove abelist 'lithp' command from Filter plugin
It has been pointed out that it's quite offensive as it makes light of a defect in one's ability of communicating with others and most people that suffer from such a malady are quite sensitive about it
2014-10-14 15:34:11 -05:00
Melody
b8f1e09079 Remove racist 'azn' command from Filter plugin 2014-10-14 21:41:25 +02:00
nyuszika7h
82ea2b802f Sort .mailmap alphabetically 2014-10-14 19:40:51 +02:00
nyuszika7h
6b4de1eebb Update .mailmap 2014-10-14 19:40:37 +02:00
GLolol
94612ea2b9 INSTALL.md: more minor changes 2014-10-13 13:43:10 -07:00
GLolol
36171c94fe INSTALL.md: proofread for grammar and formatting 2014-10-13 13:14:49 -07:00
Valentin Lorentz
e9b8dddbb6 Merge pull request #873 from Mkaysi/wizard
Recommend Aka in supybot-wizard instead of Alias
2014-10-13 15:53:22 +02:00
Mikaela Suomalainen
577b9a06f1 Alias: recommend Aka in supybot-wizard 2014-10-13 11:24:59 +03:00
Mikaela Suomalainen
4443526864 supybot-wizard: suggest Aka instead of Alias 2014-10-13 11:21:20 +03:00
Valentin Lorentz
cd05f47d04 Merge pull request #872 from GLolol/karma-configurable-chars
Karma: support configurable increment/decrement chars (Closes #596)
2014-10-13 03:28:49 +02:00
Valentin Lorentz
8ab29fb291 Web: Add explicit error when page encoding cannot be guessed. 2014-10-13 01:13:15 +00:00
James Lu
41fb0f8eca Karma: fix allowSelfRating 2014-10-12 13:22:56 -07:00
James Lu
42a858595b Karma: add support configurable chars (picks up where #596 left off) 2014-10-12 12:56:43 -07:00
Valentin Lorentz
d2046a81a2 RSS: Prevent errors if users do not use @announce add correctly. Closes GH-869. 2014-10-10 14:41:45 +00:00
Valentin Lorentz
cb73917a16 Merge pull request #868 from GLolol/patch-1
Anonymous: fix help for allowPrivateTarget
2014-10-10 07:44:37 +02:00
GLolol
458cebead2 Anonymous: fix help for allowPrivateTarget
This fixes some grammar issues previously discussed at #limnoria.
2014-10-09 13:32:19 -07:00
Valentin Lorentz
13c2bd3fcc Fix 5ff7b83fdd. 2014-10-09 14:20:25 +00:00
Valentin Lorentz
95e2a796c6 Merge pull request #851 from Mkaysi/anonymous
Anonymous: fix config help for allowPrivateTarget
2014-10-09 16:13:42 +02:00
Valentin Lorentz
951dfce21f Merge pull request #829 from Mkaysi/readme
Update README.md
2014-10-09 16:12:45 +02:00
Valentin Lorentz
5ff7b83fdd Channel: Let ops see nicks in a private channel. Closes GH-797. 2014-10-09 14:12:09 +00:00
Valentin Lorentz
e0b1796042 Merge pull request #853 from nyuszika7h/disable-log-wrap
Disable log.stdout.wrap by default
2014-10-09 16:06:01 +02:00
GLolol
a5224fe84f Aka: fix a bug in aka show where None is returned for non-existant aliases 2014-10-03 21:56:09 +02:00
Valentin Lorentz
e833aba16c License: Fix formatting again. (GH-862) 2014-09-22 05:27:09 +00:00
GLolol
3c3d51e300 supybot-plugin-create: remove outdated reference to supybot.com
All links just give a 404 error, and the main site itself just redirects to sourceforge now.
2014-09-21 12:30:37 +02:00
Valentin Lorentz
d484a9bf3d License: Fix formatting. Closes GH-862. 2014-09-21 12:28:46 +02:00
Mikaela Suomalainen
9816c8cccb src/conf.py: disable strictRFC by default
strictRFC causes issues when nicks start with numbers and on some
network this happens too often. For example, if nick isn't RFC-compliant,
the bot cannot be used to kick user from channel. Ops cannot change this
so they must op themselves and kick the user by themselves or whatever
they are going to do.

Some IRCds also allow you to change your nick to your UID using `/nick
0` and on others it happens when there is nick collision after netsplit.
2014-09-20 00:50:12 +02:00
GLolol
0d4f7c655d Topic: actually read 'requireManageCapability' per channel 2014-09-20 00:49:06 +02:00
nyuszika7h
7f1d990298 Aka: Add set command to change existing aliases 2014-09-18 13:16:56 +02:00
Valentin Lorentz
5b502a6a2b Merge pull request #856 from nyuszika7h/plugindownloader-sort
PluginDownloader: Sort `repolist` output alphabetically
2014-09-18 07:11:18 +02:00
nyuszika7h
55cadfd411 PluginDownloader: Sort repolist output alphabetically 2014-09-17 20:32:19 +02:00
Valentin Lorentz
e49b6fe8d2 Owner: Make error message of plugin loading at startup more explicit. Closes GH-850. 2014-09-14 11:08:28 +00:00
Valentin Lorentz
44707374c0 RSS: Fix support of feeds that do no have guid fields. Closes GH845. 2014-09-14 10:06:45 +00:00
nyuszika7h
dd3752df17 Disable log.stdout.wrap by default
It causes more issues than it solves. The output might break if you
resize the terminal and it can make logs harder to read.
2014-09-13 13:23:50 +02:00
Valentin Lorentz
15fb16a8ae RSS: Make the cache bigger in order to prevent duplicated announces. 2014-09-12 22:37:06 +00:00
Mikaela Suomalainen
b44437bdbd Anonymous: fix config help for allowPrivateTarget
I am again unsure of my wordings, so if someone could check them, that
would be nice.
2014-09-12 09:52:17 +03:00
Valentin Lorentz
7043e17fb0 Anonymous: Fix handling of allowPrivateTarget (after a629f51). 2014-09-12 04:53:23 +00:00
Mikaela Suomalainen
ae5f33393e Dict: use * as default dictionary
The config help is unclear as it talks about `*` meaning all
dictionaries while having default value as empty string.
2014-09-05 21:41:55 +03:00
TingPing
b0d0e06ebc Fix setting directories when not using advanced mode 2014-09-03 16:58:57 +02:00
Valentin Lorentz
5709fb9db5 Merge pull request #830 from Mkaysi/install
Update INSTALL.md
2014-08-30 16:15:56 +02:00
Mikaela Suomalainen
54acda76b3 Update INSTALL.md
* First note that there is easier installation guide available
* Mention Fedora packages
* Update Debian package links
* Use curl instead of wget as it seems to be more often installed by
default
* Tell to upgrade pip if it fails without doing anything
* Remove duplication of Debian/Fedora package upgrading
* Remove space from pip
2014-08-30 17:07:08 +03:00
Mikaela Suomalainen
b04e45f941 Update README.md
* link to doc.supybot.aperio.fr
* use SSL with IRC links
* link to homepages of freenode/oftc instead of having IRC links to
networks without channels which just confuse users
2014-08-30 15:48:13 +03:00
Valentin Lorentz
537f9b3461 Socket: catch connection errors. 2014-08-30 12:11:00 +02:00
Valentin Lorentz
8e491eb2b1 Later & Seen: Fix neutral grammar in l10n-fr. 2014-08-30 12:11:00 +02:00
nyuszika7h
18ccc168f5 src/irclib.py: fix typo causing an error on 904 2014-08-30 11:55:31 +02:00
Valentin Lorentz
e6d80f9346 User: Fix @gpg remove with some gpg configs. 2014-08-29 16:17:31 +00:00