ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/releases/8.2.0beta1/src/hook.c
Revision 3420 - (view) (annotate) - [select for diffs]
Modified Tue Apr 29 15:13:10 2014 UTC (9 years, 11 months ago) by michael
File length: 5752 byte(s)
Diff to previous 3377
RELEASE TAG 8.2.0beta1
Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/branches/8.2.x/src/hook.c
File length: 5752 byte(s)
Diff to previous 3334
- Create 8.2.x branch

Revision 3334 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 16:42:54 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hook.c
File length: 5752 byte(s)
Diff to previous 3218
- Replaced strcpy() with strlcpy() in some places

Revision 3218 - (view) (annotate) - [select for diffs]
Modified Wed Mar 26 19:38:42 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/hook.c
File length: 5733 byte(s)
Diff to previous 2846
- hook.c: minor style fixes

Revision 2846 - (view) (annotate) - [select for diffs]
Modified Fri Jan 17 16:58:36 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hook.c
File length: 5785 byte(s)
Diff to previous 2694
- hook.h, hook.c: fixed indentation, removed whitespaces/tabs

Revision 2694 - (view) (annotate) - [select for diffs]
Modified Tue Dec 17 19:35:37 2013 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hook.c
File length: 5778 byte(s)
Diff to previous 2670
- Avoid magically sized temporary buffers

Revision 2670 - (view) (annotate) - [select for diffs]
Modified Sat Dec 14 21:32:56 2013 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hook.c
File length: 5768 byte(s)
Diff to previous 2358
- stats_hooks(), show_events(): no longer sending an extra empty line
  before RPL_ENDOFSTATS

Revision 2358 - (view) (annotate) - [select for diffs]
Modified Thu Jul 4 20:16:08 2013 UTC (10 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hook.c
File length: 5863 byte(s)
Diff to previous 1646
- hook.c: constification/style corrections

Revision 1646 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hook.c
File length: 5831 byte(s)
Diff to previous 1592
- First pass of conf parser stabilization/cleanup

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/src/hook.c
File length: 5832 byte(s)
Diff to previous 1156
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/hook.c
File length: 5832 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, 7 months ago) by michael
Original Path: ircd-hybrid/src/hook.c
File length: 5832 byte(s)
Diff to previous 1149
- recreate "trunk"

Revision 1149 - (view) (annotate) - [select for diffs]
Modified Sun Jul 31 20:04:17 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/src/hook.c
File length: 5832 byte(s)
Diff to previous 1029
- Style cleanups
- Doxify hook.c

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/src/hook.c
File length: 6045 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, 4 months ago) by michael
Original Path: ircd-hybrid/src/hook.c
File length: 6045 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/hook.c
File length: 6045 byte(s)
Diff to previous 713
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 713 - (view) (annotate) - [select for diffs]
Modified Wed Jul 12 12:37:35 2006 UTC (17 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/hook.c
File length: 6044 byte(s)
Diff to previous 157
- fixed core on MODRESTART as reported by xZ/CoolCold

Revision 157 - (view) (annotate) - [select for diffs]
Modified Tue Oct 18 06:33:24 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid-7.2/src/hook.c
File length: 6042 byte(s)
Diff to previous 34
- MFC: fixed register_callback

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/hook.c
File length: 6130 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, 5 months ago) by knight
Original Path: ircd-hybrid/src/hook.c
File length: 6130 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, 5 months ago) by knight
Original Path: ircd-hybrid/src/hook.c
File length: 6130 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, 5 months ago) by knight
Original Path: ircd-hybrid/src/hook.c
File length: 6130 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, 5 months ago) by adx
Original Path: ircd-hybrid/src/hook.c
File length: 6174 byte(s)
- 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