401 Commits

Author SHA1 Message Date
838185544e events: add urlSnarfer example (#113) 2025-02-15 12:16:28 -08:00
4b49d52be2 Aka guide: add defaultplugin example, limitations, and capabilities note 2025-02-12 20:18:46 +01:00
a3bd02cbc3 command_parsing: use concat instead of squish
concat will preserve inner spaces, while squish will not.
2025-02-12 20:18:46 +01:00
4b872eb51e First draft of Command parsing primer and Custom commands (Aka) guide
See GH-114
2025-02-12 20:18:46 +01:00
a77f3a2f2c use/faq: remove coarse language
From "Is there a command that can tell me what capability another command requires?" section
2025-02-09 19:04:25 -08:00
0fdd1e70e1 Rework the config developers reference
- Remove redundant language. Focus on the key functions / classes and their inputs
- Add an example for registerNetworkValue()
- Describe the behaviour difference of private values
- Consistently use `plugins.WorldDom.attackTargets.air` in examples (previously it was inconsistent with `plugins.WorldDom.air`)
- Format types with :class:
- Remove fallback code for supybot / gribble. These are Py2-only and unlikely to be relevant these days
2025-02-09 10:34:01 +01:00
6d7d86289a plugin_tutorial: further simplifications
- Remove the discussion of README and copyright header. These are already very self documenting
- Add links to the `help` syntax reference in use/getting_started
- Update the headings to include the contents of each file in addition to its name for easier navigation
- Further remove redundant language
2025-02-08 21:13:20 +01:00
530fa27d06 Update .gitignore
Add supybot-plugin-doc temp files and IDE folders
2025-02-08 12:12:43 -08:00
676ee3a58d Rewrite the commands.wrap guide
- Add concrete examples of contexts: optional and multiple arguments
- Add examples of converters that don't (always) read command line arguments, such as 'op' and 'channel'
- Switch examples to use the decorator syntax for "wrap". This is common among chatbots these days
- Make the motivating example more concise
2025-02-05 09:14:30 +01:00
11b4510424 getting_started: rewrite the final two sections
- Make the text less repetitive
- Mention the reply.mores.instant option. This can be useful on quieter rooms and is a nice segue to the next page (Configuration)
2025-02-05 04:04:54 +01:00
43be77fe2c getting_started: fix typos / reword introduction in help syntax section 2025-02-04 18:19:57 -08:00
2af19fa8fe getting_started: mention that only owners can load plugins 2025-02-04 18:00:30 -08:00
95bd1c5c9a Remove obsolete Travis CI config
This hasn't been relevant for years now.

Closes #43
2025-02-04 17:41:58 -08:00
6c7d8d382b getting_started: rewrite "Identifying to the bot" and "Loading Plugins" sections
- Move NickAuth before hostmask login - NickAuth is more straightforward to configure and less easy to mess up (e.g. by adding an overly wide hostmask)
- Make the Loading Plugins section more straightforward, and add links to plugin listings

Note that I removed the part where nested commands ("[hostmask]") are mentioned in passing. This is a complicated and interesting enough topic to deserve its own page.
2025-02-04 08:57:58 +01:00
8b4b145d6b Rewrite the Capabilities reference
- Focus more on the format and usage of capabilities, as opposed to the excitement and motivation
- Change "Default capabilities" to "Special built-in capabilities" to avoid confusion with "defaultcapability add|remove"
- Split the documentation for each built-in capability into a separate section for readability
- Add specific entries for #channel,halfop and #channel,voice instead of mentioning only them in passing in a command usage example
- Flip the ordering for global and channel default capabilities. The former is IMO more likely to be more useful
2025-02-04 08:53:29 +01:00
f8fc966d98 configuration: reorder editing config manually section
It's better to disable flushing first, rather than risk having your changes overwritten...
2025-02-03 21:39:40 -08:00
947e800fbb configuration: clarify meaning of botname.conf
The .conf file is always used to start the bot - whether it comes from supybot-wizard is a less important detail.
2025-02-03 19:49:42 -08:00
a176335e84 Rewrite the Configuration guide
Rewrite the Configuration guide to be more concise, and display lists in bullet form (instead of prose) for better readability.

I've also added a couple more notes:
- How to get the path of a config option from the results of looking through `config list`, in case it isn't obvious
- A quick description of the `config reset channel` and `config reset network` commands
2025-02-03 18:36:05 +01:00
5a93c9bfc5 Replace Supybook references with the Getting Started guide
Supybook's last update was over 10 years ago. While it still includes some nice tips I think it's more natural to have the documentaiton be self-contained.
2025-01-21 09:06:15 +01:00
a6319311f4 getting_started: cleanup and revise lead section
- Remove the `supybot-wizard` section, as this is duplicated with the install guides
- Add a short blurb describing how to interact with the bot (via command prefix, nick prefix, or direct message)
- Add an explanation of *why* "list" and "help" are separate commands.
- Use consistent formatting when referring to command names. (in this case I used code blocks)
2025-01-21 09:05:34 +01:00
fc5f96de8c use/install: Remove --user
It has not been needed for a while, and fails when a venv is active.
2024-11-13 18:19:51 +01:00
f653e6a328 Update references to the default peekSize 2024-07-27 12:07:34 +02:00
b59129240b Remove references to the 'testing' branch 2024-07-16 18:37:09 +02:00
1e9d3e3419 Update capitalization in repo URL 2024-07-16 18:36:58 +02:00
048aeebc57 Youtube added even more Javascript in their HTML 2024-06-20 19:11:26 +02:00
16f57b4598 Remove GPG from the Getting Started guide
No one uses it, and it's just confusing
2024-06-15 08:18:17 +02:00
806cc51199 install_windows: remove unnecessary intro text 2024-06-14 21:44:48 -07:00
8ce98eb38c Actually they are called after updating IrcState 2024-02-13 21:22:06 +01:00
46fa8ec799 Mention that do-methods are called before updating IrcState 2024-02-13 21:19:28 +01:00
e82d9c3dff Document network-specific configuration values 2023-07-28 18:55:27 +02:00
ebb19029e6 using_wrap: Fix definition-list formatting 2023-06-10 16:45:16 +02:00
3ef90ae6cf systemd: Default to /usr/bin/supybot 2023-06-10 16:43:23 +02:00
ea060a65d5 install & systemd: Mention how to setup with a virtualenv 2023-06-10 16:43:23 +02:00
7cc6b1f9f8 Apply suggestions from code review
Co-authored-by: Val Lorentz <progval+git@progval.net>
2023-05-11 08:08:52 -07:00
b0c881f41b plugin_tutorial: consistently use the decorator @wrap syntax 2023-05-11 08:08:52 -07:00
007b64edb7 plugin_tutorial: use dedent=0 2023-05-11 08:08:52 -07:00
a88f291096 plugin_tutorial: fill in note about irc in plugin constructor 2023-05-11 08:08:52 -07:00
94784eb88d plugin_tutorial: wording tweaks 2023-05-11 08:08:52 -07:00
5e63c271b6 plugin_tutorial: revise / condense test.py section and conclusion 2023-05-11 08:08:52 -07:00
14ffe24e7a plugin_tutorial: link directly to supybot.ircmsgs.IrcMsg
Co-authored-by: Val Lorentz <progval+git@progval.net>
2023-05-11 08:08:52 -07:00
54f94be56d plugin_tutorial: rewrite / condense plugin.py section
- Add additional inline links to related doc pages
- Mention additional common uses of irc.reply and irc.error
2023-05-11 08:08:52 -07:00
fa43baf9a8 advanced_plugin_config: move configure (supybot-wizard) part further down
For 3rd party plugins this is so seldomly used it doesn't need to be front and center. Let's have the more important bits further up.
2023-05-11 08:08:52 -07:00
6e59457c5b plugin_tutorial: rewrite and condense __init__ and config.py sections 2023-05-11 08:08:52 -07:00
d8bd095127 plugin_tutorial: rewrite and condense up to first half of __init__.py
- Suggest running supybot-plugin-create in a separate folder, as it helps with organization
- Update supybot-plugin-create example: it now asks more questions and fills in a lot of the doc fields for you
2023-05-11 08:08:52 -07:00
c4f477a4d4 develop/style: fix indent error 2023-04-30 11:56:21 -07:00
c6b501897e Reword feature support notes about Supybot and Gribble
Neither of those are active anymore, so we shouldn't expect them to ever merge the new code really.
2023-04-30 11:45:25 -07:00
abf93c3180 plugin_tutorial: Supybot/Limnoria -> Limnoria 2023-04-30 11:45:25 -07:00
8e0582c325 develop: use new super() syntax to call parent constructors 2023-04-30 11:45:25 -07:00
b775986c38 style: copyedit, remove clauses that duplicate PEP8 2023-04-29 11:07:29 -07:00
b5097cd05d install: Remove references to FreeBSD ports
According to https://www.freshports.org/irc/py-limnoria/ they are still
shipping version 2019.09.08 on some architectures, and it's vulnerable
to CVE-2019-19010.
2023-04-26 17:56:01 +02:00