ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/NEWS
(Generate patch)

Comparing ircd-hybrid/trunk/NEWS (file contents):
Revision 9656 by michael, Fri Oct 9 21:52:26 2020 UTC vs.
Revision 9666 by michael, Sun Oct 11 12:50:37 2020 UTC

# Line 42 | Line 42
42   * Extbans have been implemented. Currently supported extbans:
43  
44    Matching:
45 <  
46 <  $a:<account>   Matches users logged into a matching account.
47 <  $c:<channel>   Matches users that are on the given channel. An additional
48 <                 prefix of either @, %, or + can be specified to test for
49 <                 certain channel privileges.
50 <  $o:<class>     Matches IRC operators that have joined a class
51 <                 matching the mask.
52 <  $r:<realname>  Matches users with a matching realname.
53 <  $s:<server>    Matches users that are connected to a server matching the mask.
54 <  $u:<modes>     Matches users having the specified user modes set or not set.
55 <  $z:<certfp>    Matches users having the given TLS certificate fingerprint.
56 <  
45 >
46 >  * `$a:<account>`   Matches users logged into a matching account.
47 >  * `$c:<channel>`   Matches users that are on the given channel. An additional
48 >                     prefix of either @, %, or + can be specified to test for
49 >                     certain channel privileges.
50 >  * `$o:<class>`     Matches IRC operators that have joined a class
51 >                     matching the mask.
52 >  * `$r:<realname>`  Matches users with a matching realname.
53 >  * `$s:<server>`    Matches users that are connected to a server matching the mask.
54 >  * `$u:<modes>`     Matches users having the specified user modes set or not set.
55 >  * `$z:<certfp>`    Matches users having the given TLS certificate fingerprint.
56 >
57    Acting:
58  
59  $j:<banmask>   Prevents matching users from joining the channel.
60  $m:<banmask>   Blocks messages from matching users. Users with voice
61                 or above are not affected.
58  
59 <  For more details, see help/extban.
60 < * Added `channel::enable_extbans` configuration option. See doc/reference.conf
59 >  * `$j:<banmask>`   Prevents matching users from joining the channel.
60 >  * `$m:<banmask>`   Blocks messages from matching users. Users with voice
61 >                     or above are not affected.
62 >
63 >  For more details, see `help/extban`.
64 > * Added `channel::enable_extbans` configuration option. See `doc/reference.conf`
65    for more information.
66   * For a full list of all changes in this release, see <https://git.io/JvgAL>
67  
# Line 141 | Line 141
141  
142  
143   -- Noteworthy changes in version 8.2.23 (2018-03-26)
144 < * irc-operators are now able to see a user's resolved hostname in /whowas,
144 > * IRC operators are now able to see a user's resolved hostname in /whowas,
145    and /whois even if the user has a fakehost/vhost
146   * `RPL_WELCOME` now does use the rfc2812 style nick!user@host format
147   * Removed rudimentary libgeoip support
# Line 157 | Line 157
157   -- Noteworthy changes in version 8.2.22 (2017-03-26)
158   * Implemented channel mode `L`. Channels with that mode set can make use of an
159    extended ban list size specified with the new `channel::max_bans_large`
160 <  configuraton option. This mode can be set only by irc-operators or servers.
160 >  configuraton option. This mode can be set only by IRC operators or servers.
161   * Implemented channel mode `u` which hides bmask (+b/+e/+I) lists and mode changes
162    to non-chanops everywhere
163   * Fixed an issue with `TRACE` where remote servers would reply with `RPL_TRACEUSER`
# Line 178 | Line 178
178  
179   -- Noteworthy changes in version 8.2.20 (2016-11-05)
180   * `INFO` now shows GnuTLS/OpenSSL library/header versions
181 < * Added `channel::max_invites` configuration option. See doc/reference.conf
181 > * Added `channel::max_invites` configuration option. See `doc/reference.conf`
182    for more information.
183   * `INVITE` expirations have been implemented. Expire time can be adjusted with
184    the `channel::invite_expire_time` configuration directive
# Line 248 | Line 248
248   * Minimum supported GnuTLS version is 3.3.8 now
249   * Minimum supported OpenSSL version is 1.0.1d now
250   * Added support for remote `REHASH`: `REHASH <server> <option>`
251 < * Added `rehash:remote` irc-operator privilege flag
251 > * Added `rehash:remote` IRC operator privilege flag
252   * Added `rehash` type to shared {} blocks
253   * Fixed minor memory leak with shared {} and cluster {} blocks
254   * For a full list of all changes in this release, see <https://git.io/fjR9J>
# Line 258 | Line 258
258   * **IMPORTANT:** Character case mapping is `ascii` now. It is recommended
259    to update all servers on the network to prevent possible channel
260    desynchronizations and nick name collision kills
261 < * Added channel mode +T which forbids NOTICEs to be sent to a channel
261 > * Added channel mode +T which forbids `NOTICE` to be sent to a channel
262   * Fixed minor `SVSTAG` memory leak
263   * Fixed broken `PART` message blocking mechanism
264   * ircd now makes use of up to 8 name servers that are specified in
265 <  /etc/resolv.conf
265 >  `/etc/resolv.conf`
266   * The `-klinefile`, `-dlinefile`, etc. switches didn't work at all
267   * Fixed possible core on ident lookups if ircd is out of file descriptors
268   * Far client exit notices (+F) now show IP addresses, too
# Line 272 | Line 272
272  
273  
274   -- Noteworthy changes in version 8.2.11 (2015-11-19)
275 < * Implemented IRCv3.2 invite-notify extension
276 < * Implemented IRCv3.2 chghost extension
275 > * Implemented IRCv3.2 `invite-notify extension`
276 > * Implemented IRCv3.2 `chghost extension`
277   * Added `channel::invite_delay_channel` configuration option
278   * For a full list of all changes in this release, see <https://git.io/JvLqe>
279  
# Line 290 | Line 290
290    operator {} blocks
291   * RSA keys with less than 2048 bits are no longer supported; same applies
292    to the DH param file
293 < * Added missing irc-operator privilege flags to `STATS o`. For a full list
294 <  of flags see doc/reference.conf
293 > * Added missing IRC operator privilege flags to `STATS o`. For a full list
294 >  of flags see `doc/reference.conf`
295   * For a full list of all changes in this release, see <https://git.io/JvLqJ>
296  
297  
# Line 314 | Line 314
314   * `class::connectfreq` now works properly with values lower than 300 seconds
315   * Implemented IRCv3.1 `account-notify` extension
316   * The `general::oper_pass_resv` configuration directive has been deprecated
317 <  in favor of the new `join:resv`, and `nick:resv` irc-operator flags.
318 <  See doc/reference.conf for more information.
319 < * Added `resv`, and `unresv` irc-operator flags. Previously, all
320 <  irc-operators were allowed to `RESV` and `UNRESV`, regardless of configured
317 >  in favor of the new `join:resv`, and `nick:resv` IRC operator flags.
318 >  See `doc/reference.conf` for more information.
319 > * Added `resv`, and `unresv` IRC operator flags. Previously, all
320 >  IRC operators were allowed to `RESV` and `UNRESV`, regardless of configured
321    privileges.
322 < * Added `close` to irc-operator flags
322 > * Added `close` to IRC operator flags
323   * ircd is using ISO 8601 date and time notation in most places now
324   * For a full list of all changes in this release, see <https://git.io/JvLqI>
325  
# Line 355 | Line 355
355   * `WHOWAS` now shows IP addresses to irc operators
356   * Fixed bug that would allow remote clients to bypass the hard
357    limit of max `WHOWAS` entries to be returned
358 + * For a full list of all changes in this release, see <https://git.io/JTTuf>
359  
360  
361   -- Noteworthy changes in version 8.2.5 (2015-02-24)
362   * Fixed core on Mac OSX 10.10 and possibly some other systems when parsing
363 <  the ircd.conf with configured pseudo {} blocks
363 >  the `ircd.conf` with configured pseudo {} blocks
364 > * For a full list of all changes in this release, see <https://git.io/JTTuI>
365  
366  
367   -- Noteworthy changes in version 8.2.4 (2015-02-17)
# Line 370 | Line 372
372   * IRC operators may now use +O on a channel even if they are only a half-op
373   * Fixed bug where `TOPIC` messages were not n!u@h prefixed in case of `TBURST`
374    issued by services clients
375 + * For a full list of all changes in this release, see <https://git.io/JTTut>
376  
377  
378   -- Noteworthy changes in version 8.2.3 (2015-02-11)
379 < * **IMPORTANT:** the following ircd.conf configuration directives have been renamed:
379 > * **IMPORTANT:** the following configuration directives have been renamed:
380     `max_clients` -> `default_max_clients`
381     `join_flood_count` -> `default_join_flood_count`
382     `join_flood_time` -> `default_join_flood_time`
# Line 394 | Line 397
397   * Channel half-ops can now use `INVITE` as well
398   * Fixed broken `make install -jX`
399   * m_opme.c has been added to modules/extra. Can be used on opless channels only.
400 < * Added `opme` to irc-operator flags
400 > * Added `opme` to IRC operator flags
401   * Updated several help files
402   * The `general::hide_spoof_ips` configuration option has been deprecated
403   * The `general::true_no_oper_flood` configuration option has been deprecated.
# Line 423 | Line 426
426   * Fixed bug where `NOTICE +#somechan` did allow bypassing resv {} channels,
427    or channels that are set +c (no control codes)
428   * pseudo {} blocks also known as service aliases have been implemented.
429 <  See doc/reference.conf for more information.
429 >  See `doc/reference.conf` for more information.
430   * Removed `general::services_name` configuration option. This is now no
431    longer needed.
432  
# Line 444 | Line 447
447   -- Noteworthy changes in version 8.2.0beta4 (2014-07-06)
448   * **IMPORTANT:** channel halfops are now an integral part of ircd-hybrid
449    and can't be disabled anymore
450 < * Added flood control for the `INVITE` command. See channel {} block in reference.conf
451 < * Changed flood control logic for the `KNOCK` command. See channel {} block in reference.conf
450 > * Added flood control for the `INVITE` command. See channel {} block in `reference.conf`
451 > * Changed flood control logic for the `KNOCK` command. See channel {} block in `reference.conf`
452   * `INVITE` without any parameters now shows a list of channels a client is invited to
453   * The `OPERWALL` command has been removed. Use `GLOBOPS` instead
454   * Added `max_channels` to class {} blocks
455   * Added `throttle_count` configuration option to the general {} block
456   * Added `ssl_message_digest_algorithm` configuration option to serverinfo {} block.
457 <  See doc/reference.conf for more information.
457 >  See `doc/reference.conf` for more information.
458   * Added support for Elliptic Curve Diffie-Hellman (ECDH). Also an elliptic curve can be
459    specified via the `serverinfo::ssl_dh_elliptic_curve` configuration option.
460   * Removed `ssl_server_method` and `ssl_client_method` configuration options.
# Line 500 | Line 503
503  
504   -- Noteworthy changes in version 8.1.18 (2014-06-09)
505   * Fixed `CAP` issue for certain clients
506 < * Fixed bug where `STATS p` would show an invalid amount of irc-operators
506 > * Fixed bug where `STATS p` would show an invalid amount of IRC operators
507    in case there are any +H opers
508 < * irc-operators may now no longer set a channel +O if they are only halfops (%)
508 > * IRC operators may now no longer set a channel +O if they are only halfops (%)
509   * Channel halfops (%) may now no longer (de)halfop other channel members
510   * Channel halfops (%) may now no longer `KICK` other channel halfops
511   * Fixed compile warnings; code cleanups
# Line 622 | Line 625
625  
626  
627   -- Noteworthy changes in version 8.1.4 (2013-07-05)
628 < * Added `xline` and `resv` logging types. See doc/reference.conf
628 > * Added `xline` and `resv` logging types. See `doc/reference.conf`
629    for more information
630   * Fixed bug where remote `STATS` requests were not rate limited
631   * Fixed core with empty `auth::spoof` entries
# Line 632 | Line 635
635  
636   -- Noteworthy changes in version 8.1.3 (2013-06-23)
637   * Fixed possible core on `STATS z`
638 < * Revised doc/reference.conf
638 > * Revised `doc/reference.conf`
639   * Fixed broken `--disable-libgeoip` switch
640  
641  
# Line 645 | Line 648
648    to automatically identify for their nick with ssl certificate
649    fingerprints
650   * Added `operator::ssl_connection_required` configuration option. See
651 <  doc/reference.conf for more information
651 >  `doc/reference.conf` for more information
652   * Added usermode +S (client is connected via SSL/TLS). Allows services
653    to keep track of what users are connected via SSL, and allows to see
654    ssl-status of remote clients in a `WHOIS`
# Line 659 | Line 662
662   * Fixed bug where opers could see `LOCOPS` messages even if they don't have
663    the +l mode set
664   * Fixed bug where non-SSL clients could join +S channels on non-SSL servers
665 < * Implemented motd {} configuration blocks. See doc/reference.conf for more
665 > * Implemented motd {} configuration blocks. See `doc/reference.conf` for more
666    information
667   * `STATS T` shows configured MOTD files
668  
# Line 677 | Line 680
680   `squit`, and `kill` flags for better fine-tuning instead. Whether or
681    not a specific action is allowed on a remote server can be controlled
682    by appending the `:remote` flag. For example: `kill` allows only local
683 <  clients to be killed, whereas `kill:remote` allows to issue a KILL for
683 >  clients to be killed, whereas `kill:remote` allows to issue a `KILL` for
684    remote clients
685 < * Added `locops` and `wallops` to irc-operator flags
685 > * Added `locops` and `wallops` to IRC operator flags
686   * Improve/cleanup `HELP` system
687  
688  
# Line 715 | Line 718
718   -- Noteworthy changes in version 8.1.0beta1 (2013-04-25)
719   * **IMPORTANT:** name/channel entries can't be stacked any longer within a
720    single resv {} block. Each entry now requires its own resv {} block.
721 <  Read doc/reference.conf for more details
721 >  Read `doc/reference.conf` for more details
722   * Added `resv::exempt` configuration option. Exempt can be either a
723    ISO 3166 alpha-2 two letter country code, or a nick!user@host mask.
724    CIDR is supported
# Line 765 | Line 768
768  
769  
770   -- Noteworthy changes in version 8.0.5 (2013-01-24)
771 < * **IMPORTANT:** nick and topic lengths are now configurable via ircd.conf.
771 > * **IMPORTANT:** nick and topic lengths are now configurable via `ircd.conf`.
772    A `max_nick_length`, as well as a `max_topic_length` configuration option
773    can now be found in the serverinfo {} block
774   * Fixed build on GNU/Hurd
775   * Fixed log files not getting reopened after `REHASH`
776   * Improved logging of configuration file issues
777 < * ircd.pid has been accidentally saved in /var instead of /var/run
777 > * `ircd.pid` has been accidentally saved in `/var` instead of `/var/run`
778   * Linux RT signal support for notification of socket events has been dropped
779   * Fixed `STATS Y|y` sometimes sending weird sendq/recvq values
780 < * INFO now also shows configured values of `disable_fake_channels`,
780 > * `INFO` now also shows configured values of `disable_fake_channels`,
781    and `stats_e_disabled`
782   * m_webirc.c is now officially supported, and has been moved from contrib/
783    to modules/
784 < * /whois, /stats p, and /trace may now show fake idle times depending
784 > * `WHOIS`, `STATS p`, and `TRACE` may now show fake idle times depending
785    on how the new `class::min_idle` and `class::max_idle` configuration
786    directives have been configured. This feature basically works in the
787    same way as it does in csircd
# Line 786 | Line 789
789  
790  
791   -- Noteworthy changes in version 8.0.4 (2013-01-02)
792 < * Fixed possible core on USERHOST/ISON with optimization enabled
792 > * Fixed possible core on `USERHOST`/`ISON` with optimization enabled
793   * Fixed bug where `can_flood` sometimes didn't work as expected
794  
795  
796   -- Noteworthy changes in version 8.0.3 (2012-12-24)
797 < * Fixed core on UNDLINE
798 < * XLINE/KLINE/RESV/DLINE/SQUIT and KILL now have the same default reason
799 <  if a reason hasn't been specified
797 > * Fixed core on `UNDLINE`
798 > * `XLINE`, `KLINE`, `RESV`, `DLINE`, `SQUIT`, and `KILL` now have the
799 >  same default reason if no reason has been specified
800  
801  
802   -- Noteworthy changes in version 8.0.2 (2012-12-20)
# Line 819 | Line 822
822   * Removed `general::use_whois_actually` configuration directive.
823    This is now enabled by default
824   * Minor `SQUIT` handling fixes
825 < * Fixed bancache not being updated on CHGHOST/CHGIDENT
825 > * Fixed bancache not being updated on `CHGHOST`/`CHGIDENT`
826  
827  
828   -- Noteworthy changes in version 8.0.0rc1 (2012-09-28)
# Line 836 | Line 839
839   * `PRIVMSG` to opers@some.server is no longer supported
840   * Fixed bug that could lead to topic desynchronization
841   * Removed `serverhide::disable_hidden` configuration option
842 < * Dropped ircd-hybrid-6 GLINE compatibility mode
842 > * Dropped ircd-hybrid-6 `GLINE` compatibility mode
843   * Removed `use_invex`, `use_except` and `use_knock` configuration options.
844    These features are now enabled by default
845  
# Line 871 | Line 874
874    - Added usermode +R (only registered clients may send a private message)
875    - Added channelmode +R (only registered clients may join that channel)
876    - Various services shortcuts have been added (`NS`, `CS`, `NICKSERV`, `CHANSERV`, etc.)
877 <  - Added services {} block to ircd.conf
877 >  - Added services {} block to `ircd.conf`
878    - Added services_name directive to general {} block
879    - Added `GLOBOPS` mainly for services compatibility, but can be used by operators, too
880   * Removed `RKLINE` and `RXLINE` commands. Regular expression based bans should
881 <  only be added via ircd.conf
881 >  only be added via `ircd.conf`
882   * Added `globops`, `restart`, `dline`, `undline` and `module` operator privilege flags.
883 <  Read doc/reference.conf for further explanation of what these flags control
883 >  Read `doc/reference.conf` for further explanation of what these flags control
884   * Removed Idle-time klines
885   * Cleaned up modules API. Old modules won't work anymore
886   * Removed `general::burst_away` configuration directive. AWAY bursts are now
# Line 906 | Line 909
909   --------------------------------------------------------------------------------
910  
911   BUG REPORTS: If you run this code and encounter problems, you must report
912 < the bug by EMAIL to <bugs@ircd-hybrid.org>
912 > the bug by EMAIL to bugs@ircd-hybrid.org
913   Please include a gdb backtrace and a copy of your config.h and
914   ircd.conf with any report (with passwords and other sensitive
915   information masked).
916  
917   DISCUSSION: There is a mailing list for discussion of hybrid issues,
918   including betas. To subscribe, use this link:
919 <    <https://lists.ircd-hybrid.org/mailman/listinfo/hybrid>
919 >    https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
920   This is the proper place to discuss new features, bugs, etc.
921  
922 < Questions/comments directed to <bugs@ircd-hybrid.org>
922 > Questions/comments directed to bugs@ircd-hybrid.org
923  
924   Other files recommended for reading: README, INSTALL
925  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)