../
|
help/
|
613
(20 years ago)
by michael:
- Got rid of several pointless irc_getnameinfo() calls in places where we
can simply use client->sockhost.
- Removed contrib/m_ltrace.c. Use TRACE instead.
- Fixed compile errors in m_gline.c and m_info.c
|
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
|
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_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)
|
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)
|
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_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_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
|
m_mkpasswd.c
|
578
(20 years ago)
by michael:
- Merged mo_mkpasswd into m_mkpasswd
- Renamed des(), md5() to m_mkpasswd_des(), m_mkpasswd_md5()
|
Makefile.in
|
613
(20 years ago)
by michael:
- Got rid of several pointless irc_getnameinfo() calls in places where we
can simply use client->sockhost.
- Removed contrib/m_ltrace.c. Use TRACE instead.
- Fixed compile errors in m_gline.c and m_info.c
|
m_ctrace.c
|
613
(20 years ago)
by michael:
- Got rid of several pointless irc_getnameinfo() calls in places where we
can simply use client->sockhost.
- Removed contrib/m_ltrace.c. Use TRACE instead.
- Fixed compile errors in m_gline.c and m_info.c
|
spy_trace_notice.c
|
613
(20 years ago)
by michael:
- Got rid of several pointless irc_getnameinfo() calls in places where we
can simply use client->sockhost.
- Removed contrib/m_ltrace.c. Use TRACE instead.
- Fixed compile errors in m_gline.c and m_info.c
|
m_clearchan.c
|
614
(20 years ago)
by michael:
- Use get_oper_name() in each place an oper action is logged.
(KLINE/XLINE/DLINE, etc.)
|
m_opme.c
|
614
(20 years ago)
by michael:
- Use get_oper_name() in each place an oper action is logged.
(KLINE/XLINE/DLINE, etc.)
|
m_killhost.c
|
621
(20 years ago)
by michael:
- Unbroke KILLHOST
|
recode.c
|
630
(20 years ago)
by adx:
+ 2002 looks a bit stale
|
README
|
631
(20 years ago)
by adx:
+ added info about recode to contrib/README
|
m_jupe.c
|
654
(20 years ago)
by michael:
- Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink
lists to client_list and server_list
|