소스 검색

Changelog updates

tags/v1.0.0-rc1
Daniel Oaks 5 년 전
부모
커밋
ea07d99074
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      CHANGELOG.md

+ 3
- 3
CHANGELOG.md 파일 보기

15
 * `login-throttling` section added under `accounts`.
15
 * `login-throttling` section added under `accounts`.
16
 * `method` key now under `accounts` now allows the value `"optional"`.
16
 * `method` key now under `accounts` now allows the value `"optional"`.
17
 * Logging type `server` has been added, replacing the `startup`, `rehash`, and `shutdown` types.
17
 * Logging type `server` has been added, replacing the `startup`, `rehash`, and `shutdown` types.
18
-* We no longer listen on port `6668` by default (this fixes up Docker).
18
+s* We no longer listen on port `6668` by default (this fixes Docker installs).
19
 
19
 
20
 ### Security
20
 ### Security
21
 
21
 
22
 ### Added
22
 ### Added
23
-* `oragono genpasswd` now works when piping input in (fixes Docker building).
23
+* `oragono genpasswd` now works when piping input in (fixes Docker installs).
24
 * Added automagic datastore creation on `oragono run`.
24
 * Added automagic datastore creation on `oragono run`.
25
 * Added limited message history for connection resuming (to be extended in future).
25
 * Added limited message history for connection resuming (to be extended in future).
26
 * Added new Español (es) translation (thanks to Mauropek!)).
26
 * Added new Español (es) translation (thanks to Mauropek!)).
62
 * Prevented the db handler from automagically creating the database without initializing it (thanks @enckse!). We also now automatically create the datastore on `run`.
62
 * Prevented the db handler from automagically creating the database without initializing it (thanks @enckse!). We also now automatically create the datastore on `run`.
63
 * Updated internal command line parsing (thanks @iNecas!).
63
 * Updated internal command line parsing (thanks @iNecas!).
64
 
64
 
65
-### Internal Enhancements
65
+### Internal Notes
66
 * `DLINE` and `KLINE` refactored, and expired bans are now removed from the database.
66
 * `DLINE` and `KLINE` refactored, and expired bans are now removed from the database.
67
 * Logging system optimised.
67
 * Logging system optimised.
68
 * Services handlers refactored.
68
 * Services handlers refactored.

Loading…
취소
저장