14
0

Accepting request 749139 from home:lrupp:branches:devel:languages:python

- 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
This commit is contained in:
Tomáš Chvátal
2019-11-19 09:43:30 +00:00
committed by Git OBS Bridge
parent 349a268865
commit 028a6e371f
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Nov 17 19:01:04 UTC 2019 - Lars Vogdt <lars@linux-schulserver.de>
- 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
-------------------------------------------------------------------
Wed Sep 11 07:47:17 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>