Commit Graph

95 Commits

Author SHA1 Message Date
Valentin Lorentz
23d663b2fb Remove SQLAlchemy from the deps list. 2016-01-26 09:20:24 +01:00
Valentin Lorentz
440797ddf0 Clearer separation of global and local installs. 2016-01-26 08:46:36 +01:00
Valentin Lorentz
a27e00b1f3 Dependencies are optional. 2016-01-06 09:22:14 +01:00
Valentin Lorentz
efb564fc13 Make pip download from PyPI instead of GitHub. 2016-01-06 09:19:59 +01:00
Valentin Lorentz
a461dbaf06 Revert "identifying_to_services.rst: mention EXTERNAL bug"
This bug is fixed now.

This reverts commit 29cafd38d8.
2015-12-19 15:25:53 +01:00
Valentin Lorentz
97a993676e I can haz HTTPS. 2015-12-07 22:34:41 +01:00
Valentin Lorentz
129f7bc3bf Remove webstats-related code. 2015-08-26 18:28:39 +02:00
Michael Telatynski
9b827fbd3b Fix someone's typo 2015-08-18 12:35:47 +01:00
10e29427c1 use: make supybot-botchk more general purpouse
and add systemd service. Closes #69
2015-02-20 18:08:26 +02:00
Valentin Lorentz
a32fda9a35 Merge pull request #72 from Mikaela/znc
identifying_to_services: expand ZNC part
2015-02-20 16:49:30 +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
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
29cafd38d8 identifying_to_services.rst: mention EXTERNAL bug
Ref: ProgVal/Limnoria#1052
2015-02-12 09:24:00 +02:00
87db3cc548 identifying_to_services: update supported bots
d17946b081
2015-01-31 09:08:24 +02:00
Ben McGinnes
199d764f9c Fixed my attack of stupidity with http and HTTP/S.
oops ...
2015-01-28 17:27:18 +11:00
Ben McGinnes
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
GLolol
00c19dfa73 faq.rst: formatting fixes 2015-01-25 10:33:16 -08:00
James Lu
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
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
cc4ca719c2 identifying to services: document registering
closes #58
2015-01-24 11:12:08 +02: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
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
Mikaela Suomalainen
bed3f6c88c SASL ECDSA-NIST256P-CHALLENGE 2015-01-06 10:23:25 +02:00
Mikaela Suomalainen
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
Mikaela Suomalainen
4ce8fa9a28 install.rst: fix Windows installation
Closes ProgVal/Limnoria#927 for us, I believe.
2014-12-01 18:29:10 +02:00
Mikaela Suomalainen
88d605535e install: rewrite Windows instructions 2014-11-30 13:54:11 +02: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
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
Mikaela Suomalainen
fc457ea763 httpserver.rst: add comments on listen & https 2014-11-15 21:39:39 +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
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
Mikaela Suomalainen
c1fab4dd3c use/httpserver.rst: add nginx reverse proxy 2014-10-15 09:24:03 +03: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
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
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
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
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
Mikaela Suomalainen
66b1b2c976 use/getting_started.rst: mention that NickAuth...
...identify you automatically.
2014-08-30 18:15:16 +03: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
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
Mikaela Suomalainen
fc486ed212 Use gender neutral pronouns 2014-08-28 14:43:41 +03: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
Mikaela Suomalainen
4675ba1c96 doc/use/install: some updates
* mention that .rpm package is also available

* note that Windows users should run global installation commands with
Administrator rights and also remove `sudo` from beginnings of lines.

* note that pip should be upgraded if it fails to do any of the
installation commands when git is installed.
2014-08-21 20:10:07 +03:00
Mikaela Suomalainen
05d701cc48 use/getting_started.rst: replace pastebinit wit...
h curl

curl is more often installed than pastebinit and is widely used and
might be installed by default on some systems (I believe Fedora 20 is
one of these).
2014-08-06 11:37:15 +03:00