ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_accept.c
Revision 7033 - (view) (annotate) - [select for diffs]
Modified Sun Jan 3 14:37:29 2016 UTC (8 years, 3 months ago) by michael
File length: 5900 byte(s)
Diff to previous 7007
- Renamed MyCalloc to xcalloc

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

Revision 6545 - (view) (annotate) - [select for diffs]
Modified Wed Sep 16 19:54:01 2015 UTC (8 years, 7 months ago) by michael
File length: 5901 byte(s)
Diff to previous 6467
- Removed that dirty strtoken definition in stdinc.h

Revision 6467 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 17:06:19 2015 UTC (8 years, 7 months ago) by michael
File length: 5901 byte(s)
Diff to previous 5880
- m_accept.c:m_accept(): run collapse() on the mask before using it

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (8 years, 11 months ago) by michael
File length: 5900 byte(s)
Diff to previous 5863
- 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: 5771 byte(s)
Diff to previous 5346
- 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, 3 months ago) by michael
File length: 5859 byte(s)
Diff to previous 4974
- Update copyright years

Revision 4974 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 19:53:48 2014 UTC (9 years, 4 months ago) by michael
File length: 5859 byte(s)
Diff to previous 4954
- Fixed compile warnings due to shadowed global variables on RHEL/maybe other distros

Revision 4954 - (view) (annotate) - [select for diffs]
Modified Sun Nov 30 13:01:28 2014 UTC (9 years, 4 months ago) by michael
File length: 5823 byte(s)
Diff to previous 4949
- m_accept.c: whitespace changes

Revision 4949 - (view) (annotate) - [select for diffs]
Modified Sun Nov 30 12:16:01 2014 UTC (9 years, 4 months ago) by michael
File length: 5824 byte(s)
Diff to previous 4816
- Renamed variables; const correctness

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

Revision 4589 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:21 2014 UTC (9 years, 7 months ago) by michael
File length: 5851 byte(s)
Diff to previous 4564
- Renamed 'localClient' Client structure member to just 'connection'

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: 5854 byte(s)
Diff to previous 4546
- 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: 5850 byte(s)
Diff to previous 4341
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4341 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:48 2014 UTC (9 years, 8 months ago) by michael
File length: 5844 byte(s)
Diff to previous 4042
- Renamed structures to meet code conventions

Revision 4042 - (view) (annotate) - [select for diffs]
Modified Sun Jun 22 16:06:27 2014 UTC (9 years, 9 months ago) by michael
File length: 5846 byte(s)
Diff to previous 4015
- m_accept.c:list_accepts(): make sure to have one byte left for the space

Revision 4015 - (view) (annotate) - [select for diffs]
Modified Thu Jun 19 18:49:29 2014 UTC (9 years, 9 months ago) by michael
File length: 5835 byte(s)
Diff to previous 4012
- m_accept.c:list_accepts(): whitespace changes; fixed typo

Revision 4012 - (view) (annotate) - [select for diffs]
Modified Thu Jun 19 18:29:02 2014 UTC (9 years, 9 months ago) by michael
File length: 5834 byte(s)
Diff to previous 3874
- m_accept.c:list_accepts(): fixed magic value to actually fully utilize all 512 bytes.
  Add some documentation which describes this magic value so other people don't tear
  their hair out about this value.

Revision 3874 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 14:42:13 2014 UTC (9 years, 10 months ago) by michael
File length: 5709 byte(s)
Diff to previous 3604
- Style corrections; fixed comments

Revision 3604 - (view) (annotate) - [select for diffs]
Modified Tue May 20 17:39:31 2014 UTC (9 years, 10 months ago) by michael
File length: 5709 byte(s)
Diff to previous 3505
- m_accept.c: style corrections

Revision 3505 - (view) (annotate) - [select for diffs]
Modified Sat May 10 19:51:42 2014 UTC (9 years, 11 months ago) by michael
File length: 5718 byte(s)
Diff to previous 3377
- Renamed MyMalloc() to MyCalloc()

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: 5718 byte(s)
Diff to previous 3370
- Create 8.2.x branch

Revision 3370 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 15:57:54 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_accept.c
File length: 5718 byte(s)
Diff to previous 3300
- m_accept.c:m_accept(): replaced irccmp() swith strcmp()

Revision 3300 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 18:26:22 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_accept.c
File length: 5718 byte(s)
Diff to previous 3274
- doxygen

Revision 3274 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:22:23 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_accept.c
File length: 5713 byte(s)
Diff to previous 3246
- Clean up redundant/unused header includes

Revision 3246 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 17:37:13 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_accept.c
File length: 5733 byte(s)
Diff to previous 3156
- Fixed inconsistent style in several places

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

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

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_accept.c
File length: 6166 byte(s)
Diff to previous 2820
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

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

Revision 2363 - (view) (annotate) - [select for diffs]
Modified Thu Jul 4 21:29:23 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_accept.c
File length: 6158 byte(s)
Diff to previous 1834
- find_accept(): solved XXX

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/m_accept.c
File length: 6148 byte(s)
Diff to previous 1832
- 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/m_accept.c
File length: 6088 byte(s)
Diff to previous 1793
- 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 1793 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (11 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_accept.c
File length: 6148 byte(s)
Diff to previous 1666
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1666 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 17:03:18 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_accept.c
File length: 6182 byte(s)
Diff to previous 1646
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c

Revision 1646 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_accept.c
File length: 6162 byte(s)
Diff to previous 1592
- First pass of conf parser stabilization/cleanup

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/m_accept.c
File length: 6165 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_accept.c
File length: 6165 byte(s)
Diff to previous 1243
- 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/m_accept.c
File length: 6167 byte(s)
Diff to previous 1230
- 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_accept.c
File length: 6206 byte(s)
Diff to previous 1178
- cleanup module loader. Make module api more flexible

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_accept.c
File length: 6090 byte(s)
Diff to previous 1156
- 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, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_accept.c
File length: 6084 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 (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/modules/m_accept.c
File length: 6084 byte(s)
Diff to previous 1121
- recreate "trunk"

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_accept.c
File length: 6084 byte(s)
Diff to previous 1029
- 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, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_accept.c
File length: 6114 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 (14 years, 5 months ago) by michael
Original Path: ircd-hybrid/modules/m_accept.c
File length: 6114 byte(s)
Diff to previous 1007
- move ircd-hybrid-7.2 to trunk

Revision 1007 - (view) (annotate) - [select for diffs]
Modified Tue Sep 1 15:25:26 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_accept.c
File length: 6114 byte(s)
Diff to previous 887
- continue doxyfying sources

Revision 887 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 11:54:48 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_accept.c
File length: 6154 byte(s)
Diff to previous 34
- Backported new ACCEPT code which adds support for n!u@h masks

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_accept.c
File length: 6403 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 (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_accept.c
File length: 6403 byte(s)
Diff to previous 32
- svn:keywords

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

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_accept.c
File length: 6403 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 (18 years, 6 months ago) by adx
Original Path: ircd-hybrid/modules/m_accept.c
File length: 6462 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