354 Commits

Author SHA1 Message Date
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
04f21eb046 Merge pull request #53 from Mikaela/faq-squash
Update use/faq.rst && add _static/
2014-12-28 09:48:43 +01:00
a2cf99f11c Merge pull request #52 from Mikaela/patch-1
Update README.md
2014-12-28 09:47:59 +01:00
c1824a1a99 Merge pull request #51 from Mikaela/travis
update .travis.yml
2014-12-28 09:47:42 +01:00
5044ea2797 Update use/faq.rst && add _static/
* FAQ: make questions titles, so they can be linked more easily
* FAQ: link from question how to identify to Getting Started
* FAQ: add moving from Alias to Aka
* FAQ: change Alias question to be Aka
* FAQ: tell Karma value to be "True" instead of "On"
* _static/: Sphinx was complaining about this directory not existing on
  my local repository.
2014-12-28 09:51:46 +02:00
a3912424dd Update README.md
Remove old link
2014-12-28 08:52:42 +02:00
12d67f7aa9 update .travis.yml
* Disable sudo
* #43 - allow tests to fail, maybe this encourages someone to fix them
2014-12-28 08:39:50 +02:00
4d18defd35 using_wrap.rst: fix a typo 2014-12-17 08:05:55 -08:00
b1e1fb77e9 Merge pull request #49 from Mikaela/translating
contribute/translate.rst: add more instructions
2014-12-16 18:43:35 +01:00
eb38c2c8a9 contribute/translate.rst: add more instructions
* Preparing git by installing it and telling our name, email and setting
  it to cache passwords for hour.
* Suggest git cloning with https instead of ssh as it can be easier.
    * mention that ssh is also possible if the person is adanced with
      git
2014-12-16 18:52:21 +02:00
dd3d1c72ec Merge pull request #47 from Mkaysi/patch-1
install.rst: fix Windows installation
2014-12-01 17:32:09 +01:00
4ce8fa9a28 install.rst: fix Windows installation
Closes ProgVal/Limnoria#927 for us, I believe.
2014-12-01 18:29:10 +02:00
17ba16737c Merge pull request #45 from Mkaysi/winstall
install: rewrite Windows instructions
2014-11-30 13:08:02 +01:00
88d605535e install: rewrite Windows instructions 2014-11-30 13:54:11 +02:00
3ce813570e Merge pull request #40 from Mkaysi/title
conf.py: fix title
2014-11-21 23:45:35 +01:00
e87852b0a9 Merge pull request #21 from Mkaysi/capabilities
use/capabilities.rst: try to explain how to use...
2014-11-21 23:45:03 +01:00
6bc7dac44a Merge pull request #44 from GLolol/patch-1
advanced_plugin_testing.rst: Fix a couple of typos
2014-11-20 08:13:25 +01:00
0d978be260 advanced_plugin_testing.rst: Fix a couple of typos 2014-11-19 17:43:23 -08:00
05e9e4f643 Merge pull request #42 from Mkaysi/patch-2
identifying_to_services.rst: fix cert add
2014-11-16 10:08:45 +01:00
83b0fde4d7 identifying_to_services.rst: fix cert add
NickServ is usually server-side alias on all networks that also checks that we are sending message to Services and if we aren't, the sending is aborted. Try it with `/quote NickServ help` or even `/allserv quote NickServ help`.
2014-11-16 11:03:42 +02:00
235d8f9692 Merge pull request #41 from Mkaysi/nginx
httpserver.rst: add comments on listen & https
2014-11-15 20:48:23 +01:00
fc457ea763 httpserver.rst: add comments on listen & https 2014-11-15 21:39:39 +02:00
615b52488f conf.py: remove release from html_title 2014-11-03 16:55:01 +02:00
26bbb758fc Merge pull request #39 from Mkaysi/patch-2
Update identifying_to_services.rst
2014-10-20 16:13:47 +02:00
ce314c39a8 Update identifying_to_services.rst
2014-10-20 17:10:58+0300 < Mikaela> too early merge, now it says Certificate FingerPrint fingerprint
2014-10-20 17:12:23 +03:00
b52c872605 Merge pull request #38 from Mkaysi/services
use/identifying_to_services: rewording
2014-10-20 16:09:28 +02:00
24aa8027de use/identifying_to_services: rewording
I don't recommend anything anymore there, network operators do that now
(ask at \#freenode and they will suggest SASL as reads at
https://freenode.net/faq.shtml#identify ).

Also mention that SASL is SASL PLAIN and to use SASL EXTERNAL you simply
configure CertFP + explain difference between the two mechanisms.
2014-10-20 17:06:52 +03:00
c6205fc441 Merge pull request #37 from Mkaysi/httpd
use/httpserver.rst: add nginx reverse proxy
2014-10-15 09:28:30 +02:00
c1fab4dd3c use/httpserver.rst: add nginx reverse proxy 2014-10-15 09:24:03 +03:00
80cff588e8 Merge pull request #35 from Mkaysi/os_x
use/supybot-botchk: fix OS X compatibility
2014-09-25 17:37:38 +02:00
70b7e80937 use/supybot-botchk: fix OS X compatibility
There are also people using Supybot on OS X and it requires the locale
to be xx_XX.UTF-8.

According to @nyuszika7h, this also works on Linux.
2014-09-25 15:46:42 +03:00
e14301e919 Merge pull request #34 from Mkaysi/services
use/identifying_to_services: add missing `<>`...
2014-09-16 18:15:52 +02:00
e3cc8d6178 use/identifying_to_services: add missing <>...
...around BOT in the line which gets fingerprint id to tell to services for
certfp.
2014-09-16 18:25:05 +03:00