Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ircd-hybrid/ircd-hybrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.2.27
Choose a base ref
...
head repository: ircd-hybrid/ircd-hybrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 276ddec
Choose a head ref
  • 17 commits
  • 41 files changed
  • 1 contributor

Commits on Jan 23, 2020

  1. - Stylistic changes

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9199 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3dd22fc View commit details

Commits on Jan 24, 2020

  1. - Stylistic changes

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9201 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 24, 2020
    Copy the full SHA
    f014ce6 View commit details

Commits on Jan 25, 2020

  1. - m_who.c:who_matches(): match() against x->realhost, too

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9203 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 25, 2020
    Copy the full SHA
    1f46bcb View commit details
  2. - Update NEWS file

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9205 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 25, 2020
    Copy the full SHA
    ac64f3c View commit details
  3. - Update INSTALL file

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9206 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 25, 2020
    Copy the full SHA
    0aeb68f View commit details
  4. - conf_parser.y: style corrections; mostly whitespace changes

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9208 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 25, 2020
    Copy the full SHA
    f11e504 View commit details
  5. - tls_wolfssl.h: fixed minor documenting issue

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9210 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 25, 2020
    Copy the full SHA
    d85a718 View commit details
  6. - server_tls_handshake(), ssl_handshake(): make use of client_get_name()

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9212 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 25, 2020
    Copy the full SHA
    a469693 View commit details

Commits on Jan 26, 2020

  1. - tls_gnutls.c:tls_new_cred(): verify gnutls_global_init() run

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9214 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 26, 2020
    Copy the full SHA
    cdc503a View commit details
  2. - channel.c:find_bmask(): bmasks are now tested against x->realhost, too

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9216 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 26, 2020
    Copy the full SHA
    e64e634 View commit details
  3. - Update NEWS file

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9218 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 26, 2020
    Copy the full SHA
    46e9174 View commit details
  4. - conf.c:conf_read_files(): remove second buffer which doesn't make a…

    …ny sense here
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9219 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 26, 2020
    Copy the full SHA
    d7b0e2d View commit details
  5. - conf.c:conf_read_files(): minor cleanup; kill 'filename' pointer

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9221 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 26, 2020
    Copy the full SHA
    fe71b80 View commit details
  6. - Renamings:

        tls_new_cred -> tls_new_credentials
        tls_free_cred -> tls_free_credentials
        tls_verify_cert -> tls_verify_certificate
    
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9223 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 26, 2020
    Copy the full SHA
    f4bd636 View commit details
  7. - Re-create parser files

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9226 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 26, 2020
    Copy the full SHA
    45ab508 View commit details
  8. - ircd.c: remove unused header inclusion

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9227 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 26, 2020
    Copy the full SHA
    29f25d2 View commit details
  9. - Bump version to hybrid-8.2.28

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9229 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 26, 2020
    Copy the full SHA
    276ddec View commit details
Loading