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)
r948
File Last Change
 ../
core/ 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
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
Makefile.in 945 (14 years ago) by michael: - fixed some configure mess and imported latest libtool sources
m_accept.c 887 (16 years ago) by michael: - Backported new ACCEPT code which adds support for n!u@h masks
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_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_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_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_close.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
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_cryptlink.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
m_encap.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_etrace.c 891 (16 years ago) by michael: - Avoid useless irc_getnameinfo calls in several places
m_gline.c 940 (14 years ago) by db: - gunline code added to gline module awaiting Wohalis' version.
m_hash.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
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_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_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_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_kline.c 946 (14 years ago) by michael: - move m_error.c to modules/
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_links.c 575 (17 years ago) by michael: - Fixed a bunch of compile warnings
m_list.c 896 (16 years ago) by michael: - Killed s_stats.c
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_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_map.c 889 (16 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
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_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_omotd.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_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_pass.c 573 (17 years ago) by michael: - ts6 fixes as explained on irc
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_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_post.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_restart.c 588 (17 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
m_resv.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
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_rxline.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_set.c 946 (14 years ago) by michael: - move m_error.c to modules/
m_stats.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
m_svinfo.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
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_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_time.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_topic.c 895 (16 years ago) by michael: - Removed lazylink leftovers
m_trace.c 891 (16 years ago) by michael: - Avoid useless irc_getnameinfo calls in several places
m_user.c 900 (16 years ago) by michael: - Added new 'server' option to listener::flags
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_users.c 435 (18 years ago) by michael: - Fixed invalid output of the USERS command as reported by ThaPrince
m_version.c 269 (18 years ago) by adx: + more rate limiting fixes + update RELNOTES
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_watch.c 879 (16 years ago) by michael: svn propset svn:keywords
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_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_whowas.c 269 (18 years ago) by adx: + more rate limiting fixes + update RELNOTES
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.
1 directory and 60 files shown