Age | Commit message (Expand) | Author |
2000-08-12 | Query windows are now restored if they were saved with /SAVEWINDOWS. | Timo Sirainen |
2000-08-12 | removed log rotating stuff. | Timo Sirainen |
2000-08-12 | Don't trigger window activity if window is already visible in some | Timo Sirainen |
2000-08-12 | mkpath() - behaves like mkdir -p. Autologging now uses it to create | Timo Sirainen |
2000-08-12 | WJOIN -> /JOIN -window | Timo Sirainen |
2000-08-12 | Don't trigger window activity when you send /MSG etc. | Timo Sirainen |
2000-08-12 | Added namespaces for perl scripts. | Timo Sirainen |
2000-08-11 | Entry line scrolling works better. | Timo Sirainen |
2000-08-11 | /LOG: Removed the -rotate option, it was pretty useless since adding | Timo Sirainen |
2000-08-11 | Autologging fixes: Don't log WHOIS replies by default | Timo Sirainen |
2000-08-11 | When destroying window, change to different window before destroying | Timo Sirainen |
2000-08-11 | Use perl_destruct_level, not PL_perl_destruct_level so that we're | Timo Sirainen |
2000-08-10 | Topic bar doesn't get erased anymore after resize. | Timo Sirainen |
2000-08-10 | /connect ircnet doesn't fail anymore if there's no ircnet servers in | Timo Sirainen |
2000-08-10 | Still some fixes for curseses without wresize() or resizeterm(). | Timo Sirainen |
2000-08-10 | /channel add -bots: You can now use @ or + before the nick mask to | Timo Sirainen |
2000-08-10 | Windowing system fixes, doesn't crash anymore after window resizes. | Timo Sirainen |
2000-08-10 | Added support for dalnet's whois registered event. | Timo Sirainen |
2000-08-10 | Don't autoclose window after part/unquery if there was still some | Timo Sirainen |
2000-08-04 | When server is disconnected, change to use some other server in windows | Timo Sirainen |
2000-08-01 | fix | Timo Sirainen |
2000-08-01 | /SAVEWINDOWS - saves the current layout of windows. It's automatically | Timo Sirainen |
2000-08-01 | /wjoin and /wquery commands stopped the "channel created" and | Timo Sirainen |
2000-07-31 | You can change the default line indentation with /SET indent | Timo Sirainen |
2000-07-31 | updated | Timo Sirainen |
2000-07-31 | Moved lastmsgs variables from irc-server and channel structures to | Timo Sirainen |
2000-07-31 | Don't allow jumping to last line in history from first line | Timo Sirainen |
2000-07-31 | Actions didn't trigger window activity | Timo Sirainen |
2000-07-31 | Check that we're not already joined the channel when receiving JOIN | Timo Sirainen |
2000-07-31 | Added names_nick format. | Timo Sirainen |
2000-07-31 | Added output_format_get_text() function for querying text formats. | Timo Sirainen |
2000-07-31 | Don't draw the last character in entry line, this doesn't work right | Timo Sirainen |
2000-07-31 | Theme fixes: /RELOAD reloads them, /SET current_theme changes the default | Timo Sirainen |
2000-07-31 | Fixes | Timo Sirainen |
2000-07-31 | Never fallback to alternate_nick if nick is set in ircnet settings. | Timo Sirainen |
2000-07-31 | Never beep with texts with MSGLEVEL_NOHILIGHT level. | Timo Sirainen |
2000-07-30 | Mail check: the also file size changes as well as modify time changes | Timo Sirainen |
2000-07-30 | Moved the beep settings_add_xxx() calls from irc to core. | Timo Sirainen |
2000-07-30 | /SET beep_on_msg handling moved to printtext() where it catches all the | Timo Sirainen |
2000-07-30 | Moved some IRC specific server stuff to generic server stuff. | Timo Sirainen |
2000-07-30 | Bugfixes for non-irc server handling. | Timo Sirainen |
2000-07-29 | /OP, /DEOP, /VOICE and /DEVOICE without any parameters didn't work right | Timo Sirainen |
2000-07-29 | Bugfixes for the windowing system. | Timo Sirainen |
2000-07-29 | send() - ignore EPIPE return value and just return "0 bytes sent". The broken | Timo Sirainen |
2000-07-27 | /CHANNEL ADD -botcmd without -bots crashed irssi. | Timo Sirainen |
2000-07-27 | We want to ignore SIGPIPE *ALWAYS*, don't set it back to SIG_DFL. | Timo Sirainen |
2000-07-26 | /ECHO didn't print to active window if it was empty and status window | Timo Sirainen |
2000-07-26 | Mainwindows use now real curses WINDOWs, this should fix irssi with some | Timo Sirainen |
2000-07-26 | No, we still don't want silc_init() here.. | Timo Sirainen |
2000-07-26 | Command completion should override others. | Timo Sirainen |