ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_set.c
Revision 9405 - (view) (annotate) - [select for diffs]
Modified Sat May 23 17:43:34 2020 UTC (3 years, 10 months ago) by michael
File length: 11434 byte(s)
Diff to previous 9374 , to selected 4565
- m_set.c:quote_spamnum(): use proper conversion specifier for GlobalSetOptions.spam_num

Revision 9374 - (view) (annotate) - [select for diffs]
Modified Sat May 9 20:54:46 2020 UTC (3 years, 10 months ago) by michael
File length: 11434 byte(s)
Diff to previous 9101 , to selected 4565
- Each type of command handler now has its own min/max argument count pair;  remove remaining argument checks from all modules

Revision 9101 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:45 2020 UTC (4 years, 2 months ago) by michael
File length: 11382 byte(s)
Diff to previous 9077 , to selected 4565
- Bump copyright years everywhere

Revision 9077 - (view) (annotate) - [select for diffs]
Modified Sat Oct 12 20:15:17 2019 UTC (4 years, 5 months ago) by michael
File length: 11382 byte(s)
Diff to previous 8893 , to selected 4565
- Command handlers are now of type void again

Revision 8893 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 14:12:35 2019 UTC (4 years, 11 months ago) by michael
File length: 11401 byte(s)
Diff to previous 8804 , to selected 4565
- auth.c: remove auth_timeout_queries() and related code. Just let the dns and identd timeouts finish the request
- Removed IDENTTIMEOUT from '/set' options. We now no longer allow users to change this on runtime. identd timeout is 5 seconds now

Revision 8804 - (view) (annotate) - [select for diffs]
Modified Sat Jan 19 02:47:39 2019 UTC (5 years, 2 months ago) by michael
File length: 12112 byte(s)
Diff to previous 8801 , to selected 4565
- m_set.c:quote_identtimeout(): fixed invalid use of ERR_NOPRIVS;  test for admin oper flag instead of the user mode

Revision 8801 - (view) (annotate) - [select for diffs]
Modified Sat Jan 19 00:37:17 2019 UTC (5 years, 2 months ago) by michael
File length: 12106 byte(s)
Diff to previous 8800 , to selected 4565
- m_set.c:quote_autoconnall(): prevent 'status' from being OOB read in case the type of GlobalSetOptions.autoconn ever changes again

Revision 8800 - (view) (annotate) - [select for diffs]
Modified Sat Jan 19 00:23:53 2019 UTC (5 years, 2 months ago) by michael
File length: 12090 byte(s)
Diff to previous 8792 , to selected 4565
- Use bool for SetOptions.autoconn

Revision 8792 - (view) (annotate) - [select for diffs]
Modified Thu Jan 17 18:35:32 2019 UTC (5 years, 2 months ago) by michael
File length: 12005 byte(s)
Diff to previous 8784 , to selected 4565
- No longer enforce a lower limit of MAXCLIENTS_MIN on GlobalSetOptions.maxclients and ConfigServerInfo.default_max_clients

Revision 8784 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 17:13:04 2019 UTC (5 years, 2 months ago) by michael
File length: 12229 byte(s)
Diff to previous 8752 , to selected 4565
- m_set.c:quote_autoconn(): readability cleanups

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (5 years, 2 months ago) by michael
File length: 12259 byte(s)
Diff to previous 8660 , to selected 4565
- Update copyright years

Revision 8660 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 12:55:59 2018 UTC (5 years, 4 months ago) by michael
File length: 12259 byte(s)
Diff to previous 8603 , to selected 4565
- Make use of the bool data type in some more places

Revision 8603 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 19:43:30 2018 UTC (5 years, 5 months ago) by michael
File length: 12291 byte(s)
Diff to previous 8391 , to selected 4565
- Fixed style inconsistencies in various places

Revision 8391 - (view) (annotate) - [select for diffs]
Modified Sat Mar 17 21:45:30 2018 UTC (6 years ago) by michael
File length: 12275 byte(s)
Diff to previous 8279 , to selected 4565
- Clean up some awful CONF_SERVER handling in serv_connect()

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (6 years, 1 month ago) by michael
File length: 12281 byte(s)
Diff to previous 8059 , to selected 4565
- Update copyright years

Revision 8059 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 16:13:39 2017 UTC (7 years ago) by michael
File length: 12281 byte(s)
Diff to previous 7969 , to selected 4565
- Fixed style inconsistencies in various places

Revision 7969 - (view) (annotate) - [select for diffs]
Modified Mon Mar 13 19:28:30 2017 UTC (7 years ago) by michael
File length: 12314 byte(s)
Diff to previous 7924 , to selected 4565
- Get rid of Count.local

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (7 years, 2 months ago) by michael
File length: 12262 byte(s)
Diff to previous 7896 , to selected 4565
- Update copyright years

Revision 7896 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 10:09:46 2016 UTC (7 years, 4 months ago) by michael
File length: 12262 byte(s)
Diff to previous 7858 , to selected 4565
- m_set.c: replace mixture of %d/%i conversion specifiers with proper ones

Revision 7858 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 20:06:16 2016 UTC (7 years, 4 months ago) by michael
File length: 12138 byte(s)
Diff to previous 7407 , to selected 4565
- Import FLOODTIME changes from p4

Revision 7407 - (view) (annotate) - [select for diffs]
Modified Sun Mar 6 17:19:39 2016 UTC (8 years ago) by michael
File length: 11576 byte(s)
Diff to previous 7401 , to selected 4565
- m_set.c:quote_autoconn(): use conf->name when reporting the server name

Revision 7401 - (view) (annotate) - [select for diffs]
Modified Sun Mar 6 16:15:22 2016 UTC (8 years ago) by michael
File length: 11562 byte(s)
Diff to previous 7076 , to selected 4565
- Cleanups to operator/connect block lookup routines

Revision 7076 - (view) (annotate) - [select for diffs]
Modified Wed Jan 20 11:47:45 2016 UTC (8 years, 2 months ago) by michael
File length: 11587 byte(s)
Diff to previous 7006 , to selected 4565
- Constifications; style cleanups in some places

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (8 years, 2 months ago) by michael
File length: 11575 byte(s)
Diff to previous 6375 , to selected 4565
- Update copyright years

Revision 6375 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:34:16 2015 UTC (8 years, 7 months ago) by michael
File length: 11575 byte(s)
Diff to previous 6318 , to selected 4565
- Remove splitmode checking

Revision 6318 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:04:43 2015 UTC (8 years, 7 months ago) by michael
File length: 14694 byte(s)
Diff to previous 5881 , to selected 4565
- Get rid of UMODE_ALL

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (8 years, 10 months ago) by michael
File length: 14589 byte(s)
Diff to previous 5864 , to selected 4565
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

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

Revision 5489 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 14:52:23 2015 UTC (9 years, 1 month ago) by michael
File length: 14548 byte(s)
Diff to previous 5347 , to selected 4565
- Fixed bug where "/rehash" would always reset the "MAX", "JFLOODTIME", and "JFLOODCOUNT" values that
  have been changed from within IRC via the "/set" command
- Renamed the following ircd.conf configuration directives to be more descriptive:

  max_clients -> default_max_clients
  join_flood_count -> default_join_flood_count
  join_flood_time -> default_join_flood_time

- Updated related ircd.conf documentation accordingly

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (9 years, 2 months ago) by michael
File length: 14553 byte(s)
Diff to previous 4565
- Update copyright years

Revision 4565 - (view) (annotate) - [selected]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
File length: 14553 byte(s)
Diff to previous 4545
- Update GPL 2 license headers

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (9 years, 7 months ago) by michael
File length: 14549 byte(s)
Diff to previous 4340 , to selected 4565
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4340 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (9 years, 7 months ago) by michael
File length: 14543 byte(s)
Diff to previous 4094 , to selected 4565
- Renamed structures to meet code conventions

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

Revision 3856 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 14:10:03 2014 UTC (9 years, 9 months ago) by michael
File length: 14521 byte(s)
Diff to previous 3855 , to selected 4565
- m_set.c: made things use an unsigned int

Revision 3855 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 14:04:45 2014 UTC (9 years, 9 months ago) by michael
File length: 14502 byte(s)
Diff to previous 3789 , to selected 4565
- m_set.c: whitespace changes

Revision 3789 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 23:29:54 2014 UTC (9 years, 9 months ago) by michael
File length: 14501 byte(s)
Diff to previous 3606 , to selected 4565
- m_set.c: whitespace commit

Revision 3606 - (view) (annotate) - [select for diffs]
Modified Tue May 20 17:44:20 2014 UTC (9 years, 10 months ago) by michael
File length: 14511 byte(s)
Diff to previous 3382 , to selected 4565
- m_set.c: whitespace changes

Revision 3382 - (view) (annotate) - [select for diffs]
Modified Fri Apr 25 13:23:23 2014 UTC (9 years, 11 months ago) by michael
File length: 14512 byte(s)
Diff to previous 3373 , to selected 4565
- m_set.c:mo_set(): removed hack. Let quote_autoconn() deal
  with missing parameters.

Revision 3373 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 16:44:02 2014 UTC (9 years, 11 months ago) by michael
File length: 14666 byte(s)
Diff to previous 3372 , to selected 4565
- Fixed previous commit to m_set.c

Revision 3372 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 16:27:24 2014 UTC (9 years, 11 months ago) by michael
File length: 14673 byte(s)
Diff to previous 3347 , to selected 4565
- m_set.c: minor cleanups

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
File length: 15063 byte(s)
Diff to previous 3320 , to selected 4565
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3320 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 15:58:33 2014 UTC (9 years, 11 months ago) by michael
File length: 15065 byte(s)
Diff to previous 3283 , to selected 4565
- Removed useless header includes

Revision 3283 - (view) (annotate) - [select for diffs]
Modified Tue Apr 8 16:39:50 2014 UTC (9 years, 11 months ago) by michael
File length: 15126 byte(s)
Diff to previous 3280 , to selected 4565
- Style corrections/constification

Revision 3280 - (view) (annotate) - [select for diffs]
Modified Mon Apr 7 18:21:22 2014 UTC (9 years, 11 months ago) by michael
File length: 15125 byte(s)
Diff to previous 3156 , to selected 4565
- Fixed compile warnings

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years ago) by michael
File length: 15114 byte(s)
Diff to previous 3117 , to selected 4565
- Removed client_p pointers from everywhere

Revision 3117 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:28:54 2014 UTC (10 years ago) by michael
File length: 15146 byte(s)
Diff to previous 3110 , to selected 4565
- Removed unused header includes here and there

Revision 3110 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 20:33:17 2014 UTC (10 years ago) by michael
File length: 15185 byte(s)
Diff to previous 3109 , to selected 4565
- 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
File length: 15858 byte(s)
Diff to previous 3069 , to selected 4565
- Applied Adam's sendto_one_numeric() changes

Revision 3069 - (view) (annotate) - [select for diffs]
Modified Thu Feb 27 19:12:00 2014 UTC (10 years, 1 month ago) by michael
File length: 15975 byte(s)
Diff to previous 2820 , to selected 4565
- numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (10 years, 2 months ago) by michael
File length: 15974 byte(s)
Diff to previous 2433 , to selected 4565
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2433 - (view) (annotate) - [select for diffs]
Modified Fri Aug 2 18:43:00 2013 UTC (10 years, 7 months ago) by michael
File length: 15915 byte(s)
Diff to previous 1997 , to selected 4565
- Removed rfc1459_command_send_error() message handler

Revision 1997 - (view) (annotate) - [select for diffs]
Modified Sat May 11 17:35:07 2013 UTC (10 years, 10 months ago) by michael
File length: 15933 byte(s)
Diff to previous 1837 , to selected 4565
- Mostly style cleanups & whitespace changes

Revision 1837 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 09:27:27 2013 UTC (10 years, 11 months ago) by michael
File length: 16383 byte(s)
Diff to previous 1834 , to selected 4565
- Remove current msg locale implementation

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
File length: 16915 byte(s)
Diff to previous 1832 , to selected 4565
- 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
File length: 16353 byte(s)
Diff to previous 1736 , to selected 4565
- 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 1736 - (view) (annotate) - [select for diffs]
Modified Sun Jan 13 09:31:46 2013 UTC (11 years, 2 months ago) by michael
File length: 16915 byte(s)
Diff to previous 1632 , to selected 4565
- Forward-port -r1732 [Dropped support for linux rt signals]

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (11 years, 4 months ago) by michael
File length: 16942 byte(s)
Diff to previous 1618 , to selected 4565
- Initial rewrite of the configuration subsystem

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (11 years, 4 months ago) by michael
File length: 17006 byte(s)
Diff to previous 1592 , to selected 4565
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
  SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617

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

Revision 1549 - (view) (annotate) - [select for diffs]
Modified Mon Oct 1 18:11:11 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_set.c
File length: 16737 byte(s)
Diff to previous 1460 , to selected 4565
- Removed general::kline_with_reason configuration options. It's now enabled
  by default
- Removed remnants of the broken reject holding code

Revision 1460 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 14:32:53 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_set.c
File length: 17321 byte(s)
Diff to previous 1451 , to selected 4565
- Added 'set' to operator privilege flags. Gives access to the "SET" command

Revision 1451 - (view) (annotate) - [select for diffs]
Modified Fri Jun 29 11:28:25 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_set.c
File length: 17162 byte(s)
Diff to previous 1309 , to selected 4565
- Style corrections

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/m_set.c
File length: 16958 byte(s)
Diff to previous 1285 , to selected 4565
- 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 1285 - (view) (annotate) - [select for diffs]
Modified Sun Feb 5 15:12:59 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_set.c
File length: 16979 byte(s)
Diff to previous 1247 , to selected 4565
- added CIDR support for operator{} blocks
- operator "name"{} is no longer supported

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

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/m_set.c
File length: 17820 byte(s)
Diff to previous 1230 , to selected 4565
- 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/m_set.c
File length: 17874 byte(s)
Diff to previous 1219 , to selected 4565
- 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/m_set.c
File length: 17755 byte(s)
Diff to previous 1178 , to selected 4565
- 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/m_set.c
File length: 17741 byte(s)
Diff to previous 1176 , to selected 4565
- 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 1176 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_set.c
File length: 17735 byte(s)
Diff to previous 1156 , to selected 4565
- remove idle-time klines
- rename LocalUser.last to LocalUser.last_privmsg
- m_message.c: reset source_p->last_privmsg even if a client is messaging itself


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/m_set.c
File length: 18564 byte(s)
Diff to previous 1155 , to selected 4565
- 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/m_set.c
File length: 18564 byte(s)
Diff to previous 1142 , to selected 4565
- recreate "trunk"

Revision 1142 - (view) (annotate) - [select for diffs]
Modified Sat Jul 16 20:05:08 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_set.c
File length: 18564 byte(s)
Diff to previous 1141 , to selected 4565
- fix for previous commit to m_set.c

Revision 1141 - (view) (annotate) - [select for diffs]
Modified Sat Jul 16 19:58:28 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_set.c
File length: 18601 byte(s)
Diff to previous 1140 , to selected 4565
- m_set.c: replace all occurrences of %s!%s@%s with get_oper_name()

Revision 1140 - (view) (annotate) - [select for diffs]
Modified Sat Jul 16 19:46:35 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_set.c
File length: 18475 byte(s)
Diff to previous 1121 , to selected 4565
- m_set.c:quote_max(): add missing argument to sendto_one() call

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/m_set.c
File length: 18451 byte(s)
Diff to previous 1029 , to selected 4565
- 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/m_set.c
File length: 18481 byte(s)
Diff to previous 1028 , to selected 4565
- 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/m_set.c
File length: 18481 byte(s)
Diff to previous 1013 , to selected 4565
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_set.c
File length: 18481 byte(s)
Diff to previous 946 , to selected 4565
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

Revision 946 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 23:18:04 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_set.c
File length: 18839 byte(s)
Diff to previous 896 , to selected 4565
- move m_error.c to modules/


Revision 896 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_set.c
File length: 18786 byte(s)
Diff to previous 646 , to selected 4565
- Killed s_stats.c

Revision 646 - (view) (annotate) - [select for diffs]
Modified Wed Jun 7 12:42:00 2006 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_set.c
File length: 17961 byte(s)
Diff to previous 34 , to selected 4565
- Fixed old bug that would forbid SPAMNUM to be disabled via "SET SPAMNUM 0"

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/m_set.c
File length: 17960 byte(s)
Diff to previous 33 , to selected 4565
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/m_set.c
File length: 17960 byte(s)
Diff to previous 32 , to selected 4565
- 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/m_set.c
File length: 17960 byte(s)
Diff to previous 31 , to selected 4565
- 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/m_set.c
File length: 17960 byte(s)
Diff to previous 30 , to selected 4565
- 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/m_set.c
File length: 18012 byte(s)
Diff to selected 4565
- 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