* Fix compatibility with setuptools >= 80
* registry.Json: Fix serialization/deserialization points
* Make supybot.plugins.Web.urlWhitelist channel-specific
* Fix interference of wrap() and internationalizeDocstring()
* Add support for Python 3.14.0-alpha1
* i18n: Remove hacks for Python 2
* Add support for negative integers options following getopt
- Update to version 2022-11-16
+ Socket: Disable resolution when using a SOCKS proxy
+ callbacks, Misc, Relay: Fix when the message prefix is just a nick
+ Channel: Fix Nameerror in @Alert.
+ httpserver: Fix pointless tracebacks
+ RSS: Default to setting announces per channel+network, instead of
+ Log loading times for each plugin
+ RSS: Show a meaningful error in case '@rss' is called with a non-URL/…
+ Socket: Don't add instances twice in cls._instances.
+ Make irc.error do nothing is no string is given as argument.
+ Call super().setValue() before defaultHttpHeaders.
+ Deduplicate setting Accept-Language HTTP header.
+ Fix getSpecific usage
+ Import MutableMapping and MutableSet from collections.abc.
+ Readd Limnoria name to default part & quit messages
+ SedRegex: update plugin metadata
+ Add config supybot.reply.format.list.maximumItems to limit the size o…
+ Make getLocaleFromRegistryCache reload existing locales.
+ Math: Display a nicer error in case of MemoryError.
+ MoobotFactoids: Fix support of commands sent in private.
+ QuoteGrabs: fix SyntaxWarning (#1391)
+ RSS: Register feed config in config.py instead of plugin.py.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=76
* Add IrcState.nicksToAccount
* core & Channel: Add option --account to kban and iban
* Add support for 'account' in supybot.protocols.irc.banmask
* Replace makeExtBanmask with makeExtBanmasks
* makeExtBanmasks: Log invalid options
* requirements.txt: add ddate as an optional dependency for Time.ddate
* Socket: Fix hanging while TLS socket buffer is non-empty
* Debug: Remove useless shebang
* httpserver: Fix incorrect path joining
* RSS: Add support for $content/$summary_detail/$title_detail
* RSS: Copy $summary to $description on Atom feeds
* Fix recursive loop in limnoria_reset_password
* Geography: Add support for OSM node ids
* Web: Fix crash on trailing ';' in Content-Type
* Web: Fix crash on socket.timeout on snarfed URLs
* Fediverse: Catch URLErrors raised when checking webfinger support
* Services: Improve error on missing password or NickServ nick
* Changed whois provider domain to whois.iana.org
* RSS: Update link to feedparser
* ircdb.checkIgnored: return False for messages from servers
* RSS: Don't log tracebacks for HTTP errors
* Create temporary files in a temporary directory
* Channel: Fix error in when channel is configured but not joined
* Web: Need to download even more Javascript from Youtube
* Admin: Fix leftover state change in testPart
* Admin: Actually clean up test channel from configuration
* Fix SyntaxWarning on Python 3.12
* httpserver: Rewrite without the cgi module
* Internet: Use socket directly instead of telnetlib
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=71
- Update to version 2022-02-03
* wizard: Fix mixup of sasl username and password
* Format: allow empty substrings in 'replace'. This allows for
easy substring removal without having to use regex.
* setup.py + CI: Remove support for Python 3.4 and 3.5
* Time: Fix error handling in @tztime.
* LogToIrc: Synchronize README with config.py. Better document
the format of the 'target' config var
* Expose standardSubstitute's var dictionary. So it can be reused
by plugins if they want to use a different templating engine.
* Services: Update to the latest version of the
draft/account-registration spec.
- Skip python310: no feedparser due to missing sgmllib3k for
Python 3.10
- Enable the test suite
OBS-URL: https://build.opensuse.org/request/show/951769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=50
- Update to version 2021-05-27:
+ Socket: Fix crash non-TLS connections when using a SOCKS proxy
+ Socket: Disable resolution when using a SOCKS proxy
+ drivers: Log SOCKS proxy on connecting
+ callbacks, Misc, Relay: Fix when the message prefix is just a nick
+ Admin: Fix python 3.4 support
+ ircdb: Fix 'IrcUser.nicks' on non-lowercase network names
+ Add the option to disable password login.
+ Move official channel from Freenode to Libera.Chat
+ SedRegex: Fix NameError in config setup
+ Network: Fix IPv6 parsing
+ Channel: Fix Nameerror in @Alert.
+ httpserver: Fix pointless tracebacks
+ Relay: Don't relay QUIT/NICK if the sender isn't in the relayed channel.
+ RSS: Make @remove completely clean up feeds
+ RSS: Default to setting announces per channel+network, instead of
just per channel
+ RSS: Forbid dots in feed names.
+ Services: Keep per-network state separate
+ all plugins: regenerate READMEs
+ httpserver, Fediverse: show an error message on 404
+ Fediverse: Move Secure Fetch documentation to the 'Usage' section
+ Fix computation of message overhead in multiline batches.
+ Log loading times for each plugin
+ supybot-plugin-doc: Add labels for all command and config variables
+ callbacks: Don't write nick prefixes in the middle of multiline messages
OBS-URL: https://build.opensuse.org/request/show/900624
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=48
- Update to version 2020-01-31:
+ RSS: If ids are missing, use <link> as id.
+ RSS: Show a meaningful error in case '@rss' is called with a non-URL/…
+ ChannelStats: Use the safe math evaluator.
+ core/Math: Move the math evaluator to src/utils/.
+ Math: Fix log/log10 return type.
+ Aka, Google, String: fix more DeprecationWarning in tests (#1328)
+ AutoMode, Channel, Nickometer: fix invalid escape sequence Deprecatio…
+ plugins: use r'' strings to fix DeprecationWarning in test cases (#1328)
+ Aka, Debug: cleanup imports
+ Use importlib instead of imp.
+ Replace failUnless/failIf with assertTrue/assertFalse.
+ Socket: Don't add instances twice in cls._instances.
+ Socket: use a proper lock instead of a boolean.
+ Add subcommand dispatching for CAP/FAIL/WARN/NOTE.
+ Rename doAuthenticate* functions to not conflict with callback names.
+ Make irc.error do nothing is no string is given as argument.
+ Call super().setValue() before defaultHttpHeaders.
+ Deduplicate setting Accept-Language HTTP header.
+ Web: Implement protocols.http.requestLanguage
+ Add supybot.protocols.http.requestLanguage
+ Fix getSpecific usage
+ Import MutableMapping and MutableSet from collections.abc.
+ setup.py: migrate shebang to Python 3
+ setup.py: remove obsolete version_info conditionals
+ scripts: remove obsolete conditionals for Python 2
+ scripts: migrate shebangs and version checks to Python 3
+ Be less hostile to users in --allow-root help
+ Readd Limnoria name to default part & quit messages
+ SedRegex: skip testReDoSTimeout if multiprocessing is disabled
OBS-URL: https://build.opensuse.org/request/show/773166
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=30
- Update to version 2019-12-21:
+ Add config supybot.reply.format.list.maximumItems to limit the size o…
+ Add fallback if getting supybot.language from registry cache failed.
+ All plugins: set Limnoria contributors as maintainer
+ Better formatting in supybot.Author if some fields are missing
+ Get locale name on startup from registry cache instead of parsing con…
+ Make getLocaleFromRegistryCache reload existing locales.
+ Math: Fix test on Pypy.
+ Math: Display a nicer error in case of MemoryError.
+ MoobotFactoids: Fix support of commands sent in private.
+ Nicer error message in getChannel/makeChannelFilename when channel is…
+ Plugin: support showing __maintainer__ field in the 'author' command
+ Plugin: accept author name in 'contributors' command
+ QuoteGrabs: fix SyntaxWarning (#1391)
+ Remove dead code from Group that belongs in Value.
+ Request msgid capability.
+ RSS: Register feed config in config.py instead of plugin.py.
+ Scheduler: Use assertRegexp instead of assertNotRegexp in tests.
+ Scheduler: Use default timeout for assertResponse.
+ Scheduler: Use mocking to make tests faster.
+ Services: Fix typo in doInvite() (#1394)
+ Update core fr translation.
+ Update supybot-plugin-doc to work with current version of the registry.
+ Web: Lower log level when title could not be found.
+ Web: Remove leading space if the prefix is empty.
+ Web: Add early returns on exception when snarfing titles.
+ src/callbacks.py: use network-specific values.
+ test: Don't overwrite the main Schedule in the driver list.
+ test: Mock calls to time.sleep()
+ test: choose a random free port for tests using the HTTP server
OBS-URL: https://build.opensuse.org/request/show/760083
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=26
- Update to version 2019-11-09:
+ Fix log on SASL failure.
+ Math: Rewrite calc functions with a proper evaluator.
+ Log SASL mechanism on failure. Closes GH-1014.
+ Config: Add : prefix to network-specific values listed by 'config list'.
+ Web: Catch more errors in getTitle.
+ Split 'CAP REQ' commands to not exceed 512 bytes.
+ Reset capability set state on reconnection.
+ Fix conditional on CTCP in urlSnarfer
+ Use a real invalid email in supybot.authors.unknown
+ Don't repeat nick in supybot.Author if nick and name are the same
+ regexp_wrapper: return None instead of False when search times out
OBS-URL: https://build.opensuse.org/request/show/749139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=24
- Update to version 2018-06-25-2:
* test_plugin_create: skip if supybot-plugin-create is not
installed.
- Changes from version 2018-06-25:
* Fixes and tests to supybot-plugin-create; modernize the plugin
template (gh#ProgVal/Limnoria#1340)
* supybot-plugin-create: compactify import statements in the
template
* supybot-plugin-create: prefer importlib over imp on Python >=
3.4
* test: add test cases for supybot-plugin-create
* -plugin-create: fix errors when only a subset of args are
given
* -plugin-create: rename --real-name to --author/-a
* -plugin-create: add -d as an alias to --desc for consistency
OBS-URL: https://build.opensuse.org/request/show/629616
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=11