summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2001-01-01/SET windows_auto_renumber - should window refnums be packed when someTimo Sirainen
2001-01-01/WINDOW NUMBER: -sticky option added. Closing windows before a stickyTimo Sirainen
2001-01-01int:1 -> unsigned int:1Timo Sirainen
2001-01-01Some query changes. They should now work properly with /SAVEWINDOWSTimo Sirainen
2001-01-01MODULE_DATA(item) -> window_item_window(item) - forgot to change theseTimo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2001-01-01window_item_create(): when there's multiple choices where the windowTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2001-01-01don't do emphasis on nicks in channel (<nick1> _nick2_: hello won't underline)Timo Sirainen
2000-12-30removed FIXME text :)Timo Sirainen
2000-12-30pidwait: send status as second agument.Timo Sirainen
2000-12-29If msg comes from unknown channel (like when you just closed someTimo Sirainen
2000-12-28emphasis moved to fe-messages. added a few checks so that non-wordsTimo Sirainen
2000-12-19security fixes from 0.7.97.2Timo Sirainen
2000-12-19/SERVER REMOVE: port parameter should be optionalTimo Sirainen
2000-12-19Don't check queries whose address isn't known yet.Timo Sirainen
2000-12-19don't display ignored quit messages..Timo Sirainen
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