summaryrefslogtreecommitdiff
path: root/src/core/expandos.c
AgeCommit message (Expand)Author
2017-03-31Fix off by one error with char_expandosJoseph Bisch
2015-12-10module check irssi versionailin-nemui
2014-09-30Fix use-after-free bug with cached settings valuesAlexander Færøy
2009-02-28Correct assertions.Jilles Tjoelker
2009-02-28Once a second seems sufficient for the expando timer.Jilles Tjoelker
2008-04-08Factor strchr call.Emanuele Giaquinta
2008-02-04Remove trailing whitespace.Emanuele Giaquinta
2007-08-07Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automakeEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-10-23Fix memory leaks in expandos_deinit by Nicolas Collignon, bug #419.Emanuele Giaquinta
2006-10-20uptime command by Lauri Nurmi with some modifications by me, bug #458.Emanuele Giaquinta
2003-12-10chanmode_expando_strip setting was reversed - patch by c0ffeeTimo Sirainen
2003-11-20/SET chanmode_verbose -> chanmode_expando_stripTimo Sirainen
2003-11-16Fixed some gcc aliasing warningsTimo Sirainen
2003-10-31Added /set chanmode_verbose. patch by c0ffee.Timo Sirainen
2002-10-27Exported expando interface to perl. Fix for statusbar deinit.Timo Sirainen
2002-10-14The setting is of course "cmdchars", not "cmdchar"Timo Sirainen
2002-10-14$k - first character in CMDCHARSTimo Sirainen
2002-10-14$chatnet, $tag, $Y and $N expandos' change signals were incorrectly set,Timo Sirainen
2002-09-14statusbar is now also updated for connecting-servers.Timo Sirainen
2002-05-17!channel fixes.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-11moved timestamp_format into lookandfeel categoryTimo Sirainen
2002-04-16fixes for new signaling code.Timo Sirainen
2002-04-15Rewritten signal handling code - it wasn't supposed to come before 0.9 irssiTimo Sirainen
2002-03-23$topic shouldn't crash if query doesn't have a valid address set yet.Timo Sirainen
2002-03-22Add server tag as well to topicbar with queriesTimo Sirainen
2001-12-16Leading zeros didn't work well in IRSSI_VERSION_TIME.Timo Sirainen
2001-12-15Added $versiontime and Irssi::version_time()Timo Sirainen
2001-12-15IRSSI_VERSION_DATE is now a number, so you can do #iffing with itTimo Sirainen
2001-11-12%X should generate "time changed" every second too.Timo Sirainen
2001-11-12extra check to make sure the "timer changed" signal is sent at startup.Timo Sirainen
2001-10-21Check time changes every half a second instead of every second.Timo Sirainen
2001-09-23added expando_get_signals() and special_vars_get_signals() to return listTimo Sirainen
2001-08-31Expando lookup crashed with hi-ascii chars.Timo Sirainen
2001-07-25fixed using already free'd memory.Timo Sirainen
2001-07-13uname() returns non-negative if successful, not necessarily 0.Timo Sirainen
2001-04-20added $sysarchTimo Sirainen
2001-03-15signal_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 formatTimo Sirainen
2001-01-15Fixed some signedness warnings and memdebug.h should compile now fineTimo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-10fixed $topic uninitTimo Sirainen
2000-12-10added $topic expandoTimo Sirainen
2000-12-10$T in empty window crashedTimo Sirainen
2000-12-06Use hardcoded array for signals instead of dynamic (pretty useless, "10Timo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen