Log of /ircd-hybrid/modules
Directory Listing
Revision
1093 -
Directory Listing
Modified
Sun Jun 13 10:04:30 2010 UTC
(2 months, 3 weeks ago)
by
michael
- Updated ltdl to latest 2.2.10 release
Revision
1091 -
Directory Listing
Modified
Thu Mar 25 10:53:47 2010 UTC
(5 months, 2 weeks ago)
by
michael
- Switch libltdl to recursive build mode
Revision
1081 -
Directory Listing
Modified
Wed Mar 10 23:27:11 2010 UTC
(5 months, 4 weeks ago)
by
michael
- Move do_local_user to m_user.c
Revision
1079 -
Directory Listing
Modified
Wed Mar 10 23:07:07 2010 UTC
(5 months, 4 weeks ago)
by
michael
- Sort out unneeded arguments of some user registration functions
Revision
1071 -
Directory Listing
Modified
Wed Feb 17 22:57:44 2010 UTC
(6 months, 2 weeks ago)
by
michael
- remove old dot_in_ip6_addr configuration option. this is now obsolete.
Revision
1066 -
Directory Listing
Modified
Sun Feb 14 11:37:15 2010 UTC
(6 months, 3 weeks ago)
by
michael
- removed mr_motd. unregistered clients may no longer request a MOTD
Revision
1061 -
Directory Listing
Modified
Sun Feb 14 11:07:25 2010 UTC
(6 months, 3 weeks ago)
by
michael
- m_eob.c: remove redundant header includes
Revision
1059 -
Directory Listing
Modified
Tue Feb 2 22:15:52 2010 UTC
(7 months ago)
by
michael
- move DLINE into its own m_dline module
Revision
1057 -
Directory Listing
Modified
Tue Feb 2 21:52:41 2010 UTC
(7 months ago)
by
michael
- Rename existing lib directory containing modules on 'make install'
as suggested by Rodder
Revision
1054 -
Directory Listing
Modified
Thu Jan 28 09:03:11 2010 UTC
(7 months, 1 week ago)
by
michael
- m_help.c: logging unfound help-topics that are triggered by simple HELP
requests is just stupid, as this can be easily abused.
Revision
1044 -
Directory Listing
Modified
Tue Jan 26 12:58:17 2010 UTC
(7 months, 1 week ago)
by
michael
- 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
1042 -
Directory Listing
Modified
Thu Dec 10 13:01:59 2009 UTC
(8 months, 4 weeks ago)
by
michael
- automake 1.11.1
Revision
1041 -
Directory Listing
Modified
Tue Dec 8 21:04:10 2009 UTC
(8 months, 4 weeks ago)
by
michael
- ms_operwall(): add proper TS6 support
Revision
1028 -
Directory Listing
Modified
Sun Nov 8 13:03:38 2009 UTC
(9 months, 4 weeks ago)
by
michael
- move ircd-hybrid-7.2 to trunk
Revision
1017 -
Directory Listing
Modified
Tue Oct 27 22:22:38 2009 UTC
(10 months, 1 week ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- fixed build with --enable-assert
- fixed STATS z reporting correct memory consumption of channel bans/excepts/invites and watchlist entries
Revision
1013 -
Directory Listing
Modified
Sun Oct 18 14:26:49 2009 UTC
(10 months, 2 weeks ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(11 months, 2 weeks ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes
Revision
1003 -
Directory Listing
Modified
Sat Aug 29 22:57:41 2009 UTC
(12 months, 1 week ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- set_initial_nick(): remove *outdated* comment and make this function only
take 2 parameters. source_p == client_p for local clients.
Revision
987 -
Directory Listing
Modified
Sun Aug 16 12:41:56 2009 UTC
(12 months, 3 weeks ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- mo_sgungline: calling sento_server with right amount of params sounds like
a good idea
Revision
981 -
Directory Listing
Modified
Sun Aug 9 19:09:03 2009 UTC
(12 months, 4 weeks ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- speed up processing of incoming NICK/UID bursts
- fixed archaic bug where bursting servers with missconfigured NICKLEN were able
to desync the network's nickname database
Revision
980 -
Directory Listing
Modified
Sun Aug 9 12:51:45 2009 UTC
(12 months, 4 weeks ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- remove useless MyConnect tests in m_time() and m_lusers()
- remove useless TS6 handling in m_who() since this is sent to local
clients only
Revision
979 -
Directory Listing
Modified
Sun Aug 9 10:42:23 2009 UTC
(12 months, 4 weeks ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- m_map(): remove useless IsOper() test on source_p. for operators mo_map is being used
Revision
972 -
Directory Listing
Modified
Mon Aug 3 07:13:29 2009 UTC
(13 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- m_watch.c: remove m_watch from server message handler. m_watch should *never*
be called for servers or remote clients.
Revision
971 -
Directory Listing
Modified
Sun Aug 2 23:27:42 2009 UTC
(13 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- cleanup m_connect() while reviewing: remove useless MyConnect() test
in mo_connect().
- Fix possible core in mo_connect() in case if there is a ConfItem that doesn't
have an AccessItem mapped.
Revision
970 -
Directory Listing
Modified
Sun Aug 2 23:04:14 2009 UTC
(13 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- cleanup m_close() while reviewing: get rid of some stupid integer incrementation
on 'closed'. use dlink_list_length instead.
Revision
969 -
Directory Listing
Modified
Sun Aug 2 22:48:53 2009 UTC
(13 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- cleanup m_capab() while reviewing: remove useless non-NULL test on p->localClient
Revision
967 -
Directory Listing
Modified
Sun Aug 2 18:05:28 2009 UTC
(13 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- added ssl_server_protocol configuration option to servinfo{}.
valid flags are 'sslv3' and 'tlsv1'
Revision
912 -
Directory Listing
Modified
Wed Nov 7 22:47:44 2007 UTC
(2 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(2 years, 10 months ago)
by
stu
Original Path:
ircd-hybrid-7.2/modules
Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
Revision
897 -
Directory Listing
Modified
Sat Nov 3 17:13:32 2007 UTC
(2 years, 10 months ago)
by
db
Original Path:
ircd-hybrid-7.2/modules
- 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
886 -
Directory Listing
Modified
Wed Oct 31 18:45:58 2007 UTC
(2 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- Fixed comment in m_knock.c and make use of the PrivateChannel macro
to confuse people less
Revision
885 -
Directory Listing
Modified
Wed Oct 31 18:09:24 2007 UTC
(2 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
873 -
Directory Listing
Modified
Tue Oct 23 11:02:09 2007 UTC
(2 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- fixed longstanding topic desync bug during netbursts, which has been
reported by several people. We now basically do what ircu does, i.e.
unset topics set by netriders
Revision
855 -
Directory Listing
Modified
Mon Feb 26 22:06:45 2007 UTC
(3 years, 6 months ago)
by
db
Original Path:
ircd-hybrid-7.2/modules
- 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
(3 years, 6 months ago)
by
db
Original Path:
ircd-hybrid-7.2/modules
- 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
817 -
Directory Listing
Modified
Sun Sep 10 17:45:31 2006 UTC
(3 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(3 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
646 -
Directory Listing
Modified
Wed Jun 7 12:42:00 2006 UTC
(4 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
606 -
Directory Listing
Modified
Tue May 16 07:14:39 2006 UTC
(4 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
560 -
Directory Listing
Modified
Sun Apr 23 06:38:25 2006 UTC
(4 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- Fixed negative "STATS ?" output as reported by ThaPrince
- Updated RELNOTES
Revision
554 -
Directory Listing
Modified
Fri Apr 21 17:01:46 2006 UTC
(4 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- Don't send out multiple "requesting G-Line" notices in case the same oper
is requesting the same gline over and over again.
Revision
536 -
Directory Listing
Modified
Thu Mar 23 09:59:02 2006 UTC
(4 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x
Revision
503 -
Directory Listing
Modified
Fri Mar 3 19:53:47 2006 UTC
(4 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
488 -
Directory Listing
Modified
Wed Mar 1 12:40:31 2006 UTC
(4 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- Fixed bug where "JOIN #keyedchan1,#keyedchan2 key1,key2" wouldn't work.
Reported by ThaPrince
Revision
454 -
Directory Listing
Modified
Sun Feb 12 19:01:25 2006 UTC
(4 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
382 -
Directory Listing
Modified
Tue Jan 31 12:13:42 2006 UTC
(4 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
336 -
Directory Listing
Modified
Mon Dec 26 18:31:08 2005 UTC
(4 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- This should finally fix the TBURST issue as reported by
ThaPrince. Untested as always
Revision
327 -
Directory Listing
Modified
Sun Dec 25 09:55:48 2005 UTC
(4 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- propset svn:keywords "Id" modules/m_tburst.c
- Added CAP_TBURST definition to get m_tburst.c compile
Revision
322 -
Directory Listing
Modified
Sat Dec 24 22:04:58 2005 UTC
(4 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- Don't pace "WHO #somechan" and "WHO *" as this breaks several clients
Revision
222 -
Directory Listing
Modified
Thu Nov 3 15:39:49 2005 UTC
(4 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- Added missing 'return' after register_remote_user() call in
nick_from_server()
Revision
201 -
Directory Listing
Modified
Tue Nov 1 11:41:52 2005 UTC
(4 years, 10 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/modules
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
(4 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years, 10 months ago)
by
db
Original Path:
ircd-hybrid-7.2/modules
- 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
143 -
Directory Listing
Modified
Sun Oct 16 09:49:16 2005 UTC
(4 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
100 -
Directory Listing
Modified
Sun Oct 9 14:43:13 2005 UTC
(4 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
(4 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/modules
- 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
33 -
Directory Listing
Modified
Sun Oct 2 20:50:00 2005 UTC
(4 years, 11 months ago)
by
knight
- svn:keywords
Revision
32 -
Directory Listing
Modified
Sun Oct 2 20:41:23 2005 UTC
(4 years, 11 months ago)
by
knight
- svn:keywords
Revision
31 -
Directory Listing
Modified
Sun Oct 2 20:34:05 2005 UTC
(4 years, 11 months ago)
by
knight
- Fix svn:keywords
Revision
30 -
Directory Listing
Added
Sun Oct 2 20:03:27 2005 UTC
(4 years, 11 months ago)
by
adx
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up