This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Misc feature + fix package. #227
Open
jevolk
wants to merge
4
commits into
charybdis-ircd:release/4
Choose a base branch
from
matrix-construct:release/4
base: release/4
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…than mingw. bandb: Fix consistency of the #ifdef's around signal code (re: windows).
jevolk
commented
Dec 6, 2016
use_id(client), | ||
chname); | ||
|
||
parse(client, buf, buf + len); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: Check for local vs. remote client. ENCAP SAJOIN for remotes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the parv comment is odd there
For the Add flag to relax spoof restriction on the oper conf's hostmask, can the write up on reference.conf be added for ircd.conf aswell? |
for the use case having a staff vhost for the user address from which you can /oper with on the staff vhost like -- staff.network |
Is there an intention to fix the merge conflicts and get this merged? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature: Option to match oper confs based on vhost.
Feature: SAJOIN command to force users to join channels.
Fix: This diff was necessary for me to build on a Windows10/msys2 platform.