summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-27Renamed IRCnet #irssi to #irssi.orgGeert Hauwaerts
2009-04-26Fix make install without write privilege to the source directoryJilles Tjoelker
2009-04-17Ensure type matches format string in /uptime.Jilles Tjoelker
2009-04-05Remove leftover.Emanuele Giaquinta
2009-04-05Fix r4998 change, declare 'environ'.Emanuele Giaquinta
2009-04-03Make the time duration parser stricter.Jilles Tjoelker
2009-04-03Show numerics directed at channels in the channel window.Jilles Tjoelker
2009-03-31Release 0.8.13Wouter Coekaerts
2009-03-18Release 0.8.13-rc1Wouter Coekaerts
2009-03-15Correct previous commit: fix away checkingWouter Coekaerts
2009-03-10Fix /NOTIFY list when nick is seen joining (bug #642)Wouter Coekaerts
2009-03-10Include hostmask in 001 event sent by proxy (bug #650)Wouter Coekaerts
2009-03-10Add "window item moved" (added in r5012) to signals.txtWouter Coekaerts
2009-03-10Update AUTHORS and NEWSWouter Coekaerts
2009-03-10Add "default event numeric" to signals.txt.Jilles Tjoelker
2009-03-04Remove authors info from READMEAlexander Færøy
2009-03-01Add autolog_ignore_targets entry to the NEWS file.Alexander Færøy
2009-03-01Remove unused variables.Jilles Tjoelker
2009-02-28Remove unused variable.Jilles Tjoelker
2009-02-28Ensure variable is initialized.Jilles Tjoelker
2009-02-28Remove unused variable.Emanuele Giaquinta
2009-02-28Remove unused variable.Emanuele Giaquinta
2009-02-28Correct assertions.Jilles Tjoelker
2009-02-28Add the command send/expire timeout only when needed.Jilles Tjoelker
2009-02-28Once a second seems sufficient for the expando timer.Jilles Tjoelker
2009-02-28Check for stale flood entries when lines come in, avoiding a 0.5 second timeout.Jilles Tjoelker
2009-02-27Move to a single /join function, avoiding confusion on "/join -window".Jilles Tjoelker
2009-02-27Check for SIGCONT using a custom GSource instead of every 0.5 second.Jilles Tjoelker
2009-02-21Reject invalid level specifications in /set.Jilles Tjoelker
2009-02-21Make explicit how long the arrays for prefix_add and prefix_del are.Jilles Tjoelker
2009-02-21Use i_isspace to make this clearer.Jilles Tjoelker
2009-02-21Make an invalid boolean /set a CLIENTERROR instead of CLIENTCRAP.Jilles Tjoelker
2009-02-21Reject obviously invalid numbers in /set.Jilles Tjoelker
2009-02-13emit "window item moved" instead of "window item remove" and "window item new...Wouter Coekaerts
2009-02-10Prefer g_path_get_dirname() over g_dirname().Alexander Færøy
2009-02-10Add "window dehilight" to signals.txtAlexander Færøy
2009-02-09Convert AUTHORS to UTF-8.Alexander Færøy
2009-02-09Add myself to AUTHORS.Alexander Færøy
2009-02-09Add /set autolog_ignore_targets.Alexander Færøy
2009-02-09Don't tokenizee target since it wont contain more than one entry anyway.Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2009-02-07Add strarray_find_dest(). Useful for checking whether a server_tag/target or ...Alexander Færøy
2009-01-23Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1).Emanuele Giaquinta
2009-01-23Suggest a better method to provide a backtrace with gdb.Emanuele Giaquinta
2009-01-20Fix 'defination' typo.Emanuele Giaquinta
2009-01-18Replace invalid utf-8 bytes with U+FFFD when drawing a line.Emanuele Giaquinta
2009-01-18Emit 'print starting' with the correct argument in printtext_string{,window}.Emanuele Giaquinta
2009-01-17Add Irssi::UI::Window::get_history_lines to get the content of a window'sEmanuele Giaquinta
2009-01-17Revert r4871, it breaks /script reset.Emanuele Giaquinta