ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/src/s_bsd.c
Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
File length: 21666 byte(s)
Diff to previous 1143 , to selected 871
- recreate "trunk"

Revision 1143 - (view) (annotate) - [select for diffs]
Modified Mon Jul 25 18:58:51 2011 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/src/s_bsd.c
File length: 21666 byte(s)
Diff to previous 1123 , to selected 871
- Update NEWS file
- Minor optimization to update_client_exit_stats close_connection
- Move MaxConnectionCount/MaxClientCount to Counter struct

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

Revision 1122 - (view) (annotate) - [select for diffs]
Modified Mon Jan 10 09:14:19 2011 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_bsd.c
File length: 21631 byte(s)
Diff to previous 1072 , to selected 871
- simplify remove_ipv6_mapping() and get rid of inetntoa

Revision 1072 - (view) (annotate) - [select for diffs]
Modified Wed Feb 17 22:58:23 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_bsd.c
File length: 21713 byte(s)
Diff to previous 1029 , to selected 871
- remove old dot_in_ip6_addr configuration option. this is now obsolete.

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/src/s_bsd.c
File length: 21826 byte(s)
Diff to previous 1028 , to selected 871
- 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
File length: 21826 byte(s)
Diff to previous 1013 , to selected 871
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 21826 byte(s)
Diff to previous 1011 , to selected 871
- 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 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 21922 byte(s)
Diff to previous 1001 , to selected 871
- 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 (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 21922 byte(s)
Diff to previous 992 , to selected 871
- remove half done and broken win32 support

Revision 992 - (view) (annotate) - [select for diffs]
Modified Mon Aug 17 19:19:16 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 22248 byte(s)
Diff to previous 967 , to selected 871
- fix possible auth/dns related memleaks

Revision 967 - (view) (annotate) - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 22431 byte(s)
Diff to previous 950 , to selected 871
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 950 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 23:07:52 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 22463 byte(s)
Diff to previous 948 , to selected 871
- squash several compile warnings

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 22493 byte(s)
Diff to previous 896 , to selected 871
- lp64\llp64\ilp32 portability fixes

Revision 896 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 22534 byte(s)
Diff to previous 871
- Killed s_stats.c

Revision 871 - (view) (annotate) - [selected]
Modified Fri Sep 14 03:33:44 2007 UTC (17 years, 11 months ago) by db
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 22564 byte(s)
Diff to previous 683
- When a connect block uses a hostname instead of an IP, ircd will connect
to the hostname's IPv6 if available, independent of the aftype setting.
This causes the ircd to fail to connect to a IPv4 host that also has an IPv6 IP.

Submitted By:	evilmoon (hgchew) (via Sourceforge bts)

Revision 683 - (view) (annotate) - [select for diffs]
Modified Thu Jun 15 14:28:59 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 22459 byte(s)
Diff to previous 549 , to selected 871
- close_connection(): Fixed some harmless bug that could result in incorrect
  sent statistics in "STATS t"
- Updated RELNOTES

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

Revision 451 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 16:19:54 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 23195 byte(s)
Diff to previous 169 , to selected 871
- Properly close ssl clients

Revision 169 - (view) (annotate) - [select for diffs]
Modified Fri Oct 21 09:37:16 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd.c
File length: 23054 byte(s)
Diff to previous 34 , to selected 871
- Removed LocalUser.port
- Removed two extra memsets in make_request()

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/src/s_bsd.c
File length: 23108 byte(s)
Diff to previous 33 , to selected 871
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
File length: 23108 byte(s)
Diff to previous 32 , to selected 871
- 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
File length: 23108 byte(s)
Diff to previous 31 , to selected 871
- 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
File length: 23108 byte(s)
Diff to previous 30 , to selected 871
- 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
File length: 23154 byte(s)
Diff to selected 871
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 1586)

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