ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/core/m_die.c
Revision 8448 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 11:40:13 2018 UTC (5 years, 11 months ago) by michael
File length: 2866 byte(s)
Diff to previous 8280
- m_die(), m_restart(): don't give any hints about how to use this command if missing the server name parameter. Just send ERR_NEEDMOREPARAMS.

Revision 8280 - (view) (annotate) - [selected]
Modified Tue Feb 20 19:30:33 2018 UTC (6 years, 1 month ago) by michael
File length: 2876 byte(s)
Diff to previous 7996
- Update copyright years

Revision 7996 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 13:17:39 2017 UTC (7 years ago) by michael
File length: 2876 byte(s)
Diff to previous 7925 , to selected 8280
- Rename get_client_name() to client_get_name()

Revision 7925 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:24 2016 UTC (7 years, 2 months ago) by michael
File length: 2876 byte(s)
Diff to previous 7007 , to selected 8280
- Update copyright years

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (8 years, 2 months ago) by michael
File length: 2876 byte(s)
Diff to previous 6358 , to selected 8280
- Update copyright years

Revision 6358 - (view) (annotate) - [select for diffs]
Modified Mon Aug 17 16:38:33 2015 UTC (8 years, 7 months ago) by michael
File length: 2876 byte(s)
Diff to previous 5880 , to selected 8280
- Make server_die() use enum; minor cleanups here and there

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (8 years, 10 months ago) by michael
File length: 2862 byte(s)
Diff to previous 5863 , to selected 8280
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5863 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:14 2015 UTC (8 years, 11 months ago) by michael
File length: 2733 byte(s)
Diff to previous 5346 , to selected 8280
- Removed useless zero initializers from the module_entry as suggested by Adam

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

Revision 5015 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:53:37 2014 UTC (9 years, 3 months ago) by michael
File length: 2806 byte(s)
Diff to previous 4843 , to selected 8280
- Removed unused header includes:wq

Revision 4843 - (view) (annotate) - [select for diffs]
Modified Tue Nov 4 17:49:10 2014 UTC (9 years, 4 months ago) by michael
File length: 2824 byte(s)
Diff to previous 4564 , to selected 8280
- m_die.c:mo_die(), m_restart.c:mo_restart(): minor cleanups

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

Revision 4546 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:38 2014 UTC (9 years, 7 months ago) by michael
File length: 2802 byte(s)
Diff to previous 3485 , to selected 8280
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3485 - (view) (annotate) - [select for diffs]
Modified Mon May 5 19:49:18 2014 UTC (9 years, 10 months ago) by michael
File length: 2796 byte(s)
Diff to previous 3484 , to selected 8280
- m_die(), m_restart(): initialize buf[] to something saner

Revision 3484 - (view) (annotate) - [select for diffs]
Modified Mon May 5 19:46:03 2014 UTC (9 years, 10 months ago) by michael
File length: 2791 byte(s)
Diff to previous 3377 , to selected 8280
- m_die(), m_restart(): use get_client_name() instead of get_oper_name()

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

Revision 3275 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:36:48 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_die.c
File length: 2780 byte(s)
Diff to previous 3156 , to selected 8280
- Worked towards improving documentation

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_die.c
File length: 2340 byte(s)
Diff to previous 3110 , to selected 8280
- Removed client_p pointers from everywhere

Revision 3110 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 20:33:17 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_die.c
File length: 2372 byte(s)
Diff to previous 3109 , to selected 8280
- Added sendto_one_notice()

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_die.c
File length: 2456 byte(s)
Diff to previous 2820 , to selected 8280
- Applied Adam's sendto_one_numeric() changes

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

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_die.c
File length: 2414 byte(s)
Diff to previous 1832 , to selected 8280
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_die.c
File length: 2404 byte(s)
Diff to previous 1592 , to selected 8280
- Made all numeric defines use the actual string instead of the numeric value
  which allows to use gcc's printf format attribute
- Remove current message locale implementation

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/modules/core/m_die.c
File length: 2414 byte(s)
Diff to previous 1309 , to selected 8280
- 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_die.c
File length: 2414 byte(s)
Diff to previous 1243 , to selected 8280
- 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 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/modules/core/m_die.c
File length: 2416 byte(s)
Diff to previous 1230 , to selected 8280
- 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 1230 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_die.c
File length: 2531 byte(s)
Diff to previous 1219 , to selected 8280
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_die.c
File length: 2397 byte(s)
Diff to previous 1178 , to selected 8280
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_die.c
File length: 2383 byte(s)
Diff to previous 1156 , to selected 8280
- Cleanup and restore older parts of the irc-command parser.
  Gives back ability to specify maximum amount of parameters
  that are processed within a command.

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/modules/core/m_die.c
File length: 2377 byte(s)
Diff to previous 1155 , to selected 8280
- 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/modules/core/m_die.c
File length: 2377 byte(s)
Diff to previous 1147 , to selected 8280
- recreate "trunk"

Revision 1147 - (view) (annotate) - [select for diffs]
Modified Thu Jul 28 20:14:29 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/core/m_die.c
File length: 2377 byte(s)
Diff to previous 1121 , to selected 8280
- replace several ircsprintf with snprintf

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/core/m_die.c
File length: 2393 byte(s)
Diff to previous 1029 , to selected 8280
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

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/modules/core/m_die.c
File length: 2423 byte(s)
Diff to previous 1028 , to selected 8280
- 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/modules/core/m_die.c
File length: 2423 byte(s)
Diff to previous 1011 , to selected 8280
- 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/modules/core/m_die.c
File length: 2423 byte(s)
Diff to previous 34 , to selected 8280
- 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 (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/core/m_die.c
File length: 2442 byte(s)
Diff to previous 33 , to selected 8280
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/modules/core/m_die.c
File length: 2442 byte(s)
Diff to previous 32 , to selected 8280
- 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/modules/core/m_die.c
File length: 2442 byte(s)
Diff to previous 31 , to selected 8280
- 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/modules/core/m_die.c
File length: 2442 byte(s)
Diff to previous 30 , to selected 8280
- 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/modules/core/m_die.c
File length: 2494 byte(s)
Diff to selected 8280
- 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