[hybrid-commits] svnroot commit: ircd-hybrid/branches/8.2.x/doc reference.conf ircd-hybrid/branches/8.2.x/modules m_info.c m_stats.c ircd-hybrid/branches/8.2.x/src conf_lexer.c conf_lexer.l conf_parser.c conf_parser.h conf_parser.y user.c
Michael Wobst
michael at svn.ircd-hybrid.org
Sun Mar 8 08:33:15 EDT 2020
michael 2020-03-08 08:33:15 -0400 (Sun, 08 Mar 2020)
Modified files:
ircd-hybrid/branches/8.2.x/src conf_lexer.c conf_lexer.l conf_parser.c conf_parser.h
conf_parser.y user.c
Log:
- Masking of k- and i-lines to regular users has been removed. Just with other stats, reporting to regular users can now only be enabled or disabled.
- Free memory pointed to by client->connection->password in register_local_user()
Revision Changes Path
9320 +2 -12 ircd-hybrid/branches/8.2.x/doc/reference.conf
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/doc/reference.conf?rev=9320&r1=9319&r2=9320&diff_format=h
9320 +3 -15 ircd-hybrid/branches/8.2.x/modules/m_info.c
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/modules/m_info.c?rev=9320&r1=9319&r2=9320&diff_format=h
9320 +39 -101 ircd-hybrid/branches/8.2.x/modules/m_stats.c
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/modules/m_stats.c?rev=9320&r1=9319&r2=9320&diff_format=h
9320 +1095 -1101 ircd-hybrid/branches/8.2.x/src/conf_lexer.c
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/src/conf_lexer.c?rev=9320&r1=9319&r2=9320&diff_format=h
9320 +0 -1 ircd-hybrid/branches/8.2.x/src/conf_lexer.l
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/src/conf_lexer.l?rev=9320&r1=9319&r2=9320&diff_format=h
9320 +1601 -1633 ircd-hybrid/branches/8.2.x/src/conf_parser.c
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/src/conf_parser.c?rev=9320&r1=9319&r2=9320&diff_format=h
9320 +29 -31 ircd-hybrid/branches/8.2.x/src/conf_parser.h
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/src/conf_parser.h?rev=9320&r1=9319&r2=9320&diff_format=h
9320 +2 -9 ircd-hybrid/branches/8.2.x/src/conf_parser.y
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/src/conf_parser.y?rev=9320&r1=9319&r2=9320&diff_format=h
9320 +2 -5 ircd-hybrid/branches/8.2.x/src/user.c
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/src/user.c?rev=9320&r1=9319&r2=9320&diff_format=h
More information about the hybrid-commits
mailing list