102 Commits

Author SHA1 Message Date
w00t
5e2eaff8b7 Add <connect:useident> as part of m_ident, original suggestion from various people, including satmd.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10357 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-31 00:30:04 +00:00
w00t
dfba08638c Add <disabled:fakenonexistant> - ircd will pretend that a disabled command just doesn't exist (for austnet), document <disabled:usermodes> and <disabled:chanmodes> (bad aquanight.)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10327 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-27 20:19:26 +00:00
w00t
533bda9cfe Add <shun:notifyuser>, default on, which notifies the user that their command was blocked
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10317 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-27 15:53:06 +00:00
w00t
67c1245304 Add and document <shun:enabledcommands>, allowing customisation of specifically which commands shunned users may execute. NOTE: PART/QUIT (if allowed) will always suppress the PART/QUIT message. This needs some testing. :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10316 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-27 15:42:24 +00:00
w00t
8eae84e3ba Add and document <permchannels> block for m_permchannels, which creates a channel on startup. Fixes bug #511.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10271 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-25 13:22:57 +00:00
peavey
aee600bd4f typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10233 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-23 17:11:54 +00:00
w00t
4280fac19f Update doc on m_chanlog
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10231 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-23 17:05:59 +00:00
w00t
6d64862fb5 Implement <options:invitebypassmodes>, optionally circumvent +blk if invited on join. Based on a patch provided by mixx941, closes bug #589.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10120 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-07 16:35:58 +00:00
w00t
f1426e7c16 Rethink that. Remove noinvite since it's essentially useless now, so we have chmode +A to allow everyone to invite and extban A to block invite from specific users.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10118 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-07 16:10:06 +00:00
w00t
9ee4abdf11 Add m_serverban, implements extban +b s:server.mask.here, allows +e. This essentially implements local-only channels, if you care about such things (+be s:* s:my.local.server). Document it as well.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10092 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-05 12:19:34 +00:00
w00t
a838a98a5e Document m_channelban
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10091 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-05 12:09:47 +00:00
peavey
5a0852e11b Fix doc for globops module reported by satmd.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10078 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-04 14:36:55 +00:00
w00t
16f8c2df7e Use correct character
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10073 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-27 11:22:07 +00:00
w00t
ebb851d2d8 Fixed example MOTD which was a bit screwed up, thanks psychon
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10026 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-16 11:57:22 +00:00
om
a3720495e1 Add reference to wiki CIDR tutorial in <cidr> docs.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10022 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-14 16:22:29 +00:00
w00t
056c2a49cc Add extban types +bb R: and M: - stops matching account masks from joining and speaking respectively
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10020 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-14 12:58:44 +00:00
w00t
f474e7e6dc Rename quietban to muteban, change character to +b m:, this way it fits with cmode +m, which is what it does.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10019 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-14 12:15:11 +00:00
w00t
a82061b65b Merge m_nickban into m_nonicks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10018 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-14 12:09:40 +00:00
w00t
78ecfd4064 Default to adding uppercase characters to allowed hostmap list, this has caught a few people out (including me)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10004 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-13 17:30:23 +00:00
w00t
6297389bec Document m_gecosban
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9994 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-12 21:38:44 +00:00
w00t
3573a074cf Remove 'global' from gline description, add 'local' to KLine description. Thanks Namegduf. :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9983 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-12 14:47:50 +00:00
w00t
7ae8ab4a17 Add CIDR mask use to m_connectban, detection and banning may now happen over IP ranges instead of individual IPs.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9982 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-12 14:37:24 +00:00
w00t
19916fcab2 Add <cidr> block, and documentation in example config.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9980 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-12 13:58:37 +00:00
w00t
84ae7f133e Add .example suffix to name
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9973 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-12 10:41:40 +00:00
w00t
c0cf560ec2 Split example conf into example conf and modules conf, include modules conf from the main example. This should provide a slightly less heavy introduction to things.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9970 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-12 10:24:19 +00:00
w00t
5ba37c89f6 Move example conf to conf/ directory, it makes more sense given all the others are here.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9969 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-12 10:19:56 +00:00
brain
aa96718ad0 More useful error reporting that give closer line numbers, so long as you can read them :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9869 e03df62e-2008-0410-955e-edbf42e46eb7
2008-06-08 15:47:45 +00:00
bricker
4ac568dd5c ya, adding some stuff with DEV LEVEL ACCESS (sorry)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9834 e03df62e-2008-0410-955e-edbf42e46eb7
2008-06-03 06:51:17 +00:00
bricker
0a3cdb73b6 removed duplicate quotes. Thanks jackmcbarn
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9821 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-29 20:48:16 +00:00
bricker
2e450a179f fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9820 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-29 20:20:02 +00:00
bricker
444ceed0af inspircd allows him to
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9819 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-29 20:18:55 +00:00
bricker
74cea87820 If Chuck Norris and InspIRCd met in a dark alley, Chuck Norris would get his first black eye. Ever.
and lots more :D:D

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9818 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-29 20:12:56 +00:00
bricker
a4f4fdbe1b add HostServ as IRCservices has it as an option and add the names inside anope.conf so they know its being specified..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9719 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-13 07:05:15 +00:00
bricker
f12f2d3acc add "Bug tracker" to the default motd ;) everything else is there, why not that
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9718 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-13 06:58:42 +00:00
bricker
d02c51b048 add a couple quotes ;)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9717 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-13 06:55:57 +00:00
brain
dc7270e12e Patch from jackmcbarn, revamps the helpop example full conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9602 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-02 16:35:57 +00:00
bricker
39742fe507 end a sentence.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9502 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-14 19:17:24 +00:00
bricker
7af6599de4 remove "nicks" from SAMODE so people don't get confused
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9501 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-14 19:09:03 +00:00
peavey
a428ba7fe3 revert, proper fixed in 9495 by brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9497 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-13 22:02:43 +00:00
peavey
5506189769 fix so it actually loads.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9496 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-13 21:59:52 +00:00
w00t
42906b7b42 Updates to NeoStats aliases, again by TamCore (thanks :))
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9395 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-07 12:39:22 +00:00
w00t
74aac8e5a1 Add NeoStats example aliases (thanks TamCore)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9376 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-06 13:12:32 +00:00
bricker
f7dc18aef7 makes more better sense ;)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9051 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-01 00:39:20 +00:00
bricker
53d4970e8b If you put a quote, do it properly ;)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9050 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-01 00:34:33 +00:00
bricker
495fa17c0f add two comma's :-D
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8776 e03df62e-2008-0410-955e-edbf42e46eb7
2008-02-01 02:24:54 +00:00
w00t
0f9049c3b2 Update SAMODE
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8765 e03df62e-2008-0410-955e-edbf42e46eb7
2008-01-29 10:36:03 +00:00
aquanight
f40c98ecab Fix a typo in an m_callerid error message, and add m_callerid and m_filter <exemptfromfilter> to example conf.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8748 e03df62e-2008-0410-955e-edbf42e46eb7
2008-01-25 19:59:07 +00:00
brain
766b24dd10 Fix bug #442
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8295 e03df62e-2008-0410-955e-edbf42e46eb7
2007-10-21 23:41:46 +00:00
om
30d71b94c2 Sysadmins can't be sued for malpractice, but surgeons don't have to deal with patients who install new versions of their own innards.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8127 e03df62e-2008-0410-955e-edbf42e46eb7
2007-10-05 19:34:08 +00:00
om
d58cf388ef Don't think of it as being outnumbered. Think of it as having a wide target selection.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8126 e03df62e-2008-0410-955e-edbf42e46eb7
2007-10-05 19:32:45 +00:00