ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/event.c
Revision 8436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:04:53 2018 UTC (8 years, 3 months ago) by michael
File length: 2681 byte(s)
Diff to previous 8280
- Stylistic changes

Revision 8280 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:33 2018 UTC (8 years, 5 months ago) by michael
File length: 2673 byte(s)
Diff to previous 7925
- Update copyright years

Revision 7925 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:24 2016 UTC (9 years, 6 months ago) by michael
File length: 2673 byte(s)
Diff to previous 7667
- Update copyright years

Revision 7667 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:36 2016 UTC (10 years ago) by michael
File length: 2673 byte(s)
Diff to previous 7481
- Fixed svn properties

Revision 7481 - (view) (annotate) - [select for diffs]
Modified Wed Mar 16 09:18:07 2016 UTC (10 years, 4 months ago) by michael
File length: 2673 byte(s)
Diff to previous 7430
- event.c: remove unused header includes

Revision 7430 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 18:19:38 2016 UTC (10 years, 4 months ago) by michael
File length: 2732 byte(s)
Diff to previous 7329
- Minor style cleanups & constification

Revision 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (10 years, 5 months ago) by michael
File length: 2735 byte(s)
Diff to previous 7007
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
  we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
  doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
  forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
  associated with it.

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (10 years, 6 months ago) by michael
File length: 2723 byte(s)
Diff to previous 6643
- Update copyright years

Revision 6643 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 18:42:08 2015 UTC (10 years, 8 months ago) by michael
File length: 2723 byte(s)
Diff to previous 6528
- Rename event::enabled to event::active

Revision 6528 - (view) (annotate) - [select for diffs]
Modified Fri Sep 11 16:33:52 2015 UTC (10 years, 10 months ago) by michael
File length: 2726 byte(s)
Diff to previous 6369
- Fixed inconsistent style in several places

Revision 6369 - (view) (annotate) - [select for diffs]
Modified Wed Aug 19 10:36:36 2015 UTC (10 years, 11 months ago) by michael
File length: 2726 byte(s)
Diff to previous 6305
- Rename several functions in event.c to comply with naming convention

Revision 6305 - (view) (annotate) - [select for diffs]
Modified Fri Jul 24 13:22:49 2015 UTC (11 years ago) by michael
File length: 2674 byte(s)
Diff to previous 5582
- Move show_events() from event.c to m_stats.c. Remove now unused prototypes.

Revision 5582 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 14:42:58 2015 UTC (11 years, 5 months ago) by michael
File length: 3399 byte(s)
Diff to previous 5346
- Style corrections only

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

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

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

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

Revision 4127 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 19:24:32 2014 UTC (12 years ago) by michael
File length: 2674 byte(s)
Diff to previous 4124
- event.c:event_addish(): removed XXX

Revision 4124 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 17:43:33 2014 UTC (12 years ago) by michael
File length: 2785 byte(s)
Diff to previous 4119
- event.c: removed unused header includes

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

Revision 4116 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 16:50:58 2014 UTC (12 years ago) by michael
File length: 2816 byte(s)
Diff to previous 4100
- event.c:event_run(): removed unused variable

Revision 4100 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 17:22:41 2014 UTC (12 years ago) by michael
File length: 2843 byte(s)
Diff to previous 4095
- event.c: fixed issue in event_run()

Revision 4095 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 11:51:22 2014 UTC (12 years ago) by michael
File length: 2843 byte(s)
Diff to previous 3598
- Merged Adam's event system rewrite

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

Revision 3590 - (view) (annotate) - [select for diffs]
Modified Sun May 18 15:25:09 2014 UTC (12 years, 2 months ago) by michael
File length: 7283 byte(s)
Diff to previous 3377
- Use sendto_one_numeric() everywhere

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

Revision 2919 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:37:34 2014 UTC (12 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/event.c
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 (12 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/event.c
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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/src/event.c
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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/src/event.c
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 (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/src/event.c
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 (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/src/event.c
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 (14 years, 4 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 (14 years, 9 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, 11 months 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, 11 months 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 (16 years, 8 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 (16 years, 8 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 (16 years, 10 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 (20 years, 9 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 (20 years, 9 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 (20 years, 9 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 (20 years, 9 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 (20 years, 9 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