Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 #176

Merged
merged 64 commits into from
Jul 4, 2022
Merged

v1.0.0 #176

merged 64 commits into from
Jul 4, 2022

Conversation

theunkn0wn1
Copy link
Collaborator

@theunkn0wn1 theunkn0wn1 commented Jun 19, 2022

Major changes

Bug Fixes

Features

Misc

ZeroKnight and others added 30 commits June 17, 2020 00:32
Fix use of mutable default arguments
According to current IRCv3 documentation, server support for `monitor`
is indicated in `RPL_ISUPPORT`, and not in capability negotiation.
Per spec, servers are allowed to send a full `nick!user@host` mask
instead of just a nickname in `RPL_MON*` replies.
Co-authored-by: Joshua Salzedo <thHunkn0WNd@gmail.com>
Fixes a documentation async/await typo
Fix parsing IRCv3 tags with missing/empty values
Correct a typo in features/overview.rst
Enable RplWhoisHostSupport implementation
[#161] Remove Deprecated Marker from WHOIS
Temp Patch that should probably be dealt with sooner rather than later.
Found these on manual checks :)
[#159] Fix Missing Awaits in various files
 - for those who prefer not subclassing.
Rixxan and others added 25 commits March 29, 2022 12:49
Yeah I shouldn't touch this until I completely understand it.
Remove unused exception variable, mark several methods static, remove arguments equal to default, numerous spacing and PEP8 Updates, add missing awaits to various functions, condense dictionary declaration, update test for membership
As requested in review.
As Requested
Adds ... to ABC, undos adding of asyncs, reverts staticmethod changes
Found in #169 update, including in own PR per request
Pydle does not, as of v0.9.4, support Python 3.10 (Ref #162). This change makes this clear in the documentation and could be reverted once proper support for 3.10 has been implemented.
Python 3.10 is not yet supported (Ref #162)
Update supported versions as of v0.9.4
Add Missing awaits in coroutine calls
Per Requests, removing the mock event loop. Pydle no longer rolls its own event loop, because Pydle is a good little program.
This segment was causing all sorts of "was not awaited" warnings, however removing it seems to have resolved these issues.

I think it's an artefact from when Pydle was running its own event loop.
…cord_like_event_registration

Implement decorator-based event handler registration
As Requested, to convey intent better regardless of default status.
@theunkn0wn1
Copy link
Collaborator Author

As per SEMVER, #144 Changes the public API in a backward-incompatable way. I think this incurs the SEMVER major release rule.

@theunkn0wn1 theunkn0wn1 requested a review from shizmob June 19, 2022 21:36
pyproject.toml Outdated Show resolved Hide resolved
- by SEMVER rules this needs to be a major release.
@theunkn0wn1 theunkn0wn1 merged commit b85f59b into master Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants