Revisions of inspircd

Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 206)
- properly force a c++ std >= 11 to build banprotect
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 205)
- update to 2.0.27
- update extra modules to fdad62c
- enable new modules:
  m_apacheauth, m_banprotect, m_blocklistmode, m_checkbans,
  m_conn_accounts, m_conn_invite, m_conn_require, m_extbanbanlist,
  m_fakelist, m_restrictmsg_duration, m_showfile, m_sslmodeuser,
  m_whox, m_xlinetools
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 204)
- refreshed patches to apply cleanly again:
  - inspircd-2.0.18_default-config.patch
  - users.cpp_debug.diff
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 203)
- update to 2.0.26
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 202)
- update to 2.0.25
- update extras to 4325b0e
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 201)
- update to 2.0.24
  - m_sasl: really abort sasl session on register
  - m_cloaking: fix host/ip comparisons #1249
  - socketengine_epoll: use getrlimit not ulimit
  - m_sasl: send host/ip info
  - m_dnsbl: check returned results are in 127.0.0.0/8
  - m_sasl: use host/ip from m_cgiirc if applicable
  - cmd_who: don't show +p channels or channels hidden with
    m_hidechans
  - m_ldapauth: fix providing username in PASS
  - modules.conf.example: document useusername in ldapauth
  - win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the
    runtime libraries are not placed in bin
  - m_sakick: remove unused "Unable to kick" notice
  - m_cloaking: don't apply cloak to already cloaked users during
    registration
  - m_override: fix parentheses compiler warning
  - Release v2.0.24
  - m_httpd_stats: Also sanitize other server gecos
  - Fix users receiving a QUIT with themselves as source when host
    cycling in certain cases
  - Invalidate the caches properly when User::SetClientIP is
    called.
  - Workaround modern Perls not adding . to @INC.
  - Add a bigger warning about deprecated things being removed.
  - Backport the master Travis changes to insp20.
  - Fix pure static builds.
  - Use clock_gettime() on macOS 10.12.
  - Fix some compiler warnings.
  - Update securelist exception list.
  - Clarify that m_sslmodes depends on m_sslinfo.
  - Fix compiler version parsing on GCC 7.
  - Warn when a user configures a permanent channel without +P.
  - Fix WEBIRC not rejecting invalid IP addresses.
  - Penalise clients that use WEBIRC incorrectly.
  - Fix ModuleManager not being able to find make::configure.
  - fix channel rank issue
  - Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and
    SendChannelNotice() sending statusmsgs to whole channel
- update extras to b152c59
  https://github.com/inspircd/inspircd-extras/compare/4773995...b152c59
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 200)
- update to 2.0.23
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 199)
- update to 2.0.21
- update extras to 17d9fd0
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 198)
- update extras to e38baeb
  - Regen modules.lst
  - m_slowmode: count messages from remote users, too
  - Tweak m_solvemsg so it actually compiles.
  - Add a module which implements spam protection via a maths
    problem.
- added insp2.0-HEAD.patch
  pull all changes from the 2.0 branch to fix building with clang
  on tumbleweed
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 197)
- add BR for xz
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 196)
- update to 2.0.20
  This release fixes an issue with STARTTLS handling which can
  potentially cause a crash. Only servers using m_ssl_gnutls with
  STARTTLS enabled are affected, m_ssl_openssl is unaffected. To
  mitigate this problem, disable STARTTLS by setting <gnutls
  starttls="off">.
  Moreover, an option was added to the m_restrictmsg module to
  allow sending messages to users on ulined servers, which is
  useful if m_restrictmsg is used with services.
- update extras to b895220
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 195)
add bugzilla number (boo# 928318)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 194)
- update to 2.0.19
- refreshed patches:
  inspircd-2.0.18_default-config.patch
  inspircd.spec
  users.cpp_debug.diff
- updating inspircd-extras to dda996a
  - build autodrop module
- upstream removed the following config files so we removed them
  from the package too: ircservices.conf neostats.conf
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 193)
- convert all the conditionals to bcond_with(out)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 192)
- disable our own m_no_op_on_channel_create in favor of the new
  upstream module.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 191)
- move geoip ban to the geoip subpackage
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 190)
- forgot the geoip conditionals around m_geoipban
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 189)
- update to 2.0.18
  - Several new config options are now available for OpenSSL making
    it possible to disable SSLv3 among other things. For details
    please see the updated OpenSSL wiki page. (2.0.18)
  - This is a bugfix-only release, bringing several improvements
    and fixes for the Windows version, better compiler support and
    stability and correctness related improvements. An issue has
    been fixed that caused m_joinflood to wrongly lock down
    channels on netbursts in some cases. (2.0.17)
  - This is a bugfix-only release, containing several stability
    related and correctness improvements. An issue has also been
    fixed that prevented clients using NSS for SSL/TLS such as
    Pidgin (via libpurple), ChatZilla, Instantbird, etc. from
    reconnecting to a server using OpenSSL after disconnection.
    (2.0.16)
  for all the details see
  https://github.com/inspircd/inspircd/compare/v2.0.15...v2.0.18
- dropped inspircd-2.0.14_VoidSignalHandler.patch
- refreshed patches to apply cleanly again
  old: inspircd-2.0.14-m_no_op_on_channel_create.patch
  new: inspircd-2.0.18-m_no_op_on_channel_create.patch
  old: inspircd-2.0.15_default-config.patch
  new: inspircd-2.0.18_default-config.patch
- updated inspircd-extras to 01a6b5d and enabled modules
  m_authy
  m_autokick
  m_capnotify
  m_ciphersuitejoin
  m_dccblock
  m_extbanredirect
  m_flashpolicyd
  m_geoipban
  m_identmeta
  m_joinoninvite
  m_nickin001
  m_noctcp_user
  m_nooponcreate
  m_override_umode
  m_override_umode
  m_require_auth
  m_sha1
  m_stats_unlinked
  m_totp
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 188)
- update to 2.0.15
  https://github.com/inspircd/inspircd/compare/v2.0.14...v2.0.15
- added inspircd-2.0.14-m_no_op_on_channel_create.patch
  removes op from channel creators
- refreshed config patch:
  old name inspircd-2.0.14_default-config.patch
  new name inspircd-2.0.15_default-config.patch
- replaced inspircd-extras-master-20130820.tar.gz
  with inspircd-extras-master.tar.gz
  enabled building of the following new modules:
  m_accounthost
  m_deferaccept
  m_disablemodes
  m_forceident
  m_fullversion
  m_nickdelay
  m_nouidnick
  m_replaymsg
  m_svsoper
- refreshed users.cpp_debug.diff
- dropped inspircd-2.0.14_VoidSignalHandler.patch:
  included upstream
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 187)
- added inspircd-2.0.14_VoidSignalHandler.patch:
  backport of 2 chunks from 3f4d54eb:
  Resolve the parent's process exit code being SIGTERM=15 and
  typically not EXIT_SUCCESS thus
Displaying revisions 21 - 40 of 226
openSUSE Build Service is sponsored by