ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/help
Revision 9846 - Directory Listing - [select for diffs]
Modified Fri Dec 25 13:59:28 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9830 , to selected 3509
- Update help/index

Revision 9830 - Directory Listing - [select for diffs]
Modified Sun Dec 20 03:54:31 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9774 , to selected 3509
- doc/, help/: add MONITOR documentation

Revision 9774 - Directory Listing - [select for diffs]
Modified Thu Dec 3 15:50:11 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9640 , to selected 3509
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 9640 - Directory Listing - [select for diffs]
Modified Tue Sep 29 12:55:22 2020 UTC (5 years, 9 months ago) by michael
Diff to previous 9552 , to selected 3509
- Update umode and modes.txt

Revision 9552 - Directory Listing - [select for diffs]
Modified Sun Jul 26 07:33:37 2020 UTC (6 years ago) by michael
Diff to previous 9461 , to selected 3509
- Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set.

Revision 9461 - Directory Listing - [select for diffs]
Modified Tue Jun 30 20:01:18 2020 UTC (6 years ago) by michael
Diff to previous 9460 , to selected 3509
- Update help/extban

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

Revision 9291 - Directory Listing - [select for diffs]
Modified Sun Feb 23 10:33:32 2020 UTC (6 years, 5 months ago) by michael
Diff to previous 9282 , to selected 3509
- 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 9282 - Directory Listing - [select for diffs]
Modified Thu Feb 20 17:05:50 2020 UTC (6 years, 5 months ago) by michael
Diff to previous 9237 , to selected 3509
- help/Makefile.am: properly install the extban help file

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

Revision 9233 - Directory Listing - [select for diffs]
Modified Fri Jan 31 17:31:08 2020 UTC (6 years, 5 months ago) by michael
Diff to previous 9183 , to selected 3509
- 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 9183 - Directory Listing - [select for diffs]
Modified Mon Jan 20 16:50:49 2020 UTC (6 years, 6 months ago) by michael
Diff to previous 9174 , to selected 3509
- Move ax_with_tls.m4 to ax_arg_with_tls.m4

Revision 9174 - Directory Listing - [select for diffs]
Modified Sun Jan 19 12:38:41 2020 UTC (6 years, 6 months ago) by michael
Diff to previous 9168 , to selected 3509
- 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 9168 - Directory Listing - [select for diffs]
Modified Sat Jan 18 19:08:25 2020 UTC (6 years, 6 months ago) by michael
Diff to previous 9156 , to selected 3509
- autoreconf

Revision 9156 - Directory Listing - [select for diffs]
Modified Mon Jan 13 14:51:47 2020 UTC (6 years, 6 months ago) by michael
Diff to previous 8978 , to selected 3509
- Replaced most occurences of 'SSL' with 'TLS'

Revision 8978 - Directory Listing - [select for diffs]
Modified Sat May 18 21:08:19 2019 UTC (7 years, 2 months ago) by michael
Diff to previous 8746 , to selected 3509
- autoreconf

Revision 8746 - Directory Listing - [select for diffs]
Modified Thu Dec 27 19:54:45 2018 UTC (7 years, 6 months ago) by michael
Diff to previous 8683 , to selected 3509
- Recreate autogenerated files

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

Revision 8478 - Directory Listing - [select for diffs]
Modified Tue Apr 3 17:03:30 2018 UTC (8 years, 3 months ago) by michael
Diff to previous 8467 , to selected 3509
- Documentation changes

Revision 8467 - Directory Listing - [select for diffs]
Modified Tue Apr 3 11:21:48 2018 UTC (8 years, 3 months ago) by michael
Diff to previous 8386 , to selected 3509
- Implemented channel mode 'N' which prevents users from changing their nick while in a channel with that mode set

Revision 8386 - Directory Listing - [select for diffs]
Modified Fri Mar 16 20:10:18 2018 UTC (8 years, 4 months ago) by michael
Diff to previous 8371 , to selected 3509
- autoreconf

Revision 8371 - Directory Listing - [select for diffs]
Modified Wed Mar 7 18:56:54 2018 UTC (8 years, 4 months ago) by michael
Diff to previous 8357 , to selected 3509
- autoreconf

Revision 8357 - Directory Listing - [select for diffs]
Modified Sun Mar 4 13:57:37 2018 UTC (8 years, 4 months ago) by michael
Diff to previous 8331 , to selected 3509
- autoreconf

Revision 8331 - Directory Listing - [select for diffs]
Modified Wed Feb 28 21:33:00 2018 UTC (8 years, 4 months ago) by michael
Diff to previous 8327 , to selected 3509
- autoreconf

Revision 8327 - Directory Listing - [select for diffs]
Modified Wed Feb 28 19:53:28 2018 UTC (8 years, 4 months ago) by michael
Diff to previous 8316 , to selected 3509
- autoreconf

Revision 8316 - Directory Listing - [select for diffs]
Modified Wed Feb 28 17:48:39 2018 UTC (8 years, 4 months ago) by michael
Diff to previous 8209 , to selected 3509
- autoreconf

Revision 8209 - Directory Listing - [select for diffs]
Modified Sun Apr 16 10:45:01 2017 UTC (9 years, 3 months ago) by michael
Diff to previous 8045 , to selected 3509
- Remove UMODE_HIDDENHOST as we don't need a separat mode for that

Revision 8045 - Directory Listing - [select for diffs]
Modified Sat Mar 18 18:05:41 2017 UTC (9 years, 4 months ago) by michael
Diff to previous 8039 , to selected 3509
- 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 8039 - Directory Listing - [select for diffs]
Modified Sat Mar 18 16:18:51 2017 UTC (9 years, 4 months ago) by michael
Diff to previous 7866 , to selected 3509
- Implement channel mode 'u' which hides bmasks (+b/+e/+I) to non-chanops everywhere

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

Revision 7859 - Directory Listing - [select for diffs]
Modified Tue Nov 8 20:09:29 2016 UTC (9 years, 8 months ago) by michael
Diff to previous 7786 , to selected 3509
- Import FLOODTIME changes from p4

Revision 7786 - Directory Listing - [select for diffs]
Modified Sun Oct 9 18:44:50 2016 UTC (9 years, 9 months ago) by michael
Diff to previous 7783 , to selected 3509
- autoreconf

Revision 7783 - Directory Listing - [select for diffs]
Modified Sun Oct 9 18:43:26 2016 UTC (9 years, 9 months ago) by michael
Diff to previous 7703 , to selected 3509
- Removed help/error

Revision 7703 - Directory Listing - [select for diffs]
Modified Sat Sep 17 17:10:18 2016 UTC (9 years, 10 months ago) by michael
Diff to previous 7701 , to selected 3509
- Update help/kick

Revision 7701 - Directory Listing - [select for diffs]
Modified Sun Sep 4 16:55:51 2016 UTC (9 years, 10 months ago) by michael
Diff to previous 7667 , to selected 3509
- Update help/kick as suggested by jackal

Revision 7667 - Directory Listing - [select for diffs]
Modified Wed Jul 20 17:09:36 2016 UTC (10 years ago) by michael
Diff to previous 7627 , to selected 3509
- Fixed svn properties

Revision 7627 - Directory Listing - [select for diffs]
Modified Sun Jun 26 15:49:53 2016 UTC (10 years, 1 month ago) by michael
Diff to previous 7370 , to selected 3509
- Update help/stats

Revision 7370 - Directory Listing - [select for diffs]
Modified Sun Feb 28 16:48:59 2016 UTC (10 years, 4 months ago) by michael
Diff to previous 7107 , to selected 3509
- Update help/invite explaining what INVITE with no arguments does

Revision 7107 - Directory Listing - [select for diffs]
Modified Sat Jan 23 20:17:49 2016 UTC (10 years, 6 months ago) by michael
Diff to previous 7078 , to selected 3509
- autoreconf

Revision 7078 - Directory Listing - [select for diffs]
Modified Wed Jan 20 12:59:31 2016 UTC (10 years, 6 months ago) by michael
Diff to previous 7021 , to selected 3509
- Update help/rehash

Revision 7021 - Directory Listing - [select for diffs]
Modified Fri Jan 1 18:28:12 2016 UTC (10 years, 6 months ago) by michael
Diff to previous 6918 , to selected 3509
- modes.txt, umode: clarification

Revision 6918 - Directory Listing - [select for diffs]
Modified Thu Dec 10 12:32:07 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 6677 , to selected 3509
- Added channel mode +T which forbids NOTICEs to be sent to a channel

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

Revision 6674 - Directory Listing - [select for diffs]
Modified Mon Oct 26 20:11:58 2015 UTC (10 years, 9 months ago) by michael
Diff to previous 6673 , to selected 3509
- Update help/resv, help/unresv

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

Revision 6593 - Directory Listing - [select for diffs]
Modified Wed Oct 21 20:18:27 2015 UTC (10 years, 9 months ago) by michael
Diff to previous 6591 , to selected 3509
- autoreconf

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

Revision 6376 - Directory Listing - [select for diffs]
Modified Fri Aug 21 10:36:52 2015 UTC (10 years, 11 months ago) by michael
Diff to previous 6153 , to selected 3509
- Remove splitmode checking

Revision 6153 - Directory Listing - [select for diffs]
Modified Tue Jun 16 16:57:21 2015 UTC (11 years, 1 month ago) by michael
Diff to previous 6130 , to selected 3509
- Various documentation updates provided by Jackal

Revision 6130 - Directory Listing - [select for diffs]
Modified Thu Jun 11 18:17:53 2015 UTC (11 years, 1 month ago) by michael
Diff to previous 6127 , to selected 3509
- Update help/index as suggested by Jackal

Revision 6127 - Directory Listing - [select for diffs]
Modified Thu Jun 11 14:34:30 2015 UTC (11 years, 1 month ago) by michael
Diff to previous 6067 , to selected 3509
- autoreconf

Revision 6067 - Directory Listing - [select for diffs]
Modified Mon Jun 8 19:36:17 2015 UTC (11 years, 1 month ago) by michael
Diff to previous 5895 , to selected 3509
- Fixed help/index as pointed out by jackal

Revision 5895 - Directory Listing - [select for diffs]
Modified Sun May 3 21:03:16 2015 UTC (11 years, 2 months ago) by michael
Diff to previous 5874 , to selected 3509
- Removed g-line leftovers

Revision 5874 - Directory Listing - [select for diffs]
Modified Wed Apr 29 11:09:11 2015 UTC (11 years, 2 months ago) by michael
Diff to previous 5811 , to selected 3509
- Style corrections; removed trailing whitespaces

Revision 5811 - Directory Listing - [select for diffs]
Modified Thu Apr 23 17:29:01 2015 UTC (11 years, 3 months ago) by michael
Diff to previous 5810 , to selected 3509
- Recreate autogenerated files

Revision 5810 - Directory Listing - [select for diffs]
Modified Thu Apr 23 17:27:17 2015 UTC (11 years, 3 months ago) by michael
Diff to previous 5767 , to selected 3509
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options
- m_dline.c: allow d-lines to be added even if an exempt {} exists

Revision 5767 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:47:57 2015 UTC (11 years, 3 months ago) by michael
Diff to previous 5766 , to selected 3509
- Update help/index

Revision 5766 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:41:33 2015 UTC (11 years, 3 months ago) by michael
Diff to previous 5763 , to selected 3509
- Rebuilt help/Makefile.in

Revision 5763 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:39:00 2015 UTC (11 years, 3 months ago) by michael
Diff to previous 5598 , to selected 3509
- Removed some help files for inter-server commands

Revision 5598 - Directory Listing - [select for diffs]
Modified Wed Feb 18 21:25:45 2015 UTC (11 years, 5 months ago) by michael
Diff to previous 5478 , to selected 3509
- help/whowas: incorporate changes done by jackal

Revision 5478 - Directory Listing - [select for diffs]
Modified Sun Feb 8 11:55:27 2015 UTC (11 years, 5 months ago) by michael
Diff to previous 5472 , to selected 3509
- Update help/join

Revision 5472 - Directory Listing - [select for diffs]
Modified Fri Feb 6 17:41:45 2015 UTC (11 years, 5 months ago) by michael
Diff to previous 5463 , to selected 3509
- Update help/umode

Revision 5463 - Directory Listing - [select for diffs]
Modified Wed Feb 4 18:18:26 2015 UTC (11 years, 5 months ago) by michael
Diff to previous 5394 , to selected 3509
- Added channel mode +C which prevents users from sending CTCPS to a channel

Revision 5394 - Directory Listing - [select for diffs]
Modified Tue Jan 20 14:03:09 2015 UTC (11 years, 6 months ago) by michael
Diff to previous 4980 , to selected 3509
- libtool 2.4.5, automake 1.15

Revision 4980 - Directory Listing - [select for diffs]
Modified Fri Dec 5 14:30:16 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 4978 , to selected 3509
- Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit

Revision 4978 - Directory Listing - [select for diffs]
Modified Fri Dec 5 14:14:44 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 4960 , to selected 3509
- Add m4/ax_arg_enable_assert.m4 and tidy up configure.ac a bit

Revision 4960 - Directory Listing - [select for diffs]
Modified Sun Nov 30 17:50:57 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 4946 , to selected 3509
- libtool 2.4.4

Revision 4946 - Directory Listing - [select for diffs]
Modified Thu Nov 27 20:48:08 2014 UTC (11 years, 8 months ago) by michael
Diff to previous 4943 , to selected 3509
- Update help/names

Revision 4943 - Directory Listing - [select for diffs]
Modified Thu Nov 27 15:27:19 2014 UTC (11 years, 8 months ago) by michael
Diff to previous 4488 , to selected 3509
- Update help/etrace

Revision 4488 - Directory Listing - [select for diffs]
Modified Sat Aug 16 16:55:07 2014 UTC (11 years, 11 months ago) by michael
Diff to previous 4363 , to selected 3509
- Add topic mask option to /list

Revision 4363 - Directory Listing - [select for diffs]
Modified Sat Aug 2 22:23:09 2014 UTC (11 years, 11 months ago) by michael
Diff to previous 4359 , to selected 3509
- Moved ax_check_openssl.m4 to ax_arg_openssl.m4

Revision 4359 - Directory Listing - [select for diffs]
Modified Sat Aug 2 20:37:47 2014 UTC (11 years, 11 months ago) by michael
Diff to previous 4203 , to selected 3509
- Got rid of acinclude.m4

Revision 4203 - Directory Listing - [select for diffs]
Modified Sat Jul 12 17:27:08 2014 UTC (12 years ago) by michael
Diff to previous 4149 , to selected 3509
- Update helpfiles

Revision 4149 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:34:30 2014 UTC (12 years ago) by michael
Diff to previous 4147 , to selected 3509
- Another help/stats update

Revision 4147 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:25:21 2014 UTC (12 years ago) by michael
Diff to previous 4144 , to selected 3509
- Update help/stats

Revision 4144 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:15:59 2014 UTC (12 years ago) by michael
Diff to previous 3867 , to selected 3509
- Update help/stats

Revision 3867 - Directory Listing - [select for diffs]
Modified Thu Jun 5 22:11:02 2014 UTC (12 years, 1 month ago) by michael
Diff to previous 3839 , to selected 3509
- Removed OPERWALL. Use GLOBOPS instead.

Revision 3839 - Directory Listing - [select for diffs]
Modified Thu Jun 5 00:35:43 2014 UTC (12 years, 1 month ago) by michael
Diff to previous 3798 , to selected 3509
- Update macros in m4/

Revision 3798 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:40:15 2014 UTC (12 years, 1 month ago) by michael
Diff to previous 3584 , to selected 3509
- help/quit: whitespace commit

Revision 3584 - Directory Listing - [select for diffs]
Modified Sun May 18 14:10:30 2014 UTC (12 years, 2 months ago) by michael
Diff to previous 3576 , to selected 3509
- Update help files

Revision 3576 - Directory Listing - [select for diffs]
Modified Sat May 17 16:22:08 2014 UTC (12 years, 2 months ago) by michael
Diff to previous 3514 , to selected 3509
- Update help files

Revision 3514 - Directory Listing - [select for diffs]
Modified Mon May 12 16:31:21 2014 UTC (12 years, 2 months ago) by michael
Diff to previous 3509
- Added usermode +p which hides channel list in WHOIS

Revision 3509 - Directory Listing - [selected]
Modified Sun May 11 17:18:04 2014 UTC (12 years, 2 months ago) by michael
Diff to previous 3476
- Update docs to reflect new +q usermode

Revision 3476 - Directory Listing - [select for diffs]
Modified Sun May 4 15:47:25 2014 UTC (12 years, 2 months ago) by michael
Diff to previous 3377 , to selected 3509
- Updated help/stats

Revision 3377 - Directory Listing - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (12 years, 3 months ago) by michael
Diff to previous 3365 , to selected 3509
- Create 8.2.x branch

Revision 3365 - Directory Listing - [select for diffs]
Modified Mon Apr 21 11:32:40 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 3363 , to selected 3509
- doxygen

Revision 3363 - Directory Listing - [select for diffs]
Modified Mon Apr 21 11:19:50 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 3123 , to selected 3509
- Doxygen
- Update help/undline

Revision 3123 - Directory Listing - [select for diffs]
Modified Sun Mar 9 17:23:22 2014 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 3121 , to selected 3509
- Update help/Makefile.in

Revision 3121 - Directory Listing - [select for diffs]
Modified Sun Mar 9 17:19:47 2014 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2778 , to selected 3509
- Removed m_users.c

Revision 2778 - Directory Listing - [select for diffs]
Modified Mon Jan 6 17:35:14 2014 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2777 , to selected 3509
- Update help/oper

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

Revision 2774 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:27:39 2014 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2771 , to selected 3509
- Update help/stats

Revision 2771 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:21:52 2014 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2768 , to selected 3509
- Update help/unxline

Revision 2768 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:19:39 2014 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2764 , to selected 3509
- Update help/connect

Revision 2764 - Directory Listing - [select for diffs]
Modified Mon Jan 6 13:31:19 2014 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2722 , to selected 3509
- Update help/squit

Revision 2722 - Directory Listing - [select for diffs]
Modified Wed Dec 25 13:50:27 2013 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2709 , to selected 3509
- automake 1.14.1

Revision 2709 - Directory Listing - [select for diffs]
Modified Sat Dec 21 18:35:50 2013 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2704 , to selected 3509
- Update several help files

Revision 2704 - Directory Listing - [select for diffs]
Modified Sat Dec 21 18:19:05 2013 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2597 , to selected 3509
- Update several help files

Revision 2597 - Directory Listing - [select for diffs]
Modified Sat Nov 23 17:31:42 2013 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2554 , to selected 3509
- Untabify help/who

Revision 2554 - Directory Listing - [select for diffs]
Modified Sun Nov 17 13:26:56 2013 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2511 , to selected 3509
- Updated help/who

Revision 2511 - Directory Listing - [select for diffs]
Modified Sun Oct 27 18:56:53 2013 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2499 , to selected 3509
- 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 (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2491 , to selected 3509
- Added m4/ac_define_dir.m4

Revision 2491 - Directory Listing - [select for diffs]
Modified Fri Oct 25 16:55:01 2013 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2481 , to selected 3509
- 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 (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2480 , to selected 3509
- 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 (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2448 , to selected 3509
- 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, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2393 , to selected 3509
- Update help/stats

Revision 2393 - Directory Listing - [select for diffs]
Modified Sun Jul 14 14:25:48 2013 UTC (13 years ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2378 , to selected 3509
- help/cmode: fixed typo

Revision 2378 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:58:11 2013 UTC (13 years ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2376 , to selected 3509
- White-space commit

Revision 2376 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:56:30 2013 UTC (13 years ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2374 , to selected 3509
- White-space commit

Revision 2374 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:55:23 2013 UTC (13 years ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2373 , to selected 3509
- Update help/rehash

Revision 2373 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:47:10 2013 UTC (13 years ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2347 , to selected 3509
- White-space commit

Revision 2347 - Directory Listing - [select for diffs]
Modified Wed Jul 3 19:09:32 2013 UTC (13 years ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2246 , to selected 3509
- Automake 1.14

Revision 2246 - Directory Listing - [select for diffs]
Modified Sun Jun 16 10:48:39 2013 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2238 , to selected 3509
- 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 (13 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2178 , to selected 3509
- automake 1.13.4

Revision 2178 - Directory Listing - [select for diffs]
Modified Mon Jun 3 23:56:42 2013 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2150 , to selected 3509
- automake 1.13.3

Revision 2150 - Directory Listing - [select for diffs]
Modified Fri May 31 18:39:43 2013 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2146 , to selected 3509
- 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 (13 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2096 , to selected 3509
- update help/umode, doc/modes.txt

Revision 2096 - Directory Listing - [select for diffs]
Modified Sat May 18 19:46:19 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2074 , to selected 3509
- Update help files

Revision 2074 - Directory Listing - [select for diffs]
Modified Thu May 16 15:59:35 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2064 , to selected 3509
- Update help/notice and help/privmsg

Revision 2064 - Directory Listing - [select for diffs]
Modified Thu May 16 09:56:02 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2050 , to selected 3509
- automake 1.13.2

Revision 2050 - Directory Listing - [select for diffs]
Modified Wed May 15 16:43:11 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2042 , to selected 3509
- Update help/cmode

Revision 2042 - Directory Listing - [select for diffs]
Modified Wed May 15 15:20:16 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2040 , to selected 3509
- Update help/index

Revision 2040 - Directory Listing - [select for diffs]
Modified Wed May 15 15:14:43 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2033 , to selected 3509
- 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 (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2029 , to selected 3509
- Remove help/opers/

Revision 2029 - Directory Listing - [select for diffs]
Modified Tue May 14 18:20:01 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 2028 , to selected 3509
- Move all helpfiles to help/

Revision 2028 - Directory Listing - [select for diffs]
Modified Tue May 14 18:19:05 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1998 , to selected 3509
- Overhaul HELP system

Revision 1998 - Directory Listing - [select for diffs]
Modified Sat May 11 20:24:40 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1963 , to selected 3509
- Update modes.txt

Revision 1963 - Directory Listing - [select for diffs]
Modified Tue May 7 22:30:51 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1937 , to selected 3509
- Update modes.txt

Revision 1937 - Directory Listing - [select for diffs]
Modified Sat May 4 20:54:13 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1837 , to selected 3509
-  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 (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1818 , to selected 3509
- Remove current msg locale implementation

Revision 1818 - Directory Listing - [select for diffs]
Modified Fri Apr 12 11:02:33 2013 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1730 , to selected 3509
- 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 (13 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1720 , to selected 3509
- automake 1.13.1

Revision 1720 - Directory Listing - [select for diffs]
Modified Fri Dec 28 21:06:21 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1680 , to selected 3509
- automake 1.13

Revision 1680 - Directory Listing - [select for diffs]
Modified Tue Dec 18 18:06:32 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1675 , to selected 3509
- 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 (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1674 , to selected 3509
- Removed "ungline" helpfile

Revision 1674 - Directory Listing - [select for diffs]
Modified Fri Nov 23 21:00:02 2012 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1664 , to selected 3509
- 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 (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1592 , to selected 3509
- 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 (13 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/help
Diff to previous 1535 , to selected 3509
- 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 (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1504 , to selected 3509
- automake 1.12.4

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

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

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

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

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

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

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

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

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

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

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

Revision 1299 - Directory Listing - [select for diffs]
Modified Tue Feb 28 19:32:30 2012 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1294 , to selected 3509
- 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 (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1291 , to selected 3509
- 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 (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1290 , to selected 3509
- automake 1.11.3

Revision 1290 - Directory Listing - [select for diffs]
Modified Wed Feb 8 13:02:04 2012 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1257 , to selected 3509
- 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 (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1226 , to selected 3509
- automake 1.11.2

Revision 1226 - Directory Listing - [select for diffs]
Modified Sun Sep 18 12:22:15 2011 UTC (14 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1204 , to selected 3509
- 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, 11 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1189 , to selected 3509
- update help/opers/cmode

Revision 1189 - Directory Listing - [select for diffs]
Modified Thu Aug 18 09:48:07 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1156 , to selected 3509
- 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, 11 months ago) by michael
Original Path: ircd-hybrid-8/help
Diff to previous 1155 , to selected 3509
- create ircd-hybrid-8 "branch"

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

Revision 1106 - Directory Listing - [select for diffs]
Modified Tue Nov 2 15:10:53 2010 UTC (15 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/help
Diff to previous 1094 , to selected 3509
- 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 (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/help
Diff to previous 1092 , to selected 3509
- Updated ltdl to latest 2.2.10 release

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

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

Revision 1033 - Directory Listing - [select for diffs]
Modified Thu Dec 3 19:04:55 2009 UTC (16 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/help
Diff to previous 1029 , to selected 3509
- 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 (16 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/help
Diff to previous 1028 , to selected 3509
- branch off trunk to create 7.3 branch
Revision 1028 - Directory Listing - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (16 years, 8 months ago) by michael
Original Path: ircd-hybrid/help
Diff to previous 1025 , to selected 3509
- move ircd-hybrid-7.2 to trunk

Revision 1025 - Directory Listing - [select for diffs]
Modified Mon Nov 2 22:31:40 2009 UTC (16 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 967 , to selected 3509
- Added gungline help file
Revision 967 - Directory Listing - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (16 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 945 , to selected 3509
- 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 (17 years ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 941 , to selected 3509
- 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 (17 years, 2 months ago) by db
Original Path: ircd-hybrid-7.2/help
Diff to previous 912 , to selected 3509
- 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 (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 908 , to selected 3509
- 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 (18 years, 8 months ago) by stu
Original Path: ircd-hybrid-7.2/help
Diff to previous 898 , to selected 3509
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 (18 years, 8 months ago) by db
Original Path: ircd-hybrid-7.2/help
Diff to previous 897 , to selected 3509
- add back in the datarootdir cruft


Revision 897 - Directory Listing - [select for diffs]
Modified Sat Nov 3 17:13:32 2007 UTC (18 years, 8 months ago) by db
Original Path: ircd-hybrid-7.2/help
Diff to previous 893 , to selected 3509
- 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 (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 892 , to selected 3509
- 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 (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 887 , to selected 3509
- Removed help files that are no longer needed

Revision 887 - Directory Listing - [select for diffs]
Modified Thu Nov 1 11:54:48 2007 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 715 , to selected 3509
- 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 (20 years ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 416 , to selected 3509
- Rebuilt configure using autoconf 2.60

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

Revision 341 - Directory Listing - [select for diffs]
Modified Tue Dec 27 13:43:46 2005 UTC (20 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/help
Diff to previous 66 , to selected 3509
- 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 (20 years, 9 months ago) by adx
Original Path: ircd-hybrid-7.2/help
Diff to previous 34 , to selected 3509
- added /stats h to help

Revision 34 - Directory Listing - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (20 years, 9 months ago) by lusky
Original Path: ircd-hybrid-7.2/help
Diff to previous 33 , to selected 3509
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 (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/help
Diff to previous 32 , to selected 3509
- svn:keywords

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

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

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

Convenience Links