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.29
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: da9115a
Choose a head ref
  • 15 commits
  • 25 files changed
  • 1 contributor

Commits on Feb 20, 2020

  1. - help/Makefile.am: properly install the extban help file

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

    Verified

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

Commits on Feb 22, 2020

  1. - Fixed issue where HAVE_LIBCRYPTO wouldn't get defined even if the c…

    …onfigure test was successful
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9284 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Feb 22, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8512c8e View commit details
  2. - m_join.c:ms_join(): fixed ages old bug where in the channel it woul…

    …d appear as if the client removed the modes/topic instead of the server
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9286 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Feb 22, 2020

    Verified

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

Commits on Feb 23, 2020

  1. - m_sjoin.c:ms_sjoin(): cleanup usage of 'tstosend'. Just use channel…

    …->creation_time instead.
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9288 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Feb 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2a8b7de View commit details
  2. - Update NEWS file

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    423c160 View commit details
  3. - Extban $n of type 'acting' has been implemented. This extban preven…

    …ts matching users from changing their
    
      nick while in the channel. Users with voice or above are not affected.
    - Channel mode +N has been changed so channel members with +v can change nick names, too
    
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9291 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Feb 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    396c6c5 View commit details
  4. - Add src/extban_nick.c

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6a4ae80 View commit details
  5. - propset

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9296 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Feb 23, 2020
    Copy the full SHA
    6c4b5df View commit details
  6. - Update NEWS file

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9297 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Feb 23, 2020
    Copy the full SHA
    e713e62 View commit details
  7. - Update doc/modes.txt

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9298 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Feb 23, 2020
    Copy the full SHA
    d49c6a5 View commit details
  8. - m_nick.c: style corrections

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9300 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Feb 23, 2020
    Copy the full SHA
    e60c7cf View commit details
  9. - Remove unused header includes

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9302 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Feb 23, 2020
    Copy the full SHA
    d8ce7c9 View commit details

Commits on Feb 25, 2020

  1. - m_nick.c: change all check_clean_* functions to bool type

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

Commits on Feb 26, 2020

  1. - Update NEWS file

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9306 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Feb 26, 2020
    Copy the full SHA
    3ae6aab View commit details
  2. - Bump version to 8.2.30

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