# 2025-12-18 v0.1.7
	* FIX: don't crash when password is no ascii string
	* FEATURE: no Python version selection in start script

# 2020-01-24 v0.1.6
	* FEATURE: start script prefers Python 3.8
	* FEATURE: 'bridge' support (IP address forwarding)
	* FIX: don't crash when adding a registered nick to
	       invitation/talk list if the affected user
	       isn't logged in
	* FIX: invitation message typo
	* FIX: use timezone aware datetime values to avoid
	       potential daylight saving side-effects

# 2019-10-18 v0.1.5
	* FIX: send correct moderator flag
	* FEATURE: /avatar, /picture
	* FEATURE: /ipfilter
	* FEATURE: /restart, /shutdown, /abort
	* FEATURE: /whoami
	* FEATURE: --auto-respawn option
	* FEATURE: better child process handling

# 2019-09-07 v0.1.4
	* FEATURE: email addresses are hidden by default
	* FEATURE: email addresses can be confirmed
	* FEATURE: message forwarding (personal inbox to email)
	* FEATURE: password reset
	* FEATURE: admins can change passwords

# 2019-06-18 v0.1.3
	* FEATURE: optimized idle time check
	* FEATURE: keep-alive timeout
	* FEATURE: SQLite performance enhancements
	* FEATURE: hush/invitation/talker list limits
	* FIX: empty private messages to server caused crash :)
	* FIX: drop all moderator privileges when signing off

# 2019-06-08 v0.1.2
	* FEATURE: TLS support
	* FEATURE: UTF-8 support
	* FEATURE: /stats
	* FEATURE: /drop
	* FEATURE: /whereis -a option
	* FEATURE: new user status flags (a, r)
	* FEATURE: accept noop messages
	* FIX: send 'wl' instead of 'co' messages in who listing
	* FIX: don't crash when client sends initial group status

# 2019-06-01 v0.1.1
	* FEATURE: /echoback
	* FEATURE: /news
	* FEATURE: /v
	* FEATURE: /hush
	* FEATURE: /notify
	* FEATURE: /exclude
	* FEATURE: /wall
	* FEATURE: /log
	* FEATURE: /w command arguments (-s, -g, . and group name)
	* FEATURE: idle-boot and idle-mod options

# 2019-05-25 v0.1.0
	* FEATURE: user login, authentication & registration
	* FEATURE: set/delete personal information
	* FEATURE: away status
	* FEATURE: change nick
	* FEATURE: groups (public messages, moderation, booting, topic,
	           visibility, volume and control)
	* FEATURE: private messages
	* FEATURE: personal inbox
	* FEATURE: beep other users
	* FEATURE: query groups & users
	* FEATURE: message of the day
	* FEATURE: integrated help
