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
2002-10-27
Exported expando interface to perl. Fix for statusbar deinit.
Timo Sirainen
2002-10-14
The setting is of course "cmdchars", not "cmdchar"
Timo Sirainen
2002-10-14
$k - first character in CMDCHARS
Timo Sirainen
2002-10-14
$chatnet, $tag, $Y and $N expandos' change signals were incorrectly set,
Timo Sirainen
2002-09-14
statusbar is now also updated for connecting-servers.
Timo Sirainen
2002-05-17
!channel fixes.
Timo Sirainen
2002-05-16
Better !channel support - window items now have "visual_name" and channels
Timo Sirainen
2002-05-11
moved timestamp_format into lookandfeel category
Timo Sirainen
2002-04-16
fixes for new signaling code.
Timo Sirainen
2002-04-15
Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi
Timo Sirainen
2002-03-23
$topic shouldn't crash if query doesn't have a valid address set yet.
Timo Sirainen
2002-03-22
Add server tag as well to topicbar with queries
Timo Sirainen
2001-12-16
Leading zeros didn't work well in IRSSI_VERSION_TIME.
Timo Sirainen
2001-12-15
Added $versiontime and Irssi::version_time()
Timo Sirainen
2001-12-15
IRSSI_VERSION_DATE is now a number, so you can do #iffing with it
Timo Sirainen
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