Log of /ircd-hybrid-7.2/include
Directory Listing
Revision
858 -
Directory Listing
Modified
Wed Feb 28 04:15:47 2007 UTC
(14 years ago)
by
lusky
bump version to 7.2.3
Revision
856 -
Directory Listing
Modified
Tue Feb 27 02:58:49 2007 UTC
(14 years ago)
by
db
- make 709 numeric work for dronemon
Revision
849 -
Directory Listing
Modified
Mon Feb 19 19:41:59 2007 UTC
(14 years ago)
by
db
- Add +C
- add etrace -full
Reviewed by: cryogen, bear
Revision
759 -
Directory Listing
Modified
Fri Aug 18 14:29:45 2006 UTC
(14 years, 6 months ago)
by
michael
- Fixed ban cache as reported by ThaPrince
Revision
726 -
Directory Listing
Modified
Mon Jul 17 06:30:03 2006 UTC
(14 years, 7 months ago)
by
lusky
bump version to 7.2.2
Revision
715 -
Directory Listing
Modified
Fri Jul 14 21:01:55 2006 UTC
(14 years, 7 months ago)
by
michael
- Rebuilt configure using autoconf 2.60
Revision
671 -
Directory Listing
Modified
Tue Jun 13 07:15:38 2006 UTC
(14 years, 8 months ago)
by
michael
- 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
670 -
Directory Listing
Modified
Mon Jun 12 12:20:55 2006 UTC
(14 years, 8 months ago)
by
michael
- balloc.(c|h): backported r544 (Killed Block::used_list)
- Update RELNOTES
Revision
660 -
Directory Listing
Modified
Fri Jun 9 18:51:22 2006 UTC
(14 years, 8 months ago)
by
adx
+ backported numeric changes
Revision
650 -
Directory Listing
Modified
Thu Jun 8 07:00:17 2006 UTC
(14 years, 8 months ago)
by
michael
- 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
(14 years, 8 months ago)
by
db
- 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
(14 years, 8 months ago)
by
michael
- 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
(14 years, 9 months ago)
by
michael
- 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
601 -
Directory Listing
Modified
Sat May 13 16:59:28 2006 UTC
(14 years, 9 months ago)
by
michael
- Removed dalloca.h
Revision
593 -
Directory Listing
Modified
Fri May 12 05:47:32 2006 UTC
(14 years, 9 months ago)
by
michael
- 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
(14 years, 9 months ago)
by
michael
- 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
573 -
Directory Listing
Modified
Mon May 1 09:40:37 2006 UTC
(14 years, 10 months ago)
by
michael
- ts6 fixes as explained on irc
Revision
572 -
Directory Listing
Modified
Sun Apr 30 16:57:48 2006 UTC
(14 years, 10 months ago)
by
michael
- 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
549 -
Directory Listing
Modified
Thu Apr 20 12:46:18 2006 UTC
(14 years, 10 months ago)
by
michael
- Backported add_connection() speedups
Revision
541 -
Directory Listing
Modified
Sun Mar 26 23:35:48 2006 UTC
(14 years, 11 months ago)
by
lusky
bump version to 7.2.1 (release)
Revision
536 -
Directory Listing
Modified
Thu Mar 23 09:59:02 2006 UTC
(14 years, 11 months ago)
by
michael
- Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x
Revision
516 -
Directory Listing
Modified
Thu Mar 9 10:55:50 2006 UTC
(14 years, 11 months ago)
by
michael
- Removed unused struct DNSQuery pointer from Listener structure
Revision
512 -
Directory Listing
Modified
Sat Mar 4 16:21:54 2006 UTC
(14 years, 11 months ago)
by
michael
- 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
(14 years, 11 months ago)
by
michael
- 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
(15 years ago)
by
michael
- 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
(15 years ago)
by
db
- 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
427 -
Directory Listing
Modified
Sat Feb 11 00:58:24 2006 UTC
(15 years ago)
by
michael
- Fixed compile errors
Revision
371 -
Directory Listing
Modified
Tue Jan 10 10:45:48 2006 UTC
(15 years, 1 month ago)
by
michael
- 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
329 -
Directory Listing
Modified
Sun Dec 25 10:45:42 2005 UTC
(15 years, 2 months ago)
by
michael
- Finish off TBURST (untested)
Revision
327 -
Directory Listing
Modified
Sun Dec 25 09:55:48 2005 UTC
(15 years, 2 months ago)
by
michael
- propset svn:keywords "Id" modules/m_tburst.c
- Added CAP_TBURST definition to get m_tburst.c compile
Revision
317 -
Directory Listing
Modified
Sat Dec 24 14:45:17 2005 UTC
(15 years, 2 months ago)
by
michael
- Backported revision 315 (trimmed memory usage by moving invited
dlink_list to LocalUser struct)
Revision
308 -
Directory Listing
Modified
Fri Dec 9 06:15:41 2005 UTC
(15 years, 2 months ago)
by
lusky
- bump patchlevel to 7.2.1beta
- stub 7.2.1beta1 in RELNOTES and add BETA verbage
Revision
304 -
Directory Listing
Modified
Fri Dec 9 05:39:16 2005 UTC
(15 years, 2 months ago)
by
lusky
- bump patchlevel to 7.2.0
- update RELNOTES
- bump version in specfile
Revision
255 -
Directory Listing
Modified
Sat Nov 12 14:18:31 2005 UTC
(15 years, 3 months ago)
by
michael
- Fixed core on /modunload, /modrestart
Revision
201 -
Directory Listing
Modified
Tue Nov 1 11:41:52 2005 UTC
(15 years, 3 months ago)
by
adx
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
(15 years, 4 months ago)
by
michael
- Removed LocalUser.port
- Removed two extra memsets in make_request()
Revision
166 -
Directory Listing
Modified
Fri Oct 21 04:20:48 2005 UTC
(15 years, 4 months ago)
by
db
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
163 -
Directory Listing
Modified
Thu Oct 20 21:09:02 2005 UTC
(15 years, 4 months ago)
by
adx
- MFC iorecv/iosend changes to allow charset recoding
Revision
100 -
Directory Listing
Modified
Sun Oct 9 14:43:13 2005 UTC
(15 years, 4 months ago)
by
michael
- 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
(15 years, 4 months ago)
by
michael
- 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
46 -
Directory Listing
Modified
Mon Oct 3 01:14:44 2005 UTC
(15 years, 4 months ago)
by
lusky
MFC: switch to static "SVN" string
Revision
34 -
Directory Listing
Modified
Sun Oct 2 21:05:51 2005 UTC
(15 years, 4 months ago)
by
lusky
create 7.2 branch, we can move/rename it as needed.
Revision
30 -
Directory Listing
Added
Sun Oct 2 20:03:27 2005 UTC
(15 years, 4 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