ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/modules
(Current path doesn't exist after revision 1586)
r777
File Last Change
 ../
core/ 771 (17 years ago) by adx: + after fixing a bunch of bugs, ircd is finally able to start up and /connect. + problems: kline/xline and such refuse to load (missing write_csv_line), modload & co are also not present (need to implement module-like m_ files?)
Makefile.in 513 (18 years ago) by michael: - Moved m_error to core modules and made remaining command handlers use m_ignore instead of m_error
m_accept.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_admin.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_away.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_cap.c 741 (17 years ago) by adx: + removed s_conf.h and superseded parts of s_conf.c
m_capab.c 741 (17 years ago) by adx: + removed s_conf.h and superseded parts of s_conf.c
m_challenge.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_close.c 471 (18 years ago) by michael: - Don't allocate new dlink_node pointer on each client creation, rather reuse localClient->lclient_node for linking it into unknown_list and move it into local_client_list after client registration.
m_connect.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_cryptlink.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_encap.c 470 (18 years ago) by db: - fix compile errors with moved modules.h - fix a few missing includes, msg.h and parse.h
m_eob.c 741 (17 years ago) by adx: + removed s_conf.h and superseded parts of s_conf.c
m_etrace.c 751 (17 years ago) by adx: + implemented RESV hashing where it's possible (i.e. no wildcards) + ok, all this list/hash manipulation should be moved to src/conf
m_gline.c 749 (17 years ago) by adx: + make everything compile, but not yet link
m_hash.c 747 (17 years ago) by adx: + fixed everything except m_gline and m_spoof. + still to do: ban storage, limits, iphash, parser, conf_connect_allowed
m_help.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_info.c 747 (17 years ago) by adx: + fixed everything except m_gline and m_spoof. + still to do: ban storage, limits, iphash, parser, conf_connect_allowed
m_invite.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_ison.c 741 (17 years ago) by adx: + removed s_conf.h and superseded parts of s_conf.c
m_kline.c 766 (17 years ago) by michael: - Fixed src/Makefile.in - Have KLINE and friends deal properly with write_csv_line(). It's currently kinda ugly, but the whole csvlib crap will have to be rewritten to use some proper database anyways. /UN*LINE may core for now.
m_knock.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_links.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_list.c 751 (17 years ago) by adx: + implemented RESV hashing where it's possible (i.e. no wildcards) + ok, all this list/hash manipulation should be moved to src/conf
m_locops.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_lusers.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_map.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_motd.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_names.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_omotd.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_oper.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_operwall.c 719 (17 years ago) by adx: + reworked operator{} blocks to make them independent from oldconf + moved some utilities from s_conf.* to libio + added stub for auth{} blocks
m_pass.c 470 (18 years ago) by db: - fix compile errors with moved modules.h - fix a few missing includes, msg.h and parse.h
m_ping.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_pong.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_post.c 741 (17 years ago) by adx: + removed s_conf.h and superseded parts of s_conf.c
m_rehash.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_restart.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_resv.c 766 (17 years ago) by michael: - Fixed src/Makefile.in - Have KLINE and friends deal properly with write_csv_line(). It's currently kinda ugly, but the whole csvlib crap will have to be rewritten to use some proper database anyways. /UN*LINE may core for now.
m_rkline.c 766 (17 years ago) by michael: - Fixed src/Makefile.in - Have KLINE and friends deal properly with write_csv_line(). It's currently kinda ugly, but the whole csvlib crap will have to be rewritten to use some proper database anyways. /UN*LINE may core for now.
m_rxline.c 766 (17 years ago) by michael: - Fixed src/Makefile.in - Have KLINE and friends deal properly with write_csv_line(). It's currently kinda ugly, but the whole csvlib crap will have to be rewritten to use some proper database anyways. /UN*LINE may core for now.
m_set.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_stats.c 764 (17 years ago) by adx: + restored class limits plus reworked them to be a bit more sane.
m_svinfo.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_tburst.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_testline.c 747 (17 years ago) by adx: + fixed everything except m_gline and m_spoof. + still to do: ban storage, limits, iphash, parser, conf_connect_allowed
m_testmask.c 747 (17 years ago) by adx: + fixed everything except m_gline and m_spoof. + still to do: ban storage, limits, iphash, parser, conf_connect_allowed
m_time.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_topic.c 741 (17 years ago) by adx: + removed s_conf.h and superseded parts of s_conf.c
m_trace.c 751 (17 years ago) by adx: + implemented RESV hashing where it's possible (i.e. no wildcards) + ok, all this list/hash manipulation should be moved to src/conf
m_user.c 741 (17 years ago) by adx: + removed s_conf.h and superseded parts of s_conf.c
m_userhost.c 741 (17 years ago) by adx: + removed s_conf.h and superseded parts of s_conf.c
m_users.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_version.c 747 (17 years ago) by adx: + fixed everything except m_gline and m_spoof. + still to do: ban storage, limits, iphash, parser, conf_connect_allowed
m_wallops.c 741 (17 years ago) by adx: + removed s_conf.h and superseded parts of s_conf.c
m_watch.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_who.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_whois.c 751 (17 years ago) by adx: + implemented RESV hashing where it's possible (i.e. no wildcards) + ok, all this list/hash manipulation should be moved to src/conf
m_whowas.c 746 (17 years ago) by adx: + make most modules compile, except a few ones which need deeper changes
m_xline.c 766 (17 years ago) by michael: - Fixed src/Makefile.in - Have KLINE and friends deal properly with write_csv_line(). It's currently kinda ugly, but the whole csvlib crap will have to be rewritten to use some proper database anyways. /UN*LINE may core for now.
1 directory and 59 files shown

Properties

Name Value
svn:ignore Makefile *~ *.rej *.orig *core *.o config.status config.cache config.log autom4te.cache .depend .kdev*