ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.3.x/include/parse.h
Revision 6783 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:50:00 2015 UTC (8 years, 5 months ago) by michael
File length: 3309 byte(s)
Diff to previous 6758
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t

Revision 6758 - (view) (annotate) - [select for diffs]
Modified Thu Nov 12 19:37:24 2015 UTC (8 years, 5 months ago) by michael
File length: 3308 byte(s)
Diff to previous 5881
- Create ircd-hybrid 8.3.x branch

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 3308 byte(s)
Diff to previous 5347
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (9 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 3713 byte(s)
Diff to previous 4565
- Update copyright years

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 3713 byte(s)
Diff to previous 4549
- Update GPL 2 license headers

Revision 4549 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 09:07:43 2014 UTC (9 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 3709 byte(s)
Diff to previous 4548
- Fixed previous changes to parse.h

Revision 4548 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:51:07 2014 UTC (9 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 3709 byte(s)
Diff to previous 4545
- parse.h: moved structure member

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (9 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 3709 byte(s)
Diff to previous 3163
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3163 - (view) (annotate) - [select for diffs]
Modified Sat Mar 15 19:57:13 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 3669 byte(s)
Diff to previous 3159
- parse.h: removed redundant comment

Revision 3159 - (view) (annotate) - [select for diffs]
Modified Sat Mar 15 16:28:33 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 3882 byte(s)
Diff to previous 3156
- Fixed now outdated comments

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 5790 byte(s)
Diff to previous 2865
- Removed client_p pointers from everywhere

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/parse.h
File length: 5875 byte(s)
Diff to previous 2820
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 5873 byte(s)
Diff to previous 2433
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2433 - (view) (annotate) - [select for diffs]
Modified Fri Aug 2 18:43:00 2013 UTC (10 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/include/parse.h
File length: 5878 byte(s)
Diff to previous 1592
- Removed rfc1459_command_send_error() message handler

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/parse.h
File length: 5966 byte(s)
Diff to previous 1569
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1569 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 18:46:53 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/include/parse.h
File length: 5966 byte(s)
Diff to previous 1361
- Removed remnants of MFLG_UNREG which is no longer needed with the
  current implementation of message handlers

Revision 1361 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 19:01:51 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/parse.h
File length: 6166 byte(s)
Diff to previous 1243
- remove clear_tree_parse()

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/include/parse.h
File length: 6202 byte(s)
Diff to previous 1156
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
  remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there

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/parse.h
File length: 1319 byte(s)
Diff to previous 1155
- 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/parse.h
File length: 1319 byte(s)
Diff to previous 1029
- recreate "trunk"

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/parse.h
File length: 1319 byte(s)
Diff to previous 1028
- 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/parse.h
File length: 1319 byte(s)
Diff to previous 34
- move ircd-hybrid-7.2 to trunk

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/parse.h
File length: 1319 byte(s)
Diff to previous 33
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/parse.h
File length: 1319 byte(s)
Diff to previous 32
- 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/parse.h
File length: 1319 byte(s)
Diff to previous 31
- 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/parse.h
File length: 1319 byte(s)
Diff to previous 30
- 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/parse.h
File length: 1368 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 9641)

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