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