epic4/source

Epicsol.org

Current directory:[Epic CVS] / epic4 / source
Files shown:61

File Rev. Age Author Last log entry
(dir) Attic/   [show contents]        
(file) Makefile.in   1.24  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) alias.c   1.38  6 years  jnelson  * Do not increment arg_count when ignoring an empty argument in arglists.
(file) alist.c   1.10  6 years  jnelson  * Rename 'dcc()' to 'dcc_cmd()' so we can use dcc as variable * Garbage collect ...
(file) alloca.c   1.1.1.1  9 years  jnelson  Initial import into CVS
(file) array.c   1.17  6 years  crazyed  * Numerous updates/changes/fixes to DCC, functions, scripts, /EXEC, the new ma...
(file) clock.c   1.6  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) commands.c   1.86  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) compat.c   1.24  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) crypt.c   1.17  6 years  crazyed  * Numerous updates/changes/fixes to DCC, functions, scripts, /EXEC, the new ma...
(file) ctcp.c   1.34  5 years  jnelson  * Fix space-related panic. See UPDATES for all the gruesome details. * Add ALT_...
(file) dcc.c   1.94  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) debug.c   1.13  3 years  jnelson  * Fix crash with $xdebug() with no arguments.
(file) exec.c   1.27  3 years  jnelson  * Add a missing cast for printf when sending a dcc handshake. * Support isfinite...
(file) expr.c   1.25  5 years  jnelson  Last material change to epic4! (hopefully -- cross fingers) * Fix wording of def...
(file) expr2.c   1.19  5 years  jnelson  * Fix space-related panic. See UPDATES for all the gruesome details. * Add ALT_...
(file) files.c   1.23  2 years  jnelson  * New version of /load hold_mode (implements /set hold_interval) * Fix crash wit...
(file) flood.c   1.15  6 years  jnelson  * Revert all uses of LOG_CURRENT to LOG_CRAP * Change all uses of message_to(0) ...
(file) functions.c   1.161  23 months  jnelson  * Fix brain-o -- AC_MSG_RESULT is not the same as AC_DEFINE, dummy. * Add $regco...
(file) gailib.c   1.6  6 years  jnelson  * Rename 'dcc()' to 'dcc_cmd()' so we can use dcc as variable * Garbage collect ...
(file) glob.c   1.10  6 years  jnelson  Teach all the /set callbacks to take a (const void *). This fixes a bad-c proble...
(file) help.c   1.14  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) history.c   1.12  6 years  jnelson  Fix bug with history expansion when there is a line with only /'s in it. Reporte...
(file) hook.c   1.27  2 years  jnelson  * Add /on signal (pegasus) * Fix /set indent if /set continued_line contains ^C ...
(file) if.c   1.26  4 years  jnelson  Fix /while et al not to do LOCAL_COPY within infinite loop, from epic5.
(file) ignore.c   1.15  4 years  jnelson  * Fix translation for zlonix * Fix /ignore for larne
(file) info.c.sh   1.3  7 years  jnelson  * #include <unistd.h> for configure check for sys_siglist[] for netbsd.
(file) info.c.sh.in   1.2  7 years  jnelson  Document $logctl() in UPDATES, allow setting/getting of TYPE in $logctl().
(file) input.c   1.21  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) irc.c   1.770  6 months  jnelson  New epic
(file) ircaux.c   1.111  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) ircsig.c   1.7  19 months  jnelson  * Signal fix from epic5 for SIG_IGN/SIG_DFL (ie, SIGPIPE) causing segafults
(file) keys.c   1.33  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) lastlog.c   1.29  6 years  jnelson  * Fix /lastlog <number> for kanan.
(file) list.c   1.4  6 years  jnelson  * Rename 'dcc()' to 'dcc_cmd()' so we can use dcc as variable * Garbage collect ...
(file) log.c   1.15  4 years  jnelson  Fix problems with log refnum -1 in /set log_rewrite.
(file) logfiles.c   1.24  4 years  jnelson  Fix problems with log refnum -1 in /set log_rewrite.
(file) mail.c   1.15  3 years  jnelson  * Add support for maildir mail boxes, which must be selected at compile time.
(file) names.c   1.48  2 years  jnelson  * Add $windowctl(GET <refnum> CHANNELS) in kindness to BlackJac.
(file) network.c   1.51  6 years  jnelson  * Make inet_vhostsockaddr() extern so dcc can use it * Make dcc_open() use inet_...
(file) newio.c   1.20  5 years  jnelson  This should NOT have been commited. Back it out.
(file) notice.c   1.27  6 years  jnelson  * Fix /window kill so it doesn't swap in a window too early. * Make NOTICEs from...
(file) notify.c   1.25  6 years  jnelson  Fix typo that broke /notify on servers other than server refnum 0. Broken in com...
(file) numbers.c   1.70  3 years  jnelson  Introduce an intentional error after receiving 001, to avoid a problem I'm seein...
(file) output.c   1.12  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) parse.c   1.52  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) perl.c   1.11  6 years  jnelson  Convert m_strdup() to malloc_strdup().
(file) queue.c   1.10  6 years  jnelson  Convert m_strdup() to malloc_strdup().
(file) reg.c   1.9  5 years  jnelson  * Fix space-related panic. See UPDATES for all the gruesome details. * Add ALT_...
(file) screen.c   1.74  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) server.c   1.114  3 years  jnelson  Fix crash when doing /nick <unique id> on ircnet.
(file) ssl.c   1.6  7 years  jnelson  * Remove colon at end of RETURN_MSTR so it is like others. * Unify dgets() and S...
(file) status.c   1.38  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) tcl.c   1.4  6 years  jnelson  Overhaul of malloced string handling functions: * Convert m_[s]c3cat[_s]() to ma...
(file) term.c   1.14  23 months  jnelson  * Right about now Kev is wondering what is going on, that I'm making all these...
(file) timer.c   1.42  5 years  jnelson  Last material change to epic4! (hopefully -- cross fingers) * Fix wording of def...
(file) translat.c   1.5  4 years  jnelson  * Fix translation for zlonix * Fix /ignore for larne
(file) vars.c   1.50  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) who.c   1.32  4 years  jnelson  Fix more larnification bugs found by ircfuzz. All clear now, really! ;-)
(file) window.c   1.101  2 years  jnelson  * Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h) * T...
(file) words.c   1.20  5 years  jnelson  * Fix space-related panic. See UPDATES for all the gruesome details. * Add ALT_...
(file) wserv.c   1.14  6 years  jnelson  Commit 507 * Include strlcpy() in wserv.c for use by gailib.c. Reported by ce.

Show files using tag:
 

CVS Admin
Powered by
ViewCVS 0.9.2