ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help
Revision 9925 - Directory Listing - [select for diffs]
Modified Sun Mar 28 07:03:48 2021 UTC (4 years, 4 months ago) by michael
Diff to previous 9845 , to selected 9292
- help/who: update to reflect the +B user mode

Revision 9845 - Directory Listing - [select for diffs]
Modified Fri Dec 25 13:59:09 2020 UTC (4 years, 7 months ago) by michael
Diff to previous 9831 , to selected 9292
- Update help/index

Revision 9831 - Directory Listing - [select for diffs]
Modified Sun Dec 20 03:55:08 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9775 , to selected 9292
- doc/, help/: add MONITOR documentation

Revision 9775 - Directory Listing - [select for diffs]
Modified Thu Dec 3 15:50:23 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9641 , to selected 9292
User mode `B` has been implemented. Clients with that mode set are marked as a bot
in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as
the `bot` directive is set in `general::oper_only_umodes`), servers, and services.

This mode can for example be used to mark HOPM as official network bot.

Revision 9641 - Directory Listing - [select for diffs]
Modified Tue Sep 29 12:55:36 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9553 , to selected 9292
- Update umode and modes.txt

Revision 9553 - Directory Listing - [select for diffs]
Modified Sun Jul 26 07:35:07 2020 UTC (5 years ago) by michael
Diff to previous 9462 , to selected 9292
- Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set.

Revision 9462 - Directory Listing - [select for diffs]
Modified Tue Jun 30 20:01:36 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9459 , to selected 9292
- Update help/extban

Revision 9459 - Directory Listing - [select for diffs]
Modified Tue Jun 30 19:55:32 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9292
- Extban $t of type 'acting' has been implemented. This extban allows matching based on TLS protocol version and/or cipher suite

Revision 9292 - Directory Listing - [selected]
Modified Sun Feb 23 10:37:06 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9283
- Extban $n of type 'acting' has been implemented. This extban prevents matching users from changing their
  nick while in the channel. Users with voice or above are not affected.
- Channel mode +N has been changed so channel members with +v can change nick names, too

Revision 9283 - Directory Listing - [select for diffs]
Modified Thu Feb 20 17:06:11 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9238 , to selected 9292
- help/Makefile.am: properly install the extban help file

Revision 9238 - Directory Listing - [select for diffs]
Modified Fri Jan 31 17:57:39 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9234 , to selected 9292
- propset

Revision 9234 - Directory Listing - [select for diffs]
Modified Fri Jan 31 17:38:34 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9184 , to selected 9292
- Extbans have been implemented. Main implementation done by Adam for p4.
  Currently supported extbans:

  Matching:

   $a:<account>   Matches users logged into a matching account.
   $c:<channel>   Matches users that are on the given channel. An additional
                  prefix of either @, %, or + can be specified to test for
                  certain channel privileges.
   $o:<class>     Matches IRC operators that have joined a class
                  matching the mask.
   $r:<realname>  Matches users with a matching realname.
   $s:<server>    Matches users that are connected to a server matching the mask.
   $u:<modes>     Matches users having the specified user modes set or not set.
   $z:<certfp>    Matches users having the given TLS certificate fingerprint.

  Acting:

   $j:<banmask>   Prevents matching users from joining the channel.
   $m:<banmask>   Blocks messages from matching users. Users with voice
                  or above are not affected.

Revision 9184 - Directory Listing - [select for diffs]
Modified Mon Jan 20 16:51:45 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9175 , to selected 9292
- Move ax_with_tls.m4 to ax_arg_with_tls.m4

Revision 9175 - Directory Listing - [select for diffs]
Modified Sun Jan 19 12:39:07 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9169 , to selected 9292
- The --enable-openssl, --enable-gnutls switches, and their disabling counterparts --disable-openssl and --disable-gnutls, have been replaced with
  the --with-tls switch which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'.
  If nothing has been specified, configure tries to autodetect in the following order openssl/libressl -> gnutls -> wolfssl.

Revision 9169 - Directory Listing - [select for diffs]
Modified Sat Jan 18 19:08:44 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9161 , to selected 9292
- autoreconf

Revision 9161 - Directory Listing - [select for diffs]
Modified Fri Jan 17 19:01:51 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9157 , to selected 9292
- Minimum supported GnuTLS version is 3.6.5 now

Revision 9157 - Directory Listing - [select for diffs]
Modified Mon Jan 13 14:56:38 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 8757 , to selected 9292
- Replaced most occurences of 'SSL' with 'TLS'

Revision 8757 - Directory Listing - [select for diffs]
Modified Tue Jan 1 14:38:49 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8684 , to selected 9292
- autoreconf

Revision 8684 - Directory Listing - [select for diffs]
Modified Mon Nov 26 20:12:22 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8479 , to selected 9292
- Update dline and kline help files

Revision 8479 - Directory Listing - [select for diffs]
Modified Tue Apr 3 17:03:47 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8468 , to selected 9292
- Documentation changes

Revision 8468 - Directory Listing - [select for diffs]
Modified Tue Apr 3 11:23:28 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8387 , to selected 9292
- Implemented channel mode 'N' which prevents users from changing their nick while in a channel with that mode set

Revision 8387 - Directory Listing - [select for diffs]
Modified Fri Mar 16 20:10:48 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8370 , to selected 9292
- autoreconf

Revision 8370 - Directory Listing - [select for diffs]
Modified Wed Mar 7 18:56:33 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8356 , to selected 9292
- autoreconf

Revision 8356 - Directory Listing - [select for diffs]
Modified Sun Mar 4 13:57:08 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8330 , to selected 9292
- autoreconf

Revision 8330 - Directory Listing - [select for diffs]
Modified Wed Feb 28 21:32:12 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8326 , to selected 9292
- autoreconf

Revision 8326 - Directory Listing - [select for diffs]
Modified Wed Feb 28 19:53:02 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8315 , to selected 9292
- autoreconf

Revision 8315 - Directory Listing - [select for diffs]
Modified Wed Feb 28 17:48:10 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8210 , to selected 9292
- autoreconf

Revision 8210 - Directory Listing - [select for diffs]
Modified Sun Apr 16 10:46:46 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8046 , to selected 9292
- Remove UMODE_HIDDENHOST as we don't need a separat mode for that

Revision 8046 - Directory Listing - [select for diffs]
Modified Sat Mar 18 18:07:45 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8040 , to selected 9292
- Implemented channel mode 'L'. Channels with that mode set can make use of an extended ban list size
  specified with the new 'channel::max_bans_large' configuraton option. This mode can be set only by
  irc-operators or servers.

Revision 8040 - Directory Listing - [select for diffs]
Modified Sat Mar 18 16:20:24 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7867 , to selected 9292
- Implement channel mode 'u' which hides bmasks (+b/+e/+I) to non-chanops everywhere

Revision 7867 - Directory Listing - [select for diffs]
Modified Wed Nov 9 12:29:18 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7858 , to selected 9292
- help/set: whitespace change

Revision 7858 - Directory Listing - [select for diffs]
Modified Tue Nov 8 20:06:16 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7785 , to selected 9292
- Import FLOODTIME changes from p4

Revision 7785 - Directory Listing - [select for diffs]
Modified Sun Oct 9 18:44:23 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7784 , to selected 9292
- autoreconf

Revision 7784 - Directory Listing - [select for diffs]
Modified Sun Oct 9 18:44:01 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7704 , to selected 9292
- Removed help/error

Revision 7704 - Directory Listing - [select for diffs]
Modified Sat Sep 17 17:10:31 2016 UTC (8 years, 11 months ago) by michael
Diff to previous 7702 , to selected 9292
- Update help/kick

Revision 7702 - Directory Listing - [select for diffs]
Modified Sun Sep 4 16:56:20 2016 UTC (8 years, 11 months ago) by michael
Diff to previous 7668 , to selected 9292
- Update help/kick as suggested by jackal

Revision 7668 - Directory Listing - [select for diffs]
Modified Wed Jul 20 17:09:49 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7628 , to selected 9292
- Fixed svn properties

Revision 7628 - Directory Listing - [select for diffs]
Modified Sun Jun 26 15:50:12 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7371 , to selected 9292
- Update help/stats

Revision 7371 - Directory Listing - [select for diffs]
Modified Sun Feb 28 16:49:11 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7108 , to selected 9292
- Update help/invite explaining what INVITE with no arguments does

Revision 7108 - Directory Listing - [select for diffs]
Modified Sat Jan 23 20:18:10 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7077 , to selected 9292
- autoreconf

Revision 7077 - Directory Listing - [select for diffs]
Modified Wed Jan 20 12:59:19 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7022 , to selected 9292
- Update help/rehash

Revision 7022 - Directory Listing - [select for diffs]
Modified Fri Jan 1 18:28:41 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 6926 , to selected 9292
- modes.txt, umode: clarification

Revision 6926 - Directory Listing - [select for diffs]
Modified Fri Dec 11 17:49:05 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6676 , to selected 9292
- Update doc/modes.txt, help/cmode

Revision 6676 - Directory Listing - [select for diffs]
Modified Mon Oct 26 20:17:02 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6675 , to selected 9292
- Update help/close

Revision 6675 - Directory Listing - [select for diffs]
Modified Mon Oct 26 20:12:23 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6672 , to selected 9292
- Update help/resv, help/unresv

Revision 6672 - Directory Listing - [select for diffs]
Modified Mon Oct 26 20:09:07 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6592 , to selected 9292
- Update help/unxline

Revision 6592 - Directory Listing - [select for diffs]
Modified Wed Oct 21 20:16:57 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6375 , to selected 9292
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks

Revision 6375 - Directory Listing - [select for diffs]
Modified Fri Aug 21 10:34:16 2015 UTC (10 years ago) by michael
Diff to previous 6152 , to selected 9292
- Remove splitmode checking

Revision 6152 - Directory Listing - [select for diffs]
Modified Tue Jun 16 16:56:10 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6129 , to selected 9292
- Various documentation updates provided by Jackal

Revision 6129 - Directory Listing - [select for diffs]
Modified Thu Jun 11 18:17:33 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6128 , to selected 9292
- Update help/index as suggested by Jackal

Revision 6128 - Directory Listing - [select for diffs]
Modified Thu Jun 11 14:34:49 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6066 , to selected 9292
- autoreconf

Revision 6066 - Directory Listing - [select for diffs]
Modified Mon Jun 8 19:36:02 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 5894 , to selected 9292
- Fixed help/index as pointed out by jackal

Revision 5894 - Directory Listing - [select for diffs]
Modified Sun May 3 21:03:04 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5875 , to selected 9292
- Removed g-line leftovers

Revision 5875 - Directory Listing - [select for diffs]
Modified Wed Apr 29 11:09:28 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5806 , to selected 9292
- Style corrections; removed trailing whitespaces

Revision 5806 - Directory Listing - [select for diffs]
Modified Tue Apr 21 21:51:26 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5805 , to selected 9292
- Recreate autogenerated files

Revision 5805 - Directory Listing - [select for diffs]
Modified Tue Apr 21 21:49:58 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5768 , to selected 9292
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options

Revision 5768 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:48:17 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5765 , to selected 9292
- Update help/index

Revision 5765 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:40:52 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5764 , to selected 9292
- Rebuilt help/Makefile.in

Revision 5764 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:40:03 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5599 , to selected 9292
- Removed some help files for inter-server commands

Revision 5599 - Directory Listing - [select for diffs]
Modified Wed Feb 18 21:26:10 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5479 , to selected 9292
- help/whowas: incorporate changes done by jackal

Revision 5479 - Directory Listing - [select for diffs]
Modified Sun Feb 8 11:55:55 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5473 , to selected 9292
- Update help/join

Revision 5473 - Directory Listing - [select for diffs]
Modified Fri Feb 6 17:41:58 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5464 , to selected 9292
- Update help/umode

Revision 5464 - Directory Listing - [select for diffs]
Modified Wed Feb 4 18:20:56 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5395 , to selected 9292
- Added channel mode +C which prevents users from sending CTCPS to a channel

Revision 5395 - Directory Listing - [select for diffs]
Modified Tue Jan 20 14:03:27 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 4981 , to selected 9292
- libtool 2.4.5, automake 1.15

Revision 4981 - Directory Listing - [select for diffs]
Modified Fri Dec 5 14:31:27 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4979 , to selected 9292
- Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit

Revision 4979 - Directory Listing - [select for diffs]
Modified Fri Dec 5 14:16:27 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4961 , to selected 9292
- Add m4/ax_arg_enable_assert.m4 and tidy up configure.ac a bit

Revision 4961 - Directory Listing - [select for diffs]
Modified Sun Nov 30 18:09:49 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4947 , to selected 9292
- libtool 2.4.4

Revision 4947 - Directory Listing - [select for diffs]
Modified Thu Nov 27 20:48:25 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4942 , to selected 9292
- Update help/names

Revision 4942 - Directory Listing - [select for diffs]
Modified Thu Nov 27 15:27:08 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4489 , to selected 9292
- Update help/etrace

Revision 4489 - Directory Listing - [select for diffs]
Modified Sat Aug 16 16:56:18 2014 UTC (11 years ago) by michael
Diff to previous 4364 , to selected 9292
- Add topic mask option to /list

Revision 4364 - Directory Listing - [select for diffs]
Modified Sat Aug 2 22:23:25 2014 UTC (11 years ago) by michael
Diff to previous 4360 , to selected 9292
- Moved ax_check_openssl.m4 to ax_arg_openssl.m4

Revision 4360 - Directory Listing - [select for diffs]
Modified Sat Aug 2 20:40:29 2014 UTC (11 years ago) by michael
Diff to previous 4202 , to selected 9292
- Got rid of acinclude.m4

Revision 4202 - Directory Listing - [select for diffs]
Modified Sat Jul 12 17:26:34 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4150 , to selected 9292
- Update helpfiles

Revision 4150 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:34:45 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4146 , to selected 9292
- Another help/stats update

Revision 4146 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:25:06 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4145 , to selected 9292
- Update help/stats

Revision 4145 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:16:11 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 3869 , to selected 9292
- Update help/stats

Revision 3869 - Directory Listing - [select for diffs]
Modified Thu Jun 5 22:19:27 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3838 , to selected 9292
- Removed OPERWALL. Use GLOBOPS instead.

Revision 3838 - Directory Listing - [select for diffs]
Modified Thu Jun 5 00:33:36 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3797 , to selected 9292
- Update macros in m4/

Revision 3797 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:39:44 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3582 , to selected 9292
- help/quit: whitespace commit

Revision 3582 - Directory Listing - [select for diffs]
Modified Sun May 18 14:10:00 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3575 , to selected 9292
- Update help files

Revision 3575 - Directory Listing - [select for diffs]
Modified Sat May 17 16:21:54 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3513 , to selected 9292
- Update help files

Revision 3513 - Directory Listing - [select for diffs]
Modified Mon May 12 16:28:29 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3508 , to selected 9292
- Added usermode +p which hides channel list in WHOIS

Revision 3508 - Directory Listing - [select for diffs]
Modified Sun May 11 17:17:24 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3475 , to selected 9292
- Update docs to reflect new +q usermode

Revision 3475 - Directory Listing - [select for diffs]
Modified Sun May 4 15:46:50 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3365 , to selected 9292
- Update help/stats

Revision 3365 - Directory Listing - [select for diffs]
Modified Mon Apr 21 11:32:40 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3363 , to selected 9292
- doxygen

Revision 3363 - Directory Listing - [select for diffs]
Modified Mon Apr 21 11:19:50 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3123 , to selected 9292
- Doxygen
- Update help/undline

Revision 3123 - Directory Listing - [select for diffs]
Modified Sun Mar 9 17:23:22 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3121 , to selected 9292
- Update help/Makefile.in

Revision 3121 - Directory Listing - [select for diffs]
Modified Sun Mar 9 17:19:47 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 2778 , to selected 9292
- Removed m_users.c

Revision 2778 - Directory Listing - [select for diffs]
Modified Mon Jan 6 17:35:14 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2777 , to selected 9292
- Update help/oper

Revision 2777 - Directory Listing - [select for diffs]
Modified Mon Jan 6 17:12:30 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2774 , to selected 9292
- Update  help/trace, help/kill

Revision 2774 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:27:39 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2771 , to selected 9292
- Update help/stats

Revision 2771 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:21:52 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2768 , to selected 9292
- Update help/unxline

Revision 2768 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:19:39 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2764 , to selected 9292
- Update help/connect

Revision 2764 - Directory Listing - [select for diffs]
Modified Mon Jan 6 13:31:19 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2722 , to selected 9292
- Update help/squit

Revision 2722 - Directory Listing - [select for diffs]
Modified Wed Dec 25 13:50:27 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2709 , to selected 9292
- automake 1.14.1

Revision 2709 - Directory Listing - [select for diffs]
Modified Sat Dec 21 18:35:50 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2704 , to selected 9292
- Update several help files

Revision 2704 - Directory Listing - [select for diffs]
Modified Sat Dec 21 18:19:05 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2597 , to selected 9292
- Update several help files

Revision 2597 - Directory Listing - [select for diffs]
Modified Sat Nov 23 17:31:42 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2554 , to selected 9292
- Untabify help/who

Revision 2554 - Directory Listing - [select for diffs]
Modified Sun Nov 17 13:26:56 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2511 , to selected 9292
- Updated help/who

Revision 2511 - Directory Listing - [select for diffs]
Modified Sun Oct 27 18:56:53 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2499 , to selected 9292
- Added usermode +W. Users connected via a webirc gateway get this
  mode set by servers.
- /WHOIS now shows whether a client is connected via a webirc
  gateway

Revision 2499 - Directory Listing - [select for diffs]
Modified Fri Oct 25 20:30:36 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2491 , to selected 9292
- Added m4/ac_define_dir.m4

Revision 2491 - Directory Listing - [select for diffs]
Modified Fri Oct 25 16:55:01 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2481 , to selected 9292
- Instead of forcefully adding
  -Wall
  -Wextra
  -Wno-unused
  -Wcast-qual
  -Wcast-align
  -Wbad-function-cast
  -Wmissing-declarations
  -Wmissing-prototypes
  -Wnested-externs
  -Wredundant-decls
  -Wshadow
  -Wwrite-strings
  -Wundef
  to CFLAGS, 'configure' now tests if the flags are understood by the compiler

Revision 2481 - Directory Listing - [select for diffs]
Modified Wed Oct 23 16:38:58 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2480 , to selected 9292
- Move openssl check to m4/ax_check_openssl.m4

Revision 2480 - Directory Listing - [select for diffs]
Modified Wed Oct 23 16:05:41 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2448 , to selected 9292
- Initial build system related modernizations
- Add -fstack-protector to CFLAGS if available

Revision 2448 - Directory Listing - [select for diffs]
Modified Sun Aug 11 18:53:59 2013 UTC (12 years ago) by michael
Diff to previous 2393 , to selected 9292
- Update help/stats

Revision 2393 - Directory Listing - [select for diffs]
Modified Sun Jul 14 14:25:48 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2378 , to selected 9292
- help/cmode: fixed typo

Revision 2378 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:58:11 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2376 , to selected 9292
- White-space commit

Revision 2376 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:56:30 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2374 , to selected 9292
- White-space commit

Revision 2374 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:55:23 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2373 , to selected 9292
- Update help/rehash

Revision 2373 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:47:10 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2347 , to selected 9292
- White-space commit

Revision 2347 - Directory Listing - [select for diffs]
Modified Wed Jul 3 19:09:32 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2246 , to selected 9292
- Automake 1.14

Revision 2246 - Directory Listing - [select for diffs]
Modified Sun Jun 16 10:48:39 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2238 , to selected 9292
- Add usermode 'S' (client is connecte via SSL/TLS).
  Allows services to keep track of what users are connected via SSL,
  and allows to see ssl-status of remote clients in a /whois.

Revision 2238 - Directory Listing - [select for diffs]
Modified Sat Jun 15 19:19:33 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2178 , to selected 9292
- automake 1.13.4

Revision 2178 - Directory Listing - [select for diffs]
Modified Mon Jun 3 23:56:42 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2150 , to selected 9292
- automake 1.13.3

Revision 2150 - Directory Listing - [select for diffs]
Modified Fri May 31 18:39:43 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2146 , to selected 9292
- Implement motd{} configuration blocks based on ircu's implementation

Revision 2146 - Directory Listing - [select for diffs]
Modified Thu May 30 11:04:22 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2096 , to selected 9292
- update help/umode, doc/modes.txt

Revision 2096 - Directory Listing - [select for diffs]
Modified Sat May 18 19:46:19 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2074 , to selected 9292
- Update help files

Revision 2074 - Directory Listing - [select for diffs]
Modified Thu May 16 15:59:35 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2064 , to selected 9292
- Update help/notice and help/privmsg

Revision 2064 - Directory Listing - [select for diffs]
Modified Thu May 16 09:56:02 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2050 , to selected 9292
- automake 1.13.2

Revision 2050 - Directory Listing - [select for diffs]
Modified Wed May 15 16:43:11 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2042 , to selected 9292
- Update help/cmode

Revision 2042 - Directory Listing - [select for diffs]
Modified Wed May 15 15:20:16 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2040 , to selected 9292
- Update help/index

Revision 2040 - Directory Listing - [select for diffs]
Modified Wed May 15 15:14:43 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2033 , to selected 9292
- Remove help/uhelp
- Cleanup help/Makefile.am to make it easier to read and maintain
- Rebuild help/index

Revision 2033 - Directory Listing - [select for diffs]
Modified Tue May 14 18:31:14 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2029 , to selected 9292
- Remove help/opers/

Revision 2029 - Directory Listing - [select for diffs]
Modified Tue May 14 18:20:01 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2028 , to selected 9292
- Move all helpfiles to help/

Revision 2028 - Directory Listing - [select for diffs]
Modified Tue May 14 18:19:05 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1998 , to selected 9292
- Overhaul HELP system

Revision 1998 - Directory Listing - [select for diffs]
Modified Sat May 11 20:24:40 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1963 , to selected 9292
- Update modes.txt

Revision 1963 - Directory Listing - [select for diffs]
Modified Tue May 7 22:30:51 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1937 , to selected 9292
- Update modes.txt

Revision 1937 - Directory Listing - [select for diffs]
Modified Sat May 4 20:54:13 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1837 , to selected 9292
-  Implemented channel mode +c. Known from other ircds, this mode basically
   prevents users from sending messages including control codes to a channel
   that has this mode set

Revision 1837 - Directory Listing - [select for diffs]
Modified Sun Apr 21 09:27:27 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1818 , to selected 9292
- Remove current msg locale implementation

Revision 1818 - Directory Listing - [select for diffs]
Modified Fri Apr 12 11:02:33 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1730 , to selected 9292
- Remote server connection and split notices now go to new usermode +e

Revision 1730 - Directory Listing - [select for diffs]
Modified Sun Jan 6 11:27:11 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1720 , to selected 9292
- automake 1.13.1

Revision 1720 - Directory Listing - [select for diffs]
Modified Fri Dec 28 21:06:21 2012 UTC (12 years, 7 months ago) by michael
Diff to previous 1680 , to selected 9292
- automake 1.13

Revision 1680 - Directory Listing - [select for diffs]
Modified Tue Dec 18 18:06:32 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1675 , to selected 9292
- bison 2.7 & automake 1.12.6
- Update configure.ac

Revision 1675 - Directory Listing - [select for diffs]
Modified Fri Nov 23 21:02:03 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1674 , to selected 9292
- Removed "ungline" helpfile

Revision 1674 - Directory Listing - [select for diffs]
Modified Fri Nov 23 21:00:02 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1664 , to selected 9292
- Minor cleanups to m_help.c, also helpfiles may no longer contain #comments

Revision 1664 - Directory Listing - [select for diffs]
Modified Sun Nov 18 14:33:47 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1592 , to selected 9292
- memory.c: removed mem_frob()
- automake 1.12.5

Revision 1592 - Directory Listing - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1535 , to selected 9292
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1535 - Directory Listing - [select for diffs]
Modified Tue Sep 25 18:58:49 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1504 , to selected 9292
- automake 1.12.4

Revision 1504 - Directory Listing - [select for diffs]
Modified Thu Aug 16 18:03:00 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1474 , to selected 9292
- automake 1.12.3

Revision 1474 - Directory Listing - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1462 , to selected 9292
- removed &localchannels

Revision 1462 - Directory Listing - [select for diffs]
Modified Fri Jul 13 19:27:24 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1443 , to selected 9292
- automake 1.12.2

Revision 1443 - Directory Listing - [select for diffs]
Modified Wed Jun 20 19:45:40 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1440 , to selected 9292
- Update documents to reflect new channel-/usermodes

Revision 1440 - Directory Listing - [select for diffs]
Modified Mon Jun 18 19:22:18 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1439 , to selected 9292
- remove outdated helpfiles

Revision 1439 - Directory Listing - [select for diffs]
Modified Mon Jun 18 19:21:00 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1438 , to selected 9292
- Remove outdated helpfiles

Revision 1438 - Directory Listing - [select for diffs]
Modified Mon Jun 18 19:20:06 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1425 , to selected 9292
- Update help files

Revision 1425 - Directory Listing - [select for diffs]
Modified Wed Jun 6 08:44:22 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1373 , to selected 9292
- automake 1.12.1 & bison 2.5.1

Revision 1373 - Directory Listing - [select for diffs]
Modified Fri Apr 27 07:32:34 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1356 , to selected 9292
- autoconf 2.69 & automake 1.12

Revision 1356 - Directory Listing - [select for diffs]
Modified Sat Apr 21 19:56:44 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1338 , to selected 9292
- automake 1.11.5

Revision 1338 - Directory Listing - [select for diffs]
Modified Thu Apr 5 11:05:48 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1299 , to selected 9292
- automake 1.11.4

Revision 1299 - Directory Listing - [select for diffs]
Modified Tue Feb 28 19:32:30 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1294 , to selected 9292
- Somehow I missed Adam's bug report about the 'who' help file. fixed.

Revision 1294 - Directory Listing - [select for diffs]
Modified Wed Feb 22 20:48:30 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1291 , to selected 9292
- Add user mode +H which simply hides operator status to other users.
  This solution replaces current method of hidding operator status where the
  admin mode is not sent to other servers unless hidden_administrator is disabled.
- m_who() now takes care whether an operator is hidden or not

Revision 1291 - Directory Listing - [select for diffs]
Modified Sun Feb 12 20:24:41 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1290 , to selected 9292
- automake 1.11.3

Revision 1290 - Directory Listing - [select for diffs]
Modified Wed Feb 8 13:02:04 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1257 , to selected 9292
- update example config files. usermode 'r' has a different function now

Revision 1257 - Directory Listing - [select for diffs]
Modified Sun Jan 15 06:28:46 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1226 , to selected 9292
- automake 1.11.2

Revision 1226 - Directory Listing - [select for diffs]
Modified Sun Sep 18 12:22:15 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1204 , to selected 9292
- remove RKLINE, aswell as RXLINE. Regular expression based x/k-lines should be added
  via ircd.conf only

Revision 1204 - Directory Listing - [select for diffs]
Modified Tue Aug 23 20:12:40 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1189 , to selected 9292
- update help/opers/cmode

Revision 1189 - Directory Listing - [select for diffs]
Modified Thu Aug 18 09:48:07 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1156 , to selected 9292
- Forward-ported r1188: Update help/opers/cmode

Revision 1156 - Directory Listing - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1155 , to selected 9292
- create ircd-hybrid-8 "branch"

Revision 1155 - Directory Listing - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid/help
Diff to previous 1106 , to selected 9292
- recreate "trunk"

Revision 1106 - Directory Listing - [select for diffs]
Modified Tue Nov 2 15:10:53 2010 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/help
Diff to previous 1094 , to selected 9292
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release

Revision 1094 - Directory Listing - [select for diffs]
Modified Sun Jun 13 10:09:34 2010 UTC (15 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/help
Diff to previous 1092 , to selected 9292
- Updated ltdl to latest 2.2.10 release

Revision 1092 - Directory Listing - [select for diffs]
Modified Thu Mar 25 11:10:59 2010 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/help
Diff to previous 1043 , to selected 9292
- Switch libltdl to recursive build mode

Revision 1043 - Directory Listing - [select for diffs]
Modified Thu Dec 10 13:05:19 2009 UTC (15 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/help
Diff to previous 1033 , to selected 9292
- automake 1.11.1

Revision 1033 - Directory Listing - [select for diffs]
Modified Thu Dec 3 19:04:55 2009 UTC (15 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/help
Diff to previous 1029 , to selected 9292
- Fixed build with bsd make as reported by Yoshito Takeuchi

Revision 1029 - Directory Listing - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/help
Diff to previous 1028 , to selected 9292
- branch off trunk to create 7.3 branch
Revision 1028 - Directory Listing - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/help
Diff to previous 1025 , to selected 9292
- move ircd-hybrid-7.2 to trunk

Revision 1025 - Directory Listing - [select for diffs]
Modified Mon Nov 2 22:31:40 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 967 , to selected 9292
- Added gungline help file
Revision 967 - Directory Listing - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 945 , to selected 9292
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 945 - Directory Listing - [select for diffs]
Modified Mon Jul 20 15:48:27 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 941 , to selected 9292
- fixed some configure mess and imported latest libtool sources

Revision 941 - Directory Listing - [select for diffs]
Modified Sat May 2 02:02:59 2009 UTC (16 years, 3 months ago) by db
Original Path: ircd-hybrid-7.2/help
Diff to previous 912 , to selected 9292
- Update autools versions.
- Fix acinclude.m4 to work on FreeBSD at least.


Revision 912 - Directory Listing - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 908 , to selected 9292
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

Revision 908 - Directory Listing - [select for diffs]
Modified Sun Nov 4 23:21:51 2007 UTC (17 years, 9 months ago) by stu
Original Path: ircd-hybrid-7.2/help
Diff to previous 898 , to selected 9292
Completely redo the build system.  Now uses libtool and automake.  Suggest you clean out your tree and then do ./autogen.sh.
Revision 898 - Directory Listing - [select for diffs]
Modified Sat Nov 3 21:10:44 2007 UTC (17 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2/help
Diff to previous 897 , to selected 9292
- add back in the datarootdir cruft


Revision 897 - Directory Listing - [select for diffs]
Modified Sat Nov 3 17:13:32 2007 UTC (17 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2/help
Diff to previous 893 , to selected 9292
- Major cleanup of build system (Stu should review this)
  Basically move shared stuff like help messages modules to datadir
  Try to keep to the original layout under prefix if --datadir
  --sysconfdir --localstatedir are not given
- Make the example files have reasonable defaults, this bites me
  all the time anyway.


Revision 893 - Directory Listing - [select for diffs]
Modified Thu Nov 1 15:46:26 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 892 , to selected 9292
- OMOTD provides no support for displaying remote oper motds

Revision 892 - Directory Listing - [select for diffs]
Modified Thu Nov 1 15:41:26 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 887 , to selected 9292
- Removed help files that are no longer needed

Revision 887 - Directory Listing - [select for diffs]
Modified Thu Nov 1 11:54:48 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 715 , to selected 9292
- Backported new ACCEPT code which adds support for n!u@h masks

Revision 715 - Directory Listing - [select for diffs]
Modified Fri Jul 14 21:01:55 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 416 , to selected 9292
- Rebuilt configure using autoconf 2.60

Revision 416 - Directory Listing - [select for diffs]
Modified Fri Feb 10 09:50:59 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 341 , to selected 9292
- Backported updated help file for "SET"

Revision 341 - Directory Listing - [select for diffs]
Modified Tue Dec 27 13:43:46 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 66 , to selected 9292
- As reported by CoolCold:
  - Updated cmode helpfile
  - Added support for old-style topicburst = yes|no


Revision 66 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:44:13 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2/help
Diff to previous 34 , to selected 9292
- added /stats h to help

Revision 34 - Directory Listing - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/help
Diff to previous 33 , to selected 9292
create 7.2 branch, we can move/rename it as needed.


Revision 33 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/help
Diff to previous 32 , to selected 9292
- svn:keywords

Revision 32 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/help
Diff to previous 31 , to selected 9292
- svn:keywords

Revision 31 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/help
Diff to previous 30 , to selected 9292
- Fix svn:keywords

Revision 30 - Directory Listing - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/help
Diff to selected 9292
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Convenience Links