ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_accept.c
Revision 9890 - (view) (annotate) - [select for diffs]
Modified Sat Jan 16 17:04:04 2021 UTC (4 years, 7 months ago) by michael
File length: 6054 byte(s)
Diff to previous 9857
- Change accept/callerid related code to no longer re-use the 'struct split_nuh_item' and have
  its own 'struct AcceptItem' instead. Minor other cleanups to callerid related functions.

Revision 9857 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 04:43:22 2021 UTC (4 years, 7 months ago) by michael
File length: 5976 byte(s)
Diff to previous 9834
- Bump copyright years

Revision 9834 - (view) (annotate) - [select for diffs]
Modified Fri Dec 25 10:10:03 2020 UTC (4 years, 8 months ago) by michael
File length: 5976 byte(s)
Diff to previous 9374
- Stylistical changes

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

Revision 9348 - (view) (annotate) - [select for diffs]
Modified Sat Apr 25 17:01:12 2020 UTC (5 years, 4 months ago) by michael
File length: 5939 byte(s)
Diff to previous 9346
- Replace some occurrences of sprintf with snprintf

Revision 9346 - (view) (annotate) - [select for diffs]
Modified Sat Apr 25 16:43:04 2020 UTC (5 years, 4 months ago) by michael
File length: 5936 byte(s)
Diff to previous 9344
- m_accept.c:list_accepts(): replace sprintf with snprintf

Revision 9344 - (view) (annotate) - [select for diffs]
Modified Sat Apr 25 16:30:13 2020 UTC (5 years, 4 months ago) by michael
File length: 5880 byte(s)
Diff to previous 9101
- m_accept.c:list_accepts(): minor code readability improvements

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

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

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (6 years, 7 months ago) by michael
File length: 5864 byte(s)
Diff to previous 8603
- Update copyright years

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

Revision 8431 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 18:49:15 2018 UTC (7 years, 5 months ago) by michael
File length: 5860 byte(s)
Diff to previous 8279
- Stylistic changes

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (7 years, 6 months ago) by michael
File length: 5876 byte(s)
Diff to previous 7924
- Update copyright years

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

Revision 7687 - (view) (annotate) - [select for diffs]
Modified Thu Aug 18 17:32:22 2016 UTC (9 years ago) by michael
File length: 5876 byte(s)
Diff to previous 7032
- Remove excessive const keyword on dlink_node pointers

Revision 7032 - (view) (annotate) - [select for diffs]
Modified Sun Jan 3 14:34:39 2016 UTC (9 years, 7 months ago) by michael
File length: 5900 byte(s)
Diff to previous 7006
- Renamed MyCalloc to xcalloc

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (9 years, 7 months ago) by michael
File length: 5901 byte(s)
Diff to previous 6546
- Update copyright years

Revision 6546 - (view) (annotate) - [select for diffs]
Modified Wed Sep 16 19:55:55 2015 UTC (9 years, 11 months ago) by michael
File length: 5901 byte(s)
Diff to previous 6466
- Removed that dirty strtoken definition in stdinc.h

Revision 6466 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 17:05:56 2015 UTC (9 years, 11 months ago) by michael
File length: 5901 byte(s)
Diff to previous 5881
- m_accept.c:m_accept(): run collapse() on the mask before using it

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (10 years, 3 months ago) by michael
File length: 5900 byte(s)
Diff to previous 5864
- 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 (10 years, 4 months ago) by michael
File length: 5771 byte(s)
Diff to previous 5347
- Removed useless zero initializers from the module_entry as suggested by Adam

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

Revision 4975 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 19:54:35 2014 UTC (10 years, 8 months ago) by michael
File length: 5859 byte(s)
Diff to previous 4955
- Fixed compile warnings due to shadowed global variables on RHEL/maybe other distros

Revision 4955 - (view) (annotate) - [select for diffs]
Modified Sun Nov 30 13:01:38 2014 UTC (10 years, 8 months ago) by michael
File length: 5823 byte(s)
Diff to previous 4948
- m_accept.c: whitespace changes

Revision 4948 - (view) (annotate) - [select for diffs]
Modified Sun Nov 30 12:15:48 2014 UTC (10 years, 8 months ago) by michael
File length: 5824 byte(s)
Diff to previous 4815
- Renamed variables; const correctness

Revision 4815 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:28:42 2014 UTC (10 years, 9 months ago) by michael
File length: 5854 byte(s)
Diff to previous 4588
- Renamed variables

Revision 4588 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (11 years ago) by michael
File length: 5851 byte(s)
Diff to previous 4565
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 5854 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 (11 years ago) by michael
File length: 5850 byte(s)
Diff to previous 4340
- 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 (11 years ago) by michael
File length: 5844 byte(s)
Diff to previous 4043
- Renamed structures to meet code conventions

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

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

Revision 4013 - (view) (annotate) - [select for diffs]
Modified Thu Jun 19 18:29:31 2014 UTC (11 years, 2 months ago) by michael
File length: 5834 byte(s)
Diff to previous 3875
- 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 3875 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 14:46:28 2014 UTC (11 years, 2 months ago) by michael
File length: 5709 byte(s)
Diff to previous 3605
- Style corrections; fixed comments

Revision 3605 - (view) (annotate) - [select for diffs]
Modified Tue May 20 17:39:58 2014 UTC (11 years, 3 months ago) by michael
File length: 5709 byte(s)
Diff to previous 3504
- m_accept.c: style corrections

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

Revision 3370 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 15:57:54 2014 UTC (11 years, 4 months ago) by michael
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 (11 years, 4 months ago) by michael
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 (11 years, 4 months ago) by michael
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 (11 years, 4 months ago) by michael
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 (11 years, 5 months ago) by michael
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 (11 years, 5 months ago) by michael
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 (11 years, 5 months ago) by michael
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 (11 years, 7 months ago) by michael
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 (12 years, 1 month ago) by michael
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 (12 years, 4 months ago) by michael
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 (12 years, 4 months ago) by michael
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 (12 years, 4 months ago) by michael
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 (12 years, 9 months ago) by michael
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 (12 years, 9 months ago) by michael
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 (12 years, 10 months ago) by michael
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 (13 years, 5 months 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 (13 years, 10 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 (13 years, 11 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 (14 years 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 (14 years 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 (14 years 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 (14 years, 7 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 (15 years, 9 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 (15 years, 9 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 (15 years, 11 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 (17 years, 9 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 (19 years, 10 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 (19 years, 10 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 (19 years, 10 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 (19 years, 10 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 (19 years, 10 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