Age | Commit message (Expand) | Author |
2002-11-10 | Updated from scripts.irssi.org | Timo Sirainen |
2002-11-10 | Irssi::timeout_add(), timeout_add_once() and input_add() were buggy. | Timo Sirainen |
2002-11-09 | grammatical fix | Timo Sirainen |
2002-11-07 | Some compiling fixes found by -Wall in perl dirs.. | Timo Sirainen |
2002-11-07 | Use the modified PERL_CFLAGS + CFLAGS to compile .xs files. | Timo Sirainen |
2002-11-07 | updated "nick mode changed" signal | Timo Sirainen |
2002-11-06 | Updated from scripts.irssi.org | Timo Sirainen |
2002-11-06 | man page wasn't included to "make dist" tarball | Timo Sirainen |
2002-11-05 | Added "gui key pressed" signal which is sent every time a key is pressed. | Timo Sirainen |
2002-11-05 | Fixed some "buffer overflow" alerts when playing with buggy /EVAL values. | Timo Sirainen |
2002-11-03 | added quotes to make CC="$(CC)" | Timo Sirainen |
2002-11-02 | perl checking bugfix | Timo Sirainen |
2002-10-31 | Support for /MODE #chan +o nick1 +o nick2 style grouping. | Timo Sirainen |
2002-10-29 | typofix | Timo Sirainen |
2002-10-28 | fix for new perls | Timo Sirainen |
2002-10-28 | Cast pointers to IVs instead of using GPOINTER_TO_INT() which casts them to | Timo Sirainen |
2002-10-28 | compiling fix | Timo Sirainen |
2002-10-28 | Try to fix perl compilation for people whose perl has been compiled with | Timo Sirainen |
2002-10-27 | Exported expando interface to perl. Fix for statusbar deinit. | Timo Sirainen |
2002-10-27 | manual file, by stevee@alphanet.ch and stefan@pico.ruhr.de | Timo Sirainen |
2002-10-26 | GLIB2 support for SSL code. Patch by vjt@users.sf.net | Timo Sirainen |
2002-10-26 | "nick mode changed" now gives changed mode/type as parameters. | Timo Sirainen |
2002-10-25 | config_node_nth() and config_node_index() don't count comments in config | Timo Sirainen |
2002-10-21 | Added #define DEFAULT_SERVER_ADD_PORT to common.h which /SERVER ADD uses as | Timo Sirainen |
2002-10-21 | /SERVER and /DISCONNECT handlers moved from irc to core. | Timo Sirainen |
2002-10-19 | Handle correctly g_get_home_dir() returning NULL, assume it's the current | Timo Sirainen |
2002-10-19 | Updated from scripts.irssi.org | Timo Sirainen |
2002-10-19 | Updated from scripts.irssi.org | Timo Sirainen |
2002-10-18 | don't crash when trying to print with non-existent module in theme.. | Timo Sirainen |
2002-10-16 | When ignoring without any options, don't print the [] | Timo Sirainen |
2002-10-16 | Adde -servertag to /MSG completion always with >1 connected servers. | Timo Sirainen |
2002-10-16 | Updated from scripts.irssi.org | Timo Sirainen |
2002-10-15 | Fixed /HILIGHT description | Timo Sirainen |
2002-10-15 | Don't bother aborting /OP, /VOICE, etc. just because we're not chanop/ircop. | Timo Sirainen |
2002-10-15 | Updated from scripts.irssi.org | Timo Sirainen |
2002-10-14 | The setting is of course "cmdchars", not "cmdchar" | Timo Sirainen |
2002-10-14 | Complete tags to /RECONNECT too | Timo Sirainen |
2002-10-14 | Some changes to make doublewidth chars possibly work (or possibly horribly | Timo Sirainen |
2002-10-14 | $k - first character in CMDCHARS | Timo Sirainen |
2002-10-14 | More tab completion: /DISCONNECT, /SERVER ADD|REMOVE, /STATS | Timo Sirainen |
2002-10-14 | updated /reconnect syntax. | Timo Sirainen |
2002-10-14 | /RECONNECT <tag>|* [<quit message>] - if tag is a connected server tag that | Timo Sirainen |
2002-10-14 | Updated from scripts.irssi.org | Timo Sirainen |
2002-10-14 | Autolog shouldn't crash when lines are written without destination window | Timo Sirainen |
2002-10-14 | /SET dcc_file_create_mode wasn't used. Also print strerror() message if | Timo Sirainen |
2002-10-14 | Correct handling of /NOTICE @#channel, patch by dg | Timo Sirainen |
2002-10-14 | Better print /HILIGHT lines. Also cleanup for /IGNORE lines. | Timo Sirainen |
2002-10-14 | Better message for /IGNORE | Timo Sirainen |
2002-10-14 | /LAYOUT SAVE doesn't crash anymore with /EXEC -interactives | Timo Sirainen |
2002-10-14 | /MSG !channel is now expanded to full !12345channel | Timo Sirainen |