Age | Commit message (Expand) | Author |
2000-07-23 | /SET settings_autosave - If set ON, settings are automatically saved | Timo Sirainen |
2000-07-23 | is_numeric() returns now FALSE if it was given empty string. | Timo Sirainen |
2000-07-22 | Moved /SAVE and /RELOAD to fe-common. Print "config saved" and | Timo Sirainen |
2000-07-22 | uname() return value checking fixes. | Timo Sirainen |
2000-07-21 | Don't save autologs. | Timo Sirainen |
2000-07-16 | typofix | Timo Sirainen |
2000-07-16 | Cleaned up code. | Timo Sirainen |
2000-07-16 | Implemented network transmit buffer. If all data couldn't be sent | Timo Sirainen |
2000-07-15 | module_find_id() and module_find_id_str() didn't work right if the | Timo Sirainen |
2000-07-15 | Fixed DCC stuff. Added DCCMSGS level for DCC chat messages. | Timo Sirainen |
2000-07-10 | Enabled lots of GCC warnings, fixed those that were easy to fix. | Timo Sirainen |
2000-07-09 | Moved is_base_command() from command completion to command_have_sub() | Timo Sirainen |
2000-07-02 | Implemented runtime loadable modules. /LOAD loads a module, /UNLOAD | Timo Sirainen |
2000-07-02 | Logs were closed and entirely removed after doing /RELOAD. | Timo Sirainen |
2000-07-02 | /^command hides the output of the command, it's not written to log | Timo Sirainen |
2000-07-02 | "Temporary error in nameserver" shouldn't remove server reconnections. | Timo Sirainen |
2000-07-02 | Automatic command and option completion didn't check ambiguous commands | Timo Sirainen |
2000-06-30 | Removed some warning messages. | Timo Sirainen |
2000-06-30 | If joined channel had some low-ascii (color codes), they were displayed | Timo Sirainen |
2000-06-28 | /REHASH -> /RELOAD so it won't collide with the server's rehash command. | Timo Sirainen |
2000-06-28 | Automatic command completion and a few other fixes. | Timo Sirainen |
2000-06-28 | -options can now be completed with tabulator. There's also automatic | Timo Sirainen |
2000-06-25 | Created signal_get_uniq_id() macro. Added some documentation about | Timo Sirainen |
2000-06-25 | Subcommand and command parameter completion works now also if you use | Timo Sirainen |
2000-06-18 | Added g_dirname() so ig_free() won't complain when free()ing it. | Timo Sirainen |
2000-06-18 | Changed option handling in /commands. Irssi will now complain about | Timo Sirainen |
2000-06-17 | File name completion for /DCC SEND | Timo Sirainen |
2000-06-17 | Completion list is now sorted. | Timo Sirainen |
2000-06-11 | /EVAL will now expand \n and \t to newline and tab. | Timo Sirainen |
2000-06-10 | Changed the behaviour of how to handle "send command" signal (text you | Timo Sirainen |
2000-06-10 | same cmdchar twice ignores aliases ignores aliases - not any two cmdchars | Timo Sirainen |
2000-06-10 | Rotate time names changed :) week -> weekly, day -> daily, etc. | Timo Sirainen |
2000-06-06 | Use INADDR_BROADCAST if INADDR_NONE isn't defined. | Timo Sirainen |
2000-06-04 | 0.7.90 released. | Timo Sirainen |
2000-06-04 | /IRCNET command. | Timo Sirainen |
2000-06-04 | Lots of DCC related fixes. | Timo Sirainen |
2000-06-03 | bits2level() with zero as argument printed some glib warnings. | Timo Sirainen |
2000-06-02 | common-setup.h wasn't removed from here - Made rawlog to use | Timo Sirainen |
2000-06-01 | match_wildcards() didn't work right if data contained '*' characters and | Timo Sirainen |
2000-06-01 | cmd_get_params() fixes: | Timo Sirainen |
2000-05-29 | signal_stop_by_name() didn't work | Timo Sirainen |
2000-05-29 | --with-modules=xxx builds now specified extra modules to irssi binary. | Timo Sirainen |
2000-05-25 | Didn't compile with IPv6 support. | Timo Sirainen |
2000-05-25 | Unline glib.h tells, g_getenv() doesn't return newly allocated string | Timo Sirainen |
2000-05-25 | If server's host name lookup fails, don't try to reconnect back to it. | Timo Sirainen |
2000-05-25 | "/ text" sends "text" to active channel. | Timo Sirainen |
2000-05-25 | With some systems Irssi didn't notice if connect() failed. | Timo Sirainen |
2000-05-25 | Added bot plugin, it also has almost-functional botnet. | Timo Sirainen |
2000-05-18 | Some logging fixes. Flood checking had a memory leak. Query had a small | Timo Sirainen |
2000-05-15 | Lots of changes again. Biggest ones: | Timo Sirainen |