summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-12-03updatesTimo Sirainen
2000-12-03Theme updatesTimo Sirainen
2000-12-03Remove trailing spaces from all modesTimo Sirainen
2000-12-03/SET show_nickmode_empty - when mode is empty, should we display " " or ""Timo Sirainen
2000-12-03/SET emphasis - convert _underlined_ and *bold* words (and phrases) to useTimo Sirainen
2000-12-02Theme saving fixesTimo Sirainen
2000-12-02Print timestamps correctly with /SB REDRAWTimo Sirainen
2000-12-02/SET autocreate_windows - should we create new windows for new windowTimo Sirainen
2000-12-02Moved activity to last item in statusbarTimo Sirainen
2000-12-02/SB REDRAW fixes, multiline formats should work now correctly.Timo Sirainen
2000-12-02window_[add|remove]_item -> window_item_[add|remove]Timo Sirainen
2000-12-02typofixTimo Sirainen
2000-12-02nl_langinfo() didn't work like i thought - fixed :)Timo Sirainen
2000-12-02"window item remove" signal: destroy the channel/query record _last_Timo Sirainen
2000-12-02..and removed the rest of the alloca()s tooTimo Sirainen
2000-12-02don't use alloca()Timo Sirainen
2000-12-02/WINDOW ITEM GOTO <name> - sets <name> window item active in current windowTimo Sirainen
2000-12-02Forgot to commit for the nl_langinfo()Timo Sirainen
2000-12-02Nick completion now completes nicks from all channels in active window,Timo Sirainen
2000-12-02small "fix"Timo Sirainen
2000-12-02Use langinfo.h's nl_langinfo(YESEXPR) instead of 'Y'.Timo Sirainen
2000-12-02Changed init order of fe_channels vs. window_items, now irssi won't printTimo Sirainen
2000-12-02internal default.theme is used if it isn't found anywhereTimo Sirainen
2000-12-02config_close() didn't work correctly when config was parsed from stringTimo Sirainen
2000-12-01ARGH! %s format bug!Timo Sirainen
2000-12-01Remove trailing spaces from mode changesTimo Sirainen
2000-12-01Netsplit printing fixes.Timo Sirainen
2000-11-30/WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> beforeTimo Sirainen
2000-11-30added g_timeval_cmp()Timo Sirainen
2000-11-30cmd_options_get_server() : allow NULL cmd argumentTimo Sirainen
2000-11-30Bugfix for deciding which window to place new window item.Timo Sirainen
2000-11-30crashfixTimo Sirainen
2000-11-30While waiting for more netsplits/netjoins, if anything else is printedTimo Sirainen
2000-11-30send "print starting" signal before each printformat() or printtext()Timo Sirainen
2000-11-30stristr() and stristr_full() didn't work correctly with empty needleTimo Sirainen
2000-11-30window_text_find() didn't work correctly with empty find string.Timo Sirainen
2000-11-29file_checksum() shouldn't crash if it can't open the file.Timo Sirainen
2000-11-28Don't ever send more than 10 channels/line in mode/who requests. ThoughTimo Sirainen
2000-11-28bugfixes with channel syncing.Timo Sirainen
2000-11-27fixed text buffer crash when scrollback got fullTimo Sirainen
2000-11-27don't destroy all netsplits when someone joins back from split, onlyTimo Sirainen
2000-11-27perl bugfixTimo Sirainen
2000-11-27bugfixTimo Sirainen
2000-11-27added dccmsgs level to msgs window.Timo Sirainen
2000-11-27Call /part command instead of directly sending part message to server whenTimo Sirainen
2000-11-27forgot to add thisTimo Sirainen
2000-11-26config changes, CONFIG_REC is now required parameter forTimo Sirainen
2000-11-26if libperl.a isn't found, check from /usr/lib .. it seems to be thereTimo Sirainen
2000-11-26Perl fixes and additions. theme_register() / printformat() works nowTimo Sirainen
2000-11-26Mode ignores were checked wrongTimo Sirainen