index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
expandos.c
Age
Commit message (
Expand
)
Author
2001-11-12
%X should generate "time changed" every second too.
Timo Sirainen
2001-11-12
extra check to make sure the "timer changed" signal is sent at startup.
Timo Sirainen
2001-10-21
Check time changes every half a second instead of every second.
Timo Sirainen
2001-09-23
added expando_get_signals() and special_vars_get_signals() to return list
Timo Sirainen
2001-08-31
Expando lookup crashed with hi-ascii chars.
Timo Sirainen
2001-07-25
fixed using already free'd memory.
Timo Sirainen
2001-07-13
uname() returns non-negative if successful, not necessarily 0.
Timo Sirainen
2001-04-20
added $sysarch
Timo Sirainen
2001-03-15
signal_add_first("setup changed", .. so if some other "setup changed"
Timo Sirainen
2001-01-28
/SET timestamp_format now specifies format of $Z. timestamp msg format
Timo Sirainen
2001-01-15
Fixed some signedness warnings and memdebug.h should compile now fine
Timo Sirainen
2001-01-01
added "message own_public" and "message own_private" events that are
Timo Sirainen
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-12-17
/SET prompt, /SET prompt_window - Specifies the text in prompt.
Timo Sirainen
2000-12-10
fixed $topic uninit
Timo Sirainen
2000-12-10
added $topic expando
Timo Sirainen
2000-12-10
$T in empty window crashed
Timo Sirainen
2000-12-06
Use hardcoded array for signals instead of dynamic (pretty useless, "10
Timo Sirainen
2000-12-05
Split expandos from special-vars.c to expandos.c. Added list of signals
Timo Sirainen