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)
r983
File Last Change
 ../
core/ 981 (14 years ago) by michael: - 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
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_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_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_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_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_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_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_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
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_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_cryptlink.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
m_cap.c 953 (14 years ago) by michael: - propset keywords
m_tburst.c 953 (14 years ago) by michael: - propset keywords
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
Makefile.in 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
m_list.c 968 (14 years ago) by michael: - fixed harmless -Wuninitialized warning in m_list()
m_capab.c 969 (14 years ago) by michael: - cleanup m_capab() while reviewing: remove useless non-NULL test on p->localClient
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_connect.c 971 (14 years ago) by michael: - 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.
m_watch.c 972 (14 years ago) by michael: - m_watch.c: remove m_watch from server message handler. m_watch should *never* be called for servers or remote clients.
m_map.c 979 (14 years ago) by michael: - m_map(): remove useless IsOper() test on source_p. for operators mo_map is being used
m_lusers.c 980 (14 years ago) by michael: - 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
m_who.c 980 (14 years ago) by michael: - 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
m_time.c 980 (14 years ago) by michael: - 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
m_pong.c 982 (14 years ago) by michael: - added a mersenne twister basedn prng
1 directory and 60 files shown