-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
74 lines (67 loc) · 2.28 KB
/
Copy pathCHANGELOG
File metadata and controls
74 lines (67 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# 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