summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2000-12-19don't autochange nicks from dcc connections.Timo Sirainen
2000-12-18Autologging: '/' -> '_' - don't even accidentally try to log toTimo Sirainen
2000-12-18quit messages shouldn't crash :)Timo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-17Settings are now stored in module-specific blocks. Irssi complainsTimo Sirainen
2000-12-17Some minor query fixes. Nick changes are also detected by checking ifTimo Sirainen
2000-12-17Improved nick_match_msg() - it shouldn't give wrong matches as easilyTimo Sirainen
2000-12-17Print quit messages from nick in query windows alsoTimo Sirainen
2000-12-17Theme saving to home dir didn't work correctly if globaldir already hadTimo Sirainen
2000-12-16Error message was missing from theme_save_failedTimo Sirainen
2000-12-10fixed $topic uninitTimo Sirainen
2000-12-09-querychans option for servers and ircnets which specifies how manyTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-12-04/^command should stop also "print starting" and "print format" signals.Timo Sirainen
2000-12-04removed useless if conditionTimo Sirainen
2000-12-04use format_get_text_theme_charargs() instead of ..._args() inTimo Sirainen
2000-12-04In queries the queried nick was always added to completion list even ifTimo Sirainen
2000-12-04own dcc messages weren't displayed in right window.Timo Sirainen
2000-12-03nl_langinfo() was a bad idea, don't use it.Timo Sirainen
2000-12-03printtext_multiline(): use the specified level, not MSGLEVEL_NEVER always.Timo Sirainen
2000-12-03signal "netsplit add" -> "netsplit new"Timo Sirainen
2000-12-03Removed targets from printformat()s so all those extra dcc messagesTimo Sirainen
2000-12-03fixesTimo 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-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/WINDOW ITEM GOTO <name> - sets <name> window item active in current windowTimo Sirainen
2000-12-02Nick completion now completes nicks from all channels in active window,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-01Remove trailing spaces from mode changesTimo Sirainen
2000-12-01Netsplit printing fixes.Timo 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-27added dccmsgs level to msgs window.Timo Sirainen
2000-11-26config changes, CONFIG_REC is now required parameter forTimo Sirainen
2000-11-26Perl fixes and additions. theme_register() / printformat() works nowTimo Sirainen
2000-11-26Mode ignores were checked wrongTimo Sirainen
2000-11-26netsplit fixesTimo Sirainen