Log of /ircd-hybrid/branches/7.3.x/include
Directory Listing
Revision
1607 -
Directory Listing
Modified
Sat Oct 27 21:34:38 2012 UTC
(10 years, 3 months ago)
by
michael
- Move ircd-hybrid-7.3 to ircd-hybrid/branches/7.3.x
Revision
1143 -
Directory Listing
Modified
Mon Jul 25 18:58:51 2011 UTC
(11 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/include
- Update NEWS file
- Minor optimization to update_client_exit_stats close_connection
- Move MaxConnectionCount/MaxClientCount to Counter struct
Revision
1126 -
Directory Listing
Modified
Sun Feb 20 14:30:12 2011 UTC
(11 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/include
- add dlink_move_node() and make use of it in several places
- reuse LocalUser::lclient_node for local_client_list and serv_list
(moving node between unknown_list and serv_list/local_client_list)
Revision
1123 -
Directory Listing
Modified
Sun Feb 6 21:57:50 2011 UTC
(11 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/include
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES
Revision
1115 -
Directory Listing
Modified
Tue Dec 21 14:42:54 2010 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/include
- Rename bogus_host() found in several modules to check_servname() and move
it to s_serv.c
- serverinfo::sid is now mandatory and must be specified.
ircd won't start otherwise
Revision
1114 -
Directory Listing
Modified
Mon Dec 20 20:33:05 2010 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/include
- Move RPL_ETRACE to messages.tab
- CHANGE RPL_WHOISSSL to use the 671 numeric
Revision
1072 -
Directory Listing
Modified
Wed Feb 17 22:58:23 2010 UTC
(12 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/include
- remove old dot_in_ip6_addr configuration option. this is now obsolete.
Revision
1045 -
Directory Listing
Modified
Tue Jan 26 12:58:42 2010 UTC
(13 years ago)
by
michael
Original Path:
ircd-hybrid-7.3/include
- contrib/spy_links_notice.c: do not show additional arguments supplied to the
LINKS command in spy notices. new behaviour is to simply show the command sent
by the client, which exactly behaves like all other contributed spy modules.
- remove clean_string()
Revision
1015 -
Directory Listing
Modified
Sun Oct 25 00:08:06 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- fixed broken cryptlinks as reported by henri
- removed deprecated inet_misc.c
- removed __attribute__ format, which sometimes really is usefull, even if
unportable unless gcc, but for now they only give false warnings
Revision
1013 -
Directory Listing
Modified
Sun Oct 18 14:26:49 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- 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 -
Directory Listing
Modified
Fri Sep 18 10:14:09 2009 UTC
(13 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes
Revision
998 -
Directory Listing
Modified
Sun Aug 23 12:43:17 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- change resolver/auth to use balloc memory pool
- ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise
recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks
with a host that needs to be resolved on the very first configuration read.
Revision
978 -
Directory Listing
Modified
Sun Aug 9 09:47:58 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- avoid using native basename() since some implementations may or may not modify passed data
Revision
967 -
Directory Listing
Modified
Sun Aug 2 18:05:28 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- added ssl_server_protocol configuration option to servinfo{}.
valid flags are 'sslv3' and 'tlsv1'
Revision
954 -
Directory Listing
Modified
Sun Jul 26 22:14:38 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- propset svn:keywords
- remove simple.conf. example.conf.quick is good enough
Revision
913 -
Directory Listing
Modified
Wed Nov 7 23:20:12 2007 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Added some missing files
- Moved HOSTLEN and USERLEN definition back to ircd_defs.h
Those two shouldn't be configurable
Revision
912 -
Directory Listing
Modified
Wed Nov 7 22:47:44 2007 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
I really don't want to force other people that want to test the snapshots
or svn versions to install yyacc, lex, automake, autoconf and libtool...
No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us
Revision
908 -
Directory Listing
Modified
Sun Nov 4 23:21:51 2007 UTC
(15 years, 2 months ago)
by
stu
Original Path:
ircd-hybrid-7.2/include
Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
Revision
902 -
Directory Listing
Modified
Sun Nov 4 14:00:06 2007 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Move etc/example.efnet.conf to etc/example.efnet.conf.in
- Update configure.ac
Revision
897 -
Directory Listing
Modified
Sat Nov 3 17:13:32 2007 UTC
(15 years, 2 months ago)
by
db
Original Path:
ircd-hybrid-7.2/include
- Major cleanup of build system (Stu should review this)
Basically move shared stuff like help messages modules to datadir
Try to keep to the original layout under prefix if --datadir
--sysconfdir --localstatedir are not given
- Make the example files have reasonable defaults, this bites me
all the time anyway.
Revision
885 -
Directory Listing
Modified
Wed Oct 31 18:09:24 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Removed LazyLinks in 7.2 to stop people from asking why we keep
broken code for half a decade. LL will be implemented in a smarter
fashion in due time
Revision
671 -
Directory Listing
Modified
Tue Jun 13 07:15:38 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Fixed class limit bug as spotted by stu. ("REHASH" would always reset
current user count)
- Made "STATS y|Y" show inactive (deleted) classes that still have attached
clients
Revision
650 -
Directory Listing
Modified
Thu Jun 8 07:00:17 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Fixed bug that would exit unknown clients in check_unknowns_list() that are
still processing auth/dns queries.
Basically check_unknowns_list() should only exit clients that have finished
auth/dns and didn't send a NICK/USER combination since they have been
released from auth.
Reported by ThaPrince.
Revision
633 -
Directory Listing
Modified
Thu Jun 1 12:30:29 2006 UTC
(16 years, 8 months ago)
by
db
Original Path:
ircd-hybrid-7.2/include
- optimise Michael's fake channel catcher.
Make it work first, then optimise.
Revision
632 -
Directory Listing
Modified
Thu Jun 1 10:53:00 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Added channel::disable_fake_channels which disallows creation of channels
that have ascii 2, 3, 31 and 160 in their names.
- Minor improvements and cleanups to channel name validation routines
backported from 7.3
Revision
618 -
Directory Listing
Modified
Tue May 23 07:07:53 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- attach_conf(): We even need to increment CurrUserCount if a class got
attached to a server or operator. Spotted by stu.
- Removed IRCD_SOCKET_ERROR define
Revision
593 -
Directory Listing
Modified
Fri May 12 05:47:32 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Backported RKLINE fix so the user and host portion of a banmask don't get
cut off after 10 and 63 chars, respectively.
A split_nuh() rewrite was required for this.
- Removed now unused xstrldup() function
Revision
584 -
Directory Listing
Modified
Sun May 7 15:26:45 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Added new general::stats_e_disabled configuration option. Known from RB,
all it does is to disable "STATS e", which is a good idea if you have any
exempted server ips.
- Updated RELNOTES
Revision
572 -
Directory Listing
Modified
Sun Apr 30 16:57:48 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Backported changes made in HEAD to get rid of Channel::locmembers.
This is mainly to save about 5megs of ram on networks like efnet where
we have about 600k allocated Membership structures.
Revision
536 -
Directory Listing
Modified
Thu Mar 23 09:59:02 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x
Revision
512 -
Directory Listing
Modified
Sat Mar 4 16:21:54 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Fixed static build for m_cap() (fix doesn't need to get
forward-ported to HEAD)
- Added BS alias for BOTSERV
Revision
503 -
Directory Listing
Modified
Fri Mar 3 19:53:47 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Backported CAP changes from HEAD since it doesn't affect
any of the ircd's core components and should be supported
as soon as possible.
Revision
454 -
Directory Listing
Modified
Sun Feb 12 19:01:25 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Get rid of can_send_part. This also fixes a bug where voiced clients
weren't able to send a PART message to the channel. Reported by ThaPrince.
Revision
447 -
Directory Listing
Modified
Sun Feb 12 02:59:16 2006 UTC
(16 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2/include
- reported by Jon, resolver was not checking for NXDOMAIN as well as SERVFAIL
this caused odd DNS reports and took longer to connect.
Tested by Jon (ThaPrince).
(backported from head)
Revision
371 -
Directory Listing
Modified
Tue Jan 10 10:45:48 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Imported recent channelban changes from HEAD which have been tested extensively.
The match_cidr() fix didn't work in the first try, so I'm not going to bother
with further debugging.
- Removed match_cidr() and comp_with_mask()
Revision
327 -
Directory Listing
Modified
Sun Dec 25 09:55:48 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- propset svn:keywords "Id" modules/m_tburst.c
- Added CAP_TBURST definition to get m_tburst.c compile
Revision
308 -
Directory Listing
Modified
Fri Dec 9 06:15:41 2005 UTC
(17 years, 1 month ago)
by
lusky
Original Path:
ircd-hybrid-7.2/include
- bump patchlevel to 7.2.1beta
- stub 7.2.1beta1 in RELNOTES and add BETA verbage
Revision
201 -
Directory Listing
Modified
Tue Nov 1 11:41:52 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/include
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
Revision
169 -
Directory Listing
Modified
Fri Oct 21 09:37:16 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Removed LocalUser.port
- Removed two extra memsets in make_request()
Revision
166 -
Directory Listing
Modified
Fri Oct 21 04:20:48 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2/include
Backported from HEAD
- committed configure changes by nenolod (William Pitcock)
to check for HAVE_DLINFO
- fixed logic for picking up address for the mod_list
Revision
100 -
Directory Listing
Modified
Sun Oct 9 14:43:13 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.
Revision
56 -
Directory Listing
Modified
Mon Oct 3 11:33:30 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include
- Re-added an equivalent of H6's sixth O-line field (Modes to get on operup).
- Updated efnet's example.conf to reflect the new
opers_bypass_callerid directive
- Misc style corrections to s_user.c while on it
Revision
30 -
Directory Listing
Added
Sun Oct 2 20:03:27 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/include
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up