docs: escape angle brackets in changelog commit subjects (fixes code-span bleed on lang/<code>.conf)
This commit is contained in:
parent
594eecd07d
commit
276dd39a05
1 changed files with 4 additions and 4 deletions
|
|
@ -49,7 +49,7 @@ Rolls up the changes since 5.0.0.
|
|||
- snoop: redact connect-notice IP + geo/ASN to non-netadmin opers ([`d73f68f`](https://git.devtronic.pro/echo/echoIRCd/commit/d73f68f278eb426627fe7353c709daf38542a614))
|
||||
- snoop: show the +x cloaked host in the connect notice, not the raw host ([`0af2ab7`](https://git.devtronic.pro/echo/echoIRCd/commit/0af2ab7d211c613ed600b0962f5d60073487785f))
|
||||
- snoop: show connecting IP in the connect snote, tagged ipv4/ipv6 ([`6a8999a`](https://git.devtronic.pro/echo/echoIRCd/commit/6a8999a1bbbf52cdc94b9acb0a59208bee223872))
|
||||
- asn: A:<asn> matching extban (ban/exempt by origin AS); advertise A in EXTBAN ([`bf1446a`](https://git.devtronic.pro/echo/echoIRCd/commit/bf1446a51b550de59b75cd3a7bcd30f363cdf89d))
|
||||
- asn: A:<asn> matching extban (ban/exempt by origin AS); advertise A in EXTBAN ([`bf1446a`](https://git.devtronic.pro/echo/echoIRCd/commit/bf1446a51b550de59b75cd3a7bcd30f363cdf89d))
|
||||
- asn: core ASN lookup module (native MMDB); match connect classes + security groups on origin AS ([`068924d`](https://git.devtronic.pro/echo/echoIRCd/commit/068924de86e2089820b2ade3ff6c35156a3150f9))
|
||||
- geoip: read city + ASN from MaxMind dbs; add geo (country/city + ASN) to connect snote, WHOIS and GEOIP ([`cc13ce0`](https://git.devtronic.pro/echo/echoIRCd/commit/cc13ce02c76b651f6ab08e31e895275dab42d834))
|
||||
- snoop: show transport (websocket) + TLS version/cipher in the client-connecting snote ([`f0c4a1c`](https://git.devtronic.pro/echo/echoIRCd/commit/f0c4a1cc879f96c12d266a9a06040e9947a543cd))
|
||||
|
|
@ -62,12 +62,12 @@ Rolls up the changes since 5.0.0.
|
|||
- readme: document server-wide message localization (locale/lang catalogs, fr+es) ([`9dcc269`](https://git.devtronic.pro/echo/echoIRCd/commit/9dcc269f4564d3fbee91d61b43f583b593620639))
|
||||
- i18n: localize the client-facing Closing-link ERROR wrapper via trf (fr, es); QUIT-broadcast reasons stay canonical for S2S ([`0467173`](https://git.devtronic.pro/echo/echoIRCd/commit/04671733d247a0d3241aec988cb37adad04e1aee))
|
||||
- i18n: sweep all remaining dynamic prose (oper commands, XLINE/FILTER/DNSBL notices, whois/vhost/knock/dcc/title/reputation/tline/rmode, hash, rename) through trf; +\xNN catalog escape; fr+es now 236 entries each ([`9b51db0`](https://git.devtronic.pro/echo/echoIRCd/commit/9b51db07f5cb91c1cc12eae1eb93f7500fa3d6ab))
|
||||
- i18n: localize the snotice/announce path — translate at deliver_server_notice chokepoint; rehash, connect/exit, oper-up, login, channel & ojoin notices via trf (fr, es) ([`ef96bcb`](https://git.devtronic.pro/echo/echoIRCd/commit/ef96bcbd0631655e09e6b7924aeb6f44fe81dc04))
|
||||
- i18n: localize the snotice/announce path — translate at deliver_server_notice chokepoint; rehash, connect/exit, oper-up, login, channel & ojoin notices via trf (fr, es) ([`ef96bcb`](https://git.devtronic.pro/echo/echoIRCd/commit/ef96bcbd0631655e09e6b7924aeb6f44fe81dc04))
|
||||
- i18n: localize the welcome burst (001-003/251) via trf() dynamic templates (fr, es) ([`6f8ff39`](https://git.devtronic.pro/echo/echoIRCd/commit/6f8ff39f99af601c62d2d153774f366107a7f05c))
|
||||
- i18n: server-wide locale via lang/<code>.conf catalogs (fr, es); numeric prose auto-translated at the chokepoint, en = zero-cost passthrough ([`560c860`](https://git.devtronic.pro/echo/echoIRCd/commit/560c860f1da6008985ce7344e17a191fcc2b5a82))
|
||||
- i18n: server-wide locale via lang/<code>.conf catalogs (fr, es); numeric prose auto-translated at the chokepoint, en = zero-cost passthrough ([`560c860`](https://git.devtronic.pro/echo/echoIRCd/commit/560c860f1da6008985ce7344e17a191fcc2b5a82))
|
||||
- websocket: collapse v4-mapped proxy peer so ws_proxyranges matches and X-Real-IP is honored ([`5914a6d`](https://git.devtronic.pro/echo/echoIRCd/commit/5914a6d993947500c168d2a488093ce9c0074af1))
|
||||
- accounts: oper snotice on post-connect login ('Client X is now logged in as Y') ([`935f22f`](https://git.devtronic.pro/echo/echoIRCd/commit/935f22f2f2edcac214144af34216fae090d2ed8f))
|
||||
- snoop: drop needless clones in the connect notice (hold the &User borrow) ([`37436d0`](https://git.devtronic.pro/echo/echoIRCd/commit/37436d0306b3edcaeff05fffa9c50210fb9d1dd0))
|
||||
- snoop: drop needless clones in the connect notice (hold the &User borrow) ([`37436d0`](https://git.devtronic.pro/echo/echoIRCd/commit/37436d0306b3edcaeff05fffa9c50210fb9d1dd0))
|
||||
- snoop: connect notice includes port, sni and account (present fields only) ([`6e8d6c3`](https://git.devtronic.pro/echo/echoIRCd/commit/6e8d6c31fb1391963e1166306410fe8589f7d810))
|
||||
- docs: document the brand block (per-SNI server/network identity) in the example config ([`a587d25`](https://git.devtronic.pro/echo/echoIRCd/commit/a587d25873bd4c8d2e39cd36ecf37a26c8334708))
|
||||
- brand: per-SNI server/network identity (welcome, ISUPPORT NETWORK, numeric source prefix) ([`b6ada85`](https://git.devtronic.pro/echo/echoIRCd/commit/b6ada854cc9c815a2dd4cc1c2fc5edb251856809))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue