Commit Graph

  • 838185544e events: add urlSnarfer example (#113) master altotin 2025-02-15 20:16:28 +00:00
  • 4b49d52be2 Aka guide: add defaultplugin example, limitations, and capabilities note James Lu 2025-02-11 21:48:59 -08:00
  • a3bd02cbc3 command_parsing: use concat instead of squish James Lu 2025-02-11 21:23:19 -08:00
  • 4b872eb51e First draft of Command parsing primer and Custom commands (Aka) guide James Lu 2025-02-09 18:47:31 -08:00
  • a77f3a2f2c use/faq: remove coarse language James Lu 2025-02-09 18:59:34 -08:00
  • 0fdd1e70e1 Rework the config developers reference James Lu 2025-02-09 01:34:01 -08:00
  • 6d7d86289a plugin_tutorial: further simplifications James Lu 2025-02-08 12:10:48 -08:00
  • 530fa27d06 Update .gitignore James Lu 2025-02-08 12:12:16 -08:00
  • 676ee3a58d Rewrite the commands.wrap guide James Lu 2025-02-04 20:16:33 -08:00
  • 11b4510424 getting_started: rewrite the final two sections James Lu 2025-02-04 18:07:17 -08:00
  • 43be77fe2c getting_started: fix typos / reword introduction in help syntax section James Lu 2025-02-04 18:17:17 -08:00
  • 2af19fa8fe getting_started: mention that only owners can load plugins James Lu 2025-02-04 18:00:30 -08:00
  • 95bd1c5c9a Remove obsolete Travis CI config James Lu 2025-02-04 17:41:58 -08:00
  • 6c7d8d382b getting_started: rewrite "Identifying to the bot" and "Loading Plugins" sections James Lu 2025-02-03 21:09:24 -08:00
  • 8b4b145d6b Rewrite the Capabilities reference James Lu 2025-02-03 19:41:23 -08:00
  • f8fc966d98 configuration: reorder editing config manually section James Lu 2025-02-03 21:37:18 -08:00
  • 947e800fbb configuration: clarify meaning of botname.conf James Lu 2025-02-03 19:49:42 -08:00
  • a176335e84 Rewrite the Configuration guide James Lu 2025-01-21 21:30:53 -08:00
  • 5a93c9bfc5 Replace Supybook references with the Getting Started guide James Lu 2025-01-20 21:40:14 -08:00
  • a6319311f4 getting_started: cleanup and revise lead section James Lu 2025-01-20 22:02:40 -08:00
  • fc5f96de8c use/install: Remove --user Valentin Lorentz 2024-11-13 18:19:51 +01:00
  • f653e6a328 Update references to the default peekSize Valentin Lorentz 2024-07-27 12:07:34 +02:00
  • b59129240b Remove references to the 'testing' branch Valentin Lorentz 2024-07-16 18:37:09 +02:00
  • 1e9d3e3419 Update capitalization in repo URL Valentin Lorentz 2024-07-16 18:36:58 +02:00
  • 048aeebc57 Youtube added even more Javascript in their HTML Valentin Lorentz 2024-06-20 19:11:26 +02:00
  • 16f57b4598 Remove GPG from the Getting Started guide Valentin Lorentz 2024-06-15 08:18:17 +02:00
  • 806cc51199 install_windows: remove unnecessary intro text James Lu 2024-06-14 21:44:48 -07:00
  • 8ce98eb38c Actually they are called after updating IrcState Valentin Lorentz 2024-02-13 21:22:06 +01:00
  • 46fa8ec799 Mention that do-methods are called before updating IrcState Valentin Lorentz 2024-02-13 21:19:28 +01:00
  • e82d9c3dff Document network-specific configuration values Valentin Lorentz 2023-07-28 18:55:27 +02:00
  • ebb19029e6 using_wrap: Fix definition-list formatting Valentin Lorentz 2023-06-10 16:45:16 +02:00
  • 3ef90ae6cf systemd: Default to /usr/bin/supybot Valentin Lorentz 2023-04-29 10:48:07 +02:00
  • ea060a65d5 install & systemd: Mention how to setup with a virtualenv Valentin Lorentz 2023-04-29 10:45:42 +02:00
  • 7cc6b1f9f8 Apply suggestions from code review James Lu 2023-05-07 13:06:48 -07:00
  • b0c881f41b plugin_tutorial: consistently use the decorator @wrap syntax James Lu 2023-05-07 12:48:51 -07:00
  • 007b64edb7 plugin_tutorial: use dedent=0 James Lu 2023-05-07 12:46:32 -07:00
  • a88f291096 plugin_tutorial: fill in note about irc in plugin constructor James Lu 2023-05-05 23:53:13 -07:00
  • 94784eb88d plugin_tutorial: wording tweaks James Lu 2023-05-05 23:52:39 -07:00
  • 5e63c271b6 plugin_tutorial: revise / condense test.py section and conclusion James Lu 2023-05-05 23:38:19 -07:00
  • 14ffe24e7a plugin_tutorial: link directly to supybot.ircmsgs.IrcMsg James Lu 2023-05-03 22:26:27 -07:00
  • 54f94be56d plugin_tutorial: rewrite / condense plugin.py section James Lu 2023-05-03 21:29:32 -07:00
  • fa43baf9a8 advanced_plugin_config: move configure (supybot-wizard) part further down James Lu 2023-04-30 13:38:02 -07:00
  • 6e59457c5b plugin_tutorial: rewrite and condense __init__ and config.py sections James Lu 2023-04-30 13:28:25 -07:00
  • d8bd095127 plugin_tutorial: rewrite and condense up to first half of __init__.py James Lu 2023-04-30 12:38:09 -07:00
  • c4f477a4d4 develop/style: fix indent error James Lu 2023-04-30 11:56:21 -07:00
  • c6b501897e Reword feature support notes about Supybot and Gribble James Lu 2023-04-30 11:44:20 -07:00
  • abf93c3180 plugin_tutorial: Supybot/Limnoria -> Limnoria James Lu 2023-04-30 11:38:16 -07:00
  • 8e0582c325 develop: use new super() syntax to call parent constructors James Lu 2023-04-30 11:37:26 -07:00
  • b775986c38 style: copyedit, remove clauses that duplicate PEP8 James Lu 2023-04-29 11:07:29 -07:00
  • b5097cd05d install: Remove references to FreeBSD ports Valentin Lorentz 2023-04-26 17:56:00 +02:00
  • feca77cf8b install_windows: Update and clarify Python versions Valentin Lorentz 2023-03-15 08:33:26 +01:00
  • b050aaeb68 Make it clearer supybot-botchk can be used on distribs without systemd Valentin Lorentz 2022-09-13 21:45:01 +02:00
  • b14e7c75b5 install: Fix AUR links again Valentin Lorentz 2022-07-29 21:12:03 +02:00
  • d312e1611c install: Fix AUR links Valentin Lorentz 2022-07-29 18:53:07 +02:00
  • 29b3b2ed09 develop/httpserver: modernize import and super() calls James Lu 2022-07-25 21:37:38 -07:00
  • d4860a6677 install: Remove details about installing python and distutils Valentin Lorentz 2022-05-11 23:18:23 +02:00
  • aa3151a5e8 install: Remove section on installing from ZIPs Valentin Lorentz 2022-05-11 22:58:47 +02:00
  • c63127b7b6 install: Make section on package managers more compact Valentin Lorentz 2022-05-11 22:56:36 +02:00
  • 15767c4e5b Remove dead link Valentin Lorentz 2022-05-11 21:58:11 +02:00
  • 5b1669b461 Rename 'Supybot' to 'Limnoria' in introductory material Valentin Lorentz 2022-05-11 21:57:25 +02:00
  • 93cb169e8c architecture: Fix references Valentin Lorentz 2022-04-24 10:57:58 +02:00
  • de2f671229 architecture: Fix typos Valentin Lorentz 2022-04-24 10:49:43 +02:00
  • b4b52e2c7c Reference modern-irc spec when relevant Valentin Lorentz 2022-03-17 21:31:55 +01:00
  • 9b696f1ad3 faq: Fix typo in addr:port syntax Valentin Lorentz 2022-03-14 19:21:17 +01:00
  • 7a41dc185d irclib: Fix typo in the introduction of ChannelState Valentin Lorentz 2022-03-08 22:44:30 +01:00
  • 6e203b9f78 plugin_distribution: Remove warning about the pip method being experimental Valentin Lorentz 2022-02-05 16:51:49 +01:00
  • d29257f1d9 plugin_distribution: Recommend installing from git repos first, it's easier than PyPI Valentin Lorentz 2022-02-05 16:49:41 +01:00
  • 68bee8234b install docs for #98 Pratyush Desai 2022-02-02 11:22:24 +05:30
  • a9323800b8 faq: Bump the suggested value for peekSize Valentin Lorentz 2021-12-28 23:43:52 +01:00
  • 3a1c8f5884 faq: Explicitly define anchors Valentin Lorentz 2021-12-28 23:39:25 +01:00
  • 6b4fbc78b0 faq: Remove outdated item Valentin Lorentz 2021-12-28 23:39:15 +01:00
  • 604de68302 Move FAQ item to the right page. Valentin Lorentz 2021-12-28 23:38:53 +01:00
  • 02e8b2ab1f use/faq: Add two item about the title snarfer Valentin Lorentz 2021-12-18 18:44:41 +01:00
  • 1bbf81b42d use/botchk: Don't override the PATH, that's useless. Valentin Lorentz 2021-12-18 18:44:17 +01:00
  • e0565fde82 use/security: Remove commit number, just use the version Valentin Lorentz 2021-12-18 18:44:02 +01:00
  • dab8ca3d87 plugin_distribution: Make it clearer PyPI is optional Valentin Lorentz 2021-10-28 23:14:46 +02:00
  • 073b6b3b0d install guide: remove irrelevant/outdated info Valentin Lorentz 2021-10-28 23:14:26 +02:00
  • e201ff00cb Start writing a glossary Valentin Lorentz 2021-10-02 15:22:19 +02:00
  • 353dcd39fd format 'supybot-wizard' as monospace Valentin Lorentz 2021-09-20 18:39:54 +02:00
  • 4833ba4030 Fix command for NickServ registration on old bots Valentin Lorentz 2021-09-07 22:46:09 +02:00
  • dc97a84f30 Freenode -> Libera Georg 2021-07-17 19:57:20 +02:00
  • 628f2a0864 Freenode -> Libera (#93) cranberry 2021-07-17 19:40:01 +02:00
  • 1c74260111 faq.rst: use example.com instead of my.host.com Mikaela Suomalainen 2021-06-29 18:40:34 +03:00
  • 9aa6f2dbcf FR/use.po: update links to use https Mikaela Suomalainen 2021-06-29 16:34:33 +03:00
  • ff7432f929 update links http -> https & fix linkrots Mikaela Suomalainen 2021-06-29 16:33:08 +03:00
  • cca2fd6eb3 install: fix link to Supybook Mikaela Suomalainen 2021-06-29 16:17:39 +03:00
  • 371de50277 security.rst: add status.commands and partmsg Mikaela Suomalainen 2021-06-29 16:09:09 +03:00
  • 271132c215 identifying_to_services.rst: update Services to config.network era Mikaela Suomalainen 2021-06-23 09:15:09 +03:00
  • 09943ffc54 identifying_to_services: Change commands to work around Charybdis/Solanum's differing protocol Valentin Lorentz 2021-06-17 19:54:36 +02:00
  • 27321d3782 Mention how /nickserv is a common but not universal alias James Lu 2021-05-22 14:59:41 -07:00
  • 74baa551f1 Update Arch Linux & FreeBSD instructions James Lu 2021-05-22 14:18:34 -07:00
  • 327b3a0762 security: fix formatting of systemd hardening example James Lu 2021-05-22 13:55:09 -07:00
  • a740a39edd Merge remote-tracking branch 'origin/update-install-instructions' James Lu 2021-05-22 13:44:54 -07:00
  • 1388bc9b90 supybot-botchk: mention journalctl Valentin Lorentz 2021-05-04 01:05:31 +02:00
  • b8bb4b5ae9 Move systemd unit hardening from 'supybot-botchk' to 'security' Valentin Lorentz 2021-05-03 23:55:17 +02:00
  • fa8d462e0a supybot-botchk: Better explain when to use the systemd service. Valentin Lorentz 2021-05-03 23:52:06 +02:00
  • 6d20ec3a1b supybot-botchk: Swap the two sections, to have systemd first Valentin Lorentz 2021-05-03 23:49:52 +02:00
  • 92f3d1b17a getting-started: Make command samples look like actual chat logs Valentin Lorentz 2021-04-29 20:42:35 +02:00
  • 008b183f28 Make the plugin list a definition-list instead of the raw toctree Valentin Lorentz 2021-04-17 17:58:47 +02:00
  • ab99fac88d Start documenting the overall architecture Valentin Lorentz 2021-04-11 20:37:48 +02:00