mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-25 18:00:39 +01:00
Merge branch 'master' into devel
This commit is contained in:
commit
50ff330734
19
RELNOTES.md
19
RELNOTES.md
@ -1,3 +1,22 @@
|
|||||||
|
# PyLink 1.1.1
|
||||||
|
|
||||||
|
The "Crush" release. Changes from 1.1.0:
|
||||||
|
|
||||||
|
#### Bug fixes
|
||||||
|
- The `pylink-mkpasswd` program is actually installed now when using `pip` (PyPI) or `setup.py`.
|
||||||
|
- Backported protocol module fixes from 1.2-dev:
|
||||||
|
- unreal: fix crashes when receiving `SJOIN` with only a prefix and no UID
|
||||||
|
- inspircd: work around extraneous letters sent in `FJOIN` timestamps (Anope 1.8.x bug)
|
||||||
|
- nefarious: fix a typo causing crashes on user mode changes
|
||||||
|
- Relay: in `claim`, show a less ambiguous error when a relay channel doesn't exist on the caller's network.
|
||||||
|
- corecommands: removed extraneous `irc.checkAuthenticated()` call
|
||||||
|
|
||||||
|
#### Feature changes
|
||||||
|
- `pylink-mkpasswd` now supports interactive password input via getpass, which is more secure than passing passwords raw on the command line.
|
||||||
|
|
||||||
|
#### Misc changes
|
||||||
|
- More prominent migration notes regarding permissions and new accounts system.
|
||||||
|
|
||||||
# PyLink 1.1.0
|
# PyLink 1.1.0
|
||||||
|
|
||||||
The "Calico" release. This is mostly a cleanup and documentation update from 1.1-beta2, with the following additional change:
|
The "Calico" release. This is mostly a cleanup and documentation update from 1.1-beta2, with the following additional change:
|
||||||
|
@ -58,8 +58,11 @@ login:
|
|||||||
# NOTE: for users migrating from PyLink < 1.1, the old login:user/login:password settings
|
# NOTE: for users migrating from PyLink < 1.1, the old login:user/login:password settings
|
||||||
# have been deprecated. We strongly recommend migrating to the new "accounts:" block below, as
|
# have been deprecated. We strongly recommend migrating to the new "accounts:" block below, as
|
||||||
# it supports multiple accounts, hashed passwords, and allows more flexibility (accounts no
|
# it supports multiple accounts, hashed passwords, and allows more flexibility (accounts no
|
||||||
# longer imply admin access). However, you must also add your account to the "permissions:"
|
# longer imply admin access).
|
||||||
# block below, or you will lose IRC administration access to your PyLink daemon!
|
|
||||||
|
# IMPORTANT: If you're switching from login:user/login:password, you MUST ADD YOURSELF to a
|
||||||
|
# "permissions:" block like the one below, or you will lose IRC administration access to your
|
||||||
|
# PyLink daemon!
|
||||||
accounts:
|
accounts:
|
||||||
# Creates an account with username "user1". You can define other usernames at the
|
# Creates an account with username "user1". You can define other usernames at the
|
||||||
# same level here (key name is user name).
|
# same level here (key name is user name).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user