Skip to content

Commit

Permalink
v2.5.1 write-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpeta committed Dec 7, 2022
1 parent 25e8deb commit 19745b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog
(This document uses YYYY-MM-DD)

## [v2.5.1] - 2022-12-06

### Added
- Warning when running with elevated permissions. (admin/root)

### Changed
- Only send timeline on joins when time is not CURRENT, previously this could very easily trigger flood protection with large memos.
- Client no longer tries to get the mood of services bots via GETMOOD, as this would leak the fact that a user was messaging one of the bots. (nickserv/chanserv and the rest of the Anope suite)

### Fixed
- Error when loading an animated emote with Qt5, which is used for the win7 version. (#105)
- Handles being allowed to start with a number, this is an invalid nick in the IRC protocol and would prevent the client from connecting to compliant servers. (#103)
- Possible error when client-side ping function got called despite the client being disconnected.
- Unnecessary call to eval() to set memo userlist icon, which is a minor security risk if crafted input is fed to it. (don't think this was possible to actually abuse though)

## [v2.5] - 2022-10-08

### Added
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
_pcVersion = "Alt. v2.5"
buildVersion = "v2.5"
_pcVersion = "Alt. v2.5.1"
buildVersion = "v2.5.1"

0 comments on commit 19745b1

Please sign in to comment.