ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/ircd_defs.h
Revision 6496 - (view) (annotate) - [select for diffs]
Modified Sat Sep 5 17:13:16 2015 UTC (8 years, 7 months ago) by michael
File length: 2776 byte(s)
Diff to previous 6492 , to selected 1378
- ircd_defs.h: minor correction to the USERHOST_REPLYLEN definition

Revision 6492 - (view) (annotate) - [select for diffs]
Modified Fri Sep 4 20:12:09 2015 UTC (8 years, 7 months ago) by michael
File length: 2753 byte(s)
Diff to previous 5574 , to selected 1378
- ircd_defs.h: increase KILLLEN and REASONLEN to 240

Revision 5574 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 12:28:06 2015 UTC (9 years, 2 months ago) by michael
File length: 2753 byte(s)
Diff to previous 5571 , to selected 1378
- Renamed SVIDLEN to ACCOUNTLEN

Revision 5571 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 12:19:39 2015 UTC (9 years, 2 months ago) by michael
File length: 2748 byte(s)
Diff to previous 5346 , to selected 1378
- ircd_defs.h: add a note that NICKLEN should not be touched as the maximum
  allowed nickname lenght can be changed in the ircd.conf file. NICKLEN is
  actually only a hard limit

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (9 years, 3 months ago) by michael
File length: 2614 byte(s)
Diff to previous 4564 , to selected 1378
- Update copyright years

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 2614 byte(s)
Diff to previous 3422 , to selected 1378
- Update GPL 2 license headers

Revision 3422 - (view) (annotate) - [select for diffs]
Modified Tue Apr 29 17:23:26 2014 UTC (9 years, 11 months ago) by michael
File length: 2610 byte(s)
Diff to previous 3377 , to selected 1378
- Get rid of LOCAL_CHANNELLEN; change CHANNELLEN to 50

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (9 years, 11 months ago) by michael
File length: 2639 byte(s)
Diff to previous 2949 , to selected 1378
- Create 8.2.x branch

Revision 2949 - (view) (annotate) - [select for diffs]
Modified Sun Jan 26 20:08:25 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/ircd_defs.h
File length: 2639 byte(s)
Diff to previous 2865 , to selected 1378
- client.h: add separate definition for services IDs instead of using HOSTLEN

Revision 2865 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/ircd_defs.h
File length: 2613 byte(s)
Diff to previous 2366 , to selected 1378
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2366 - (view) (annotate) - [select for diffs]
Modified Thu Jul 4 21:49:56 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/ircd_defs.h
File length: 2732 byte(s)
Diff to previous 2350 , to selected 1378
- ircd_defs.h: increased PASSWDLEN to 128

Revision 2350 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 21:23:45 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/ircd_defs.h
File length: 2731 byte(s)
Diff to previous 1751 , to selected 1378
- ircd_defs.h: increased KILLLEN, REASONLEN, KICKLEN, and AWAYLEN to 180

Revision 1751 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:30:52 2013 UTC (11 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/include/ircd_defs.h
File length: 2730 byte(s)
Diff to previous 1592 , to selected 1378
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
  via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
  option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/include/ircd_defs.h
File length: 2675 byte(s)
Diff to previous 1549 , to selected 1378
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1549 - (view) (annotate) - [select for diffs]
Modified Mon Oct 1 18:11:11 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/include/ircd_defs.h
File length: 2675 byte(s)
Diff to previous 1497 , to selected 1378
- Removed general::kline_with_reason configuration options. It's now enabled
  by default
- Removed remnants of the broken reject holding code

Revision 1497 - (view) (annotate) - [select for diffs]
Modified Sun Aug 5 13:22:54 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/include/ircd_defs.h
File length: 2730 byte(s)
Diff to previous 1402 , to selected 1378
- Move HOSIPLEN, IDLEN and PASSWDLEN to ircd_defs.h

Revision 1402 - (view) (annotate) - [select for diffs]
Modified Wed May 9 18:42:45 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/ircd_defs.h
File length: 2475 byte(s)
Diff to previous 1378
- /info no longer sends information about the platform ircd is running on
- remove get_ircd_platform() function
- configure: --enable-efnet switch is no longer required

Revision 1378 - (view) (annotate) - [selected]
Modified Mon Apr 30 19:43:34 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/ircd_defs.h
File length: 2553 byte(s)
Diff to previous 1365
- Get rid of OPERNICKLEN. Oper login IDs are no longer limited to NICKLEN*2

Revision 1365 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 19:59:02 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/ircd_defs.h
File length: 2614 byte(s)
Diff to previous 1345 , to selected 1378
- change KEYLEN semantics. KEYLEN no longer includes space
  for the trailing \0

Revision 1345 - (view) (annotate) - [select for diffs]
Modified Mon Apr 9 15:54:34 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/include/ircd_defs.h
File length: 2633 byte(s)
Diff to previous 1156 , to selected 1378
- increase IRCD_MAXNS to 3

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/include/ircd_defs.h
File length: 2633 byte(s)
Diff to previous 1155 , to selected 1378
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/include/ircd_defs.h
File length: 2633 byte(s)
Diff to previous 1123 , to selected 1378
- recreate "trunk"

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/include/ircd_defs.h
File length: 2633 byte(s)
Diff to previous 1029 , to selected 1378
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/include/ircd_defs.h
File length: 2637 byte(s)
Diff to previous 1028 , to selected 1378
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid/include/ircd_defs.h
File length: 2637 byte(s)
Diff to previous 1001 , to selected 1378
- move ircd-hybrid-7.2 to trunk

Revision 1001 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 22:44:44 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/include/ircd_defs.h
File length: 2637 byte(s)
Diff to previous 923 , to selected 1378
- remove half done and broken win32 support

Revision 923 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:15:27 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/include/ircd_defs.h
File length: 3257 byte(s)
Diff to previous 913 , to selected 1378
- fixed compile with compressed links

Revision 913 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 23:20:12 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/include/ircd_defs.h
File length: 3329 byte(s)
Diff to previous 908 , to selected 1378
- Added some missing files
- Moved HOSTLEN and USERLEN definition back to ircd_defs.h
  Those two shouldn't be configurable

Revision 908 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 23:21:51 2007 UTC (16 years, 5 months ago) by stu
Original Path: ircd-hybrid-7.2/include/ircd_defs.h
File length: 3176 byte(s)
Diff to previous 100 , to selected 1378
Completely redo the build system.  Now uses libtool and automake.  Suggest you clean out your tree and then do ./autogen.sh.
Revision 100 - (view) (annotate) - [select for diffs]
Modified Sun Oct 9 14:43:13 2005 UTC (18 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/include/ircd_defs.h
File length: 3287 byte(s)
Diff to previous 34 , to selected 1378
- CHANNELLEN vs. LOCAL_CHANNELLEN fix.  Local JOINs are limited to 50chars whereas
  remote SJOINs/JOINs can be upto 200chars for backwards compatibility.

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid-7.2/include/ircd_defs.h
File length: 3258 byte(s)
Diff to previous 33 , to selected 1378
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/include/ircd_defs.h
File length: 3258 byte(s)
Diff to previous 32 , to selected 1378
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/include/ircd_defs.h
File length: 3258 byte(s)
Diff to previous 31 , to selected 1378
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/include/ircd_defs.h
File length: 3258 byte(s)
Diff to previous 30 , to selected 1378
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 6 months ago) by adx
Original Path: ircd-hybrid/include/ircd_defs.h
File length: 3311 byte(s)
Diff to selected 1378
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a