../
|
help/
|
576
(20 years ago)
by michael:
- Updated contrib/help/opers/mkpasswd
|
Makefile.in
|
111
(20 years ago)
by knight:
- Update contrib Makefile to compile with libio
|
win32build.bat
|
190
(20 years ago)
by adx:
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
|
ircd-hybrid.spec
|
33
(20 years ago)
by knight:
- svn:keywords
|
challenge.irc
|
33
(20 years ago)
by knight:
- svn:keywords
|
ircd.init.in
|
33
(20 years ago)
by knight:
- svn:keywords
|
README.cloaking
|
33
(20 years ago)
by knight:
- svn:keywords
|
README
|
43
(20 years ago)
by adx:
- well I don't think "one or two of these modules will core your ircd".
too much bullshit.
|
m_change.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
spy_motd_notice.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
m_killhost.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
m_mkpasswd.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
m_flags.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
m_classlist.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
m_clearchan.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
spy_stats_p_notice.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
spy_info_notice.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
spy_admin_notice.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
spy_trace_notice.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
m_opme.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
m_spoof.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
spy_stats_notice.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
spy_links_notice.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
ip_cloaking.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
spy_whois_notice.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
m_capture.c
|
443
(20 years ago)
by adx:
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
(etrace_cb was not unhooked properly)
|
m_ctrace.c
|
444
(20 years ago)
by adx:
+ STATIC_MODULES is no longer meaningful so byebye
|
m_ltrace.c
|
444
(20 years ago)
by adx:
+ STATIC_MODULES is no longer meaningful so byebye
|
m_force.c
|
491
(20 years ago)
by michael:
- Got rid of extra strlenS and redundant hash_find_channel() calls
- Cleaned up channel name validation routines
- mo_force: don't allow servers to be added to a channel
|
example_module.c
|
513
(20 years ago)
by michael:
- Moved m_error to core modules and made remaining command handlers use
m_ignore instead of m_error
|
m_services.c
|
515
(20 years ago)
by michael:
- Moved tstats() to m_stats.c and killed s_stats.(c|h)
- Got rid of extra ServerStats pointer
- Killed ms_error which was basically a duplication of m_error
|
m_operspy.c
|
531
(20 years ago)
by michael:
- Fixed compile error in m_operspy.c. Reported by Volk
|
m_jupe.c
|
532
(20 years ago)
by michael:
- Fixed core in m_jupe(). We're now using an embedded lclient_node dlink_node
which is allocated within a LocalUser struct, so don't try to free() it.
|
m_ojoin.c
|
538
(20 years ago)
by michael:
- m_ojoin(): removed useless IsDead test. This is sendto_one()'s job
|
setup-win32.h
|
571
(20 years ago)
by michael:
- removed INVARIANTS leftover and updated configure.ac accordingly
|