Log of /ircd-hybrid-7.2/modules
Directory Listing
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
855 -
Directory Listing
Modified
Mon Feb 26 22:06:45 2007 UTC
(14 years ago)
by
db
- fix core in temp channel resv
- remove unused variable in m_join
- update RELNOTES
Revision
853 -
Directory Listing
Modified
Thu Feb 22 06:01:30 2007 UTC
(14 years ago)
by
db
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in CLIEXIT
- remove mode parsing in ms_join
- reflect addiction cconn_full flag
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
848 -
Directory Listing
Modified
Mon Feb 19 17:22:44 2007 UTC
(14 years ago)
by
db
- This remnant of LazyLinks DIE DIE DIE
Revision
817 -
Directory Listing
Modified
Sun Sep 10 17:45:31 2006 UTC
(14 years, 5 months ago)
by
michael
- m_challenge(): fixed another challenge bug which would
reject a client's challenge response if the user= line
contains an IP.
Revision
816 -
Directory Listing
Modified
Sun Sep 10 17:38:08 2006 UTC
(14 years, 5 months ago)
by
michael
- m_testmask.c: fixed match arguments. It's actually the first
argument which takes a mask containing wildcards. Reported by pharlap
Revision
808 -
Directory Listing
Modified
Sun Sep 3 18:58:00 2006 UTC
(14 years, 6 months ago)
by
michael
- Misc. fixes to TESTMASK/TESTLINE as reported by Phar Lap
- Prevent TESTLINE from reporting k-lines twice
- Show the actual k-line reason when reporting k-lines
- Test the host part of a u@h mask against the client's sockhost field in TESTMASK
- Added support for nick masks to TESTMASK
- CIDR is to come in 7.3
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
706 -
Directory Listing
Modified
Sun Jul 2 11:25:55 2006 UTC
(14 years, 8 months ago)
by
michael
- ACCEPT fixes as reported by ThaPrince
Revision
666 -
Directory Listing
Modified
Sat Jun 10 23:35:38 2006 UTC
(14 years, 8 months ago)
by
stu
Fix compile error. Be more careful with the so called stable branch :)
Revision
660 -
Directory Listing
Modified
Fri Jun 9 18:51:22 2006 UTC
(14 years, 9 months ago)
by
adx
+ backported numeric changes
Revision
646 -
Directory Listing
Modified
Wed Jun 7 12:42:00 2006 UTC
(14 years, 9 months ago)
by
michael
- Fixed old bug that would forbid SPAMNUM to be disabled via "SET SPAMNUM 0"
Revision
632 -
Directory Listing
Modified
Thu Jun 1 10:53:00 2006 UTC
(14 years, 9 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
611 -
Directory Listing
Modified
Thu May 18 11:43:38 2006 UTC
(14 years, 9 months ago)
by
michael
- Fixed /dline nick for ipv6 servers
Revision
606 -
Directory Listing
Modified
Tue May 16 07:14:39 2006 UTC
(14 years, 9 months ago)
by
michael
- ERR_NOSUCHNICK should actually be sent to local clients trying to PRIVMSG
a non existant nick starting with a digit.
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
589 -
Directory Listing
Modified
Mon May 8 18:40:00 2006 UTC
(14 years, 10 months ago)
by
michael
- Clear the TS6 CAPAB bit possibly set on an unregistered client connection
in mr_motd(), mr_admin() and register_local_user(). This is a kludge for now.
Revision
588 -
Directory Listing
Modified
Mon May 8 13:22:59 2006 UTC
(14 years, 10 months ago)
by
michael
- m_restart(): don't send restart notices twice to locally connected clients
Revision
584 -
Directory Listing
Modified
Sun May 7 15:26:45 2006 UTC
(14 years, 10 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
575 -
Directory Listing
Modified
Mon May 1 11:41:09 2006 UTC
(14 years, 10 months ago)
by
michael
- Fixed a bunch of compile warnings
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
560 -
Directory Listing
Modified
Sun Apr 23 06:38:25 2006 UTC
(14 years, 10 months ago)
by
michael
- Fixed negative "STATS ?" output as reported by ThaPrince
- Updated RELNOTES
Revision
554 -
Directory Listing
Modified
Fri Apr 21 17:01:46 2006 UTC
(14 years, 10 months ago)
by
michael
- Don't send out multiple "requesting G-Line" notices in case the same oper
is requesting the same gline over and over again.
Revision
553 -
Directory Listing
Modified
Fri Apr 21 15:46:54 2006 UTC
(14 years, 10 months ago)
by
michael
- Forgot the half of the gline voting fix
Revision
552 -
Directory Listing
Modified
Fri Apr 21 15:37:22 2006 UTC
(14 years, 10 months ago)
by
michael
- Fixed g-line voting as discussed on irc
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
535 -
Directory Listing
Modified
Wed Mar 22 20:43:12 2006 UTC
(14 years, 11 months ago)
by
adx
+ fixed linking error on bcc/win32 about _strcasecmp
Revision
503 -
Directory Listing
Modified
Fri Mar 3 19:53:47 2006 UTC
(15 years 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
494 -
Directory Listing
Modified
Wed Mar 1 16:26:31 2006 UTC
(15 years ago)
by
michael
- Break the loop if a client has reached its channel limit
Revision
488 -
Directory Listing
Modified
Wed Mar 1 12:40:31 2006 UTC
(15 years ago)
by
michael
- Rewrote m_join(). This was mainly done to fix some bug that can be easily abused.
Details about this bug have been given on IRC.
Revision
487 -
Directory Listing
Modified
Wed Mar 1 10:54:20 2006 UTC
(15 years ago)
by
michael
- Fixed bug where "JOIN #keyedchan1,#keyedchan2 key1,key2" wouldn't work.
Reported by ThaPrince
Revision
472 -
Directory Listing
Modified
Fri Feb 17 10:13:25 2006 UTC
(15 years ago)
by
michael
- Fixed RPL_WHOISACTUALLY as reported by CoolCold
Revision
465 -
Directory Listing
Modified
Mon Feb 13 14:19:25 2006 UTC
(15 years ago)
by
adx
+ backported quit change
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
435 -
Directory Listing
Modified
Sat Feb 11 19:21:50 2006 UTC
(15 years ago)
by
michael
- Fixed invalid output of the USERS command as reported by ThaPrince
Revision
395 -
Directory Listing
Modified
Fri Feb 3 17:39:45 2006 UTC
(15 years, 1 month ago)
by
michael
- Fixed typo
Revision
394 -
Directory Listing
Modified
Fri Feb 3 17:32:17 2006 UTC
(15 years, 1 month ago)
by
michael
- Fixed TBURST as reported by ThaPrince
Revision
393 -
Directory Listing
Modified
Fri Feb 3 15:50:47 2006 UTC
(15 years, 1 month ago)
by
michael
- Backported max_chans_per_user fix from HEAD
Revision
382 -
Directory Listing
Modified
Tue Jan 31 12:13:42 2006 UTC
(15 years, 1 month ago)
by
michael
- Fixed incorrect match handling in relay_xline as reported by ThaPrince.
Damnit match() really shouldn't return 1 on match. This will be changed
sooner or later.
Revision
352 -
Directory Listing
Modified
Sun Jan 1 09:44:41 2006 UTC
(15 years, 2 months ago)
by
michael
- Don't allow shared k-lines to be set without a valid reason
Revision
338 -
Directory Listing
Modified
Tue Dec 27 07:49:27 2005 UTC
(15 years, 2 months ago)
by
michael
- Don't allow other servers to send less than 4 parameters within TB
Revision
336 -
Directory Listing
Modified
Mon Dec 26 18:31:08 2005 UTC
(15 years, 2 months ago)
by
michael
- This should finally fix the TBURST issue as reported by
ThaPrince. Untested as always
Revision
335 -
Directory Listing
Modified
Mon Dec 26 10:36:42 2005 UTC
(15 years, 2 months ago)
by
michael
- Backported TBURST fix from HEAD
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
326 -
Directory Listing
Modified
Sun Dec 25 09:29:11 2005 UTC
(15 years, 2 months ago)
by
michael
- Removed m_tb.c and updated Makefile.in
Revision
325 -
Directory Listing
Modified
Sun Dec 25 09:26:45 2005 UTC
(15 years, 2 months ago)
by
michael
- Imported m_tburst.c from 7.3
Revision
322 -
Directory Listing
Modified
Sat Dec 24 22:04:58 2005 UTC
(15 years, 2 months ago)
by
michael
- Only locally connected clients should be checked for a valid channelmembership
when processing the INVITE message. Remote clients that are outside a channel
e.g. services, are allowed to send INVITEs. This also fixes a bug with anope
services. Reported by r0d3nt
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
313 -
Directory Listing
Modified
Fri Dec 23 10:55:47 2005 UTC
(15 years, 2 months ago)
by
michael
- Don't pace "WHO #somechan" and "WHO *" as this breaks several clients
Revision
280 -
Directory Listing
Modified
Wed Nov 23 23:09:48 2005 UTC
(15 years, 3 months ago)
by
db
- Back port whois fix from HEAD
Revision
269 -
Directory Listing
Modified
Mon Nov 14 19:39:09 2005 UTC
(15 years, 3 months ago)
by
adx
+ more rate limiting fixes
+ update RELNOTES
Revision
268 -
Directory Listing
Modified
Mon Nov 14 11:02:39 2005 UTC
(15 years, 3 months ago)
by
adx
+ add more load2hi protection
+ style fixes
Revision
222 -
Directory Listing
Modified
Thu Nov 3 15:39:49 2005 UTC
(15 years, 4 months ago)
by
michael
- Added missing 'return' after register_remote_user() call in
nick_from_server()
Revision
219 -
Directory Listing
Modified
Thu Nov 3 14:41:55 2005 UTC
(15 years, 4 months ago)
by
db
- Use MODE_PRIVATE, MODE_PARANOID isn't defined until HEAD (7.3)
Revision
201 -
Directory Listing
Modified
Tue Nov 1 11:41:52 2005 UTC
(15 years, 4 months ago)
by
adx
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
Revision
172 -
Directory Listing
Modified
Fri Oct 21 22:04:25 2005 UTC
(15 years, 4 months ago)
by
michael
- ETRACE should spit out an error if used by a non-oper. Reported by nenolod
Revision
150 -
Directory Listing
Modified
Sun Oct 16 18:14:43 2005 UTC
(15 years, 4 months ago)
by
db
- backport fix from HEAD to fix m_testline.c on 7.2
This bug is old. The code was missing a test for a kline conf and the
sendto to print that kline out, in the case where it was a kline against
and IP. i.e. foo@ip.ip.ip.ip it would work in the case where it was
a kline against a dns.
Revision
148 -
Directory Listing
Modified
Sun Oct 16 16:18:18 2005 UTC
(15 years, 4 months ago)
by
db
- backport fix for memory leak and parv1 from HEAD
Revision
145 -
Directory Listing
Modified
Sun Oct 16 10:07:13 2005 UTC
(15 years, 4 months ago)
by
michael
- Limit maximum WHOWAS replies for remote requests to 20, as per H6
Revision
143 -
Directory Listing
Modified
Sun Oct 16 09:49:16 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed a bug where remoteservers would send us an ERROR
on "WHOWAS nick count remoteserver.net". Propably one
of the oldest bugs that got introduced in 7.0.
(Backported from HEAD)
Revision
138 -
Directory Listing
Modified
Sun Oct 16 01:20:07 2005 UTC
(15 years, 4 months ago)
by
db
- fix compile warning
Revision
136 -
Directory Listing
Modified
Sat Oct 15 23:39:54 2005 UTC
(15 years, 4 months ago)
by
db
- backport fixes from 7.3 (HEAD) for testline and ~ flags
Revision
103 -
Directory Listing
Modified
Mon Oct 10 18:29:05 2005 UTC
(15 years, 4 months ago)
by
adx
- MFC: fixed core on /links
Revision
100 -
Directory Listing
Modified
Sun Oct 9 14:43:13 2005 UTC
(15 years, 5 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
93 -
Directory Listing
Modified
Sat Oct 8 11:24:01 2005 UTC
(15 years, 5 months ago)
by
michael
- Fixed bug in m_whois() that would allow users to send a WHOIS to remote
servers with an empty argument via "WHOIS someserver.org :"
Revision
34 -
Directory Listing
Modified
Sun Oct 2 21:05:51 2005 UTC
(15 years, 5 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, 5 months ago)
by
adx
Original Path:
ircd-hybrid/modules
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up