ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/event.c
Revision 5583 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 14:43:15 2015 UTC (10 years, 6 months ago) by michael
File length: 3399 byte(s)
Diff to previous 5347
- Style corrections only

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
File length: 3393 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 (11 years ago) by michael
File length: 3393 byte(s)
Diff to previous 4432
- Update GPL 2 license headers

Revision 4432 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 19:42:00 2014 UTC (11 years ago) by michael
File length: 3389 byte(s)
Diff to previous 4130
- event.c: update show_events() to make /stats E look nicer

Revision 4130 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 19:49:09 2014 UTC (11 years, 1 month ago) by michael
File length: 3385 byte(s)
Diff to previous 4126
- event.c, event.h: update copyright headers

Revision 4126 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 19:24:16 2014 UTC (11 years, 1 month ago) by michael
File length: 2674 byte(s)
Diff to previous 4125
- event.c:event_addish(): removed XXX

Revision 4125 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 17:43:47 2014 UTC (11 years, 1 month ago) by michael
File length: 2785 byte(s)
Diff to previous 4118
- event.c: removed unused header includes

Revision 4118 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 16:56:15 2014 UTC (11 years, 1 month ago) by michael
File length: 2822 byte(s)
Diff to previous 4117
- event.c:event_run(): changed 'len' variable to an unsigned int.
  Note that dlink_list_length() is unsigned int.

Revision 4117 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 16:51:11 2014 UTC (11 years, 1 month ago) by michael
File length: 2816 byte(s)
Diff to previous 4099
- event.c:event_run(): removed unused variable

Revision 4099 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 17:22:27 2014 UTC (11 years, 1 month ago) by michael
File length: 2843 byte(s)
Diff to previous 4094
- event.c: fixed issue in event_run()

Revision 4094 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 11:48:50 2014 UTC (11 years, 1 month ago) by michael
File length: 2843 byte(s)
Diff to previous 3599
- Merged Adam's event system rewrite

Revision 3599 - (view) (annotate) - [select for diffs]
Modified Tue May 20 17:29:18 2014 UTC (11 years, 3 months ago) by michael
File length: 7140 byte(s)
Diff to previous 3589
- event.c: use unsigned whenever possible

Revision 3589 - (view) (annotate) - [select for diffs]
Modified Sun May 18 15:24:35 2014 UTC (11 years, 3 months ago) by michael
File length: 7283 byte(s)
Diff to previous 2919
- Use sendto_one_numeric() everywhere

Revision 2919 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:37:34 2014 UTC (11 years, 7 months ago) by michael
File length: 7244 byte(s)
Diff to previous 2916
- event.c: fixed compile error

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (11 years, 7 months ago) by michael
File length: 7248 byte(s)
Diff to previous 2680
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2680 - (view) (annotate) - [select for diffs]
Modified Sun Dec 15 18:37:59 2013 UTC (11 years, 8 months ago) by michael
File length: 7236 byte(s)
Diff to previous 2670
- event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants,
  replaced rand() with genrand_int32()

Revision 2670 - (view) (annotate) - [select for diffs]
Modified Sat Dec 14 21:32:56 2013 UTC (11 years, 8 months ago) by michael
File length: 7208 byte(s)
Diff to previous 1671
- stats_hooks(), show_events(): no longer sending an extra empty line
  before RPL_ENDOFSTATS

Revision 1671 - (view) (annotate) - [select for diffs]
Modified Wed Nov 21 20:09:09 2012 UTC (12 years, 9 months ago) by michael
File length: 7286 byte(s)
Diff to previous 1592
- event.c: fixed bug spotted by Jakub S. where timed events stopped from
  working if the system's clock is running backwards

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
File length: 7262 byte(s)
Diff to previous 1309
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/event.c
File length: 7262 byte(s)
Diff to previous 1247
- renaming files:

  ircd_parser.y -> conf_parser.y
  ircd_lexer.l  -> conf_lexer.l
  s_conf.c      -> conf.c
  s_conf.h      -> conf.h
  s_log.c       -> log.c
  s_log.h       -> log.h

Revision 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/event.c
File length: 7264 byte(s)
Diff to previous 1156
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

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

Revision 1029 - (view) (annotate) - [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/src/event.c
File length: 7258 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 (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/src/event.c
File length: 7258 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 (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/event.c
File length: 7258 byte(s)
Diff to previous 34
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 34 - (view) (annotate) - [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/src/event.c
File length: 7241 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 (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/event.c
File length: 7241 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/event.c
File length: 7241 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/event.c
File length: 7241 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 (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/src/event.c
File length: 7286 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