MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
מדריך פלאגים בגירסה SNIRCD EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
מדריך פלאגים בגירסה SNIRCD EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
מדריך פלאגים בגירסה SNIRCD EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
מדריך פלאגים בגירסה SNIRCD EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
מדריך פלאגים בגירסה SNIRCD EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
מדריך פלאגים בגירסה SNIRCD EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
מדריך פלאגים בגירסה SNIRCD EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
מדריך פלאגים בגירסה SNIRCD EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
מדריך פלאגים בגירסה SNIRCD EmptyThu Apr 07, 2022 4:45 am by Chief

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


מדריך פלאגים בגירסה SNIRCD

Go down

מדריך פלאגים בגירסה SNIRCD Empty מדריך פלאגים בגירסה SNIRCD

Post  Admin Wed Apr 04, 2012 11:33 pm

מדריך:darksis
נושא: פלאגים בגירסה SNIRCD

טוב מדריך זה יותר לכוון של אופרים איך אנחנו משתמשים באופר שיש לנו בגירסה SNIRCD.
אז נכון שקיבלנו אופר או שהרצנו את השרת ואנחנו רוצים עוד מידע לגבי זה. אז אני הריץ לכם עכשיו את הפלאגים
של השרת הזה. אז נתחיל
הפלג הראשון זה יוזר שיוצא משרת וניכנס תצטרכו להיכנס ראשית כל לקונף שלכם ולדביק את זה לקונף
Code:

"HIS_SNOTICES" = "TRUE";
כמובן שאחרי שהדבקתם את הפקודה הזאת לקונף עליכם לעשות REHASH לשרת שלכם ולרשום את המוד הזה
במירק שלכם
//mode $me +s +16384
למעשה אני אקבל נוטיס על מידע מי מתחבר לשרת ומי יוצא ממנו
Code:

* Oper mode +X
    Allows opers to:
      - Join invite only (+i) channels
      - Join keyed (+k) channels
אז אתם שואלים מה הפקודות של האופר עושים אז אסביר כך בצורה יותר שתבינו
./mode $me +k
 זה פקודה שאף אחד לא יכול לזרוק אותכם מחדר וגם משרת בקייל וגם לא להוריד אופ זה מבצע עליכם הגנה מלאה בתור
אופרים. הפקודה הבאה היא mode $me +i ומה היא עושה היא מאפשרת לכם להיכנס לכל חדר שכתוב למוזמנים בלבד
ככה שאתם חסינים בתור אופרים ויכולים להיכנס כאהבת נפשכם.
Code:

F:SETHOST
 * Type: boolean
 * Default: FALSE

 This enables the /sethost command and user mode +h for opers activating Sethosts.

F:SETHOST_USER
 * Type: boolean
 * Default: FALSE

 This enabled the /sethost command and user mode +h for users activating Sethosts
 with passwords.

F:SETHOST_AUTO
 * Type: boolean
 * Default: FALSE

 This enables the automatic application of Sethosts on matching idents and hosts.

F:SETHOST_FREEFORM
 * Type: boolean
 * Default: FALSE

 This enables opers to set new hostnames that do not have a corresponding S: line
 in the configuration file, as long as the hostname supplied is reasonably valid.
 The usage if this is logged via SNOTICE.

F:HIS_STATS_s
 * Type: boolean
 * Default: TRUE

 As per QuakeNet Security, this removes the /stats s from users.

F:TOPIC_BURST
 * Type: boolean
 * Default: FALSE

 This selects whether topics are *sent* to other servers during a burst.
 Note that receiving topics from servers is always enabled.

F:HIS_GLINE
 * Type: boolean
 * Default: TRUE

 As per QuakeNet Security, this removes the reason for GLINE from quit messages.

F:SOCKSENDBUF
 * Type: integer
 * Default: 61440

 Sets the socket buffer for sending. Advanced feature, do not change unless you
 known what you are doing.

F:SOCKRECVBUF
 * Type: integer
 * Default: 61440

 Sets the socket buffer for recieving. Advanced feature, do not change unless you
 known what you are doing.

F:USER_HIDECHANS
 * Type: boolean
 * Default: FALSE

 This allows normal users to set the +n usermode (hide channels from whois/who),
 this is only recommended in special circumstances.

F:HIS_USERGLINE
 * Type: boolean
 * Default: TRUE

 This enables / disables the ability for users to use the /GLINE command for
 listing active glines. It's turned on by default, which is the opposite
 behaviour of vanilla ircu.

F:AUTOINVISIBLE
 * Type: boolean
 * Default: TRUE

 As per QuakeNet Security, this option sets user mode +i on all connecting clients
 automatically.

F:HIS_USERIP
 * Type: boolean
 * Default: TRUE

 As per QuakeNet Security, add the ability to disable the /USERIP command for users.

F:AUTOCHANMODES
 * Type: boolean
 * Default: TRUE

 Enable or disable auto (default) channel modes for new channels.

F:AUTOCHANMODES_LIST
 * Type: string
 * Default: "ntCN"

 AUTOCHANMODES_LIST should contain the default channelmodes (e.g. "ntCN") which will
 be set by default on new channels
אנא תשימו לב כל הפלאגים ההלו כמו שהראתי לכם את הפלאג הראשון מה עושה עליכם לקחת רק את השם ולעתיק אותו לקונף שלכם ולעשות כפי מה שכתוב.
אני אדביק לכם את שאר הפלאגים שתראו מה כל פעולה מבצעת.
Code:

Usage: /mode <nick> +s [+/-][mask]

Mask         Hex value    Description
1    SNO_OLDSNO    0x1    /* unsorted old messages */
2    SNO_SERVKILL    0x2    /* server kills (nick collisions) */
4    SNO_OPERKILL    0x4    /* oper kills */
8    SNO_HACK2    0x8    /* desyncs */
16    SNO_HACK3    0x10    /* temporary desyncs */
32    SNO_UNAUTH    0x20    /* unauthorized connections */
64    SNO_TCPCOMMON    0x40    /* common TCP or socket errors */
128    SNO_TOOMANY    0x80    /* too many connections */
256    SNO_HACK4    0x100    /* Uworld actions on channels */
512    SNO_GLINE    0x200    /* glines */
1024    SNO_NETWORK    0x400    /* net join/break, etc */
2048    SNO_IPMISMATCH    0x800    /* IP mismatches */
4096    SNO_THROTTLE    0x1000    /* host throttle add/remove notices */
8192    SNO_OLDREALOP    0x2000    /* old oper-only messages */
16384    SNO_CONNEXIT    0x4000    /* client connect/exit (ugh) */
32768    SNO_AUTO    0x8000    /* AUTO G-Lines */
65536    SNO_DEBUG    0x10000    /* debugging messages (DEBUGMODE only) */
131072    SNO_AUTH    0x20000    /* iauth status messages */

standard +s    SNO_DEFAULT (SNO_NETWORK | SNO_OPERKILL | SNO_GLINE)
standard +s when +o/O    SNO_DEFAULT | SNO_HACK2 | SNO_HACK4 | SNO_THROTTLE | SNO_OLDSNO)
only opers may set    SNO_OPER (SNO_CONNEXIT | SNO_OLDREALOP | SNO_AUTH)

Examples of Usage
To receive only operkills, use /mode +s 4
To receive operkills and glines, add the values:

    /mode <nick> +s 516

    (512+4=516)

If you are already receiving some notices and you wish to add notices of netjoins/breaks use:

    /mode Ghostwolf +s +1024

If you wish to stop receiving netjoin/break notices, but continue to receive other notices, use:

    /mode Ghostwolf +s -1024
    OR
    /mode Ghostwolf -s +1024

A user typing /mode Ghostwolf +s will receive netsplits/joins, operkills, and g-lines.

Opers who are +s will additionally receive HACK notices and anything that was originally in sendto_ops() and wasn't changed. Only opers can choose to receive connect/exit notices and anything that originally was in sendtoreal_ops() and hasn't been changed (connect/exit notices also require a #de
in snircd and ircu you have two commands for gline one from us and two from Q this explain
Code:

/gline !+*@190.248.68.18 this timer>3600 reason:Localclone?
for download this commands
/gline !-*@190.248.68.18 3600 :Localclone?
/gline !-*@94.159.205.113 3600 :Localclone?

http://hg.quakenet.org/snircd-1.3.0/file/df252c82e863/ircd/test/gline-1.cmd
this commands work on snircd and ircu
Enjoy
במיקרה ולא הבנתם זה האתר שתוכלו לעזר בו
http://pastie.org/3291745
מדריך זה נכתב עבור www.mIRCx.co.il
RaiNBoW_Six חבר מועדון המירקס בישראל לשעבר
Admin
Admin
Admin

מספר הודעות : 269
Join date : 2009-09-12
Age : 43
מיקום : mIRCX IRC Network

https://mircx.forumotion.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum