386 Commits

Author SHA1 Message Date
2a280c9ad1 Add a FAQ item on Python 2 → 3 upgrade. 2016-02-22 20:11:52 +01:00
96e85385f8 Move alternative install methods at the bottom of the install guide. 2016-02-22 20:07:04 +01:00
35f5511e6b Update install guide to use Python 3. 2016-02-22 19:50:26 +01:00
f052b6609d Add an item in the FAQ about secure connections. 2016-02-21 09:37:38 +01:00
16a578cd71 using_wrap: Group converters and contexts in logical groups. 2016-02-19 22:17:06 +01:00
a55bd85c08 Update Python version in the install guide. 2016-01-26 09:23:02 +01:00
23d663b2fb Remove SQLAlchemy from the deps list. 2016-01-26 09:20:24 +01:00
440797ddf0 Clearer separation of global and local installs. 2016-01-26 08:46:36 +01:00
a27e00b1f3 Dependencies are optional. 2016-01-06 09:22:14 +01:00
efb564fc13 Make pip download from PyPI instead of GitHub. 2016-01-06 09:19:59 +01:00
a461dbaf06 Revert "identifying_to_services.rst: mention EXTERNAL bug"
This bug is fixed now.

This reverts commit 29cafd38d81d3a43fe1ea7d27fa98bfffc5b0619.
2015-12-19 15:25:53 +01:00
97a993676e I can haz HTTPS. 2015-12-07 22:34:41 +01:00
129f7bc3bf Remove webstats-related code. 2015-08-26 18:28:39 +02:00
49a8bb53ab Merge pull request #75 from t3chguy/patch-1
Fix someone's typo
2015-08-18 14:25:35 +02:00
9b827fbd3b Fix someone's typo 2015-08-18 12:35:47 +01:00
87d8ff9fcf Add section “where to start”. 2015-08-01 22:48:43 +02:00
86c3f70136 Merge pull request #73 from Mikaela/systemd
use: make supybot-botchk more general purpouse
2015-03-01 10:32:45 +01:00
10e29427c1 use: make supybot-botchk more general purpouse
and add systemd service. Closes #69
2015-02-20 18:08:26 +02:00
a32fda9a35 Merge pull request #72 from Mikaela/znc
identifying_to_services: expand ZNC part
2015-02-20 16:49:30 +01:00
390d57d265 Merge pull request #71 from Mikaela/sasl
identifying_to_services: don't assume Atheme
2015-02-20 16:47:15 +01:00
9a3be69a14 identifying_to_services: expand ZNC part 2015-02-20 17:43:10 +02:00
f6dd9e8f3a identifying_to_services: don't assume Atheme 2015-02-20 17:37:01 +02:00
937b2e6947 Merge pull request #68 from Mikaela/install
install.rst: be more clear
2015-02-14 14:48:36 +01:00
1ed97831b4 install.rst: be more clear
* bold the word alternative that people seem to be missing
* link to Limnoria's README.md for information what to do after cloning
  the repository if someone clones it.
2015-02-14 15:02:30 +02:00
ee19c104ad Mention the 'testing' branch. 2015-02-14 13:37:28 +01:00
e615b42608 Merge pull request #66 from Mikaela/external
identifying_to_services.rst: mention SASL EXTERNAL bug
2015-02-12 10:12:47 +01:00
29cafd38d8 identifying_to_services.rst: mention EXTERNAL bug
Ref: ProgVal/Limnoria#1052
2015-02-12 09:24:00 +02:00
a9c57b096f Merge pull request #65 from Mikaela/patch-1
identifying_to_services: update supported bots
2015-01-31 08:24:28 +01:00
87db3cc548 identifying_to_services: update supported bots
d17946b081
2015-01-31 09:08:24 +02:00
649fc9b2ac Merge pull request #64 from Hasimir/copyedit-2015-02
Increased copyright to include this year.
2015-01-28 16:15:02 +01:00
dd9f189070 Increased copyright to include this year. 2015-01-29 02:09:10 +11:00
aa6d3e640b Merge pull request #63 from Hasimir/copyedit-2015-01
Spelling, grammar and minor clarifications.
2015-01-28 07:58:26 +01:00
199d764f9c Fixed my attack of stupidity with http and HTTP/S.
oops ...
2015-01-28 17:27:18 +11:00
db402c8912 Spelling, grammar and minor clarifications.
Spelling: weather/whether.

Grammar: slight adjustments.

New content: Changed Apache to Apache httpd (the name of their server,
differentiates from the hundreds of other projects they have),
introduced Nginx at the same time and then split the two
configurations.  Added a note that other software may be able to be
used, but indicated sysadmins familiar with those packages should
configure them (they should be able to work it out from the existing
examples anyway).
2015-01-28 01:39:08 +11:00
e1f80be983 Merge pull request #50 from GLolol/patch-2
using_wrap.rst: fix a typo
2015-01-25 19:49:45 +01:00
80170b47cf Merge pull request #62 from GLolol/patch-3
Update faq.rst
2015-01-25 19:36:01 +01:00
00c19dfa73 faq.rst: formatting fixes 2015-01-25 10:33:16 -08:00
024dd10709 Update faq.rst
- Minor changes for grammar (remove incorrect/excess usage of "quotes")
- Removing references to broken supybot.com, instead talking briefly about PluginDownloader
- Update & reword "Why won't Supybot respond to private messages?" clause, since `+R` is not just specific to freenode.
2015-01-25 10:28:38 -08:00
e4a58d09ff Merge pull request #61 from Mikaela/faq
faq: having the bot reply to nothing
2015-01-25 19:13:49 +01:00
cd50ae1f64 faq: having the bot reply to nothing
I also included global instructions, because I knew someone coming from
Eggdrop who wanted it globally, because their Eggdrop was also quiet.

Closes #60
2015-01-25 15:22:30 +02:00
19798b8249 Merge pull request #59 from Mikaela/registering
identifying to services: document registering
2015-01-24 10:18:42 +01:00
cc4ca719c2 identifying to services: document registering
closes #58
2015-01-24 11:12:08 +02:00
1436696a27 Merge pull request #57 from Mikaela/ecdsa_pubkey
identifying_to_services.rst: remove ecdsatool
2015-01-19 13:50:28 +01:00
5705f3b5f8 identifying_to_services.rst: remove ecdsatool
Thanks to @FlashCode for finding the method for getting public key
without having to install ecdsatool just for it.
2015-01-19 14:47:05 +02:00
a969cfe2c9 Merge pull request #56 from Mikaela/sasl
identifying to services: remove set property
2015-01-18 20:44:07 +01:00
dccc621b28 identifying to services: remove set property
Even freenode is has `/ns set pubkey` now and no network should run
version that is missing it.
2015-01-18 21:39:50 +02:00
e5370fca64 Merge pull request #55 from Mikaela/ecdsa
SASL ECDSA-NIST256P-CHALLENGE
2015-01-18 10:40:10 +01:00
bed3f6c88c SASL ECDSA-NIST256P-CHALLENGE 2015-01-06 10:23:25 +02:00
3332c08ed7 Merge pull request #54 from Mikaela/tests
advanced_plugin_testing: fix underline
2014-12-28 10:04:43 +01:00
be01de9224 advanced_plugin_testing: fix underline
Next error is something where I cannot say anything.

```
/home/mikaela/src/github/mikaela/limnoria-doc/develop/callbacks.rst:11:
WARNING: py:class reference target not found: NestedCommandsIrcProxy
```
2014-12-28 10:58:32 +02:00