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.37
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: 563dca2
Choose a head ref

Commits on Dec 31, 2020

  1. - Final removal of backwards compatibility code for ircd-hybrid 8.2.2…

    …2 and below. Also,
    
      minimum supported version of Anope is now 2.0.8.
    
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9853 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Dec 31, 2020
    Copy the full SHA
    3a232b1 View commit details
  2. - Update NEWS file

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9855 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Dec 31, 2020
    Copy the full SHA
    2847743 View commit details

Commits on Jan 1, 2021

  1. - Bump copyright years

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9858 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 1, 2021
    Copy the full SHA
    27e3574 View commit details
  2. - res.c: remove timeout_resolver() wrapper; remove unused 'next_time'…

    … calculation in timeout_query_list() as this function is run each second anyway
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9859 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 1, 2021
    Copy the full SHA
    1a113bb View commit details

Commits on Jan 3, 2021

  1. - client.c:exit_client(): documenting

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9870 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 3, 2021
    Copy the full SHA
    8d72d6d View commit details
  2. - user.c:introduce_client(): use sendto_server() to actually benefit …

    …from shared data buffers
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9872 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 3, 2021
    Copy the full SHA
    600f3a9 View commit details

Commits on Jan 4, 2021

  1. - res.c:res_readreply(): remove pointless 'continue'

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9874 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 4, 2021
    Copy the full SHA
    7200763 View commit details

Commits on Jan 9, 2021

  1. - Valid characters allowed in user names for local clients are now [A…

    …-Za-z0-9._-]
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9876 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 9, 2021
    Copy the full SHA
    5a32fb8 View commit details
  2. - Update NEWS file

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9878 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 9, 2021
    Copy the full SHA
    c849d67 View commit details

Commits on Jan 14, 2021

  1. - conf.c: refactor conf_check_client()

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9879 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 14, 2021
    Copy the full SHA
    858578e View commit details

Commits on Jan 15, 2021

  1. - conf.c: move class_ip_limit_add() from conf_attach() to attach_ilin…

    …e() where all the other session limit tests take place.
    
      Moving this is safe as it is guaranteed that a auth conf can never be attached twice.
    
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9882 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 15, 2021
    Copy the full SHA
    063cb3e View commit details
  2. - conf_class.c:class_ip_limit_add() return 'true' even in case of ove…

    …rruling. Add note why pnode->data needs to be increased in case of overruling, too
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9884 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 15, 2021
    Copy the full SHA
    09392bf View commit details

Commits on Jan 16, 2021

  1. - conf_lexer.l: port over C comment handling we introduced to hopm a …

    …while ago
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9885 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 16, 2021
    Copy the full SHA
    bea0d78 View commit details
  2. - Recreate autogenerated lexer file

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9888 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 16, 2021
    Copy the full SHA
    59cad4c View commit details
  3. - Change accept/callerid related code to no longer re-use the 'struct…

    … split_nuh_item' and have
    
      its own 'struct AcceptItem' instead. Minor other cleanups to callerid related functions.
    
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9889 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 16, 2021
    Copy the full SHA
    fc21357 View commit details
  4. - s_bsd.c:add_connection(): fixed stupidly broken 'ipv6 loopback addr…

    …ess irc-sanitizer' logic
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9891 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 16, 2021
    Copy the full SHA
    4a39fb5 View commit details

Commits on Jan 17, 2021

  1. - channel_mode.c:send_mode_changes_client(), send_mode_changes_server…

    …(): don't send the appending space in the TMODE/MODE message in case paracount == 0
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9893 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 17, 2021
    Copy the full SHA
    f5f50f6 View commit details
  2. - Update NEWS file

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

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9896 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 17, 2021
    Copy the full SHA
    8176fb6 View commit details
  4. - The general::dots_in_ident configuration directive has been renam…

    …ed to `general::specials_in_ident`
    
      and now covers the '-' and '_' characters in addition to '.'
    
    
    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9897 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 17, 2021
    Copy the full SHA
    a1dca64 View commit details
  5. - Bump version to 8.2.38

    git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x@9899 82007160-df01-0410-b94d-b575c5fd34c7
    michael committed Jan 17, 2021
    Copy the full SHA
    563dca2 View commit details
Loading