Advertisement
Guest User

Untitled

a guest
Mar 31st, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.31 KB | None | 0 0
  1. /* This is an example configuration for Services.
  2. *
  3. * All statements end in semi-colons (';').
  4. * Shell style, C style, and C++ style comments may be used.
  5. *
  6. * Items marked with "(*)" are reconfigurable at runtime via REHASH.
  7. */
  8.  
  9. /******************************************************************************
  10. * MODULES SECTION. *
  11. ******************************************************************************/
  12.  
  13. /*
  14. * These are the modules included with the core distribution of Services.
  15. *
  16. * You may be interested in the shale community modules distribution as
  17. * well, which adds additional features that may or may not be compatible
  18. * with the project paradigms intended for maintainance of the core of
  19. * shale-services.
  20. *
  21. * Visit the shale-services website for more information and to download them.
  22. *
  23. * Modules marked [experimental] will taint your shale-services instance. Do
  24. * not file any bug reports with us about using Services with those modules;
  25. * they will be ignored.
  26. */
  27.  
  28. /* Dynamic security modules.
  29. *
  30. * WARNING: If you select one of these modules, the default security policy included
  31. * with shale may break. These modules are intended for people who know what they
  32. * are doing and understand the implications of what they do. Security modules which
  33. * are likely to break the default policy are prefixed with [!], if you are new to
  34. * shale, you should avoid enabling them.
  35. *
  36. * If you find your security policy is broken, you may debug it while allowing normal
  37. * operation of your IRC network by putting shale into "permissive mode". To do this,
  38. * enable general::permissive_mode.
  39. *
  40. * [!] Infer "command:" namespace permissions modules/security/cmdperm
  41. */
  42. #loadmodule "modules/security/cmdperm";
  43.  
  44. /* Protocol module.
  45. *
  46. * Please select a protocol module. Different servers use different protocols.
  47. * Below is a listing of ircd's known to work with the various protocol modules
  48. * available.
  49. *
  50. * Asuka 1.2.1 or later modules/protocol/asuka
  51. * Bahamut 1.8.x modules/protocol/bahamut
  52. * Charybdis IRCd modules/protocol/charybdis
  53. * ChatIRCd 1.0 or later modules/protocol/chatircd
  54. * DreamForge 4.6.7 or later modules/protocol/dreamforge
  55. * Hybrid 7.1.2 and later modules/protocol/hybrid
  56. * InspIRCd 2.0 modules/protocol/inspircd
  57. * ircd-ratbox 2.0 and later modules/protocol/ratbox
  58. * IRCNet ircd (ircd 2.11) modules/protocol/ircnet
  59. * ircd-seven modules/protocol/ircd-seven
  60. * ircu 2.10.11.07 or later modules/protocol/undernet
  61. * Nefarious IRCu 0.4.0 or later modules/protocol/nefarious
  62. * ngIRCd 19 or later [experimental] modules/protocol/ngircd
  63. * ShadowIRCd 5.0 or later modules/protocol/shadowircd
  64. * UnrealIRCd 3.2 or later modules/protocol/unreal
  65. * UnrealIRCd 4 or later modules/protocol/unreal4
  66. *
  67. * If your IRCd vendor has supplied a module file, build it and load it here
  68. * instead of one above.
  69. */
  70. loadmodule "modules/protocol/sircd";
  71.  
  72. /* Protocol mixins.
  73. *
  74. * These should be used if you do not have/want certain features on your
  75. * network that your ircd normally has. If you do not know what this means,
  76. * you do not need any of them.
  77. *
  78. * Disable halfops modules/protocol/mixin_nohalfops
  79. * Disable holdnick (use enforcer clients) modules/protocol/mixin_noholdnick
  80. * Disable "protect" mode on channels modules/protocol/mixin_noprotect
  81. * Disable "owner" mode on channels modules/protocol/mixin_noowner
  82. */
  83. #loadmodule "modules/protocol/mixin_nohalfops";
  84. #loadmodule "modules/protocol/mixin_noholdnick";
  85. #loadmodule "modules/protocol/mixin_noprotect";
  86. #loadmodule "modules/protocol/mixin_noowner";
  87.  
  88. /* Database backend module.
  89. *
  90. * Please select a database backend module. Different backends allow for
  91. * different ways in which the services data can be manipulated. YOU MAY
  92. * ONLY HAVE ONE OF THESE BACKENDS LOADED.
  93. *
  94. * The following backends are available:
  95. *
  96. * shale 0.1 flatfile database format modules/backend/flatfile
  97. * Open Services Exchange database format modules/backend/opensex
  98. *
  99. * Most networks will want opensex.
  100. */
  101. loadmodule "modules/backend/opensex";
  102.  
  103. /* Password hashing modules.
  104. *
  105. * If you would like encryption for your services passwords, or to migrate
  106. * from another IRC services package which used encryption for its passwords,
  107. * please select a module here.
  108. *
  109. * The following encryption-capable crypto modules are available:
  110. *
  111. * Argon2d (Password Hashing Competition, v1.3) modules/crypto/argon2d
  112. * PBKDF2 cryptography (better format) modules/crypto/pbkdf2v2
  113. * POSIX-style crypt(3) modules/crypto/posix
  114. *
  115. * If you do not load an encryption-capable crypto module, some features will
  116. * not work correctly, and errors will be logged on e.g. user registration
  117. * that it was not possible to encrypt their password. Support for running
  118. * without an encryption-capable crypto module will be removed in a later
  119. * version of this software; for now it is just highly discouraged.
  120. *
  121. * Note that upon starting with an encryption-capable crypto module YOUR
  122. * PASSWORDS ARE IMMEDIATELY AND IRREVERSIBLY CONVERTED. Make at least TWO
  123. * backups of your database before experimenting with this. If you have
  124. * several thousand accounts, this conversion may take a long time.
  125. *
  126. * The following modules can only be used to /verify/ existing encrypted
  127. * passwords, for example when upgrading from an older version of this
  128. * software, or migrating from something else:
  129. *
  130. * PBKDF2 (Atheme <= 7.2 compatibility) modules/crypto/pbkdf2
  131. * Raw MD5 (Anope ~1.8 compatibility) modules/crypto/rawmd5
  132. * Raw SHA1 (Anope ~1.8 compatibility) modules/crypto/rawsha1
  133. * IRCServices (+ Anope) compatibility modules/crypto/ircservices
  134. *
  135. * To transition between crypto schemes, load the preferred scheme first
  136. * and as users login or set new passwords, they will be migrated to the new
  137. * preferred scheme. Like:
  138. *
  139. * loadmodule "modules/crypto/argon2d";
  140. * loadmodule "modules/crypto/pbkdf2v2";
  141. * loadmodule "modules/crypto/pbkdf2";
  142. * loadmodule "modules/crypto/posix";
  143. *
  144. * The posix module requires crypt(3) or OpenSSL.
  145. * The rawsha1 and pbkdf2/pbkdf2v2 modules require OpenSSL.
  146. * The Argon2d module has no dependencies and is recommended.
  147. */
  148. loadmodule "modules/crypto/argon2d";
  149. #loadmodule "modules/crypto/pbkdf2v2";
  150. #loadmodule "modules/crypto/pbkdf2";
  151. loadmodule "modules/crypto/posix";
  152.  
  153. /* Authentication module.
  154. *
  155. * These allow using passwords from an external system. The password given
  156. * when registering a new account is also checked against the external
  157. * system.
  158. *
  159. * The following authentication modules are available:
  160. *
  161. * LDAP modules/auth/ldap
  162. *
  163. * The LDAP module requires OpenLDAP client libraries. It uses them in a
  164. * synchronous manner, which means that an unresponsive LDAP server can
  165. * freeze services.
  166. */
  167. #loadmodule "modules/auth/ldap";
  168.  
  169. /* NickServ modules.
  170. *
  171. * Here you can disable or enable certain features of NickServ, by
  172. * defining which modules are loaded. You can even disable NickServ
  173. * entirely. Please note however, that an authentication service
  174. * (either NickServ, or UserServ) is required for proper functionality.
  175. *
  176. * The CrackLib password validation module requires CrackLib to be
  177. * installed on your system in order to use.
  178. *
  179. * Core components modules/nickserv/main
  180. * Nickname access lists modules/nickserv/access
  181. * Bad email address blocking modules/nickserv/badmail
  182. * CertFP fingerprint managment modules/nickserv/cert
  183. * CrackLib password validation modules/nickserv/cracklib
  184. * DROP command modules/nickserv/drop
  185. * Nickname enforcement modules/nickserv/enforce
  186. * FDROPMAIL (Drop accounts by email address) modules/nickserv/fdropmail
  187. * GHOST command modules/nickserv/ghost
  188. * GROUP and UNGROUP commands modules/nickserv/group
  189. * HELP command modules/nickserv/help
  190. * Nickname expiry override (HOLD command) modules/nickserv/hold
  191. * IDENTIFY command modules/nickserv/identify
  192. * INFO command modules/nickserv/info
  193. * Last quit message in INFO modules/nickserv/info_lastquit
  194. * LIST command modules/nickserv/list
  195. * LISTMAIL command modules/nickserv/listmail
  196. * LISTOWNMAIL command modules/nickserv/listownmail
  197. * LOGIN command (for no_nick_ownership) modules/nickserv/login
  198. * LOGOUT command modules/nickserv/logout
  199. * MARK command modules/nickserv/mark
  200. * FREEZE command modules/nickserv/freeze
  201. * LISTCHANS command modules/nickserv/listchans
  202. * LISTGROUPS command modules/nickserv/listgroups
  203. * REGISTER command modules/nickserv/register
  204. * Bypass registration limits (REGNOLIMIT) modules/nickserv/regnolimit
  205. * Password reset (RESETPASS command) modules/nickserv/resetpass
  206. * RESTRICT command modules/nickserv/restrict
  207. * Password return (RETURN command) modules/nickserv/return
  208. * Password retrieval (SENDPASS command) modules/nickserv/sendpass
  209. * Password retrieval allowed to normal users modules/nickserv/sendpass_user
  210. * SET command core modules/nickserv/set_core
  211. * Change primary nickname (SET ACCOUNTNAME) modules/nickserv/set_accountname
  212. * BLOCK SENDPASS except by IRCops (per acct) modules/nickserv/set_blocksendpass
  213. * SET EMAIL command modules/nickserv/set_email
  214. * SET EMAILMEMOS command modules/nickserv/set_emailmemos
  215. * SET ENFORCETIME command modules/nickserv/set_enforcetime
  216. * SET HIDEMAIL command modules/nickserv/set_hidemail
  217. * SET LANGUAGE command modules/nickserv/set_language
  218. * SET NEVERGROUP command modules/nickserv/set_nevergroup
  219. * SET NEVEROP command modules/nickserv/set_neverop
  220. * SET NOGREET command modules/nickserv/set_nogreet
  221. * SET NOMEMO command modules/nickserv/set_nomemo
  222. * SET NOOP command modules/nickserv/set_noop
  223. * SET PASSWORD command modules/nickserv/set_password
  224. * PRIVMSG instead of NOTICE (SET PRIVMSG cmd) modules/nickserv/set_privmsg
  225. * Account info hiding (SET PRIVATE command) modules/nickserv/set_private
  226. * SET PROPERTY command modules/nickserv/set_property
  227. * SET PUBKEY command modules/nickserv/set_pubkey
  228. * SET QUIETCHG command modules/nickserv/set_quietchg
  229. * SET QUIETPASS command moudles/nickserv/set_quietpass
  230. * Password retrieval uses code (SETPASS cmd) modules/nickserv/setpass
  231. * STATUS command modules/nickserv/status
  232. * Nickname metadata viewer (TAXONOMY command) modules/nickserv/taxonomy
  233. * VACATION command modules/nickserv/vacation
  234. * VERIFY command modules/nickserv/verify
  235. * VHOST command modules/nickserv/vhost
  236. */
  237. loadmodule "modules/nickserv/main";
  238. #loadmodule "modules/nickserv/access";
  239. loadmodule "modules/nickserv/badmail";
  240. #loadmodule "modules/nickserv/cert";
  241. #loadmodule "modules/nickserv/cracklib";
  242. loadmodule "modules/nickserv/drop";
  243. #loadmodule "modules/nickserv/enforce";
  244. #loadmodule "modules/nickserv/fdropmail";
  245. loadmodule "modules/nickserv/ghost";
  246. loadmodule "modules/nickserv/group";
  247. loadmodule "modules/nickserv/help";
  248. loadmodule "modules/nickserv/hold";
  249. loadmodule "modules/nickserv/identify";
  250. loadmodule "modules/nickserv/info";
  251. #loadmodule "modules/nickserv/info_lastquit";
  252. loadmodule "modules/nickserv/list";
  253. loadmodule "modules/nickserv/listmail";
  254. #loadmodule "modules/nickserv/listownmail";
  255. #loadmodule "modules/nickserv/login";
  256. loadmodule "modules/nickserv/logout";
  257. loadmodule "modules/nickserv/mark";
  258. loadmodule "modules/nickserv/freeze";
  259. loadmodule "modules/nickserv/listchans";
  260. loadmodule "modules/nickserv/listgroups";
  261. loadmodule "modules/nickserv/register";
  262. loadmodule "modules/nickserv/regnolimit";
  263. loadmodule "modules/nickserv/resetpass";
  264. loadmodule "modules/nickserv/restrict";
  265. loadmodule "modules/nickserv/return";
  266. loadmodule "modules/nickserv/setpass";
  267. #loadmodule "modules/nickserv/sendpass";
  268. loadmodule "modules/nickserv/sendpass_user";
  269. loadmodule "modules/nickserv/set_core";
  270. loadmodule "modules/nickserv/set_accountname";
  271. #loadmodule "modules/nickserv/set_blocksendpass";
  272. loadmodule "modules/nickserv/set_email";
  273. loadmodule "modules/nickserv/set_emailmemos";
  274. #loadmodule "modules/nickserv/set_enforcetime";
  275. loadmodule "modules/nickserv/set_hidemail";
  276. loadmodule "modules/nickserv/set_language";
  277. loadmodule "modules/nickserv/set_nevergroup";
  278. loadmodule "modules/nickserv/set_neverop";
  279. loadmodule "modules/nickserv/set_nogreet";
  280. loadmodule "modules/nickserv/set_nomemo";
  281. loadmodule "modules/nickserv/set_noop";
  282. #loadmodule "modules/nickserv/set_nopassword";
  283. loadmodule "modules/nickserv/set_password";
  284. #loadmodule "modules/nickserv/set_privmsg";
  285. #loadmodule "modules/nickserv/set_private";
  286. loadmodule "modules/nickserv/set_property";
  287. loadmodule "modules/nickserv/set_pubkey";
  288. loadmodule "modules/nickserv/set_quietchg";
  289. loadmodule "modules/nickserv/set_quietpass";
  290. loadmodule "modules/nickserv/status";
  291. loadmodule "modules/nickserv/taxonomy";
  292. loadmodule "modules/nickserv/vacation";
  293. loadmodule "modules/nickserv/verify";
  294. loadmodule "modules/nickserv/vhost";
  295.  
  296. /* ChanServ modules.
  297. *
  298. * Here you can disable or enable certain features of ChanServ, by
  299. * defining which modules are loaded. You can even disable ChanServ
  300. * entirely. Please note that ChanServ requires an authentication
  301. * service, either NickServ or UserServ will do.
  302. *
  303. * Core components modules/chanserv/main
  304. * ACCESS command (simplified ACL editing) modules/chanserv/access
  305. * AKICK command modules/chanserv/akick
  306. * BAN/UNBAN commands modules/chanserv/ban
  307. * UNBAN self only (load ban or this not both) modules/chanserv/unban_self
  308. * CLOSE command modules/chanserv/close
  309. * CLONE command modules/chanserv/clone
  310. * CLEAR command modules/chanserv/clear
  311. * CLEAR AKICKS command modules/chanserv/clear_akicks
  312. * CLEAR BANS command modules/chanserv/clear_bans
  313. * CLEAR FLAGS command modules/chanserv/clear_flags
  314. * CLEAR OPS command modules/chanserv/clear_ops
  315. * CLEAR USERS command modules/chanserv/clear_users
  316. * COUNT command modules/chanserv/count
  317. * DROP command modules/chanserv/drop
  318. * Forced flags changes modules/chanserv/fflags
  319. * FLAGS command modules/chanserv/flags
  320. * FREEZE command modules/chanserv/freeze
  321. * FSUSPEND command modules/chanserv/fsuspend
  322. * Forced foundership transfers modules/chanserv/ftransfer
  323. * GETKEY command modules/chanserv/getkey
  324. * HALFOP/DEHALFOP commands modules/chanserv/halfop
  325. * HELP command modules/chanserv/help
  326. * Channel expiry override (HOLD command) modules/chanserv/hold
  327. * INFO command modules/chanserv/info
  328. * INVITE command modules/chanserv/invite
  329. * KICK/KICKBAN commands modules/chanserv/kick
  330. * LIST command modules/chanserv/list
  331. * MARK command modules/chanserv/mark
  332. * MASS functions modules/chanserv/mass
  333. * MASS HalfOp modules/chanserv/mass_halfop
  334. * MASS Op modules/chanserv/mass_op
  335. * MASS Owner modules/chanserv/mass_owner
  336. * MASS Protect modules/chanserv/mass_protect
  337. * MASS Voice modules/chanserv/mass_voice
  338. * Moderated channel registrations modules/chanserv/moderate
  339. * OP/DEOP commands modules/chanserv/op
  340. * OWNER/DEOWNER commands modules/chanserv/owner
  341. * PROTECT/DEPROTECT commands modules/chanserv/protect
  342. * QUIET command (+y support) sIRCd only modules/chanserv/syntaxquiet
  343. * QUIET command (+q support) modules/chanserv/quiet
  344. * Channel takeover recovery (RECOVER command) modules/chanserv/recover
  345. * REGISTER command modules/chanserv/register
  346. * SET command core modules/chanserv/set_core
  347. * SET EMAIL command modules/chanserv/set_email
  348. * SET ENTRYMSG command modules/chanserv/set_entrymsg
  349. * SET FANTASY command modules/chanserv/set_fantasy
  350. * SET FOUNDER command modules/chanserv/set_founder
  351. * SET GAMESERV command modules/chanserv/set_gameserv
  352. * SET GUARD command modules/chanserv/set_guard
  353. * SET KEEPTOPIC command modules/chanserv/set_keeptopic
  354. * SET LIMITFLAGS command modules/chanserv/set_limitflags
  355. * SET MLOCK command modules/chanserv/set_mlock
  356. * SET NOOP command modules/chanserv/set_noop
  357. * SET PREFIX command modules/chanserv/set_prefix
  358. * Channel info hiding (SET PRIVATE command) modules/chanserv/set_private
  359. * SET PROPERTY command modules/chanserv/set_property
  360. * SET PUBACL command modules/chanserv/set_pubacl
  361. * SET RESTRICTED command modules/chanserv/set_restricted
  362. * SET SECURE command modules/chanserv/set_secure
  363. * SET TOPICLOCK command modules/chanserv/set_topiclock
  364. * SET URL command modules/chanserv/set_url
  365. * SET VERBOSE command modules/chanserv/set_verbose
  366. * STATUS command modules/chanserv/status
  367. * SUSPEND commands modules/chanserv/suspend
  368. * SYNC command (and automatic ACL syncing) modules/chanserv/sync
  369. * Named Successor ACL flag modules/chanserv/successor_acl
  370. * Channel metadata viewer (TAXONOMY command) modules/chanserv/taxonomy
  371. * TEMPLATE command modules/chanserv/template
  372. * TOPIC/TOPICAPPEND commands modules/chanserv/topic
  373. * VOICE/DEVOICE commands modules/chanserv/voice
  374. * WHY command modules/chanserv/why
  375. * VOP/HOP/AOP/SOP commands modules/chanserv/xop
  376. * This module provides emulation of the ircservices XOP scheme ONLY.
  377. * Do not report discrepencies when using native commands to edit channel
  378. * ACLs. This is intentional.
  379. * Flood protection modules/chanserv/antiflood
  380. * This module should be loaded after at least chanserv/quiet if you want
  381. * the autoquiet feature to work.
  382. */
  383. loadmodule "modules/chanserv/main";
  384. loadmodule "modules/chanserv/access";
  385. loadmodule "modules/chanserv/akick";
  386. loadmodule "modules/chanserv/ban";
  387. #loadmodule "modules/chanserv/unban_self";
  388. loadmodule "modules/chanserv/clone";
  389. loadmodule "modules/chanserv/close";
  390. loadmodule "modules/chanserv/clear";
  391. loadmodule "modules/chanserv/clear_akicks";
  392. loadmodule "modules/chanserv/clear_bans";
  393. loadmodule "modules/chanserv/clear_flags";
  394. loadmodule "modules/chanserv/clear_ops";
  395. loadmodule "modules/chanserv/clear_users";
  396. loadmodule "modules/chanserv/count";
  397. loadmodule "modules/chanserv/drop";
  398. loadmodule "modules/chanserv/fflags";
  399. loadmodule "modules/chanserv/flags";
  400. loadmodule "modules/chanserv/freeze";
  401. #loadmodule "modules/chanserv/fsuspend"
  402. loadmodule "modules/chanserv/ftransfer";
  403. loadmodule "modules/chanserv/getkey";
  404. #loadmodule "modules/chanserv/halfop";
  405. loadmodule "modules/chanserv/help";
  406. loadmodule "modules/chanserv/hold";
  407. loadmodule "modules/chanserv/info";
  408. loadmodule "modules/chanserv/invite";
  409. loadmodule "modules/chanserv/kick";
  410. loadmodule "modules/chanserv/list";
  411. loadmodule "modules/chanserv/mark";
  412. #loadmodule "modules/chanserv/mass";
  413. #loadmodule "modules/chanserv/mass_halfop";
  414. #loadmodule "modules/chanserv/mass_op";
  415. #loadmodule "modules/chanserv/mass_owner";
  416. #loadmodule "modules/chanserv/mass_protect";
  417. #loadmodule "modules/chanserv/mass_voice";
  418. #loadmodule "modules/chanserv/moderate";
  419. loadmodule "modules/chanserv/op";
  420. #loadmodule "modules/chanserv/owner";
  421. #loadmodule "modules/chanserv/protect";
  422. #loadmodule "modules/chanserv/syntaxquiet";
  423. #loadmodule "modules/chanserv/quiet";
  424. loadmodule "modules/chanserv/recover";
  425. loadmodule "modules/chanserv/register";
  426. loadmodule "modules/chanserv/set_core";
  427. loadmodule "modules/chanserv/set_email";
  428. loadmodule "modules/chanserv/set_entrymsg";
  429. loadmodule "modules/chanserv/set_fantasy";
  430. loadmodule "modules/chanserv/set_founder";
  431. #loadmodule "modules/chanserv/set_gameserv";
  432. loadmodule "modules/chanserv/set_guard";
  433. loadmodule "modules/chanserv/set_keeptopic";
  434. #loadmodule "modules/chanserv/set_limitflags";
  435. loadmodule "modules/chanserv/set_mlock";
  436. loadmodule "modules/chanserv/set_noop";
  437. loadmodule "modules/chanserv/set_prefix";
  438. #loadmodule "modules/chanserv/set_private";
  439. loadmodule "modules/chanserv/set_property";
  440. #loadmodule "modules/chanserv/set_pubacl";
  441. loadmodule "modules/chanserv/set_restricted";
  442. loadmodule "modules/chanserv/set_secure";
  443. loadmodule "modules/chanserv/set_topiclock";
  444. loadmodule "modules/chanserv/set_url";
  445. loadmodule "modules/chanserv/set_verbose";
  446. loadmodule "modules/chanserv/status";
  447. loadmodule "modules/chanserv/suspend";
  448. loadmodule "modules/chanserv/sync";
  449. #loadmodule "modules/chanserv/successor_acl";
  450. loadmodule "modules/chanserv/taxonomy";
  451. loadmodule "modules/chanserv/template";
  452. loadmodule "modules/chanserv/topic";
  453. loadmodule "modules/chanserv/voice";
  454. loadmodule "modules/chanserv/why";
  455. #loadmodule "modules/chanserv/xop";
  456. loadmodule "modules/chanserv/antiflood";
  457.  
  458. /* CHANFIX module.
  459. *
  460. * Here you can disable or enable certain features of CHANFIX, by
  461. * defining which modules are loaded.
  462. *
  463. * Core components modules/chanfix/main
  464. */
  465. #loadmodule "modules/chanfix/main";
  466.  
  467. /* OperServ modules.
  468. *
  469. * Here you can disable or enable certain features of OperServ, by
  470. * defining which modules are loaded.
  471. *
  472. * Core components modules/operserv/main
  473. * AKILL system modules/operserv/akill
  474. * CLEARCHAN command modules/operserv/clearchan
  475. * CLONES system modules/operserv/clones
  476. * COMPARE command modules/operserv/compare
  477. * GREPLOG command modules/operserv/greplog
  478. * HELP command modules/operserv/help
  479. * IGNORE system modules/operserv/ignore
  480. * IDENTIFY command modules/operserv/identify
  481. * INFO command modules/operserv/info
  482. * INJECT command modules/operserv/inject
  483. * JUPE command modules/operserv/jupe
  484. * MODE command modules/operserv/mode
  485. * MODINSPECT command modules/operserv/modinspect
  486. * MODLIST command modules/operserv/modlist
  487. * MODLOAD command modules/operserv/modload
  488. * MODRELOAD command modules/operserv/modreload
  489. * MODUNLOAD command modules/operserv/modunload
  490. * NETLOG system modules/operserv/netlog
  491. * NOOP system modules/operserv/noop
  492. * Override access (OVERRIDE command) modules/operserv/override
  493. * Regex mass akill (RAKILL command) modules/operserv/rakill
  494. * RAW command modules/operserv/raw
  495. * READONLY command modules/operserv/readonly
  496. * REHASH command modules/operserv/rehash
  497. * RESTART command modules/operserv/restart
  498. * Display regex matching (RMATCH command) modules/operserv/rmatch
  499. * Most common realnames (RNC command) modules/operserv/rnc
  500. * RWATCH system modules/operserv/rwatch
  501. * Temporarily modify config options (SET command) modules/operserv/set
  502. * SGLINE system modules/operserv/sgline
  503. * SHUTDOWN command modules/operserv/shutdown
  504. * Non-config oper privileges (SOPER command) modules/operserv/soper
  505. * Oper privilege display (SPECS command) modules/operserv/specs
  506. * SQLINE system modules/operserv/sqline
  507. * UPDATE command modules/operserv/update
  508. * UPTIME command modules/operserv/uptime
  509. */
  510. loadmodule "modules/operserv/main";
  511. loadmodule "modules/operserv/akill";
  512. #loadmodule "modules/operserv/clearchan";
  513. #loadmodule "modules/operserv/clones";
  514. loadmodule "modules/operserv/compare";
  515. #loadmodule "modules/operserv/greplog";
  516. loadmodule "modules/operserv/help";
  517. loadmodule "modules/operserv/identify";
  518. loadmodule "modules/operserv/ignore";
  519. loadmodule "modules/operserv/info";
  520. loadmodule "modules/operserv/jupe";
  521. loadmodule "modules/operserv/mode";
  522. loadmodule "modules/operserv/modinspect";
  523. loadmodule "modules/operserv/modlist";
  524. loadmodule "modules/operserv/modload";
  525. loadmodule "modules/operserv/modunload";
  526. loadmodule "modules/operserv/modreload";
  527. #loadmodule "modules/operserv/netlog";
  528. loadmodule "modules/operserv/noop";
  529. #loadmodule "modules/operserv/override";
  530. #loadmodule "modules/operserv/rakill";
  531. loadmodule "modules/operserv/readonly";
  532. loadmodule "modules/operserv/rehash";
  533. loadmodule "modules/operserv/restart";
  534. loadmodule "modules/operserv/rmatch";
  535. loadmodule "modules/operserv/rnc";
  536. loadmodule "modules/operserv/rwatch";
  537. loadmodule "modules/operserv/set";
  538. loadmodule "modules/operserv/sgline";
  539. loadmodule "modules/operserv/shutdown";
  540. #loadmodule "modules/operserv/soper";
  541. loadmodule "modules/operserv/specs";
  542. loadmodule "modules/operserv/sqline";
  543. loadmodule "modules/operserv/update";
  544. loadmodule "modules/operserv/uptime";
  545.  
  546. /* MemoServ modules.
  547. *
  548. * Here you can disable or enable certain features of MemoServ, by
  549. * defining which modules are loaded. You can even disable MemoServ
  550. * entirely.
  551. *
  552. * Core components modules/memoserv/main
  553. * HELP command modules/memoserv/help
  554. * SEND command modules/memoserv/send
  555. * Channel memos (SENDOPS command) modules/memoserv/sendops
  556. * Group memos (SENDGROUP command) modules/memoserv/sendgroup
  557. * LIST command modules/memoserv/list
  558. * READ command modules/memoserv/read
  559. * FORWARD command modules/memoserv/forward
  560. * DELETE command modules/memoserv/delete
  561. * IGNORE command modules/memoserv/ignore
  562. */
  563. loadmodule "modules/memoserv/main";
  564. loadmodule "modules/memoserv/help";
  565. loadmodule "modules/memoserv/send";
  566. loadmodule "modules/memoserv/sendops";
  567. loadmodule "modules/memoserv/sendgroup";
  568. loadmodule "modules/memoserv/list";
  569. loadmodule "modules/memoserv/read";
  570. loadmodule "modules/memoserv/forward";
  571. loadmodule "modules/memoserv/delete";
  572. loadmodule "modules/memoserv/ignore";
  573.  
  574. /* Global module.
  575. *
  576. * Like the other services, the Global noticer is a module. You can
  577. * disable or enable it to your liking below. Please note that the
  578. * Global noticer is dependent on OperServ for full functionality.
  579. */
  580. loadmodule "modules/global/main";
  581.  
  582. /* InfoServ module.
  583. *
  584. * Like the other services, InfoServ is a module. You can disable or
  585. * enable it to your liking below.
  586. */
  587. loadmodule "modules/infoserv/main";
  588.  
  589. /* SASL agent module.
  590. *
  591. * Allows clients to authenticate to services via SASL with an appropriate
  592. * ircd. You need the core components and at least one mechanism.
  593. *
  594. * Core components modules/saslserv/main
  595. * PLAIN mechanism modules/saslserv/plain
  596. * ECDSA-NIST256p-CHALLENGE modules/saslserv/ecdsa-nist256p-challenge
  597. * AUTHCOOKIE mechanism (for IRIS) modules/saslserv/authcookie
  598. * EXTERNAL mechanism (IRCv3.1+) modules/saslserv/external
  599. *
  600. * ECDSA-NIST256p-CHALLENGE support requires that shale be compiled against OpenSSL.
  601. */
  602. loadmodule "modules/saslserv/main";
  603. loadmodule "modules/saslserv/plain";
  604. loadmodule "modules/saslserv/authcookie";
  605. #loadmodule "modules/saslserv/external";
  606. #loadmodule "modules/saslserv/ecdsa-nist256p-challenge"; /* requires SSL */
  607.  
  608. /* GameServ modules.
  609. *
  610. * Here you can disable or enable certain features of GameServ, by
  611. * defining which modules are loaded. You can even disable GameServ
  612. * entirely.
  613. *
  614. * Core components modules/gameserv/main
  615. * DICE/WOD commands modules/gameserv/dice
  616. * EIGHTBALL command modules/gameserv/eightball
  617. * Game-specific dice calculators modules/gameserv/gamecalc
  618. * HELP commands modules/gameserv/help
  619. * LOTTERY command modules/gameserv/lottery
  620. * NAMEGEN command modules/gameserv/namegen
  621. * RPS command modules/gameserv/rps
  622. */
  623. #loadmodule "modules/gameserv/main";
  624. #loadmodule "modules/gameserv/dice";
  625. #loadmodule "modules/gameserv/eightball";
  626. #loadmodule "modules/gameserv/gamecalc";
  627. #loadmodule "modules/gameserv/help";
  628. #loadmodule "modules/gameserv/lottery";
  629. #loadmodule "modules/gameserv/namegen";
  630. #loadmodule "modules/gameserv/rps";
  631.  
  632. /* RPGServ modules.
  633. *
  634. * Here you can disable or enable certain features of RPGServ, by
  635. * defining which modules are loaded. You can even disable RPGServ
  636. * entirely.
  637. *
  638. * Core components modules/rpgserv/main
  639. * ENABLE/DISABLE commands modules/rpgserv/enable
  640. * HELP command modules/rpgserv/help
  641. * INFO command modules/rpgserv/info
  642. * LIST command modules/rpgserv/list
  643. * SEARCH command modules/rpgserv/search
  644. * SET commands modules/rpgserv/set
  645. */
  646. #loadmodule "modules/rpgserv/main";
  647. #loadmodule "modules/rpgserv/enable";
  648. #loadmodule "modules/rpgserv/help";
  649. #loadmodule "modules/rpgserv/info";
  650. #loadmodule "modules/rpgserv/list";
  651. #loadmodule "modules/rpgserv/search";
  652. #loadmodule "modules/rpgserv/set";
  653.  
  654. /* BotServ modules.
  655. *
  656. * Here you can disable or enable certain features of BotServ, by
  657. * defining which modules are loaded. You can even disable BotServ
  658. * entirely.
  659. *
  660. * Core components modules/botserv/main
  661. * HELP command modules/botserv/help
  662. * INFO command modules/botserv/info
  663. * NPC commands (SAY, ACT) modules/botserv/bottalk
  664. * SET command (required for SET commands) modules/botserv/set_core
  665. * SET FANTASY command modules/botserv/set_fantasy
  666. * SET NOBOT command modules/botserv/set_nobot
  667. * SET PRIVATE command modules/botserv/set_private
  668. * SET SAYCALLER command modules/botserv/set_saycaller
  669. */
  670. #loadmodule "modules/botserv/main";
  671. #loadmodule "modules/botserv/help";
  672. #loadmodule "modules/botserv/info";
  673. #loadmodule "modules/botserv/bottalk";
  674. #loadmodule "modules/botserv/set_core";
  675. #loadmodule "modules/botserv/set_fantasy";
  676. #loadmodule "modules/botserv/set_nobot";
  677. #loadmodule "modules/botserv/set_private";
  678. #loadmodule "modules/botserv/set_saycaller";
  679.  
  680. /* HostServ modules.
  681. *
  682. * Here you can disable or enable certain features of HostServ, by
  683. * defining which modules are loaded. You can even disable HostServ
  684. * entirely.
  685. *
  686. * HostServ is a more complex, and optional virtual host management service.
  687. * Users wishing only to set vhosts need not use it (they can use the builtin
  688. * vhost management of NickServ instead).
  689. *
  690. * Core components modules/hostserv/main
  691. * HELP command modules/hostserv/help
  692. * OFFER system modules/hostserv/offer
  693. * ON and OFF commands modules/hostserv/onoff
  694. * REQUEST system modules/hostserv/request
  695. * VHOST and LISTVHOST commands modules/hostserv/vhost
  696. * VHOSTNICK command modules/hostserv/vhostnick
  697. * GROUP command modules/hostserv/group
  698. * DROP command modules/hostserv/drop
  699. */
  700. loadmodule "modules/hostserv/main";
  701. loadmodule "modules/hostserv/help";
  702. loadmodule "modules/hostserv/onoff";
  703. loadmodule "modules/hostserv/offer";
  704. loadmodule "modules/hostserv/request";
  705. loadmodule "modules/hostserv/vhost";
  706. loadmodule "modules/hostserv/vhostnick";
  707. loadmodule "modules/hostserv/group";
  708. loadmodule "modules/hostserv/drop";
  709.  
  710. /* HelpServ modules.
  711. * HelpServ allows users to request help from network staff in a few different ways.
  712. *
  713. * Core components modules/helpserv/main
  714. * HELPME command modules/helpserv/helpme
  715. * Help Ticket system modules/helpserv/ticket
  716. * Service List modules/helpserv/services
  717. *
  718. * The ticket system works like a bugtracker ot helpdesk ticket system, HELPME
  719. * works like a one-time alert. You should probably only load one of the two systems.
  720. */
  721. #loadmodule "modules/helpserv/main";
  722. #loadmodule "modules/helpserv/helpme";
  723. #loadmodule "modules/helpserv/ticket";
  724. #loadmodule "modules/helpserv/services";
  725.  
  726. /* Channel listing service.
  727. *
  728. * Allows users to list channels with more flexibility than the /list
  729. * command.
  730. *
  731. * Core components modules/alis/main
  732. */
  733. loadmodule "modules/alis/main";
  734.  
  735. /* StatServ module.
  736. * StatServ provides basic statistics and split tracking.
  737. *
  738. * Core components modules/statserv/main
  739. * CHANNEL command modules/statserv/channel
  740. * NETSPLIT command modules/statserv/netsplit
  741. * SERVER command modules/statserv/server
  742. */
  743. loadmodule "modules/statserv/main";
  744. loadmodule "modules/statserv/channel";
  745. loadmodule "modules/statserv/netsplit";
  746. loadmodule "modules/statserv/server";
  747.  
  748. /* GroupServ module.
  749. * GroupServ allows users to create groups to easily mass-manage channel
  750. * access and more.
  751. *
  752. * Core components modules/groupserv/main
  753. * ACSNOLIMIT command modules/groupserv/acsnolimit
  754. * DROP command modules/groupserv/drop
  755. * FDROP command modules/groupserv/fdrop
  756. * FFLAGS command modules/groupserv/fflags
  757. * FLAGS command modules/groupserv/flags
  758. * HELP command modules/groupserv/help
  759. * INFO command modules/groupserv/info
  760. * JOIN command modules/groupserv/join
  761. * LIST command modules/groupserv/list
  762. * LISTCHANS command modules/groupserv/listchans
  763. * REGISTER command modules/groupserv/register
  764. * REGNOLIMIT command modules/groupserv/regnolimit
  765. * INVITE command modules/groupserv/invite
  766. * SET command modules/groupserv/set
  767. * SET CHANNEL command modules/groupserv/set_channel
  768. * SET DESCRIPTION command modules/groupserv/set_description
  769. * SET EMAIL command modules/groupserv/set_email
  770. * SET GROUPNAME command modules/groupserv/set_groupname
  771. * SET JOINFLAGS command modules/groupserv/set_joinflags
  772. * SET OPEN command modules/groupserv/set_open
  773. * SET PUBLIC command modules/groupserv/set_public
  774. * SET URL command modules/groupserv/set_url
  775. *
  776. */
  777. loadmodule "modules/groupserv/main";
  778. loadmodule "modules/groupserv/acsnolimit";
  779. loadmodule "modules/groupserv/drop";
  780. loadmodule "modules/groupserv/fdrop";
  781. loadmodule "modules/groupserv/fflags";
  782. loadmodule "modules/groupserv/flags";
  783. loadmodule "modules/groupserv/help";
  784. loadmodule "modules/groupserv/info";
  785. loadmodule "modules/groupserv/join";
  786. loadmodule "modules/groupserv/list";
  787. loadmodule "modules/groupserv/listchans";
  788. loadmodule "modules/groupserv/register";
  789. loadmodule "modules/groupserv/regnolimit";
  790. #loadmodule "modules/groupserv/invite";
  791. loadmodule "modules/groupserv/set";
  792. loadmodule "modules/groupserv/set_channel";
  793. loadmodule "modules/groupserv/set_description";
  794. loadmodule "modules/groupserv/set_email";
  795. loadmodule "modules/groupserv/set_groupname";
  796. loadmodule "modules/groupserv/set_joinflags";
  797. loadmodule "modules/groupserv/set_open";
  798. loadmodule "modules/groupserv/set_public";
  799. loadmodule "modules/groupserv/set_url";
  800.  
  801. /*
  802. * Various modules.
  803. *
  804. * shale includes an optional HTTP server that can be used for integration
  805. * with portal software and other useful things. To enable it, load this
  806. * module, and uncomment the httpd { } block towards the bottom of the config.
  807. *
  808. * HTTP Server modules/misc/httpd
  809. */
  810. loadmodule "modules/misc/httpd";
  811.  
  812. /* XMLRPC server module.
  813. *
  814. * The XML-RPC handler requires modules/misc/httpd to be loaded as it merely
  815. * registers a path handler for XML-RPC. The path used for XML-RPC is /xmlrpc.
  816. *
  817. * XMLRPC handler for the httpd modules/transport/xmlrpc
  818. */
  819. loadmodule "modules/transport/xmlrpc";
  820.  
  821. /* Extended target entity types. [EXPERIMENTAL]
  822. *
  823. * shale can set up special target mapping entities which match multiple
  824. * users in channel access entries. These target mapping entity types are
  825. * defined through the 'exttarget' modules listed below.
  826. *
  827. * Exttarget handling core modules/exttarget/main
  828. * $oper exttarget match type modules/exttarget/oper
  829. * $registered exttarget match type modules/exttarget/registered
  830. * $channel exttarget match type modules/exttarget/channel
  831. * $chanacs exttarget match type modules/exttarget/chanacs
  832. * $server exttarget match type modules/exttarget/server
  833. */
  834. loadmodule "modules/exttarget/main";
  835. #loadmodule "modules/exttarget/oper";
  836. #loadmodule "modules/exttarget/registered";
  837. #loadmodule "modules/exttarget/channel";
  838. #loadmodule "modules/exttarget/chanacs";
  839. #loadmodule "modules/exttarget/server";
  840.  
  841. /* Proxyscan (DNSBL) modules.
  842. *
  843. * shale can also check set DNS Blacklists for matches and respond
  844. * as set. Activate modules here and customize further down under Proxyscan
  845. * section.
  846. */
  847. loadmodule "modules/proxyscan/main";
  848. loadmodule "modules/proxyscan/help";
  849. loadmodule "modules/proxyscan/dnsbl";
  850.  
  851. /* Other modules.
  852. *
  853. * Put any other modules you want to load on startup here. The path
  854. * is relative to PREFIX or PREFIX/lib/shale, depending on how shale
  855. * was compiled.
  856. */
  857. #loadmodule "modules/contrib/ns_listlogins";
  858.  
  859. /******************************************************************************
  860. * SERVICES RUNTIME CONFIGURATION SECTION. *
  861. ******************************************************************************/
  862.  
  863. /*
  864. * If you are using modules/crypto/argon2d, you may wish to edit this
  865. * block. It is recommended to either leave the values at their defaults,
  866. * or experiment with them so that it takes approximately 0.5-1.0 seconds
  867. * for users to identify. Services blocks while the digest is being
  868. * computed or verified, so don't set these too large, or people can hang
  869. * services by trying many password attempts at once.
  870. */
  871. argon2d {
  872.  
  873. /* memory cost (as a power of 2, in KiB)
  874. * Valid values are 8 (256 KiB) to 20 (1 GiB) (inclusive)
  875. * The default is 14
  876. */
  877. #memory = 14; /* 2^14 KiB == 16384 KiB (16 MiB) */
  878.  
  879. /* time cost (iterations over the memory)
  880. * Valid values are 4 to 16384 (inclusive)
  881. * The default is 32
  882. */
  883. #time = 32;
  884. };
  885.  
  886. /*
  887. * If you are using modules/crypto/pbkdf2v2, you may wish to edit this
  888. * block. See the comment on the argon2d {} block above for advice
  889. * regarding parameter choice that also applies here.
  890. */
  891. pbkdf2v2 {
  892.  
  893. /* digest
  894. * Valid values are "SHA1", "SHA256" and "SHA512"
  895. * The default is "SHA512"
  896. */
  897. #digest = "SHA512";
  898.  
  899. /* rounds
  900. * Valid values are 10,000 to 5,000,000 (inclusive)
  901. * The default is 64,000
  902. */
  903. #rounds = 64000;
  904. };
  905.  
  906. /* The serverinfo{} block defines how we appear on the IRC network. */
  907. serverinfo {
  908. /* name
  909. * The server name that this program uses on the IRC network.
  910. * This is the name you'll have to use in C:/N:Lines. It must be
  911. * unique on the IRC network and contain at least one dot, but does
  912. * not have to be equal to any DNS name.
  913. */
  914. name = "services.froglive.me";
  915.  
  916. /* desc
  917. * The ``server comment'' we send to the IRC network.
  918. */
  919. desc = "IRC Services";
  920.  
  921. /* numeric
  922. * Some protocol drivers (Charybdis, Ratbox2, Hybrid, P10, IRCNet)
  923. * require a server id, also known as a numeric. Please consult your
  924. * ircd's documentation when providing this value.
  925. */
  926. numeric = "00A";
  927.  
  928. /* (*)recontime
  929. * The number of seconds before we reconnect to the uplink.
  930. */
  931. recontime = 10;
  932.  
  933. /* (*)netname
  934. * The name of your network.
  935. */
  936. netname = "FrogLive IRC";
  937.  
  938. /* (*)hidehostsuffix
  939. * P10 +x host hiding gives <account>.<hidehostsuffix>.
  940. * If using +x on asuka/bircd/undernet, this must agree
  941. * with F:HIDDEN_HOST.
  942. */
  943. hidehostsuffix = "users.froglive.me";
  944.  
  945. /* (*)adminname
  946. * The name of the person running this service.
  947. */
  948. adminname = "misconfigured admin";
  949.  
  950. /* (*)adminemail
  951. * The email address of the person running this service.
  952. */
  953. adminemail = "adamh1989@hotmail.com";
  954.  
  955. /* (*)registeremail
  956. * The email address that messages should be originated from.
  957. * If this is not set, then "noreply.$adminemail" will be used.
  958. */
  959. registeremail = "noreply@froglive.me";
  960.  
  961. /* (*)hidden
  962. * If this is enabled, shale will indicate to the uplink IRCd
  963. * that it should not be included in /links output. This only works
  964. * on the following IRCds at present: charybdis, hybrid, ircd-seven,
  965. * ratbox, shadowircd.
  966. */
  967. #hidden;
  968.  
  969. /* (*)mta
  970. * The full path to your mail transfer agent.
  971. * This is used for email authorization and password retrieval.
  972. * Comment this out to disable sending email.
  973. * Warning: sending email can disclose the IP of your services
  974. * unless you take precautions (not discussed here further).
  975. */
  976. mta = "/usr/sbin/sendmail";
  977.  
  978. /* (*)loglevel
  979. * Specify the default categories of logging information to record
  980. * in the master shale logfile, usually var/shale.log.
  981. *
  982. * Options include:
  983. * debug, all - meta-keyword for all possible categories
  984. * trace - meta-keyword for a little bit of info
  985. * misc - like trace, but with some more miscellaneous info
  986. * notice - meta-keyword for notice-like information
  987. * ------------------------------------------------------------------------------
  988. * error - critical errors
  989. * info - miscillaneous log notices
  990. * verbose - A bit more verbose than info, not quite as spammy as debug
  991. * commands - all command use
  992. * admin - administrative command use
  993. * register - account and channel registrations
  994. * set - changes of account or channel settings
  995. * request - user requests (currently only vhosts)
  996. * netlog - connects/disconnects, joins/parts, topic changes
  997. * network - log notices related to network status
  998. * rawdata - log raw data sent and received by services
  999. * wallops - <not yet used>
  1000. */
  1001. loglevel = { error; info; admin; network; wallops; };
  1002.  
  1003. /* (*)maxlogins
  1004. * What is the maximum number of sessions allowed to login to one
  1005. * username? This reduces potential abuse. It is only checked on login.
  1006. */
  1007. maxlogins = 5;
  1008.  
  1009. /* (*)maxusers
  1010. * What are the maximum usernames that one email address can register?
  1011. * Set to 0 to disable this check (it can be slow currently).
  1012. */
  1013. maxusers = 5;
  1014.  
  1015. /* (*)mdlimit
  1016. * How many metadata entries can be added to an object?
  1017. */
  1018. mdlimit = 30;
  1019.  
  1020. /* (*)emaillimit, emailtime
  1021. * The maximum number of emails allowed to be sent in
  1022. * that amount of time (seconds). If this is exceeded,
  1023. * wallops will be sent, at most one per minute.
  1024. */
  1025. emaillimit = 10;
  1026. emailtime = 300;
  1027.  
  1028. /* (*)auth
  1029. * What type of username registration authorization do you want?
  1030. * If "email", shale will send a confirmation email to the address to
  1031. * ensure it's valid. If registration is not completed within one day,
  1032. * the username will expire. If "none", no message will be sent and
  1033. * the username will be fully registered.
  1034. * Valid values are: email, none.
  1035. */
  1036. auth = none;
  1037.  
  1038. /* casemapping
  1039. * Specify the casemapping to use. Almost all TSora (and any that follow
  1040. * the RFC correctly) ircds will use rfc1459 casemapping. Bahamut, Unreal,
  1041. * and other ``Dalnet'' ircds will use ascii casemapping.
  1042. * Valid values are: rfc1459, ascii.
  1043. */
  1044. casemapping = rfc1459;
  1045. };
  1046.  
  1047. /* uplink{} blocks define connections to IRC servers.
  1048. * Multiple may be defined but only one will be used at a time (IRC
  1049. * being a tree shaped network). shale does not currently link over SSL.
  1050. * To link shale over ssl, please connect shale to a local ircd and have that
  1051. * connect to your network over SSL.
  1052. */
  1053. uplink "irc.foxatomic.net" {
  1054. // The server name of the ircd you're linking to goes above.
  1055.  
  1056. // host
  1057. // The hostname to connect to.
  1058. host = "178.62.31.75";
  1059.  
  1060. // vhost
  1061. // The source IP to connect from, used on machines with multiple interfaces.
  1062. #vhost = "192.0.2.5";
  1063.  
  1064. // send_password
  1065. // The password sent for linking.
  1066. send_password = "LolHahHehYes123";
  1067.  
  1068. // receive_password
  1069. // The password received for linking.
  1070. receive_password = "LolHahHehYes123";
  1071.  
  1072. // port
  1073. // The port to connect to.
  1074. port = 6667;
  1075. };
  1076.  
  1077. /* this is an example for using an IPv6 address as an uplink */
  1078. uplink "irc6.example.net" {
  1079. host = "::1";
  1080.  
  1081. // password
  1082. // If you want to have same send_password and accept_password, you
  1083. // can specify both using 'password' instead of individually.
  1084. password = "linkage";
  1085.  
  1086. port = 6667;
  1087. };
  1088.  
  1089. /* Services configuration.
  1090. *
  1091. * Each of these blocks can contain a nick, user, host, real and aliases.
  1092. * Several of them also have options specific to the service.
  1093. */
  1094.  
  1095. /* NickServ configuration.
  1096. *
  1097. * The nickserv {} block contains settings specific to the NickServ modules.
  1098. *
  1099. * NickServ provides nickname or username registration and authentication
  1100. * services. It provides necessary authentication features required for
  1101. * Services to operate correctly. You should make sure these settings
  1102. * are properly configured for your network.
  1103. */
  1104. nickserv {
  1105. /* (*)spam
  1106. * Have NickServ tell people about how great it and ChanServ are.
  1107. */
  1108. spam;
  1109.  
  1110. /* no_nick_ownership
  1111. * Enable this to disable nickname ownership (old userserv{}).
  1112. * This changes changes "nickname" to "account" in most messages,
  1113. * disables GHOST on users not logged in to the same account and
  1114. * makes the spam directive ineffective.
  1115. * It is suggested that the nick be set to UserServ, login.so
  1116. * be loaded instead of identify.so and ghost.so not be loaded.
  1117. */
  1118. #no_nick_ownership;
  1119.  
  1120. /* (*)nick
  1121. * The nickname we want NickServ to have.
  1122. */
  1123. nick = "NickServ";
  1124.  
  1125. /* (*)user
  1126. * The username we want NickServ to have.
  1127. */
  1128. user = "NickServ";
  1129.  
  1130. /* (*)host
  1131. * The hostname we want NickServ to have.
  1132. */
  1133. host = "services.froglive.me";
  1134.  
  1135. /* (*)real
  1136. * The realname (gecos) information we want NickServ to have.
  1137. */
  1138. real = "Nickname Services";
  1139.  
  1140. /* (*)aliases
  1141. * Command aliases for NickServ.
  1142. */
  1143. aliases {
  1144. "ID" = "IDENTIFY";
  1145. "MYACCESS" = "LISTCHANS";
  1146. };
  1147.  
  1148. /* (*)access
  1149. * This block allows you to modify the access level required to run
  1150. * commands. The list of possible accesses are listed in the operclass
  1151. * section later in this .conf . Note that you can only set the access
  1152. * on an actual command, not an alias.
  1153. */
  1154. access {
  1155. };
  1156.  
  1157. /* (*)maxnicks
  1158. * If GROUP is loaded, what are the maximum nicknames that one
  1159. * username can register?
  1160. */
  1161. maxnicks = 5;
  1162.  
  1163. /* (*)expire
  1164. * The number of days before inactive registrations are expired.
  1165. */
  1166. expire = 30;
  1167.  
  1168. /* (*)enforce_expire
  1169. * The number of days of no use after which to ignore enforcement
  1170. * settings on nicks.
  1171. */
  1172. #enforce_expire = 14;
  1173.  
  1174. /* (*)enforce_delay
  1175. * The number of seconds to delay nickchange enforcement settings
  1176. * on nicks.
  1177. */
  1178. #enforce_delay = 30;
  1179.  
  1180. /* (*)enforce_prefix
  1181. * The prefix to use when changing the user's nick on enforcement
  1182. */
  1183. #enforce_prefix = "Guest";
  1184.  
  1185. /* (*)cracklib_dict
  1186. * The location and filename prefix of the cracklib dictionaries
  1187. * for use with nickserv/cracklib. This must be provided if you are
  1188. * going to be using nickserv/cracklib.
  1189. */
  1190. #cracklib_dict = "/var/cache/cracklib/cracklib_dict";
  1191.  
  1192. /* (*)cracklib_warn
  1193. * If this option is set and nickserv/cracklib is loaded, nickserv will just
  1194. * warn users that their password is insecure, recommend they change it and
  1195. * still register the nick. If this option is unset, it will refuse to
  1196. * register the nick at all until the user chooses a better password.
  1197. */
  1198. #cracklib_warn;
  1199.  
  1200. /* (*)emailexempts
  1201. * A list of email addresses that will be exempt from the check of how many
  1202. * accounts one user may have. Any email address in this block may register
  1203. * an unlimited number of accounts/usernames.
  1204. */
  1205. emailexempts {
  1206. };
  1207. };
  1208.  
  1209. /* ChanServ configuration.
  1210. *
  1211. * The chanserv {} block contains settings specific to the ChanServ modules.
  1212. *
  1213. * ChanServ provides channel registration services, which allows users to own
  1214. * channels. It is not required, but is strongly recommended.
  1215. */
  1216. chanserv {
  1217. /* (*)nick
  1218. * The nickname we want the client to have.
  1219. */
  1220. nick = "ChanServ";
  1221.  
  1222. /* (*)user
  1223. * The username we want the client to have.
  1224. */
  1225. user = "ChanServ";
  1226.  
  1227. /* (*)host
  1228. * The hostname we want the client to have.
  1229. */
  1230. host = "services.froglive.me";
  1231.  
  1232. /* (*)real
  1233. * The GECOS of the client.
  1234. */
  1235. real = "Channel Services";
  1236.  
  1237. /* reggroup
  1238. * The group that will receive Memos about
  1239. * channel Registration requests when
  1240. * chanserv/moderate is loaded.
  1241. * NOTE: Requires GroupServ to be loaded
  1242. */
  1243. #reggroup = "!ServicesTeam-ChannelAdmins";
  1244.  
  1245. /* (*)aliases
  1246. * Command aliases for ChanServ.
  1247. */
  1248. aliases {
  1249. };
  1250.  
  1251. /* (*)access
  1252. * Command access changes for ChanServ.
  1253. */
  1254. access {
  1255. };
  1256.  
  1257. /* (*)maxchans
  1258. * What are the maximum channels that one username can register?
  1259. */
  1260. maxchans =25;
  1261.  
  1262. /* fantasy
  1263. * Do you want to enable fantasy commands? This can
  1264. * use a lot of CPU up, and will only work if you have
  1265. * join_chans (in general) enabled as well.
  1266. */
  1267. fantasy;
  1268.  
  1269. /* verifiedaccess
  1270. * Do you want to allow un-verified users to get flags
  1271. * or access on channels? You can uncomment this to ensure
  1272. * that only verified users are able to get channel access.
  1273. * (Un-verified accounts expire within 24 hours of registration
  1274. * when 'auth' is set to email anyway.) This also encourages
  1275. * your users to complete verification and use valid email
  1276. * addresses.
  1277. */
  1278. #verifiedaccess;
  1279.  
  1280. /* (*) hide_xop
  1281. * Hide the XOP templates from sight. This is useful if you
  1282. * want to use templates and not have the XOP templates displayed.
  1283. */
  1284. #hide_xop;
  1285.  
  1286. /* (*) templates
  1287. * Defines what flags the global templates comprise.
  1288. *
  1289. * For the special XOP templates:
  1290. * These should all be different and not equal to the empty set,
  1291. * except that hop may be equal to vop to disable hop.
  1292. * Each subsequent level should have more flags (except +VHO).
  1293. * For optimal functioning of /cs forcexop, aop should not have
  1294. * any of +sRf, hop should not have any of +sRfoOr and vop should
  1295. * not have any of +sRfoOrhHt.
  1296. * If this is not specified, the values of shale 0.3 are used,
  1297. * which are generally less intuitive than these.
  1298. * Note: changing these leaves the flags of existing channel access
  1299. * entries unchanged, thus removing them of the view of /cs xop list.
  1300. * Usually the channel founder can use /cs forcexop to update the
  1301. * entries to the new levels.
  1302. *
  1303. * Advice:
  1304. * If you want to add a co-founder role, remove the flags permission
  1305. * from the SOP role, and define a co-founder role with flags
  1306. * permissions.
  1307. */
  1308. templates {
  1309. vop = "+AV";
  1310. hop = "+AHehitrv";
  1311. aop = "+AOehiortv";
  1312. sop = "+AOaefhiorstv";
  1313. founder = "+AFORaefhioqrstv";
  1314.  
  1315. /* some examples (which are commented out...) */
  1316. #member = "+Ai";
  1317. #op = "+AOiortv";
  1318. };
  1319.  
  1320. /* (*) deftemplates
  1321. * Defines default templates to set on new channels, as a
  1322. * space-separated list of name=+flags pairs.
  1323. * Note: at this time no syntax checking is done on this; it
  1324. * is your own responsibility to make sure it is correct.
  1325. */
  1326. #deftemplates = "MEMBER=+Ai OP=+AOiortv";
  1327.  
  1328. /* (*) changets
  1329. * Change the channel TS to the registration time when someone
  1330. * recreates a registered channel, ensuring that they are deopped
  1331. * and all their modes are undone. Note that this involves ChanServ
  1332. * joining. When the channel was not recreated no deops will be done
  1333. * (apart from the SECURE option).
  1334. * This also solves the "join-mode" problem where someone recreates
  1335. * a registered channel and then sets some modes before they are
  1336. * deopped.
  1337. * This is currently supported for charybdis, hybrid, ratbox,
  1338. * bahamut and inspircd 1.1+. For charybdis, hybrid and ratbox
  1339. * it only fully works with TS6, with TS5 bans and last-moment modes
  1340. * will still apply.
  1341. * (That can also be used to advantage, when first enabling this.)
  1342. */
  1343. #changets;
  1344.  
  1345. /* (*) trigger
  1346. * This setting allows you to change the trigger prefix for
  1347. * ChanServ's in-channel command feature (disableable via chanserv::fantasy).
  1348. * If no setting is provided, the default is used, which is "!".
  1349. *
  1350. * Other settings you could consider trying: ".", "~", "?", "`", "'".
  1351. */
  1352. trigger = "!";
  1353.  
  1354. /* (*)expire
  1355. * The number of days before inactive registrations are expired.
  1356. */
  1357. expire = 30;
  1358.  
  1359. /* (*)maxchanacs
  1360. * The maximum number of entries allowed in a channel's access list
  1361. * (both channel ops and akicks), 0 for unlimited.
  1362. */
  1363. maxchanacs = 0;
  1364.  
  1365. /* (*)maxfounders
  1366. * The maximum number of founders allowed in a channel.
  1367. * Note that all founders have the exact same privileges and
  1368. * the list of founders is shown in various places.
  1369. */
  1370. maxfounders = 4;
  1371.  
  1372. /* (*)founder_flags
  1373. * The flags a user will get when they register a new channel.
  1374. * This MUST include at least 'F' or it will be ignored.
  1375. * If it is not set, shale will give the user all channel flags.
  1376. */
  1377. #founder_flags = "AFORefiorstv";
  1378.  
  1379. /* (*)akick_time
  1380. * The default expiration time (in minutes) for AKICKs.
  1381. * Comment this option out or set to zero for permanent AKICKs
  1382. * by default (the old behaviour).
  1383. */
  1384. #akick_time = 10;
  1385.  
  1386. /* (*)suspend_time
  1387. * The default expiration time (in minutes) for SUSPEND ADDs.
  1388. * Comment this option out or set to zero for permanent SUSPENDs
  1389. * by default (the old behaviour).
  1390. */
  1391. #suspend_time = 10;
  1392.  
  1393. /* (*)antiflood_enforce_method
  1394. * The enforcement method to use for flood protection by default.
  1395. * This may be overridden by channel staff.
  1396. * Available options are: quiet, kickban and akill.
  1397. */
  1398. antiflood_enforce_method = akill;
  1399. };
  1400.  
  1401. /* CHANFIX configuration.
  1402. *
  1403. * The chanfix {} block contains settings specific to the CHANFIX modules.
  1404. *
  1405. * CHANFIX provides channel recovery services without registration, which
  1406. * allows users to maintain control of channels even if ChanServ is not used
  1407. * to register them.
  1408. */
  1409. chanfix {
  1410. /* (*)nick
  1411. * The nickname we want the client to have.
  1412. */
  1413. nick = "ChanFix";
  1414.  
  1415. /* (*)user
  1416. * The username we want the client to have.
  1417. */
  1418. user = "ChanFix";
  1419.  
  1420. /* (*)host
  1421. * The hostname we want the client to have.
  1422. */
  1423. host = "services.froglive.me";
  1424.  
  1425. /* (*)real
  1426. * The GECOS of the client.
  1427. */
  1428. real = "Channel Fixing Service";
  1429.  
  1430. /* (*)autofix
  1431. * Automatically fix channels if they become opless and meet fixing
  1432. * criteria.
  1433. */
  1434. autofix;
  1435. };
  1436.  
  1437. /* Global noticing configuration.
  1438. *
  1439. * The global {} block contains settings specific to the Global notice module.
  1440. *
  1441. * The Global notice module provides the ability to mass-notify a network.
  1442. */
  1443. global {
  1444. /* (*)nick
  1445. * Sets the nick used for sending out a global notice.
  1446. */
  1447. nick = "Global";
  1448.  
  1449. /* (*)user
  1450. * Sets the username used for this client.
  1451. */
  1452. user = "Global";
  1453.  
  1454. /* (*)host
  1455. * The hostname used for this client.
  1456. */
  1457. host = "services.froglive.me";
  1458.  
  1459. /* (*)real
  1460. * The GECOS (real name) of the client.
  1461. */
  1462. real = "Network Announcements";
  1463. };
  1464.  
  1465. /* InfoServ configuration
  1466. *
  1467. * The infoserv {} block contains settings specific to the InfoServ module.
  1468. *
  1469. * The InfoServ modules provides the ability to mass-notify a network and send
  1470. * news to users when they connect to the network.
  1471. */
  1472. infoserv {
  1473. /* (*)nick
  1474. * Sets the nick used for InfoServ and sending out informational messages.
  1475. */
  1476. nick = "InfoServ";
  1477.  
  1478. /* (*)user
  1479. * Sets the username used for this client.
  1480. */
  1481. user = "InfoServ";
  1482.  
  1483. /* (*)host
  1484. * The hostname used for this client,
  1485. */
  1486. host = "services.froglive.me";
  1487.  
  1488. /* (*)real
  1489. * The GECOS (real name) of the client.
  1490. */
  1491. real = "Information Service";
  1492.  
  1493. /* (*)logoninfo_count
  1494. * The number of InfoServ messages a user will see upon connect.
  1495. * If there are more than this number, the user will be able to
  1496. * see the rest with /msg infoserv list .
  1497. */
  1498. logoninfo_count = 3;
  1499. };
  1500.  
  1501. /* OperServ configuration.
  1502. *
  1503. * The operserv {} block contains settings specific to the OperServ modules.
  1504. *
  1505. * OperServ provides essential network management tools for IRC operators
  1506. * on the IRC network.
  1507. */
  1508. operserv {
  1509. /* (*)nick
  1510. * The nickname we want the Operator Service to have.
  1511. */
  1512. nick = "OperServ";
  1513.  
  1514. /* (*)user
  1515. * Sets the username used for this client.
  1516. */
  1517. user = "OperServ";
  1518.  
  1519. /* (*)host
  1520. * The hostname used for this client.
  1521. */
  1522. host = "services.froglive.me";
  1523.  
  1524. /* (*)real
  1525. * The GECOS (real name) of the client.
  1526. */
  1527. real = "Operator Services";
  1528.  
  1529. /* (*)aliases
  1530. * Command aliases for OperServ.
  1531. */
  1532. aliases {
  1533. };
  1534.  
  1535. /* (*)access
  1536. * Command access changes for OperServ.
  1537. */
  1538. access {
  1539. };
  1540. };
  1541.  
  1542. /* SaslServ configuration.
  1543. *
  1544. * The saslserv {} block contains settings specific to the SaslServ modules.
  1545. *
  1546. * SaslServ provides an authentication agent which is compatible with the
  1547. * SASL over IRC (SASL/IRC) protocol extension.
  1548. */
  1549. saslserv {
  1550. /* (*)nick
  1551. * The nickname we want SaslServ to have.
  1552. */
  1553. nick = "SaslServ";
  1554.  
  1555. /* (*)user
  1556. * The username we want SaslServ to have.
  1557. */
  1558. user = "SaslServ";
  1559.  
  1560. /* (*)host
  1561. * The hostname we want SaslServ to have.
  1562. */
  1563. host = "services.froglive.me";
  1564.  
  1565. /* (*)real
  1566. * The realname (gecos) information we want SaslServ to have.
  1567. */
  1568. real = "SASL Authentication Agent";
  1569.  
  1570. /* (*)hide_server_names
  1571. * Hide server names in the bad_password message.
  1572. */
  1573. #hide_server_names;
  1574. };
  1575.  
  1576. /* MemoServ configuration.
  1577. *
  1578. * The memoserv {} block contains settings specific to the MemoServ modules.
  1579. *
  1580. * MemoServ provides a note-taking service that you can use to send notes
  1581. * to offline users (provided they are registered with Services).
  1582. */
  1583. memoserv {
  1584. /* (*)nick
  1585. * The nickname we want MemoServ to have.
  1586. */
  1587. nick = "MemoServ";
  1588.  
  1589. /* (*)user
  1590. * The username we want MemoServ to have.
  1591. */
  1592. user = "MemoServ";
  1593.  
  1594. /* (*)host
  1595. * The hostname we want MemoServ to have.
  1596. */
  1597. host = "services.froglive.me";
  1598.  
  1599. /* (*)real
  1600. * The realname (gecos) information we want MemoServ to have.
  1601. */
  1602. real = "Memo Services";
  1603.  
  1604. /* (*)aliases
  1605. * Command aliases for MemoServ.
  1606. */
  1607. aliases {
  1608. };
  1609.  
  1610. /* (*)access
  1611. * Command access changes for MemoServ.
  1612. */
  1613. access {
  1614. };
  1615.  
  1616. /* (*)maxmemos
  1617. * What is the maximum amount of memos a user can have in their inbox?
  1618. */
  1619. maxmemos = 30;
  1620.  
  1621. /* (*)helpgroup
  1622. * If using GroupServ and MemoServ, which group should be notified of
  1623. * NEW HelpServ requests?
  1624. */
  1625. helpgroup = "!Network-Staff";
  1626. };
  1627.  
  1628. /* GameServ configuration.
  1629. *
  1630. * The gameserv {} block contains settings specific to the GameServ modules.
  1631. *
  1632. * GameServ provides various in-channel commands for games.
  1633. */
  1634. gameserv {
  1635. /* (*)nick
  1636. * The nickname we want GameServ to have.
  1637. */
  1638. nick = "GameServ";
  1639.  
  1640. /* (*)user
  1641. * Sets the username used for this client.
  1642. */
  1643. user = "GameServ";
  1644.  
  1645. /* (*)host
  1646. * The hostname used for this client.
  1647. */
  1648. host = "services.froglive.me";
  1649.  
  1650. /* (*)real
  1651. * The GECOS (real name) of the client.
  1652. */
  1653. real = "Game Services";
  1654.  
  1655. /* (*)aliases
  1656. * Command aliases for GameServ.
  1657. */
  1658. aliases {
  1659. };
  1660.  
  1661. /* (*)access
  1662. * Command access changes for GameServ.
  1663. */
  1664. access {
  1665. };
  1666. };
  1667.  
  1668. /* RPGServ configuration.
  1669. *
  1670. * The rpgserv {} block contains settings specific to the RPGServ modules.
  1671. *
  1672. * RPGServ provides a facility for finding roleplaying channels.
  1673. */
  1674. rpgserv {
  1675. /* (*)nick
  1676. * The nickname we want RPGServ to have.
  1677. */
  1678. nick = "RPGServ";
  1679.  
  1680. /* (*)user
  1681. * Sets the username used for this client.
  1682. */
  1683. user = "RPGServ";
  1684.  
  1685. /* (*)host
  1686. * The hostname used for this client.
  1687. */
  1688. host = "services.froglive.me";
  1689.  
  1690. /* (*)real
  1691. * The GECOS (real name) of the client.
  1692. */
  1693. real = "RPG Finding Services";
  1694.  
  1695. /* (*)aliases
  1696. * Command aliases for RPGServ.
  1697. */
  1698. aliases {
  1699. };
  1700.  
  1701. /* (*)access
  1702. * Command access changes for RPGServ.
  1703. */
  1704. access {
  1705. };
  1706. };
  1707.  
  1708. /* BotServ configuration.
  1709. *
  1710. * The botserv {} block contains settings specific to the BotServ modules.
  1711. *
  1712. * BotServ provides virtual channel bots.
  1713. */
  1714. botserv {
  1715. /* (*)nick
  1716. * The nickname we want BotServ to have.
  1717. */
  1718. nick = "BotServ";
  1719.  
  1720. /* (*)user
  1721. * Sets the username used for this client.
  1722. */
  1723. user = "BotServ";
  1724.  
  1725. /* (*)host
  1726. * The hostname used for this client.
  1727. */
  1728. host = "services.froglive.me";
  1729.  
  1730. /* (*)real
  1731. * The GECOS (real name) of the client.
  1732. */
  1733. real = "Bot Services";
  1734.  
  1735. /* (*)min_users
  1736. * Minimum number of users a channel must have before a Bot is allowed
  1737. * to be assigned to that channel.
  1738. */
  1739. min_users = 0;
  1740. };
  1741.  
  1742. /* GroupServ configuration.
  1743. *
  1744. * The groupserv {} block contains settings specific to the GroupServ modules.
  1745. *
  1746. * GroupServ provides features for managing a collection of channels at once.
  1747. *
  1748. */
  1749. groupserv {
  1750. /* (*)nick
  1751. * The nickname we want GroupServ to have.
  1752. */
  1753. nick = "GroupServ";
  1754.  
  1755. /* (*)user
  1756. * The username we want GroupServ to have.
  1757. */
  1758. user = "GroupServ";
  1759.  
  1760. /* (*)host
  1761. * The hostname we want GroupServ to have.
  1762. */
  1763. host = "services.froglive.me";
  1764.  
  1765. /* (*)real
  1766. * The realname (gecos) information we want GroupServ to have.
  1767. */
  1768. real = "Group Management Services";
  1769.  
  1770. /* (*)aliases
  1771. * Command aliases for GroupServ.
  1772. */
  1773. aliases {
  1774. };
  1775.  
  1776. /* (*)access
  1777. * Command access changes for GroupServ.
  1778. */
  1779. access {
  1780. };
  1781.  
  1782. /* (*)maxgroups
  1783. * Maximum number of groups one username can be founder of.
  1784. */
  1785. maxgroups = 5;
  1786.  
  1787. /* (*)maxgroupacs
  1788. * Maximum number of access entries you may have in a group.
  1789. */
  1790. maxgroupacs = 100;
  1791.  
  1792. /* (*)enable_open_groups
  1793. * Setting this option will allow any group founder to mark
  1794. * their group as "anyone can join".
  1795. */
  1796. enable_open_groups;
  1797.  
  1798. /* (*)join_flags
  1799. * This is the GroupServ flagset that users who JOIN a open
  1800. * group will get upon join. Please check the groupserv/flags
  1801. * helpfile before changing this option. Valid flagsets (for
  1802. * example) would be: "+v" or "+cv". It is not valid to use
  1803. * minus flags (such as "-v") here.
  1804. */
  1805. join_flags = "+";
  1806. };
  1807.  
  1808. /* HostServ configuration.
  1809. *
  1810. * The hostserv {} block contains settings specific to the HostServ modules.
  1811. *
  1812. * HostServ provides advanced virtual host management.
  1813. */
  1814. hostserv {
  1815. /* (*)nick
  1816. * The nickname we want HostServ to have.
  1817. */
  1818. nick = "HostServ";
  1819.  
  1820. /* (*)user
  1821. * Sets the username used for this client.
  1822. */
  1823. user = "HostServ";
  1824.  
  1825. /* (*)host
  1826. * The hostname used for this client.
  1827. */
  1828. host = "services.froglive.me";
  1829.  
  1830. /* (*)real
  1831. * The GECOS (real name) of the client.
  1832. */
  1833. real = "Host Management Services";
  1834.  
  1835. /* reggroup
  1836. * The group that will receive Memos about
  1837. * vHost requests.
  1838. * NOTE: Requires GroupServ to be loaded
  1839. */
  1840. #reggroup = "!ServicesTeam-vHostAdmins";
  1841.  
  1842. /* (*)request_per_nick
  1843. * Whether the request system should work per nick or per account.
  1844. * The recommended setting is to leave this disabled, so that
  1845. * vhosts work as consistently as possible.
  1846. */
  1847. #request_per_nick;
  1848.  
  1849. /* (*)aliases
  1850. * Command aliases for HostServ.
  1851. */
  1852. aliases {
  1853. "APPROVE" = "ACTIVATE";
  1854. "DENY" = "REJECT";
  1855. };
  1856.  
  1857. /* (*)access
  1858. * Command access changes for HostServ.
  1859. */
  1860. access {
  1861. };
  1862. };
  1863.  
  1864. /* HelpServ configuration
  1865. *
  1866. * The helpserv {} block contains settings specific to the HelpServ modules.
  1867. *
  1868. * HelpServ adds a few different ways for users to request help from network staff.
  1869. */
  1870. helpserv {
  1871. /* (*)nick
  1872. * The nickname we want HelpServ to have.
  1873. */
  1874. nick = "HelpServ";
  1875.  
  1876. /* (*)user
  1877. * The username we want HelpServ to have.
  1878. */
  1879. user = "HelpServ";
  1880.  
  1881. /* (*)host
  1882. * The hostname we want HelpServ to have.
  1883. */
  1884. host = "services.froglive.me";
  1885.  
  1886. /* (*)real
  1887. * The realname (gecos) information we want HelpServ to have.
  1888. */
  1889. real = "Help Services";
  1890. };
  1891.  
  1892. /* StatServ configuration
  1893. *
  1894. * The statserv {} block contains settings specific to the StatServ modules.
  1895. *
  1896. * StatServ adds basic stats and split tracking.
  1897. */
  1898. statserv {
  1899. /* (*)nick
  1900. * The nickname we want StatServ to have.
  1901. */
  1902. nick = "StatServ";
  1903.  
  1904. /* (*)user
  1905. * The username we want StatServ to have.
  1906. */
  1907. user = "StatServ";
  1908.  
  1909. /* (*)host
  1910. * The hostname we want StatServ to have.
  1911. */
  1912. host = "services.froglive.me";
  1913.  
  1914. /* (*)real
  1915. * The realname (gecos) information we want StatServ to have.
  1916. */
  1917. real = "Statistics Services";
  1918. };
  1919.  
  1920. /* ALIS configuration.
  1921. *
  1922. * The alis {} block contains settings specific to the ALIS modules.
  1923. */
  1924. alis {
  1925. /* (*)nick
  1926. * The nickname we want ALIS to have.
  1927. */
  1928. nick = "ALIS";
  1929.  
  1930. /* (*)user
  1931. * The username we want ALIS to have.
  1932. */
  1933. user = "alis";
  1934.  
  1935. /* (*)host
  1936. * The hostname we want ALIS to have.
  1937. */
  1938. host = "services.int";
  1939.  
  1940. /* (*)real
  1941. * The realname (gecos) information we want ALIS to have.
  1942. */
  1943. real = "Channel Directory";
  1944. };
  1945.  
  1946. /* HTTP server configuration.
  1947. *
  1948. * The httpd {} block contains settings specific to the HTTP server module.
  1949. *
  1950. * The HTTP server in Services is used for serving XMLRPC requests. It can
  1951. * also serve static documents and statistics pages.
  1952. */
  1953. httpd {
  1954. /* host
  1955. * The host that the HTTP server will listen on.
  1956. * Use 0.0.0.0 if you want to listen on all available hosts.
  1957. */
  1958. host = "0.0.0.0";
  1959.  
  1960. /* host (ipv6)
  1961. * If you want, you can have shale listen on an IPv6 host too.
  1962. * Use :: if you want to listen on all available IPv6 hosts.
  1963. */
  1964. #host = "::";
  1965.  
  1966. /* www_root
  1967. * The directory that contains the files that should be served by the httpd.
  1968. */
  1969. www_root = "/var/www";
  1970.  
  1971. /* port
  1972. * The port that the HTTP server will listen on.
  1973. */
  1974. port = 8080;
  1975. };
  1976.  
  1977. /* LDAP configuration.
  1978. *
  1979. * The ldap {} block contains settings specific to the LDAP authentication
  1980. * module.
  1981. */
  1982. ldap {
  1983. /* (*)url
  1984. * LDAP URL of the server to use.
  1985. */
  1986. url = "ldap://127.0.0.1";
  1987.  
  1988. /* (*)dnformat
  1989. * Format string to convert an account name to an LDAP DN.
  1990. * Must contain exactly one %s which will be replaced by the account
  1991. * name.
  1992. * Services will attempt a simple bind with this DN and the given
  1993. * password; if this is successful the password is considered correct.
  1994. */
  1995. dnformat = "cn=%s,dc=jillestest,dc=com";
  1996. };
  1997.  
  1998. /******************************************************************************
  1999. * LOGGING SECTION. *
  2000. ******************************************************************************/
  2001.  
  2002. /*
  2003. * logfile{} blocks can be used to set up log files other than the master
  2004. * logfile used by services, which is controlled by serverinfo::loglevel.
  2005. *
  2006. * The various logging categories are:
  2007. * debug, all - meta-keyword for all possible categories
  2008. * trace - meta-keyword for a little bit of info
  2009. * misc - like trace, but with some more miscillaneous info
  2010. * notice - meta-keyword for notice-like information
  2011. * ------------------------------------------------------------------------------
  2012. * error - critical errors
  2013. * info - miscillaneous log notices
  2014. * verbose - A bit more verbose than info, not quite as spammy as debug
  2015. * commands - all command use
  2016. * admin - administrative command use
  2017. * register - account and channel registrations
  2018. * set - changes of account or channel settings
  2019. * request - user requests (currently only vhosts)
  2020. * netlog - connects/disconnects, joins/parts and topic changes
  2021. * network - log notices related to network status
  2022. * rawdata - log raw data sent and received by services
  2023. * wallops - <not yet used>
  2024. * denycmd - security model denials (commands, permissions)
  2025. */
  2026.  
  2027. /*
  2028. * This block logs all account and channel registrations and drops,
  2029. * and account and channel setting changes to var/account.log.
  2030. */
  2031. logfile "var/account.log" { register; set; };
  2032.  
  2033. /*
  2034. * This block logs all command use to var/commands.log.
  2035. */
  2036. logfile "var/commands.log" { commands; };
  2037.  
  2038. /*
  2039. * This block logs all security auditing information.
  2040. */
  2041. logfile "var/audit.log" { denycmd; };
  2042.  
  2043. /*
  2044. * You can log to IRC channels, and even split it by category, too.
  2045. * This entry provides roughly the same functionality as the old snoop
  2046. * feature.
  2047. */
  2048. logfile "#services" { error; info; admin; request; register; denycmd; };
  2049.  
  2050. /*
  2051. * This block logs to server notices.
  2052. */
  2053. logfile "!snotices" { error; info; request; denycmd; };
  2054.  
  2055. /******************************************************************************
  2056. * GENERAL PARAMETERS CONFIGURATION SECTION. *
  2057. ******************************************************************************/
  2058.  
  2059. /* The general {} block defines general configuration options. */
  2060. general {
  2061. /* (*)permissive_mode
  2062. * Whether or not security denials should be soft denials instead of
  2063. * hard denials. If security denials are soft denials, then they will
  2064. * only be logged to the denial log.
  2065. */
  2066. #permissive_mode;
  2067.  
  2068. /* (*)helpchan
  2069. * Network help channel. Shown to users when they request
  2070. * help for a command that doesn't exist.
  2071. */
  2072. #helpchan = "#help";
  2073.  
  2074. /* (*)helpurl
  2075. * Network webpage for services help. Shown to users when they
  2076. * request help for a command that doesn't exist.
  2077. */
  2078. #helpurl = "https://github.com/ShaleCoding/shale-services/wiki/";
  2079.  
  2080. /* (*)silent
  2081. * If you want to prevent services from sending
  2082. * WALLOPS/GLOBOPS about things uncomment this.
  2083. * Not recommended.
  2084. */
  2085. #silent;
  2086.  
  2087. /* (*)verbose_wallops
  2088. * If you want services to send you more information about
  2089. * events that are occuring (in particular AKILLs), uncomment the
  2090. * directive below.
  2091. *
  2092. * WARNING! This may result in large amounts of wallops/globops
  2093. * floods.
  2094. */
  2095. #verbose_wallops;
  2096.  
  2097. /* (*)join_chans
  2098. * Should ChanServ be allowed to join registered channels?
  2099. * This option is useful for the fantasy command set.
  2100. *
  2101. * If enabled, you can tell ChanServ to join via SET GUARD ON.
  2102. *
  2103. * If you use ircu-like ircd (asuka, bircd, undernet), you must
  2104. * leave this enabled, and put guard in default cflags.
  2105. *
  2106. * For ratbox it is recommended to leave it on and put guard in
  2107. * default cflags, in order that ChanServ does not have to join/part
  2108. * to do certain things. On the other hand, enabling this increases
  2109. * potential for bots fighting with ChanServ.
  2110. *
  2111. * Regardless of this option, ChanServ will temporarily join
  2112. * channels which would otherwise be empty if necessary to enforce
  2113. * akick/restricted/close, and to change the TS if changets is
  2114. * enabled.
  2115. */
  2116. join_chans;
  2117.  
  2118. /* (*)leave_chans
  2119. * Do we leave registered channels after everyone else has left?
  2120. * Turning this off serves little purpose, except to mark "official"
  2121. * network channels by keeping them open, and to preserve the
  2122. * topic and +beI lists.
  2123. */
  2124. leave_chans;
  2125.  
  2126. /* secure
  2127. * Do you want to require the use of /msg <service>@<services host>?
  2128. * Turning this on helps protect against spoofers, but is disabled
  2129. * as most networks do not presently use it.
  2130. */
  2131. #secure;
  2132.  
  2133. /* (*)uflags
  2134. * The default flags to set for usernames upon registration.
  2135. * Valid values are: hold, neverop, noop, hidemail, nomemo, emailmemos,
  2136. * enforce, privmsg, private, quietchg, quietpass and none.
  2137. */
  2138. uflags = { hidemail; };
  2139.  
  2140. /* (*)cflags
  2141. * The default flags to set for channels upon registration.
  2142. * Valid values are: hold, secure, verbose, verbose_ops, keeptopic,
  2143. * topiclock, guard, private, nosync, limitflags, pubacl and none.
  2144. */
  2145. cflags = { verbose; guard; };
  2146.  
  2147. /* (*)raw
  2148. * Do you want to allow SRAs to use the RAW and INJECT commands?
  2149. * These commands are for debugging. If you don't know how to use them
  2150. * then don't enable them. They are not supported.
  2151. */
  2152. #raw;
  2153.  
  2154. /* (*)flood_msgs
  2155. * Do you want services to detect floods?
  2156. * Set to how many messages before a flood is triggered.
  2157. * Note that some messages that need a lot of processing count
  2158. * as two or four messages.
  2159. * If services receives `flood_msgs' within `flood_time' the user will
  2160. * trigger the flood protection.
  2161. * Setting this to zero disables flood protection.
  2162. */
  2163. flood_msgs = 7;
  2164.  
  2165. /* (*)flood_time
  2166. * Do you want services to detect floods?
  2167. * Set to how long before the counter resets.
  2168. * If services receives `flood_msgs' within `flood_time' the user will
  2169. * trigger the flood protection.
  2170. */
  2171. flood_time = 10;
  2172.  
  2173. /* (*)ratelimit_uses
  2174. * After how many uses of a command will users be throttled.
  2175. * After `ratelimit_uses' of a command within `ratelimit_period', users
  2176. * will not be able to run that ratelimited command until the period is up.
  2177. * Comment this, ratelimit_period below or both options out to disable rate limiting.
  2178. * Currently used in helpserv/helpme, helpserv/ticket, hostserv/request,
  2179. * nickserv/register and chanserv/register.
  2180. */
  2181. ratelimit_uses = 5;
  2182.  
  2183. /* (*)ratelimit_period
  2184. * After how much time (in seconds) will the ratelimit_uses counter reset.
  2185. * After `ratelimit_uses' of a command within `ratelimit_period', users
  2186. * will not be able to run that ratelimited command until the period is up.
  2187. * Comment this, ratelimit_uses above or both options out to disable rate limiting.
  2188. * Currently used in helpserv/helpme, helpserv/ticket, hostserv/request,
  2189. * nickserv/register and chanserv/register.
  2190. */
  2191. ratelimit_period = 60;
  2192.  
  2193. /* (*)vhost_change
  2194. * The default number of days between vHost changes once a user has used HostServ
  2195. * TAKE or REQUEST. (Helps to deter rabid host-swappers and ban evaders.)
  2196. */
  2197. #vhost_change = 30;
  2198.  
  2199. /* (*)akill_time
  2200. * The default expire time for AKILL's in days.
  2201. * Setting this to 0 makes all AKILL's permanent.
  2202. */
  2203. akill_time = 7;
  2204.  
  2205. /* (*)akill_with_ident
  2206. * AKILL user@host instead of *@host.
  2207. * Applies to all automatic AKILL's set by services.
  2208. */
  2209. #akill_with_ident;
  2210.  
  2211. /* (*)akill_verified_ident
  2212. * AKILL *@host if the first character of the ident is ~,
  2213. * irrespective of the value of akill_with_ident.
  2214. * /
  2215. #akill_verified_ident;
  2216.  
  2217. /* (*)clone_time
  2218. * This is the default expiry time for CLONE exemptions in minutes.
  2219. * Setting this to 0 makes all CLONE exemptions permanent.
  2220. */
  2221. clone_time = 0;
  2222.  
  2223. /* commit_interval
  2224. * The time between database writes in minutes.
  2225. */
  2226. commit_interval = 5;
  2227.  
  2228. /* (*)default_clone_allowed
  2229. * The limit after which clones will be KILLed or AKILLed.
  2230. * Used by operserv/clones.
  2231. */
  2232. default_clone_allowed = 5;
  2233.  
  2234. /* (*)default_clone_warn
  2235. * The limit after which clones will be warned that they may not
  2236. * have any more concurrent connections. Should be lower than
  2237. * default_clone_allowed . Used by operserv/clones.
  2238. */
  2239. default_clone_warn = 4;
  2240.  
  2241. /* (*)clone_identified_increase_limit
  2242. * If this option is enabled, the clone limit for a IP/host will
  2243. * be increased by 1 per clone that's identified to services.
  2244. * This has a limit of double the clone limits above.
  2245. */
  2246. clone_identified_increase_limit;
  2247.  
  2248. /* (*)uplink_sendq_limit
  2249. * The maximum amount of data that may be queued to be sent
  2250. * to the uplink, in bytes. This should be enough to contain
  2251. * shale's response to the netburst, but smaller than the
  2252. * IRCd's sendq limit for servers.
  2253. */
  2254. uplink_sendq_limit = 1048576;
  2255.  
  2256. /* (*)language
  2257. * Language to use for channel and oper messages and as default
  2258. * for users.
  2259. */
  2260. language = "en";
  2261.  
  2262. /* exempts
  2263. * This block contains a list of user@host masks. Users matching any
  2264. * of these will not be automatically K:lined by services.
  2265. */
  2266. exempts {
  2267. };
  2268.  
  2269. /* allow_taint
  2270. * By enabling this option, shale will run in configurations where
  2271. * the upstream will not provide support. By enabling this feature,
  2272. * you void any perceived rights to support.
  2273. */
  2274. #allow_taint;
  2275.  
  2276. /* (*)immune_level
  2277. * This option allows you to customize the operlevel which gets kick
  2278. * immunity privileges.
  2279. *
  2280. * The following flags are available:
  2281. * immune - require whatever ircd usermode is needed for kick
  2282. * immunity (this is the default);
  2283. * admin - require admin privileges for kick immunity
  2284. * ircop - require any ircop privileges for kick immunity (umode +o)
  2285. */
  2286. immune_level = immune;
  2287.  
  2288. /* show_entity_id
  2289. * This makes nick/user & group entity IDs visible to everyone, rather
  2290. * than just opers with user:auspex or group:auspex privileges.
  2291. */
  2292. show_entity_id;
  2293. };
  2294.  
  2295. proxyscan {
  2296. /* Here you can configure the details of your Proxyscan (DNS Blacklist)
  2297. * scanner service.
  2298. */
  2299.  
  2300. nick = "Proxyscan";
  2301. user = "dnsbl";
  2302. host = "services.int";
  2303. real = "DNSBL Proxyscan Service";
  2304.  
  2305. blacklists {
  2306. "dnsbl.dronebl.org";
  2307. "rbl.efnetrbl.org";
  2308. "tor.efnet.org";
  2309. };
  2310.  
  2311. /* Available dnsbl_action's:
  2312. * NONE - Do nothing
  2313. * NOTIFY - Notify user that they are listed in a DNSBL and which one
  2314. * SNOOP - Report the user to the logchannel or services channel
  2315. * AKILL - AKILL the user from the network (uses default AKILL time)
  2316. */
  2317.  
  2318. dnsbl_action = akill;
  2319. };
  2320.  
  2321. /******************************************************************************
  2322. * OPERATOR AND PRIVILEGES CONFIGURATION SECTION. *
  2323. ******************************************************************************/
  2324.  
  2325. /* Operator configuration
  2326. * See the PRIVILEGES document for more information.
  2327. * NOTE: All changes apply immediately upon rehash. You may need
  2328. * to send a signal (killall -HUP shale-services) to regain control.
  2329. */
  2330. /* (*) Operclasses specify groups of services operator privileges */
  2331. /* The "user" operclass specifies privileges all users get.
  2332. * This may be empty (default) in which case users get no special privileges.
  2333. * If you use the security/cmdperm module, you will need to grant command: privileges
  2334. * to every command that you want users to be able to use.
  2335. */
  2336. operclass "user" { };
  2337.  
  2338. /* The "ircop" operclass specifies privileges all IRCops get.
  2339. * This may be empty in which case IRCops get no privs.
  2340. * At least chan:cmodes, chan:joinstaffonly and general:auspex are suggested.
  2341. */
  2342. operclass "ircop" {
  2343. privs {
  2344. special:ircop;
  2345. };
  2346.  
  2347. privs {
  2348. user:auspex;
  2349. user:admin;
  2350. user:sendpass;
  2351. user:vhost;
  2352. user:mark;
  2353. };
  2354.  
  2355. privs {
  2356. chan:auspex;
  2357. chan:admin;
  2358. chan:cmodes;
  2359. chan:joinstaffonly;
  2360. };
  2361.  
  2362. privs {
  2363. general:auspex;
  2364. general:helper;
  2365. general:viewprivs;
  2366. general:flood;
  2367. };
  2368.  
  2369. privs {
  2370. operserv:omode;
  2371. operserv:akill;
  2372. operserv:jupe;
  2373. operserv:global;
  2374. };
  2375.  
  2376. privs {
  2377. group:auspex;
  2378. group:admin;
  2379. };
  2380.  
  2381. /* needoper
  2382. * Only grant privileges to IRC users in this oper class if they
  2383. * are opered; other use of privilege (channel succession, XMLRPC,
  2384. * etc.) is unaffected by this. It can also optionally be removed.
  2385. */
  2386. needoper;
  2387. };
  2388.  
  2389. operclass "sra" {
  2390. /* You can inherit privileges from a lower operclass. */
  2391. extends "ircop";
  2392.  
  2393. privs {
  2394. user:hold;
  2395. user:regnolimit;
  2396. };
  2397.  
  2398. privs {
  2399. general:metadata;
  2400. general:admin;
  2401. };
  2402.  
  2403. privs {
  2404. #operserv:massakill;
  2405. #operserv:akill-anymask;
  2406. operserv:noop;
  2407. operserv:grant;
  2408. #operserv:override;
  2409. };
  2410.  
  2411. /* needoper
  2412. * Only grant privileges to IRC users in this oper class if they
  2413. * are opered; other use of privilege (channel succession, XMLRPC,
  2414. * etc.) is unaffected by this. It can also optionally be removed.
  2415. */
  2416. needoper;
  2417. };
  2418.  
  2419.  
  2420. /* (*) Operator blocks specify accounts with certain privileges
  2421. * Oper classes must be defined before they are used in operator blocks.
  2422. */
  2423. operator "siniStar" {
  2424. /* operclass */
  2425. operclass = "sra";
  2426. /* password
  2427. * Normally, the user needs to identify/log in using the account's
  2428. * password, and may need to be an IRCop (see operclass::needoper
  2429. * above). If you consider this not secure enough, you can
  2430. * specify an additional password here, which the user must enter
  2431. * using the OperServ IDENTIFY command, before the privileges can
  2432. * be used.
  2433. * The password must be encrypted if a crypto module is in use.
  2434. */
  2435. #password = "$1$3gJMO9by$0G60YE6GqmuHVH3AnFPor1";
  2436. };
  2437.  
  2438. /******************************************************************************
  2439. * INCLUDE CONFIGURATION SECTION. *
  2440. ******************************************************************************/
  2441.  
  2442. /* You may also specify other files for inclusion.
  2443. * For example:
  2444. *
  2445. * include "etc/sras.conf";
  2446. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement