ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/modules
(Current path doesn't exist after revision 1027)
r944
File Last Change
 ../
core/ 941 (14 years ago) by db: - Update autools versions. - Fix acinclude.m4 to work on FreeBSD at least.
m_version.c 269 (18 years ago) by adx: + more rate limiting fixes + update RELNOTES
m_whowas.c 269 (18 years ago) by adx: + more rate limiting fixes + update RELNOTES
m_close.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_omotd.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_svinfo.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_rehash.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_rxline.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_encap.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_oper.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_hash.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_time.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_post.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_resv.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_eob.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_xline.c 382 (18 years 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.
m_users.c 435 (18 years ago) by michael: - Fixed invalid output of the USERS command as reported by ThaPrince
m_pong.c 503 (18 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.
m_pass.c 573 (17 years ago) by michael: - ts6 fixes as explained on irc
m_links.c 575 (17 years ago) by michael: - Fixed a bunch of compile warnings
m_restart.c 588 (17 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
m_admin.c 589 (17 years 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.
m_motd.c 589 (17 years 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.
m_testline.c 808 (17 years 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
m_testmask.c 816 (17 years ago) by michael: - m_testmask.c: fixed match arguments. It's actually the first argument which takes a mask containing wildcards. Reported by pharlap
m_cap.c 872 (16 years ago) by michael: - Add sanity check to m_cap
m_capab.c 875 (16 years ago) by michael: - Fix some compile warnings with gcc 4.2.2 - Update configure.ac
m_watch.c 879 (16 years ago) by michael: svn propset svn:keywords
m_kline.c 885 (16 years ago) by michael: - 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
m_connect.c 885 (16 years ago) by michael: - 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
m_operwall.c 885 (16 years ago) by michael: - 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
m_userhost.c 885 (16 years ago) by michael: - 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
m_locops.c 885 (16 years ago) by michael: - 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
m_away.c 885 (16 years ago) by michael: - 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
m_rkline.c 885 (16 years ago) by michael: - 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
m_lusers.c 885 (16 years ago) by michael: - 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
m_invite.c 885 (16 years ago) by michael: - 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
m_tburst.c 885 (16 years ago) by michael: - 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
m_ison.c 885 (16 years ago) by michael: - 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
m_who.c 885 (16 years ago) by michael: - 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
m_ping.c 885 (16 years ago) by michael: - 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
m_names.c 885 (16 years ago) by michael: - 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
m_wallops.c 885 (16 years ago) by michael: - 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
m_whois.c 885 (16 years ago) by michael: - 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
m_knock.c 886 (16 years ago) by michael: - Fixed comment in m_knock.c and make use of the PrivateChannel macro to confuse people less
m_accept.c 887 (16 years ago) by michael: - Backported new ACCEPT code which adds support for n!u@h masks
m_map.c 889 (16 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
m_etrace.c 891 (16 years ago) by michael: - Avoid useless irc_getnameinfo calls in several places
m_trace.c 891 (16 years ago) by michael: - Avoid useless irc_getnameinfo calls in several places
m_topic.c 895 (16 years ago) by michael: - Removed lazylink leftovers
m_stats.c 896 (16 years ago) by michael: - Killed s_stats.c
m_set.c 896 (16 years ago) by michael: - Killed s_stats.c
m_list.c 896 (16 years ago) by michael: - Killed s_stats.c
m_help.c 897 (16 years ago) by db: - 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.
m_user.c 900 (16 years ago) by michael: - Added new 'server' option to listener::flags
m_challenge.c 912 (16 years ago) by michael: - 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
m_info.c 912 (16 years ago) by michael: - 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
m_cryptlink.c 912 (16 years ago) by michael: - 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
Makefile.am 912 (16 years ago) by michael: - 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
m_gline.c 940 (14 years ago) by db: - gunline code added to gline module awaiting Wohalis' version.
Makefile.in 941 (14 years ago) by db: - Update autools versions. - Fix acinclude.m4 to work on FreeBSD at least.
1 directory and 60 files shown