Advertisement
Guest User

atheme.conf

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