Age | Commit message (Expand) | Author |
2001-11-16 | "setup reread" signal now sends the config file as parameter. Added | Timo Sirainen |
2001-11-15 | Lag checking fixes - should work fine again. | Timo Sirainen |
2001-11-15 | Don't crash when connecting to server with unknown chat protocol (eg. | Timo Sirainen |
2001-11-14 | typofix | Timo Sirainen |
2001-11-14 | settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.no | 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-11-11 | /RAWLOG commands should work immediately after connection to server was | Timo Sirainen |
2001-11-11 | Moved rewritten server redirection code from core to irc. This new code | Timo Sirainen |
2001-11-10 | net_listen(): if creating IPv6 socket fails because of EPROTONOSUPPORT, try | Timo Sirainen |
2001-11-07 | net_connect(): if bind() fails, set the address back to INADDR_ANY to make su... | Timo Sirainen |
2001-11-05 | Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef... | Timo Sirainen |
2001-11-03 | Commands that accepeted * parameter as active channel didn't work properly - | Timo Sirainen |
2001-11-03 | /RECONNECT ALL crashed irssi (typofix - s/unref/ref/ :) | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-11-01 | server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added | Timo Sirainen |
2001-10-31 | Crashfix when module didn't contain deinit() function. | Timo Sirainen |
2001-10-31 | changed default log directory mode to 0700 and file mode to 0600. | Timo Sirainen |
2001-10-24 | Added a bit better error reporting. | Timo Sirainen |
2001-10-22 | When logs are rotated, automatically create the new directory where to open | Timo Sirainen |
2001-10-22 | Checking that autojoined channels weren't already joined in same chatnet had | Timo Sirainen |
2001-10-21 | if \x isn't a known escape sequence, it should print just x, not \x. | Timo Sirainen |
2001-10-21 | deinit() function is now checked and saved when loading module. Unloading | Timo Sirainen |
2001-10-21 | Added reference counter to SERVER_CONNECT_REC. Since it's being moved around | Timo Sirainen |
2001-10-21 | added irssi_init_finished variable to core.h which is TRUE after "irssi init | Timo Sirainen |
2001-10-21 | Don't autojoin channels that have already been joined in some other server | Timo Sirainen |
2001-10-21 | Check time changes every half a second instead of every second. | Timo Sirainen |
2001-10-20 | fix a fix | Timo Sirainen |
2001-10-20 | When assiging chatnet to server connect record, always try to get the name | Timo Sirainen |
2001-10-20 | $~ crashed if arglist was empty | Timo Sirainen |
2001-10-15 | fixed a small memleak when unloading module | Timo Sirainen |
2001-10-14 | Fixed some memory leaks. | Timo Sirainen |
2001-10-13 | "extern const char *default_config;" - some other parts of irssi might want | Timo Sirainen |
2001-10-02 | Added MODULE_DATA_UNSET() macro and started using it. Just to make sure we | Timo Sirainen |
2001-09-23 | added expando_get_signals() and special_vars_get_signals() to return list | Timo Sirainen |
2001-09-20 | s/PARAM_FLAGS_ONLY_PARAMS/PARAM_FLAG_ONLY_ARGS/ since they're called | Timo Sirainen |
2001-09-20 | $*, $~ and $-n should still work with PARAM_FLAG_ONLY_PARAMS. | Timo Sirainen |
2001-09-20 | special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it so | Timo Sirainen |
2001-09-11 | autolog: target name is now always lowercased with irc protocol. | Timo Sirainen |
2001-09-11 | /LOAD fixes for modules with no core part, and /LOAD ~/... | Timo Sirainen |
2001-09-10 | /SET override_coredump_limit - sets core file size to unlimited if set ON | Timo Sirainen |
2001-09-08 | Loading modules that didn't have "core" part didn't work (eg. irc_proxy). | Timo Sirainen |
2001-08-31 | Expando lookup crashed with hi-ascii chars. | Timo Sirainen |
2001-08-17 | Module loading fixes. | Timo Sirainen |
2001-08-14 | Some internal changes how /SERVER command works. Added /SERVER PURGE | Timo Sirainen |
2001-08-14 | Module loading updates - /LOAD shows now also the statically loaded modules. | Timo Sirainen |
2001-08-14 | minor speedups and signal removing fixes | Timo Sirainen |
2001-08-13 | /LOG OPEN -color, /SET awaylog_colors - specifies that the color codes | Timo Sirainen |
2001-08-08 | Added function expand_escapes() which handles now escaping /EVAL and input | Timo Sirainen |
2001-08-08 | If we receive INVITE for a channel that is added with /CHANNEL ADD -auto, | Timo Sirainen |