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)
r970
File Last Change
 ../
core/ 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
m_close.c 970 (14 years ago) by michael: - cleanup m_close() while reviewing: get rid of some stupid integer incrementation on 'closed'. use dlink_list_length instead.
m_capab.c 969 (14 years ago) by michael: - cleanup m_capab() while reviewing: remove useless non-NULL test on p->localClient
m_list.c 968 (14 years ago) by michael: - fixed harmless -Wuninitialized warning in m_list()
Makefile.in 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
m_stats.c 958 (14 years ago) by michael: - show pending gunglines in STATS g
m_gline.c 958 (14 years ago) by michael: - show pending gunglines in STATS g
m_cap.c 953 (14 years ago) by michael: - propset keywords
m_tburst.c 953 (14 years ago) by michael: - propset keywords
m_watch.c 953 (14 years ago) by michael: - propset keywords
m_cryptlink.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
m_kline.c 946 (14 years ago) by michael: - move m_error.c to modules/
m_set.c 946 (14 years ago) by michael: - move m_error.c to modules/
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
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_user.c 900 (16 years ago) by michael: - Added new 'server' option to listener::flags
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_topic.c 895 (16 years ago) by michael: - Removed lazylink leftovers
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_map.c 889 (16 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
m_accept.c 887 (16 years ago) by michael: - Backported new ACCEPT code which adds support for n!u@h masks
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_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_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_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_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_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_restart.c 588 (17 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
m_links.c 575 (17 years ago) by michael: - Fixed a bunch of compile warnings
m_pass.c 573 (17 years ago) by michael: - ts6 fixes as explained on irc
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_users.c 435 (18 years ago) by michael: - Fixed invalid output of the USERS command as reported by ThaPrince
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_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_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.
1 directory and 60 files shown