Commit Graph

178 Commits

Author SHA1 Message Date
Mikaela Suomalainen
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
Valentin Lorentz
dd3d1c72ec Merge pull request #47 from Mkaysi/patch-1
install.rst: fix Windows installation
2014-12-01 17:32:09 +01:00
Mikaela Suomalainen
4ce8fa9a28 install.rst: fix Windows installation
Closes ProgVal/Limnoria#927 for us, I believe.
2014-12-01 18:29:10 +02:00
Valentin Lorentz
17ba16737c Merge pull request #45 from Mkaysi/winstall
install: rewrite Windows instructions
2014-11-30 13:08:02 +01:00
Mikaela Suomalainen
88d605535e install: rewrite Windows instructions 2014-11-30 13:54:11 +02:00
Valentin Lorentz
3ce813570e Merge pull request #40 from Mkaysi/title
conf.py: fix title
2014-11-21 23:45:35 +01:00
Valentin Lorentz
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
Valentin Lorentz
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
GLolol
0d978be260 advanced_plugin_testing.rst: Fix a couple of typos 2014-11-19 17:43:23 -08:00
Valentin Lorentz
05e9e4f643 Merge pull request #42 from Mkaysi/patch-2
identifying_to_services.rst: fix cert add
2014-11-16 10:08:45 +01:00
Mikaela Suomalainen
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
Valentin Lorentz
235d8f9692 Merge pull request #41 from Mkaysi/nginx
httpserver.rst: add comments on listen & https
2014-11-15 20:48:23 +01:00
Mikaela Suomalainen
fc457ea763 httpserver.rst: add comments on listen & https 2014-11-15 21:39:39 +02:00
Mikaela Suomalainen
615b52488f conf.py: remove release from html_title 2014-11-03 16:55:01 +02:00
Valentin Lorentz
26bbb758fc Merge pull request #39 from Mkaysi/patch-2
Update identifying_to_services.rst
2014-10-20 16:13:47 +02:00
Mikaela Suomalainen
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
Valentin Lorentz
b52c872605 Merge pull request #38 from Mkaysi/services
use/identifying_to_services: rewording
2014-10-20 16:09:28 +02:00
Mikaela Suomalainen
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
Valentin Lorentz
c6205fc441 Merge pull request #37 from Mkaysi/httpd
use/httpserver.rst: add nginx reverse proxy
2014-10-15 09:28:30 +02:00
Mikaela Suomalainen
c1fab4dd3c use/httpserver.rst: add nginx reverse proxy 2014-10-15 09:24:03 +03:00
Valentin Lorentz
80cff588e8 Merge pull request #35 from Mkaysi/os_x
use/supybot-botchk: fix OS X compatibility
2014-09-25 17:37:38 +02:00
Mikaela Suomalainen
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
Valentin Lorentz
e14301e919 Merge pull request #34 from Mkaysi/services
use/identifying_to_services: add missing `<>`...
2014-09-16 18:15:52 +02:00
Mikaela Suomalainen
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
Valentin Lorentz
4b79873f6d Update .travis.yml 2014-09-03 16:03:47 +02:00
Valentin Lorentz
c45290e240 Merge pull request #32 from Mkaysi/patch-1
use/configuration.rst: fix typo
2014-09-03 15:15:17 +02:00
Mikaela Suomalainen
d568adcfd3 use/configuration.rst: fix typo 2014-09-03 16:11:15 +03:00
Valentin Lorentz
a5f9e2ac10 Merge pull request #26 from Mkaysi/getting_started
use/getting_started.rst: talk more about hostmasks
2014-09-02 20:23:36 +02:00
Mikaela Suomalainen
055b3da711 Separate getting_started & identifying_to_services 2014-09-02 21:22:18 +03:00
Valentin Lorentz
ec6d01d05a Merge pull request #23 from Mkaysi/nickauth
use/getting_started.rst: mention that NickAuth...
2014-09-02 20:21:00 +02:00
Valentin Lorentz
0d5d30cb2a Merge pull request #31 from Mkaysi/supybot-botchk-final
use/supybot-botchk.rst: document supybot-botchk
2014-09-02 20:08:36 +02:00
Mikaela Suomalainen
74798772ac use/supybot-botchk.rst: document supybot-botchk
and update .gitignore which was missing some other directories too.
2014-09-02 20:43:51 +03:00
Valentin Lorentz
5b5be7ea11 Merge pull request #29 from KingInTheNorth/patch-1
Fixed from README.txt to .md
2014-08-31 19:07:25 +02:00
KingInTheNorth
3e631f350c Fixed from README.txt to .md
README.txt is outdated, the wizard now makes a README.md file.
2014-08-31 12:00:59 -05:00
Valentin Lorentz
86134b32e0 Merge pull request #28 from Mkaysi/rtd_theme
Use read the docs theme
2014-08-31 16:40:56 +02:00
Mikaela Suomalainen
e8cf4c4ab5 requiremets.txt: add sphinx_rtd_theme &&
conf.py: use rtd theme outside of rtd && .gitignore: add conf/ & logs/
2014-08-31 15:00:30 +03:00
Mikaela Suomalainen
f620c14293 use/gettin_started.rst: talk more about hostmasks
Adding strict hostmask isn't the only option, you can use wildcards and
the most used wildcards are now explained.

* any nick with specific ident (*!ident@host)
    * server which doesn't have bots, but has multiple users
* anything with specific host (*!*@host)
    * cloaks/vhosts
2014-08-31 12:17:10 +03:00
Valentin Lorentz
7bc92b9ce7 Merge pull request #27 from Mkaysi/patch-1
translate.rst: use https:// instead of git://
2014-08-31 08:50:45 +02:00
Mikaela Suomalainen
e0c0d27f34 translate.rst: use https:// instead of git:// 2014-08-30 23:38:40 +03:00
Mikaela Suomalainen
66b1b2c976 use/getting_started.rst: mention that NickAuth...
...identify you automatically.
2014-08-30 18:15:16 +03:00
Valentin Lorentz
9d9804f50d Merge pull request #25 from Mkaysi/install
use/install.rst: remove accidental $s
2014-08-30 15:43:58 +02:00
Mikaela Suomalainen
1a9b139758 use/install.rst: remove accidental $s
My Vimrc makes Vim show $ where line changes and I had accidentally
copy-pasted it to places where it doesn't belong.
2014-08-30 16:37:08 +03:00
Valentin Lorentz
acdcb84d0a Merge pull request #24 from Mkaysi/install
install.rst: put part about testing in italics
2014-08-29 21:23:56 +02:00
Mikaela Suomalainen
e84dedb108 install.rst: put part about testing in italics 2014-08-29 20:14:26 +03:00
Mikaela Suomalainen
41f0419874 use/capabilities.rst: try to explain how to use...
...capabilities.
2014-08-28 16:31:03 +03:00
Valentin Lorentz
320d16e191 Merge pull request #20 from Mkaysi/they
Use gender neutral pronouns
2014-08-28 14:09:30 +02:00
Mikaela Suomalainen
fc486ed212 Use gender neutral pronouns 2014-08-28 14:43:41 +03:00
Valentin Lorentz
0fa196e1ae Merge pull request #19 from Mkaysi/services
use/getting_started.rst: explain four methods...
2014-08-28 13:18:41 +02:00
Mikaela Suomalainen
56ac3c3929 getting_started.rst: fix typos noticed by
@nyuszika7h
2014-08-23 12:11:22 +03:00
Mikaela Suomalainen
1c812713d2 use/getting_started.rst: explain four methods...
...to identify to Services.

Did this get a little too verbose? I think that this did, but I need
help making this a little less verbose and CertFP requires verbosity.
2014-08-22 10:04:15 +03:00