pkgsrc/chat/ircd-hybrid/PLIST

267 lines
10 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.11 2014/03/11 14:04:59 jperkin Exp $
bin/encspeed
bin/ircd
bin/ircd-hybrid-mkpasswd
bin/servlink
lib/ircd-hybrid/modules/autoload/m_accept.so
lib/ircd-hybrid/modules/autoload/m_admin.so
lib/ircd-hybrid/modules/autoload/m_away.so
lib/ircd-hybrid/modules/autoload/m_cap.so
lib/ircd-hybrid/modules/autoload/m_capab.so
lib/ircd-hybrid/modules/autoload/m_cburst.so
lib/ircd-hybrid/modules/autoload/m_challenge.so
lib/ircd-hybrid/modules/autoload/m_close.so
lib/ircd-hybrid/modules/autoload/m_connect.so
lib/ircd-hybrid/modules/autoload/m_cryptlink.so
lib/ircd-hybrid/modules/autoload/m_drop.so
lib/ircd-hybrid/modules/autoload/m_encap.so
lib/ircd-hybrid/modules/autoload/m_eob.so
Update to 7.2.0 > -- ircd-hybrid-7.2.0 RELNOTES > o) Fixed broken operwall = yes; > o) Added 'umode' directive to oper{}. List of modes to get on /OPER. > o) Fixed a WHOIS bug > o) Fixed bug where we would increase Count.invisi even > if invisible_on_connect is turned off > o) Removed invite_ops_only, controlled by paranoid (+p) now > o) Better DDoS protection > o) Fixed va_list bug on amd64 > o) Fixed /dev/poll > > > -- ircd-hybrid-7.2rc1 RELNOTES > o) ircd can dynamically change all its client/fd limits at runtime > o) Added epoll as the primary I/O engine under Linux > o) Local channels will not show up in remote /WHOIS > o) Added hidden_name which allows customized hidden server names > o) Added restrict_channels to define a static channel set > o) Added --disable-gline-voting to disable G-Line votes > for small networks or people who don't want it. > o) Allow accumulating more ip= entries in an exempt{} block > o) Various improvements and bugfixes > o) Make win32 build usable > o) Fixed ban caching bug > o) Cosmetical fixes to TIME > o) Get "KLINE nick" to work with clients that have a spoof > o) Fixed RESV/XLINE bug in conjunction with names that include escaped > characters such as \*, \?, \#. > > > -- ircd-hybrid-7.2beta1 RELNOTES > o) Usermode +G, like +g, but allow messaging from people on common channels > o) Usermode +D - "deaf", don't receive channel messages > o) RXLINE and RKLINE - commands for setting regexp K/X lines > o) Join flood is now detected and reported to +b opers > o) Re-added REJECT_HOLD - lock clients for a while before throwing away > o) ping_warning, a class{} option to notify opers before "Ping timeout" > o) New hooking system, modularised: usermodes, iauth, message filtering etc. > o) Network I/O speedups > o) Various cleanups and bugfixes > o) Support for client SSL > o) Support for services (contrib/m_services.c) > o) IP cloaking module (contrib/ip_cloaking.c) > o) Native win32 build
2006-01-03 14:09:25 +01:00
lib/ircd-hybrid/modules/autoload/m_etrace.so
lib/ircd-hybrid/modules/autoload/m_gline.so
Update to 7.2.0 > -- ircd-hybrid-7.2.0 RELNOTES > o) Fixed broken operwall = yes; > o) Added 'umode' directive to oper{}. List of modes to get on /OPER. > o) Fixed a WHOIS bug > o) Fixed bug where we would increase Count.invisi even > if invisible_on_connect is turned off > o) Removed invite_ops_only, controlled by paranoid (+p) now > o) Better DDoS protection > o) Fixed va_list bug on amd64 > o) Fixed /dev/poll > > > -- ircd-hybrid-7.2rc1 RELNOTES > o) ircd can dynamically change all its client/fd limits at runtime > o) Added epoll as the primary I/O engine under Linux > o) Local channels will not show up in remote /WHOIS > o) Added hidden_name which allows customized hidden server names > o) Added restrict_channels to define a static channel set > o) Added --disable-gline-voting to disable G-Line votes > for small networks or people who don't want it. > o) Allow accumulating more ip= entries in an exempt{} block > o) Various improvements and bugfixes > o) Make win32 build usable > o) Fixed ban caching bug > o) Cosmetical fixes to TIME > o) Get "KLINE nick" to work with clients that have a spoof > o) Fixed RESV/XLINE bug in conjunction with names that include escaped > characters such as \*, \?, \#. > > > -- ircd-hybrid-7.2beta1 RELNOTES > o) Usermode +G, like +g, but allow messaging from people on common channels > o) Usermode +D - "deaf", don't receive channel messages > o) RXLINE and RKLINE - commands for setting regexp K/X lines > o) Join flood is now detected and reported to +b opers > o) Re-added REJECT_HOLD - lock clients for a while before throwing away > o) ping_warning, a class{} option to notify opers before "Ping timeout" > o) New hooking system, modularised: usermodes, iauth, message filtering etc. > o) Network I/O speedups > o) Various cleanups and bugfixes > o) Support for client SSL > o) Support for services (contrib/m_services.c) > o) IP cloaking module (contrib/ip_cloaking.c) > o) Native win32 build
2006-01-03 14:09:25 +01:00
lib/ircd-hybrid/modules/autoload/m_hash.so
lib/ircd-hybrid/modules/autoload/m_help.so
lib/ircd-hybrid/modules/autoload/m_info.so
lib/ircd-hybrid/modules/autoload/m_invite.so
lib/ircd-hybrid/modules/autoload/m_ison.so
lib/ircd-hybrid/modules/autoload/m_kline.so
lib/ircd-hybrid/modules/autoload/m_knock.so
lib/ircd-hybrid/modules/autoload/m_links.so
lib/ircd-hybrid/modules/autoload/m_list.so
lib/ircd-hybrid/modules/autoload/m_lljoin.so
lib/ircd-hybrid/modules/autoload/m_llnick.so
lib/ircd-hybrid/modules/autoload/m_locops.so
lib/ircd-hybrid/modules/autoload/m_lusers.so
lib/ircd-hybrid/modules/autoload/m_map.so
lib/ircd-hybrid/modules/autoload/m_motd.so
lib/ircd-hybrid/modules/autoload/m_names.so
lib/ircd-hybrid/modules/autoload/m_nburst.so
Update to 7.2.0 > -- ircd-hybrid-7.2.0 RELNOTES > o) Fixed broken operwall = yes; > o) Added 'umode' directive to oper{}. List of modes to get on /OPER. > o) Fixed a WHOIS bug > o) Fixed bug where we would increase Count.invisi even > if invisible_on_connect is turned off > o) Removed invite_ops_only, controlled by paranoid (+p) now > o) Better DDoS protection > o) Fixed va_list bug on amd64 > o) Fixed /dev/poll > > > -- ircd-hybrid-7.2rc1 RELNOTES > o) ircd can dynamically change all its client/fd limits at runtime > o) Added epoll as the primary I/O engine under Linux > o) Local channels will not show up in remote /WHOIS > o) Added hidden_name which allows customized hidden server names > o) Added restrict_channels to define a static channel set > o) Added --disable-gline-voting to disable G-Line votes > for small networks or people who don't want it. > o) Allow accumulating more ip= entries in an exempt{} block > o) Various improvements and bugfixes > o) Make win32 build usable > o) Fixed ban caching bug > o) Cosmetical fixes to TIME > o) Get "KLINE nick" to work with clients that have a spoof > o) Fixed RESV/XLINE bug in conjunction with names that include escaped > characters such as \*, \?, \#. > > > -- ircd-hybrid-7.2beta1 RELNOTES > o) Usermode +G, like +g, but allow messaging from people on common channels > o) Usermode +D - "deaf", don't receive channel messages > o) RXLINE and RKLINE - commands for setting regexp K/X lines > o) Join flood is now detected and reported to +b opers > o) Re-added REJECT_HOLD - lock clients for a while before throwing away > o) ping_warning, a class{} option to notify opers before "Ping timeout" > o) New hooking system, modularised: usermodes, iauth, message filtering etc. > o) Network I/O speedups > o) Various cleanups and bugfixes > o) Support for client SSL > o) Support for services (contrib/m_services.c) > o) IP cloaking module (contrib/ip_cloaking.c) > o) Native win32 build
2006-01-03 14:09:25 +01:00
lib/ircd-hybrid/modules/autoload/m_omotd.so
lib/ircd-hybrid/modules/autoload/m_oper.so
lib/ircd-hybrid/modules/autoload/m_operwall.so
lib/ircd-hybrid/modules/autoload/m_pass.so
lib/ircd-hybrid/modules/autoload/m_ping.so
lib/ircd-hybrid/modules/autoload/m_pong.so
lib/ircd-hybrid/modules/autoload/m_post.so
lib/ircd-hybrid/modules/autoload/m_rehash.so
lib/ircd-hybrid/modules/autoload/m_restart.so
lib/ircd-hybrid/modules/autoload/m_resv.so
Update to 7.2.0 > -- ircd-hybrid-7.2.0 RELNOTES > o) Fixed broken operwall = yes; > o) Added 'umode' directive to oper{}. List of modes to get on /OPER. > o) Fixed a WHOIS bug > o) Fixed bug where we would increase Count.invisi even > if invisible_on_connect is turned off > o) Removed invite_ops_only, controlled by paranoid (+p) now > o) Better DDoS protection > o) Fixed va_list bug on amd64 > o) Fixed /dev/poll > > > -- ircd-hybrid-7.2rc1 RELNOTES > o) ircd can dynamically change all its client/fd limits at runtime > o) Added epoll as the primary I/O engine under Linux > o) Local channels will not show up in remote /WHOIS > o) Added hidden_name which allows customized hidden server names > o) Added restrict_channels to define a static channel set > o) Added --disable-gline-voting to disable G-Line votes > for small networks or people who don't want it. > o) Allow accumulating more ip= entries in an exempt{} block > o) Various improvements and bugfixes > o) Make win32 build usable > o) Fixed ban caching bug > o) Cosmetical fixes to TIME > o) Get "KLINE nick" to work with clients that have a spoof > o) Fixed RESV/XLINE bug in conjunction with names that include escaped > characters such as \*, \?, \#. > > > -- ircd-hybrid-7.2beta1 RELNOTES > o) Usermode +G, like +g, but allow messaging from people on common channels > o) Usermode +D - "deaf", don't receive channel messages > o) RXLINE and RKLINE - commands for setting regexp K/X lines > o) Join flood is now detected and reported to +b opers > o) Re-added REJECT_HOLD - lock clients for a while before throwing away > o) ping_warning, a class{} option to notify opers before "Ping timeout" > o) New hooking system, modularised: usermodes, iauth, message filtering etc. > o) Network I/O speedups > o) Various cleanups and bugfixes > o) Support for client SSL > o) Support for services (contrib/m_services.c) > o) IP cloaking module (contrib/ip_cloaking.c) > o) Native win32 build
2006-01-03 14:09:25 +01:00
lib/ircd-hybrid/modules/autoload/m_rkline.so
lib/ircd-hybrid/modules/autoload/m_rxline.so
lib/ircd-hybrid/modules/autoload/m_set.so
lib/ircd-hybrid/modules/autoload/m_stats.so
lib/ircd-hybrid/modules/autoload/m_svinfo.so
lib/ircd-hybrid/modules/autoload/m_tburst.so
lib/ircd-hybrid/modules/autoload/m_testline.so
lib/ircd-hybrid/modules/autoload/m_testmask.so
lib/ircd-hybrid/modules/autoload/m_time.so
lib/ircd-hybrid/modules/autoload/m_topic.so
lib/ircd-hybrid/modules/autoload/m_trace.so
lib/ircd-hybrid/modules/autoload/m_user.so
lib/ircd-hybrid/modules/autoload/m_userhost.so
lib/ircd-hybrid/modules/autoload/m_users.so
lib/ircd-hybrid/modules/autoload/m_version.so
lib/ircd-hybrid/modules/autoload/m_wallops.so
lib/ircd-hybrid/modules/autoload/m_who.so
lib/ircd-hybrid/modules/autoload/m_whois.so
lib/ircd-hybrid/modules/autoload/m_whowas.so
lib/ircd-hybrid/modules/autoload/m_xline.so
lib/ircd-hybrid/modules/m_die.so
lib/ircd-hybrid/modules/m_join.so
lib/ircd-hybrid/modules/m_kick.so
lib/ircd-hybrid/modules/m_kill.so
lib/ircd-hybrid/modules/m_message.so
lib/ircd-hybrid/modules/m_mode.so
lib/ircd-hybrid/modules/m_nick.so
lib/ircd-hybrid/modules/m_part.so
lib/ircd-hybrid/modules/m_quit.so
lib/ircd-hybrid/modules/m_server.so
lib/ircd-hybrid/modules/m_sjoin.so
lib/ircd-hybrid/modules/m_squit.so
man/man8/ircd.8
share/doc/ircd-hybrid/BUGS
share/doc/ircd-hybrid/INSTALL
share/doc/ircd-hybrid/README.FIRST
share/doc/ircd-hybrid/README.PLATFORMS
share/doc/ircd-hybrid/README.ircd-hybrid-mkpasswd
share/doc/ircd-hybrid/README.messages
share/doc/ircd-hybrid/RELNOTES
share/doc/ircd-hybrid/doc/CIDR.txt
share/doc/ircd-hybrid/doc/LazyLinks.txt
share/doc/ircd-hybrid/doc/challenge.txt
share/doc/ircd-hybrid/doc/guidelines.txt
share/doc/ircd-hybrid/doc/index.txt
share/doc/ircd-hybrid/doc/ircd.8
share/doc/ircd-hybrid/doc/kline.txt
share/doc/ircd-hybrid/doc/messages.txt
share/doc/ircd-hybrid/doc/modeg.txt
share/doc/ircd-hybrid/doc/modes.txt
share/doc/ircd-hybrid/doc/resv.txt
share/doc/ircd-hybrid/doc/server-version-info
share/doc/ircd-hybrid/doc/serverhide.txt
share/doc/ircd-hybrid/doc/technical/Persistent_Clients.txt
share/doc/ircd-hybrid/doc/technical/README.openssl
share/doc/ircd-hybrid/doc/technical/cryptlink.txt
share/doc/ircd-hybrid/doc/technical/draft-mitchell-irc-capabilities-01.txt
share/doc/ircd-hybrid/doc/technical/event.txt
share/doc/ircd-hybrid/doc/technical/fd-management.txt
share/doc/ircd-hybrid/doc/technical/file-management.txt
share/doc/ircd-hybrid/doc/technical/hostmask.txt
share/doc/ircd-hybrid/doc/technical/index.txt
share/doc/ircd-hybrid/doc/technical/network.txt
share/doc/ircd-hybrid/doc/technical/rfc1459.txt
Update to 7.2.0 > -- ircd-hybrid-7.2.0 RELNOTES > o) Fixed broken operwall = yes; > o) Added 'umode' directive to oper{}. List of modes to get on /OPER. > o) Fixed a WHOIS bug > o) Fixed bug where we would increase Count.invisi even > if invisible_on_connect is turned off > o) Removed invite_ops_only, controlled by paranoid (+p) now > o) Better DDoS protection > o) Fixed va_list bug on amd64 > o) Fixed /dev/poll > > > -- ircd-hybrid-7.2rc1 RELNOTES > o) ircd can dynamically change all its client/fd limits at runtime > o) Added epoll as the primary I/O engine under Linux > o) Local channels will not show up in remote /WHOIS > o) Added hidden_name which allows customized hidden server names > o) Added restrict_channels to define a static channel set > o) Added --disable-gline-voting to disable G-Line votes > for small networks or people who don't want it. > o) Allow accumulating more ip= entries in an exempt{} block > o) Various improvements and bugfixes > o) Make win32 build usable > o) Fixed ban caching bug > o) Cosmetical fixes to TIME > o) Get "KLINE nick" to work with clients that have a spoof > o) Fixed RESV/XLINE bug in conjunction with names that include escaped > characters such as \*, \?, \#. > > > -- ircd-hybrid-7.2beta1 RELNOTES > o) Usermode +G, like +g, but allow messaging from people on common channels > o) Usermode +D - "deaf", don't receive channel messages > o) RXLINE and RKLINE - commands for setting regexp K/X lines > o) Join flood is now detected and reported to +b opers > o) Re-added REJECT_HOLD - lock clients for a while before throwing away > o) ping_warning, a class{} option to notify opers before "Ping timeout" > o) New hooking system, modularised: usermodes, iauth, message filtering etc. > o) Network I/O speedups > o) Various cleanups and bugfixes > o) Support for client SSL > o) Support for services (contrib/m_services.c) > o) IP cloaking module (contrib/ip_cloaking.c) > o) Native win32 build
2006-01-03 14:09:25 +01:00
share/doc/ircd-hybrid/doc/technical/rfc2812.txt
share/doc/ircd-hybrid/doc/technical/rfc2813.txt
share/doc/ircd-hybrid/doc/technical/send.txt
Update to 7.2.0 > -- ircd-hybrid-7.2.0 RELNOTES > o) Fixed broken operwall = yes; > o) Added 'umode' directive to oper{}. List of modes to get on /OPER. > o) Fixed a WHOIS bug > o) Fixed bug where we would increase Count.invisi even > if invisible_on_connect is turned off > o) Removed invite_ops_only, controlled by paranoid (+p) now > o) Better DDoS protection > o) Fixed va_list bug on amd64 > o) Fixed /dev/poll > > > -- ircd-hybrid-7.2rc1 RELNOTES > o) ircd can dynamically change all its client/fd limits at runtime > o) Added epoll as the primary I/O engine under Linux > o) Local channels will not show up in remote /WHOIS > o) Added hidden_name which allows customized hidden server names > o) Added restrict_channels to define a static channel set > o) Added --disable-gline-voting to disable G-Line votes > for small networks or people who don't want it. > o) Allow accumulating more ip= entries in an exempt{} block > o) Various improvements and bugfixes > o) Make win32 build usable > o) Fixed ban caching bug > o) Cosmetical fixes to TIME > o) Get "KLINE nick" to work with clients that have a spoof > o) Fixed RESV/XLINE bug in conjunction with names that include escaped > characters such as \*, \?, \#. > > > -- ircd-hybrid-7.2beta1 RELNOTES > o) Usermode +G, like +g, but allow messaging from people on common channels > o) Usermode +D - "deaf", don't receive channel messages > o) RXLINE and RKLINE - commands for setting regexp K/X lines > o) Join flood is now detected and reported to +b opers > o) Re-added REJECT_HOLD - lock clients for a while before throwing away > o) ping_warning, a class{} option to notify opers before "Ping timeout" > o) New hooking system, modularised: usermodes, iauth, message filtering etc. > o) Network I/O speedups > o) Various cleanups and bugfixes > o) Support for client SSL > o) Support for services (contrib/m_services.c) > o) IP cloaking module (contrib/ip_cloaking.c) > o) Native win32 build
2006-01-03 14:09:25 +01:00
share/doc/ircd-hybrid/doc/technical/ts3.txt
share/doc/ircd-hybrid/doc/technical/ts5.txt
share/doc/ircd-hybrid/doc/technical/ts6.txt
share/doc/ircd-hybrid/doc/technical/whats-new-code.txt
share/doc/ircd-hybrid/doc/whats-new.txt
share/examples/ircd-hybrid/example.conf
share/examples/ircd-hybrid/example.conf.quick
share/examples/ircd-hybrid/example.efnet.conf
share/examples/ircd-hybrid/simple.conf
share/ircd-hybrid/help/opers/accept
share/ircd-hybrid/help/opers/admin
share/ircd-hybrid/help/opers/away
share/ircd-hybrid/help/opers/capab
share/ircd-hybrid/help/opers/cburst
share/ircd-hybrid/help/opers/challenge
share/ircd-hybrid/help/opers/client
share/ircd-hybrid/help/opers/close
share/ircd-hybrid/help/opers/cmode
share/ircd-hybrid/help/opers/connect
share/ircd-hybrid/help/opers/cryptlink
share/ircd-hybrid/help/opers/die
share/ircd-hybrid/help/opers/dline
share/ircd-hybrid/help/opers/drop
share/ircd-hybrid/help/opers/eob
share/ircd-hybrid/help/opers/error
share/ircd-hybrid/help/opers/etrace
share/ircd-hybrid/help/opers/gline
share/ircd-hybrid/help/opers/hash
share/ircd-hybrid/help/opers/help
share/ircd-hybrid/help/opers/index
share/ircd-hybrid/help/opers/info
share/ircd-hybrid/help/opers/invite
share/ircd-hybrid/help/opers/ison
share/ircd-hybrid/help/opers/join
share/ircd-hybrid/help/opers/kick
share/ircd-hybrid/help/opers/kill
share/ircd-hybrid/help/opers/kline
share/ircd-hybrid/help/opers/knock
share/ircd-hybrid/help/opers/knockll
share/ircd-hybrid/help/opers/links
share/ircd-hybrid/help/opers/list
share/ircd-hybrid/help/opers/lljoin
share/ircd-hybrid/help/opers/llnick
share/ircd-hybrid/help/opers/locops
share/ircd-hybrid/help/opers/lusers
share/ircd-hybrid/help/opers/map
share/ircd-hybrid/help/opers/modlist
share/ircd-hybrid/help/opers/modload
share/ircd-hybrid/help/opers/modrestart
share/ircd-hybrid/help/opers/modunload
share/ircd-hybrid/help/opers/motd
share/ircd-hybrid/help/opers/names
share/ircd-hybrid/help/opers/nburst
share/ircd-hybrid/help/opers/nick
share/ircd-hybrid/help/opers/notice
share/ircd-hybrid/help/opers/omotd
share/ircd-hybrid/help/opers/oper
share/ircd-hybrid/help/opers/operwall
share/ircd-hybrid/help/opers/part
share/ircd-hybrid/help/opers/pass
share/ircd-hybrid/help/opers/ping
share/ircd-hybrid/help/opers/pong
share/ircd-hybrid/help/opers/post
share/ircd-hybrid/help/opers/privmsg
share/ircd-hybrid/help/opers/quit
share/ircd-hybrid/help/opers/rehash
share/ircd-hybrid/help/opers/restart
share/ircd-hybrid/help/opers/resv
share/ircd-hybrid/help/opers/rkline
share/ircd-hybrid/help/opers/rxline
share/ircd-hybrid/help/opers/server
share/ircd-hybrid/help/opers/set
share/ircd-hybrid/help/opers/sjoin
share/ircd-hybrid/help/opers/squit
share/ircd-hybrid/help/opers/stats
share/ircd-hybrid/help/opers/svinfo
share/ircd-hybrid/help/opers/testgecos
share/ircd-hybrid/help/opers/testline
share/ircd-hybrid/help/opers/testmask
share/ircd-hybrid/help/opers/time
share/ircd-hybrid/help/opers/topic
share/ircd-hybrid/help/opers/trace
share/ircd-hybrid/help/opers/uhelp
share/ircd-hybrid/help/opers/umode
share/ircd-hybrid/help/opers/undline
share/ircd-hybrid/help/opers/ungline
share/ircd-hybrid/help/opers/unkline
share/ircd-hybrid/help/opers/unresv
share/ircd-hybrid/help/opers/unxline
share/ircd-hybrid/help/opers/user
share/ircd-hybrid/help/opers/userhost
share/ircd-hybrid/help/opers/users
share/ircd-hybrid/help/opers/version
share/ircd-hybrid/help/opers/wallops
share/ircd-hybrid/help/opers/who
share/ircd-hybrid/help/opers/whois
share/ircd-hybrid/help/opers/whowas
share/ircd-hybrid/help/opers/xline
share/ircd-hybrid/help/users/accept
share/ircd-hybrid/help/users/admin
share/ircd-hybrid/help/users/away
share/ircd-hybrid/help/users/challenge
share/ircd-hybrid/help/users/cmode
share/ircd-hybrid/help/users/error
share/ircd-hybrid/help/users/help
share/ircd-hybrid/help/users/index
share/ircd-hybrid/help/users/info
share/ircd-hybrid/help/users/invite
share/ircd-hybrid/help/users/ison
share/ircd-hybrid/help/users/join
share/ircd-hybrid/help/users/kick
share/ircd-hybrid/help/users/knock
share/ircd-hybrid/help/users/links
share/ircd-hybrid/help/users/list
share/ircd-hybrid/help/users/lusers
share/ircd-hybrid/help/users/map
share/ircd-hybrid/help/users/motd
share/ircd-hybrid/help/users/names
share/ircd-hybrid/help/users/nick
share/ircd-hybrid/help/users/notice
share/ircd-hybrid/help/users/oper
share/ircd-hybrid/help/users/part
share/ircd-hybrid/help/users/pass
share/ircd-hybrid/help/users/ping
share/ircd-hybrid/help/users/pong
share/ircd-hybrid/help/users/privmsg
share/ircd-hybrid/help/users/quit
share/ircd-hybrid/help/users/stats
share/ircd-hybrid/help/users/time
share/ircd-hybrid/help/users/topic
share/ircd-hybrid/help/users/umode
share/ircd-hybrid/help/users/user
share/ircd-hybrid/help/users/userhost
share/ircd-hybrid/help/users/users
share/ircd-hybrid/help/users/version
share/ircd-hybrid/help/users/who
share/ircd-hybrid/help/users/whois
share/ircd-hybrid/help/users/whowas
share/ircd-hybrid/messages/ayb.lang
Update to 7.2.0 > -- ircd-hybrid-7.2.0 RELNOTES > o) Fixed broken operwall = yes; > o) Added 'umode' directive to oper{}. List of modes to get on /OPER. > o) Fixed a WHOIS bug > o) Fixed bug where we would increase Count.invisi even > if invisible_on_connect is turned off > o) Removed invite_ops_only, controlled by paranoid (+p) now > o) Better DDoS protection > o) Fixed va_list bug on amd64 > o) Fixed /dev/poll > > > -- ircd-hybrid-7.2rc1 RELNOTES > o) ircd can dynamically change all its client/fd limits at runtime > o) Added epoll as the primary I/O engine under Linux > o) Local channels will not show up in remote /WHOIS > o) Added hidden_name which allows customized hidden server names > o) Added restrict_channels to define a static channel set > o) Added --disable-gline-voting to disable G-Line votes > for small networks or people who don't want it. > o) Allow accumulating more ip= entries in an exempt{} block > o) Various improvements and bugfixes > o) Make win32 build usable > o) Fixed ban caching bug > o) Cosmetical fixes to TIME > o) Get "KLINE nick" to work with clients that have a spoof > o) Fixed RESV/XLINE bug in conjunction with names that include escaped > characters such as \*, \?, \#. > > > -- ircd-hybrid-7.2beta1 RELNOTES > o) Usermode +G, like +g, but allow messaging from people on common channels > o) Usermode +D - "deaf", don't receive channel messages > o) RXLINE and RKLINE - commands for setting regexp K/X lines > o) Join flood is now detected and reported to +b opers > o) Re-added REJECT_HOLD - lock clients for a while before throwing away > o) ping_warning, a class{} option to notify opers before "Ping timeout" > o) New hooking system, modularised: usermodes, iauth, message filtering etc. > o) Network I/O speedups > o) Various cleanups and bugfixes > o) Support for client SSL > o) Support for services (contrib/m_services.c) > o) IP cloaking module (contrib/ip_cloaking.c) > o) Native win32 build
2006-01-03 14:09:25 +01:00
share/ircd-hybrid/messages/custom.lang
share/ircd-hybrid/messages/ircd-brazilian_pt.lang
share/ircd-hybrid/messages/ircd-croatian.lang
share/ircd-hybrid/messages/ircd-danish.lang
share/ircd-hybrid/messages/ircd-dutch.lang
share/ircd-hybrid/messages/ircd-french.lang
share/ircd-hybrid/messages/ircd-german.lang
share/ircd-hybrid/messages/ircd-italian.lang
share/ircd-hybrid/messages/ircd-norwegian.lang
share/ircd-hybrid/messages/ircd-polish.lang
share/ircd-hybrid/messages/ircd-russian.lang
share/ircd-hybrid/messages/ircd-spanish.lang
share/ircd-hybrid/messages/ircd-swedish.lang