CVS log for unreal/Attic/help.conf

[BACK] Up to [Local] / unreal

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: unreal3_2_fixes


Revision 1.1.2.51.2.42: download - view: text, markup, annotated - select for diffs
Mon Nov 15 15:50:47 2010 UTC (18 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_9rc1
Diff to: previous 1.1.2.51.2.41: preferred, colored; branchpoint 1.1.2.51: preferred, colored; next MAIN 1.1.2.52: preferred, colored
Changes since revision 1.1.2.51.2.41: +6 -4 lines
- Added '/REHASH -global' command which will rehash all servers on the
  network. You can also specify options like '/REHASH -global -motd' to
  rehash only the MOTD/RULES/etc. Just like /REHASH <servername> this is a
  NetAdmin-only command. This command is fully backwards compatible with
  older UnrealIRCd version in the sense that it will also REHASH old
  Unreal's. Suggested by 'P' in #0001522.

Revision 1.1.2.51.2.41: download - view: text, markup, annotated - select for diffs
Sat Nov 13 19:23:02 2010 UTC (18 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.40: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.40: +16 -14 lines
local chanmode, chan mode +Z, operoverride with key 'override', sorting HELPOP CHMODES, fishy timestamps:
- Some small updates to the extended channel mode system: it now has minimal
  support for 'local channel modes'. This is really only meant for channel
  mode +Z (upcase z), see next.
- Added Channel Mode Z which indicates if a channel is 'secure' or not.
  This mode works in conjunction with +z (lower case z).
  If +z is set ('only secure users may join'), then the IRCd scans to see
  if everyone in the channel is connected through SSL. If so, then the
  channel is set +Z as well ('channel is secure').
  Whenever an insecure user manages to join, the channel is -Z. And whenever
  all insecure users leave, the channel is set +Z.
  The 'insecure user being present in a +z channel' can be because:
  - An IRCOp joined the channel, and he's not secure
  - When servers link together and a user on the other side is not secure
    This only happens on net merge (equal time stamp).
    On different time stamp, we still kick insecure users on the new side.
  - At the time when +z is set, there are insecure users present.
  This feature was implemented after a heavy discussion in bug #3720 by fez
  and others, and was suggested by Stealth.
  Tech note: +Z/-Z is handled locally by each server. Any attempt to
  remotely set +Z/-Z (eg: by services) will be ignored.
- As mentioned above, +z can now be set even if any insecure users are
  present. Previously, this was not permitted. Now, as soon as the last
  non-SSL user leaves, the channel will be set +Z.
- An oper not connected through SSL previously had to /INVITE himself
  to a channel and then /JOIN the channel with the key 'override'.
  This 'override' key is no longer required, a simple JOIN will suffice.
- Sorted channel modes in /HELPOP ?CHMODES
- Re-enabled 'fishy timestamp' errors in MODE. For some reason this was
  commented out, even though the (more annoying and less useful) code in
  JOIN was enabled so that did not make a lot of sense. It also now logs to
  ircd.log (or whatever you configure). This enables people to easier find
  the cause of any timestamp issues (which usually is badly coded services).

Revision 1.1.2.51.2.40: download - view: text, markup, annotated - select for diffs
Sat Aug 14 18:27:19 2010 UTC (21 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.39: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.39: +1 -1 lines
..This is actually an update of earlier code from CVS, but now it works ok:..
- Added support for "stacked" extbans. Put simply this allows extban combinations
  such as ~q:~c:#test to only silence users on #test, for example. This feature
  is enabled by default, but can be disabled during ./Config -advanced.
  This feature was suggested by Shining Phoenix (#0003193), was then coded
  by aquanight for U3.3, and later on backported and partially redone by Syzop.
  Module coders:
  In an extban ~x:~y:something where we call ~x the 1st, and ~y the 2nd extban:
  Since stacked extbans only makes sense where the 1st one is an action
  extended ban like ~q/~n/~j, most modules won't have to be changed, as
  their extban never gets extended (just like ~c:~q: makes no sense).
  However, you may still want to indicate in some cases that the extban your
  module introduces also shouldn't be used as 2nd extban.
  For example with a textban extban ~T it makes no sense to have ~n:~T.
  The module can indicate this by setting EXTBOPT_NOSTACKCHILD in
  the ExtbanInfo struct used by ExtbanAdd().
  For completeness I note that action modifier extbans are indicated by
  EXTBOPT_ACTMODIFIER. However, note that we currently assume all such
  extbans use the extban_is_ok_nuh_extban and extban_conv_param_nuh_or_extban
  functions. If you don't use these and use EXTBOPT_ACTMODIFIER, then things
  will go wrong with regards to stack-counting.
  Module coders should also note that stacked extbans are not available if
  DISABLE_STACKED_EXTBANS is defined.
- Added extended ban ~R:<nick>, which only matches if <nick> is a registered
  user (has identified to services). This is really only useful in ban
  exemptions, like: +e ~R:Nick would allow Nick to go through all bans if he
  has identified to NickServ. This is often safer than using +e n!u@h.
- Added Extended Invex. This is very much like extended bans, in fact it
  supports some of the same flags. Syntax: +I ~character:mask
  Currently supported are: ~c (channel), ~r (realname) and ~R (registered).
  This can be useful when setting a channel invite only (+i) and then
  setting invite exceptions such as +I ~c:#chan (or even ~c:+#chan), while
  still being able to ban users.
  Because action modifiers (~q/~n/~j) make no sense here, extended invex
  stacking (+I ~a:~b:c) makes no sense either, and is not supported.
  Suggested by DanPMK (#0002817), parts based on patch from ohnobinki.
  Module coders: set EXTBOPT_INVEX in the ExtbanInfo struct used by
  ExtbanAdd() to indicate that your extban may also be used in +I.
- Invex (+I) now always checks cloaked hosts as well. Just like with bans,
  it checks them also when the user is not currently cloaked (eg: did -x, or
  is currently using some VHOST).
- Fixed client desynch caused by (un)banning, reported by Sephiroth (#2837).

Revision 1.1.2.51.2.39: download - view: text, markup, annotated - select for diffs
Fri Aug 13 14:29:55 2010 UTC (21 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.38: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.38: +1 -1 lines
- Add a missing double-quote to help.conf.

Revision 1.1.2.51.2.38: download - view: text, markup, annotated - select for diffs
Fri Aug 13 11:44:24 2010 UTC (21 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.37: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.37: +20 -10 lines
- Make extended bans documentation more clear by splitting the extbans in
  two groups: one that specifies ban actions (~q/~n/~j) and one that
  introduces new criteria (~c/~r). Also added documentation for ~R which
  does not exist yet, but will soon...

Revision 1.1.2.51.2.37: download - view: text, markup, annotated - select for diffs
Thu Jul 22 12:32:06 2010 UTC (21 months, 3 weeks ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.36: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.36: +4 -0 lines
- Add an extban of the schema +b ~j:*diff | less@* which _only_ prevents a user from joining a channel.

Revision 1.1.2.51.2.36: download - view: text, markup, annotated - select for diffs
Tue Jul 13 22:14:45 2010 UTC (22 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.35: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.35: +8 -0 lines
- helpop documentation for stacked extbans.

Revision 1.1.2.51.2.35: download - view: text, markup, annotated - select for diffs
Mon Jun 21 09:27:34 2010 UTC (22 months, 3 weeks ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.34: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.34: +2 -2 lines
blah

Revision 1.1.2.51.2.34: download - view: text, markup, annotated - select for diffs
Sat Feb 13 12:48:33 2010 UTC (2 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.33: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.33: +8 -7 lines
- Better document /REHASH flags. No longer document some flags as they are
  redundant and confusing. Also removed an old statement saying k-lines would
  be erased on rehash which is not true. Documented '/rehash -dns'.
  Reported by ohnobinki (#0003881).

Revision 1.1.2.51.2.33: download - view: text, markup, annotated - select for diffs
Tue Jul 10 10:43:21 2007 UTC (4 years, 10 months ago) by stskeeps
Branches: unreal3_2_fixes
CVS tags: unreal3_2_8_1, unreal3_2_8, unreal3_2_7_rc2, unreal3_2_7
Diff to: previous 1.1.2.51.2.32: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.32: +3 -3 lines
- Applied #0003392 patch by Bock, adding some stuff to help.conf

Revision 1.1.2.51.2.32: download - view: text, markup, annotated - select for diffs
Tue Jul 10 10:11:06 2007 UTC (4 years, 10 months ago) by stskeeps
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.31: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.31: +21 -6 lines
- Applied #0003422 help.conf patches by Bock

Revision 1.1.2.51.2.31: download - view: text, markup, annotated - select for diffs
Tue Jun 12 00:13:07 2007 UTC (4 years, 11 months ago) by wolfsage
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.30: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.30: +2 -2 lines
Index: Changes
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2234.2.644
diff -u -r1.1.1.1.2.1.2.1.2.2234.2.644 Changes
--- Changes	12 Jun 2007 00:06:32 -0000	1.1.1.1.2.1.2.1.2.2234.2.644
+++ Changes	12 Jun 2007 00:13:02 -0000
@@ -1468,3 +1468,4 @@
 - #0003264 reported by Robby22 regarding help.conf typo
 - Updated c-ares to version 1.4.0
 - Updated tre to version 0.7.5
+- help.conf updates. Missing some ;'s.

Revision 1.1.2.51.2.30: download - view: text, markup, annotated - select for diffs
Sun Jun 10 12:25:07 2007 UTC (4 years, 11 months ago) by wolfsage
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.29: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.29: +1 -1 lines
Index: Changes
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2234.2.641
diff -u -r1.1.1.1.2.1.2.1.2.2234.2.641 Changes
--- Changes	30 Apr 2007 19:47:15 -0000	1.1.1.1.2.1.2.1.2.2234.2.641
+++ Changes	10 Jun 2007 12:25:03 -0000
@@ -1465,3 +1465,4 @@
 - #0002560 reported and patched by w00t, regarding a typo in /SAMODE
 - #0002844 reported by RandomNumber: make spamfilter actions case insensitive
 - help.conf updates... #0002420 reported by KnuX fixed by WolfSage
+- #0003264 reported by Robby22 regarding help.conf typo

Revision 1.1.2.51.2.29: download - view: text, markup, annotated - select for diffs
Mon Apr 30 19:47:16 2007 UTC (5 years ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.28: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.28: +2 -2 lines
- help.conf updates... #0002420 reported by KnuX fixed by WolfSage

Revision 1.1.2.51.2.28: download - view: text, markup, annotated - select for diffs
Mon Apr 30 19:41:42 2007 UTC (5 years ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.27: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.27: +14 -0 lines
- xx reported and fixed by WolfSage (addmotd, addomotd in help.conf)

Revision 1.1.2.51.2.27: download - view: text, markup, annotated - select for diffs
Mon Dec 11 12:13:20 2006 UTC (5 years, 5 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_6rc3, unreal3_2_6rc2, unreal3_2_6
Diff to: previous 1.1.2.51.2.26: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.26: +4 -2 lines
- Updated SVSNLINE syntax in help.conf (the remove-syntax).

Revision 1.1.2.51.2.26: download - view: text, markup, annotated - select for diffs
Mon Nov 27 14:39:45 2006 UTC (5 years, 5 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_6rc1
Diff to: previous 1.1.2.51.2.25: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.25: +1 -1 lines
- Fixed help.conf typo

Revision 1.1.2.51.2.25: download - view: text, markup, annotated - select for diffs
Fri Nov 24 19:34:05 2006 UTC (5 years, 5 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.24: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.24: +31 -1 lines
- Fixed belarussian-w1251 charset.. accidently copied a "'" which caused an internal
  error, reported by Bock (#0003114).
- Added information about extbans to help.conf (/HELPOP ?EXTBANS). Patch from Bock
  (#0003113).
- Made SAPART work for mulitple channels, just like SAJOIN. Patch provided by Bock
  (#0003064). This also fixes SAPART now being announced to all opers globally, just
  like SAJOIN.
- Finally fixed /RESTART issue on windows for good, should now always restart correctly.
  Patch provided by BuHHunyx and Bock (#0002734).

Revision 1.1.2.51.2.24: download - view: text, markup, annotated - select for diffs
Sun Nov 12 21:49:52 2006 UTC (5 years, 6 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.23: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.23: +5 -5 lines
- Fixed a couple of typos and other one-line-text fixes at various places: reported by
  aegis (#3081), DanPMK (#2818), tabrisnet (#2974, #2970, #2467), penna (#2721),
  Brad (#2488), vonitsanet (#2467).
- Made OpenSSL version dynamic, reported by buildsmart (#0002975).
- Rejecting fake +z modes in conf, reported by rve (#0002532).

Revision 1.1.2.51.2.23: download - view: text, markup, annotated - select for diffs
Thu Mar 24 22:20:47 2005 UTC (7 years, 1 month ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_mark, unreal3_2_5rc1, unreal3_2_5, unreal3_2_4rc2, unreal3_2_4rc1, unreal3_2_4pre2, unreal3_2_4pre1, unreal3_2_4_fix, unreal3_2_4, unreal3_2_3rc3, unreal3_2_3_postcares, unreal3_2_3_before_c-ares_merge, c-ares_resolver
Diff to: previous 1.1.2.51.2.22: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.22: +1 -1 lines
watch clarification

Revision 1.1.2.51.2.22: download - view: text, markup, annotated - select for diffs
Fri Mar 11 00:05:37 2005 UTC (7 years, 2 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_3pre4, unreal3_2_3
Diff to: previous 1.1.2.51.2.21: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.21: +1 -1 lines
- Some clarifications on /RESTART, remote restarts were well never supported, so the docs
  are now updated on that (no code changes).

Revision 1.1.2.51.2.21: download - view: text, markup, annotated - select for diffs
Sat Feb 19 19:21:08 2005 UTC (7 years, 2 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_3pre3, unreal3_2_3pre2, unreal3_2_3pre1
Diff to: previous 1.1.2.51.2.20: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.20: +1 -1 lines
- Some help.conf/005.txt updates, reported by Ron2K (#0002354).

Revision 1.1.2.51.2.20: download - view: text, markup, annotated - select for diffs
Sat Feb 12 00:05:01 2005 UTC (7 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.19: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.19: +1 -0 lines
- Added channelmode +j (jointhrottle), syntax: /mode #chan +j X:Y, and then it will
  throttle the number of joins per-user to X in Y seconds. Idea from Angrywolf (who
  wrote a module that did this before). This might need some more testing :).
  It's enabled by default but can be #undef'ed in include/config.h (line 449).

Revision 1.1.2.51.2.19: download - view: text, markup, annotated - select for diffs
Fri Feb 4 01:05:38 2005 UTC (7 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.18: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.18: +1 -1 lines
- Added spamfilter topic support ('t' in /spamfilter, or 'topic' in conf), suggested
  by Z3l3zT (#0001929).

Revision 1.1.2.51.2.18: download - view: text, markup, annotated - select for diffs
Sat Jan 29 17:36:07 2005 UTC (7 years, 3 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.17: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.17: +4 -3 lines
Corrected the help.conf documentation for /invite

Revision 1.1.2.51.2.17: download - view: text, markup, annotated - select for diffs
Sat Jan 29 16:55:26 2005 UTC (7 years, 3 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.16: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.16: +28 -2 lines
Added invite exceptions (+I)

Revision 1.1.2.51.2.16: download - view: text, markup, annotated - select for diffs
Thu Dec 2 17:45:39 2004 UTC (7 years, 5 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.15: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.15: +31 -29 lines
help.conf:   added long flags to OFLAGS.

Revision 1.1.2.51.2.15: download - view: text, markup, annotated - select for diffs
Thu Dec 2 17:08:45 2004 UTC (7 years, 5 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.14: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.14: +5 -0 lines
added tiny note on how I generated indexes

Revision 1.1.2.51.2.14: download - view: text, markup, annotated - select for diffs
Thu Dec 2 17:06:32 2004 UTC (7 years, 5 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.13: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.13: +33 -27 lines
- help.conf: Fixed a typo, updated *CMDS indexes a bit, reported crazy (#0002208).

Revision 1.1.2.51.2.13: download - view: text, markup, annotated - select for diffs
Thu Nov 25 19:17:48 2004 UTC (7 years, 5 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.12: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.12: +4 -2 lines
Added the new /invite syntax to help.conf

Revision 1.1.2.51.2.12: download - view: text, markup, annotated - select for diffs
Sat Nov 13 17:15:17 2004 UTC (7 years, 6 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.11: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.11: +1 -0 lines
Updated Donation file, Added a 'B' flag to /who output for bots, and allowed normal users to /who +m B

Revision 1.1.2.51.2.11: download - view: text, markup, annotated - select for diffs
Tue Oct 26 18:46:52 2004 UTC (7 years, 6 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_2
Diff to: previous 1.1.2.51.2.10: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.10: +1 -1 lines
- Forgot to mention away spamfilter target in helpop, reported by Rocko.

Revision 1.1.2.51.2.10: download - view: text, markup, annotated - select for diffs
Wed Oct 13 18:30:38 2004 UTC (7 years, 7 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_2pre1
Diff to: previous 1.1.2.51.2.9: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.9: +8 -5 lines
- Windows version can now hold ~4096 connections instead of ~1024
- help.conf: clarified MKPASSWD documentation, reported by hypnetric (#0001926).
- Some modeskip handling for future versions

Revision 1.1.2.51.2.9: download - view: text, markup, annotated - select for diffs
Wed Oct 6 20:33:08 2004 UTC (7 years, 7 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.8: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.8: +2 -1 lines
- Module coders: Added HOOKTYPE_REMOTE_JOIN, HOOKTYPE_REMOTE_PART, HOOKTYPE_REMOTE_KICK (all
  work just the same as the HOOKTYPE_LOCAL_* variants).
- Module coders: HOOKTYPE_REMOTE_CONNECT is now also called during net-merge. You can use
  IsSynched(sptr->srvptr) to find out if it's called due to a net merge (0) or a connect (1).
- Added spamfiler 'user' (u) target. This regex is checked against nick!user@host:realname
  when a user connects. This makes it easy to ban drones with simple patterns.
  For example: '/spamfilter add u gzline 86400 Drone[0-9]+!.+@.+:Drone[0-9]'
  would kill any drones that have both a nick and realname with 'Drone' followed by digits.

Revision 1.1.2.51.2.8: download - view: text, markup, annotated - select for diffs
Sat Sep 4 22:55:17 2004 UTC (7 years, 8 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.7: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.7: +9 -1 lines
Added a USERIP command

Revision 1.1.2.51.2.7: download - view: text, markup, annotated - select for diffs
Sat Sep 4 17:05:19 2004 UTC (7 years, 8 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.6: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.6: +2 -0 lines
Exported the isupport functions for use in Windows modules. Added a new snomask, +o to show oper-up notices (oper only)

Revision 1.1.2.51.2.6: download - view: text, markup, annotated - select for diffs
Sat Sep 4 04:21:13 2004 UTC (7 years, 8 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.5: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.5: +1 -1 lines
Updated documentation to reflect that cmode +M allows voiced users to talk, not just registered users

Revision 1.1.2.51.2.5: download - view: text, markup, annotated - select for diffs
Mon Jul 12 17:00:45 2004 UTC (7 years, 10 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.4: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.4: +4 -2 lines
Added sapart and svspart comments

Revision 1.1.2.51.2.4: download - view: text, markup, annotated - select for diffs
Wed Jul 7 04:19:01 2004 UTC (7 years, 10 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.3: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.3: +36 -7 lines
Removed the * and ^ flags from /whois if PREFIX_AQ is not enabled, Updated the /who docs to use correct English, Added documentation for the /who and /whois flags

Revision 1.1.2.51.2.3: download - view: text, markup, annotated - select for diffs
Thu Jun 10 02:26:24 2004 UTC (7 years, 11 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_1pre2, unreal3_2_1pre1, unreal3_2_1
Diff to: previous 1.1.2.51.2.2: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.2: +8 -1 lines
CmdoverrideAdd, DCCALLOW, allow dcc { }, umode +v change, register_user fix.
- Module coders: if CmdoverrideAdd() is called for an override that is already in place, it
  now sets MODERR_EXISTS as errorcode and returns NULL (previously it added duplicates).
  In the past module coders had many issues with PERM mods... you had to use weird tricks,
  but now you can (and should!) just override on INIT and on HOOKTYPE_REHASH_COMPLETE.
- Moved register_user declaration to h.h, updated call in m_pingpong.c (due new 'ip' field).
- Usermode +v ('receive dcc send rejection notices') is oper-only now for privacy reasons.
- Added dcc allow { }, which allows one to make exceptions over deny dcc { }.
- Added deny dcc::soft and allow dcc::soft item, if set to 'yes' it allows someone
  to explicitly override it per-person via /DCCALLOW (see next).
- Added DCCALLOW system, taken directly from bahamut.
  With this system you can block certain (or all) DCC SENDs and then allow the user to
  'override' this limit for every user he/she trusts via '/DCCALLOW +User'.
  This is an attempt to stop (or at least limit) the spreading of viruses/etc.
  See '/DCCALLOW HELP' for more info.
- Added example dccallow.conf which filters everything except some known
  'safe types' (jpg, jpeg, png, gif, etc). Note that the purpose of this file
  is NOT to get a complete list, rather to limit it to a few 'known safe' entries.
- Added set::maxdccallow: max number of entries of the DCCALLOW list (default: 10).

Revision 1.1.2.51.2.2: download - view: text, markup, annotated - select for diffs
Tue May 18 21:17:31 2004 UTC (8 years ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51.2.1: preferred, colored; branchpoint 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51.2.1: +1 -1 lines
- Added optional parameter to SVSJOIN to deal with channel keys. Reported by
  DukePyrolator (#0001822).

Revision 1.1.2.51.2.1: download - view: text, markup, annotated - select for diffs
Fri May 14 22:34:15 2004 UTC (8 years ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.51: preferred, colored
Changes since revision 1.1.2.51: +10 -6 lines
- Changed the way MSG/NOTICE <prefix>#chan works:
  - It now goes to <prefix> and higher, so '/notice +#chan hi!' goes to +vhoaq
  - You need at least voice in order to be able to msg/notice +#chan, %#chan or @#chan
  - You need at least ops in order to be able to msg/notice &#chan or ~#chan
  - Any multi-prefix targets will be converted automatically (eg: ~&@#chan to @#chan).
  - internal: use of the CHANOPPFX macro is now deprecated.
  All of this was done to make it a bit more 'safe' and userfriendly (#0001812).

Revision 1.1.2.51: download - view: text, markup, annotated - select for diffs
Fri Apr 23 20:38:48 2004 UTC (8 years ago) by syzop
Branches: devel
CVS tags: unreal3_2_pre2, unreal3_2
Branch point for: unreal3_2_fixes
Diff to: previous 1.1.2.50: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.50: +1 -1 lines
gzline user@host -> *@ipmask

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>