ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/restart.c
Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (9 years, 7 months ago) by michael
File length: 2099 byte(s)
Diff to previous 6528
- Update copyright years

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

Revision 6358 - (view) (annotate) - [select for diffs]
Modified Mon Aug 17 16:38:33 2015 UTC (10 years ago) by michael
File length: 2098 byte(s)
Diff to previous 6263
- Make server_die() use enum; minor cleanups here and there

Revision 6263 - (view) (annotate) - [select for diffs]
Modified Sun Jul 12 16:27:53 2015 UTC (10 years, 1 month ago) by michael
File length: 2021 byte(s)
Diff to previous 5346
- restart.c:server_die(): use EXIT_SUCCESS/EXIT_FAILURE

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

Revision 4963 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 13:08:44 2014 UTC (10 years, 8 months ago) by michael
File length: 1999 byte(s)
Diff to previous 4816
- Get rid of NOCAPS

Revision 4816 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:29:49 2014 UTC (10 years, 9 months ago) by michael
File length: 2009 byte(s)
Diff to previous 4564
- Renamed variables

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

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

Revision 3186 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 18:09:34 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/restart.c
File length: 2002 byte(s)
Diff to previous 3167
- Get rid of the ID() macro

Revision 3167 - (view) (annotate) - [select for diffs]
Modified Sat Mar 15 22:01:39 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/restart.c
File length: 2004 byte(s)
Diff to previous 3166
- Get rid of restart() wrapper function

Revision 3166 - (view) (annotate) - [select for diffs]
Modified Sat Mar 15 21:53:37 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/restart.c
File length: 2159 byte(s)
Diff to previous 3165
- restart.c:server_die(): replaced a sendto_one() with sendto_one_notice()

Revision 3165 - (view) (annotate) - [select for diffs]
Modified Sat Mar 15 21:51:34 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/restart.c
File length: 2264 byte(s)
Diff to previous 2916
- restart.c:server_die(): replaced a DLINK_FOREACH loop on serv_list
  with just sendto_server(). Also make sure to use me.id as sender
  prefix if possible

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/src/restart.c
File length: 2323 byte(s)
Diff to previous 1631
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 1631 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 22:04:01 2012 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/restart.c
File length: 2320 byte(s)
Diff to previous 1630
- restart.c: since save_all_databases may generate server traffic and log
  activity, it makes more sense to save the databases _before_ flushing the
  sendqueue/closing file descriptors

Revision 1630 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 21:32:25 2012 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/restart.c
File length: 2319 byte(s)
Diff to previous 1592
- restart.c: ensure databases get dumped to disk before terminating

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

Revision 1341 - (view) (annotate) - [select for diffs]
Modified Sat Apr 7 18:33:13 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/restart.c
File length: 2270 byte(s)
Diff to previous 1309
- Applied patch to shut up gcc with -Wformat-security enabled.
  Patch submitted by Moritz Muehlenhoff/Debian Security.

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/restart.c
File length: 2264 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/restart.c
File length: 2266 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/restart.c
File length: 2261 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/restart.c
File length: 2261 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/restart.c
File length: 2261 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/restart.c
File length: 2261 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/restart.c
File length: 2261 byte(s)
Diff to previous 588
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 588 - (view) (annotate) - [select for diffs]
Modified Mon May 8 13:22:59 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/src/restart.c
File length: 2298 byte(s)
Diff to previous 34
- m_restart(): don't send restart notices twice to locally connected clients

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/restart.c
File length: 2230 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/restart.c
File length: 2230 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/restart.c
File length: 2230 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/restart.c
File length: 2230 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/restart.c
File length: 2283 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