ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/listener.c
Revision 10003 - (view) (annotate) - [select for diffs]
Modified Sat Jun 26 15:15:13 2021 UTC (2 years, 9 months ago) by michael
File length: 11108 byte(s)
Diff to previous 10002 , to selected 9609
- listener.c:listener_finalize(): fix `STATS P` displaying issue with compressed ipv6 loopback/inaddr_any

Revision 10002 - (view) (annotate) - [select for diffs]
Modified Sat Jun 26 13:04:14 2021 UTC (2 years, 9 months ago) by michael
File length: 10998 byte(s)
Diff to previous 10001 , to selected 9609
- listener.c:listener_add(): remove redundant dlinkAdd(). This now happens in listener_make()

Revision 10001 - (view) (annotate) - [select for diffs]
Modified Sat Jun 26 13:00:55 2021 UTC (2 years, 9 months ago) by michael
File length: 11055 byte(s)
Diff to previous 9995 , to selected 9609
- listener.h, listener.c:  change listener::name to pointer type;  rename inetport() to listener_finalize()

Revision 9995 - (view) (annotate) - [select for diffs]
Modified Thu Jun 17 16:20:00 2021 UTC (2 years, 9 months ago) by michael
File length: 10919 byte(s)
Diff to previous 9993 , to selected 9609
- listener.c:listener_add(): remove pointless code

Revision 9993 - (view) (annotate) - [select for diffs]
Modified Thu Jun 17 15:18:57 2021 UTC (2 years, 9 months ago) by michael
File length: 11352 byte(s)
Diff to previous 9858 , to selected 9609
- listener.c:inetport(): fixed gh issue #30 where ircd wouldn't listen on both ipv4 and ipv6 ports in case no address has been specified

Revision 9858 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 04:43:42 2021 UTC (3 years, 2 months ago) by michael
File length: 10855 byte(s)
Diff to previous 9614 , to selected 9609
- Bump copyright years

Revision 9614 - (view) (annotate) - [select for diffs]
Modified Mon Sep 7 12:46:40 2020 UTC (3 years, 6 months ago) by michael
File length: 10855 byte(s)
Diff to previous 9609
- m_stats.c, listener.c: listener->active is of type bool. Use true/false where appropriate;  change inetport() to bool

Revision 9609 - (view) (annotate) - [selected]
Modified Sun Sep 6 07:28:07 2020 UTC (3 years, 6 months ago) by michael
File length: 10812 byte(s)
Diff to previous 9585
- Implement accept() deferring. Closes github issue #4

Revision 9585 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 14:00:29 2020 UTC (3 years, 6 months ago) by michael
File length: 10335 byte(s)
Diff to previous 9156 , to selected 9609
- Added 'client' option to listener::flags

Revision 9156 - (view) (annotate) - [select for diffs]
Modified Mon Jan 13 14:51:47 2020 UTC (4 years, 2 months ago) by michael
File length: 10176 byte(s)
Diff to previous 9102 , to selected 9609
- Replaced most occurences of 'SSL' with 'TLS'

Revision 9102 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:57 2020 UTC (4 years, 2 months ago) by michael
File length: 10176 byte(s)
Diff to previous 9013 , to selected 9609
- Bump copyright years everywhere

Revision 9013 - (view) (annotate) - [select for diffs]
Modified Mon May 27 17:45:00 2019 UTC (4 years, 10 months ago) by michael
File length: 10176 byte(s)
Diff to previous 9007 , to selected 9609
- listener.c:listener_make(): another memcpy() bites the dust

Revision 9007 - (view) (annotate) - [select for diffs]
Modified Sun May 26 17:41:23 2019 UTC (4 years, 10 months ago) by michael
File length: 10207 byte(s)
Diff to previous 8874 , to selected 9609
- listener.c:inetport(): kill pointless copying of listener->addr

Revision 8874 - (view) (annotate) - [select for diffs]
Modified Sat Feb 16 21:53:04 2019 UTC (5 years, 1 month ago) by michael
File length: 10270 byte(s)
Diff to previous 8828 , to selected 9609
- Cleanup server connecting related code even further
- Make comm_connect_tcp() take less arguments and remove unused dns resolving functionality

Revision 8828 - (view) (annotate) - [select for diffs]
Modified Sat Feb 2 16:49:32 2019 UTC (5 years, 1 month ago) by michael
File length: 10361 byte(s)
Diff to previous 8827 , to selected 9609
- conf_connect_allowed, find_conf_by_address, find_address_conf, find_dline_conf: drop the aftype argument

Revision 8827 - (view) (annotate) - [select for diffs]
Modified Sat Feb 2 00:01:13 2019 UTC (5 years, 1 month ago) by michael
File length: 10380 byte(s)
Diff to previous 8751 , to selected 9609
- Made comm_get_sockerr() and comm_accept() take a fde_t pointer as argument

Revision 8751 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:50 2019 UTC (5 years, 2 months ago) by michael
File length: 10384 byte(s)
Diff to previous 8657 , to selected 9609
- Update copyright years

Revision 8657 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:02:38 2018 UTC (5 years, 4 months ago) by michael
File length: 10384 byte(s)
Diff to previous 8348 , to selected 9609
- Make use of the bool data type in some more places

Revision 8348 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 13:23:49 2018 UTC (6 years ago) by michael
File length: 10381 byte(s)
Diff to previous 8338 , to selected 9609
- Style corrections

Revision 8338 - (view) (annotate) - [select for diffs]
Modified Sat Mar 3 22:26:59 2018 UTC (6 years ago) by michael
File length: 10399 byte(s)
Diff to previous 8309 , to selected 9609
- Restore fd_table. No longer allocate fde_t items from within any other structures like the AuthRequest, or Connection structure
- struct AuthRequest once again is no longer allocated from within the Connection structure

Revision 8309 - (view) (annotate) - [select for diffs]
Modified Wed Feb 28 16:45:52 2018 UTC (6 years ago) by michael
File length: 10221 byte(s)
Diff to previous 8280 , to selected 9609
- Clean up remaining sizeof() to sizeof(variable)

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

Revision 8252 - (view) (annotate) - [select for diffs]
Modified Mon May 22 19:28:52 2017 UTC (6 years, 10 months ago) by michael
File length: 10242 byte(s)
Diff to previous 7925 , to selected 9609
- Have s_bsd.c:comm_accept() take a fde_t pointer instead of a struct Listener

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: 10237 byte(s)
Diff to previous 7667 , to selected 9609
- Update copyright years

Revision 7667 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:36 2016 UTC (7 years, 8 months ago) by michael
File length: 10237 byte(s)
Diff to previous 7350 , to selected 9609
- Fixed svn properties

Revision 7350 - (view) (annotate) - [select for diffs]
Modified Sun Feb 21 11:56:06 2016 UTC (8 years, 1 month ago) by michael
File length: 10237 byte(s)
Diff to previous 7346 , to selected 9609
- Show some stats about allocated listeners in /stats z

Revision 7346 - (view) (annotate) - [select for diffs]
Modified Sun Feb 21 11:27:43 2016 UTC (8 years, 1 month ago) by michael
File length: 10074 byte(s)
Diff to previous 7329 , to selected 9609
- Remove excessive 'const'

Revision 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (8 years, 1 month ago) by michael
File length: 10080 byte(s)
Diff to previous 7033 , to selected 9609
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
  we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
  doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
  forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
  associated with it.

Revision 7033 - (view) (annotate) - [select for diffs]
Modified Sun Jan 3 14:37:29 2016 UTC (8 years, 2 months ago) by michael
File length: 10077 byte(s)
Diff to previous 7007 , to selected 9609
- Renamed MyCalloc to xcalloc

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: 10079 byte(s)
Diff to previous 6368 , to selected 9609
- Update copyright years

Revision 6368 - (view) (annotate) - [select for diffs]
Modified Wed Aug 19 10:25:56 2015 UTC (8 years, 7 months ago) by michael
File length: 10079 byte(s)
Diff to previous 6365 , to selected 9609
- Rename several functions in listener.c to comply with naming convention

Revision 6365 - (view) (annotate) - [select for diffs]
Modified Wed Aug 19 10:05:23 2015 UTC (8 years, 7 months ago) by michael
File length: 10081 byte(s)
Diff to previous 5346 , to selected 9609
- Move show_ports() from listener.c to m_stats.c

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: 11231 byte(s)
Diff to previous 5050 , to selected 9609
- Update copyright years

Revision 5050 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 21:30:17 2014 UTC (9 years, 3 months ago) by michael
File length: 11231 byte(s)
Diff to previous 5002 , to selected 9609
- Fixed compile warnings

Revision 5002 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 14:09:10 2014 UTC (9 years, 3 months ago) by michael
File length: 11225 byte(s)
Diff to previous 4993 , to selected 9609
- Style corrections

Revision 4993 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 13:23:06 2014 UTC (9 years, 3 months ago) by michael
File length: 11232 byte(s)
Diff to previous 4936 , to selected 9609
- Removed useless assert()s

Revision 4936 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 15:05:06 2014 UTC (9 years, 4 months ago) by michael
File length: 11319 byte(s)
Diff to previous 4839 , to selected 9609
- Renamed variables; const correctness
- Removed IsConfOperator macro

Revision 4839 - (view) (annotate) - [select for diffs]
Modified Sun Nov 2 22:35:08 2014 UTC (9 years, 4 months ago) by michael
File length: 11313 byte(s)
Diff to previous 4816 , to selected 9609
- listener.c:listener_accept_connection(): no need to send the NUL byte

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

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: 11234 byte(s)
Diff to previous 4520 , to selected 9609
- Update GPL 2 license headers

Revision 4520 - (view) (annotate) - [select for diffs]
Modified Sun Aug 17 20:20:07 2014 UTC (9 years, 7 months ago) by michael
File length: 11230 byte(s)
Diff to previous 4519 , to selected 9609
- listener.c: reformatting

Revision 4519 - (view) (annotate) - [select for diffs]
Modified Sun Aug 17 20:04:34 2014 UTC (9 years, 7 months ago) by michael
File length: 11250 byte(s)
Diff to previous 4462 , to selected 9609
- listener.c: renamed ListenerPollList to listener_list

Revision 4462 - (view) (annotate) - [select for diffs]
Modified Wed Aug 13 17:08:22 2014 UTC (9 years, 7 months ago) by michael
File length: 11268 byte(s)
Diff to previous 4430 , to selected 9609
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
  a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
  has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.

Revision 4430 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 19:03:19 2014 UTC (9 years, 7 months ago) by michael
File length: 11249 byte(s)
Diff to previous 4429 , to selected 9609
- Rewrite sendto_realops_flags_ratelimited() so it can be used in other places as well

Revision 4429 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 17:46:35 2014 UTC (9 years, 7 months ago) by michael
File length: 11464 byte(s)
Diff to previous 4426 , to selected 9609
- Added listener_release() and make use of it

Revision 4426 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 17:15:19 2014 UTC (9 years, 7 months ago) by michael
File length: 11289 byte(s)
Diff to previous 4425 , to selected 9609
- listener.c: reformatting

Revision 4425 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 17:09:28 2014 UTC (9 years, 7 months ago) by michael
File length: 11348 byte(s)
Diff to previous 4414 , to selected 9609
- listener.c:make_listener(): constification

Revision 4414 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 14:06:08 2014 UTC (9 years, 7 months ago) by michael
File length: 11333 byte(s)
Diff to previous 4406 , to selected 9609
- Removed ipv6 detection. We now assume all systems that run hybrid have
  ipv6 availability and sockaddr_storage.

Revision 4406 - (view) (annotate) - [select for diffs]
Modified Wed Aug 6 18:40:24 2014 UTC (9 years, 7 months ago) by michael
File length: 11389 byte(s)
Diff to previous 4374 , to selected 9609
- Moved memset() from accept_connection() to comm_accept()

Revision 4374 - (view) (annotate) - [select for diffs]
Modified Sun Aug 3 14:41:55 2014 UTC (9 years, 7 months ago) by michael
File length: 11424 byte(s)
Diff to previous 4341 , to selected 9609
- listener.h, listener.c: use HOSTIPLEN for Listener::name; update documentation

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

Revision 3876 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 15:42:52 2014 UTC (9 years, 9 months ago) by michael
File length: 11387 byte(s)
Diff to previous 3505 , to selected 9609
- Added general::throttle_count idea from p4

Revision 3505 - (view) (annotate) - [select for diffs]
Modified Sat May 10 19:51:42 2014 UTC (9 years, 10 months ago) by michael
File length: 11359 byte(s)
Diff to previous 3377 , to selected 9609
- 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: 11359 byte(s)
Diff to previous 3335 , to selected 9609
- Create 8.2.x branch

Revision 3335 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 18:55:31 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/listener.c
File length: 11359 byte(s)
Diff to previous 3215 , to selected 9609
- Style corrections

Revision 3215 - (view) (annotate) - [select for diffs]
Modified Tue Mar 25 19:23:15 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/listener.c
File length: 11391 byte(s)
Diff to previous 3109 , to selected 9609
- Fixed some comments; cleaned up style here and there

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/src/listener.c
File length: 11373 byte(s)
Diff to previous 2916 , to selected 9609
- Applied Adam's sendto_one_numeric() changes

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

Revision 2691 - (view) (annotate) - [select for diffs]
Modified Tue Dec 17 18:55:59 2013 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/listener.c
File length: 11365 byte(s)
Diff to previous 2573 , to selected 9609
- Avoid magically sized temporary buffers

Revision 2573 - (view) (annotate) - [select for diffs]
Modified Mon Nov 18 20:07:00 2013 UTC (10 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/listener.c
File length: 11354 byte(s)
Diff to previous 2525 , to selected 9609
- listener.c:show_ports(): fixed ip address leakage even if hide_server_ips
  is set to 'yes'. Reported by Adam <adam@anope.org>

Revision 2525 - (view) (annotate) - [select for diffs]
Modified Sat Nov 2 17:07:38 2013 UTC (10 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/listener.c
File length: 11039 byte(s)
Diff to previous 1834 , to selected 9609
- Style corrections

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/src/listener.c
File length: 11035 byte(s)
Diff to previous 1832 , to selected 9609
- 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/src/listener.c
File length: 11025 byte(s)
Diff to previous 1798 , to selected 9609
- 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 1798 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 17:09:50 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/listener.c
File length: 11035 byte(s)
Diff to previous 1793 , to selected 9609
- Cleanup/reorganize header file layout
- Fixed naming convention in some places

Revision 1793 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/listener.c
File length: 11053 byte(s)
Diff to previous 1669 , to selected 9609
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1669 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 20:04:39 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/listener.c
File length: 11078 byte(s)
Diff to previous 1618 , to selected 9609
- Fixed bug where specifying a listener port without an ip address didn't work

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/listener.c
File length: 11064 byte(s)
Diff to previous 1592 , to selected 9609
- 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
Original Path: ircd-hybrid/trunk/src/listener.c
File length: 11022 byte(s)
Diff to previous 1309 , to selected 9609
- 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/src/listener.c
File length: 11022 byte(s)
Diff to previous 1242 , to selected 9609
- 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 1242 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 08:17:50 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/listener.c
File length: 11024 byte(s)
Diff to previous 1219 , to selected 9609
- listener.c: remove outdated comment. remove useless header include

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/src/listener.c
File length: 11180 byte(s)
Diff to previous 1156 , to selected 9609
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

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/src/listener.c
File length: 11152 byte(s)
Diff to previous 1155 , to selected 9609
- 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/src/listener.c
File length: 11152 byte(s)
Diff to previous 1123 , to selected 9609
- recreate "trunk"

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/src/listener.c
File length: 11152 byte(s)
Diff to previous 1029 , to selected 9609
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

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/src/listener.c
File length: 11397 byte(s)
Diff to previous 1028 , to selected 9609
- 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/src/listener.c
File length: 11397 byte(s)
Diff to previous 1011 , to selected 9609
- 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/src/listener.c
File length: 11397 byte(s)
Diff to previous 1001 , to selected 9609
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1001 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 22:44:44 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/listener.c
File length: 11398 byte(s)
Diff to previous 900 , to selected 9609
- remove half done and broken win32 support

Revision 900 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 13:49:52 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/listener.c
File length: 11653 byte(s)
Diff to previous 896 , to selected 9609
- Added new 'server' option to listener::flags

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/src/listener.c
File length: 11639 byte(s)
Diff to previous 563 , to selected 9609
- Killed s_stats.c

Revision 563 - (view) (annotate) - [select for diffs]
Modified Sun Apr 23 09:07:41 2006 UTC (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/listener.c
File length: 11662 byte(s)
Diff to previous 549 , to selected 9609
- Backported accept_connection() cleanup from HEAD

Revision 549 - (view) (annotate) - [select for diffs]
Modified Thu Apr 20 12:46:18 2006 UTC (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/listener.c
File length: 11757 byte(s)
Diff to previous 482 , to selected 9609
- Backported add_connection() speedups

Revision 482 - (view) (annotate) - [select for diffs]
Modified Mon Feb 27 14:49:50 2006 UTC (18 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/listener.c
File length: 11750 byte(s)
Diff to previous 34 , to selected 9609
- Don't give away IP information unless it's an admin doing /stats P

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/src/listener.c
File length: 11720 byte(s)
Diff to previous 33 , to selected 9609
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/src/listener.c
File length: 11720 byte(s)
Diff to previous 32 , to selected 9609
- 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/src/listener.c
File length: 11720 byte(s)
Diff to previous 31 , to selected 9609
- 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/src/listener.c
File length: 11720 byte(s)
Diff to previous 30 , to selected 9609
- 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/src/listener.c
File length: 11769 byte(s)
Diff to selected 9609
- 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