summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
2001-07-26added destroy() function to WI_ITEM_REC. This fixes a potential crash whenTimo Sirainen
2001-07-26bugfixTimo Sirainen
2001-07-25buffer overflow fixTimo Sirainen
2001-07-22fixed a small memory leakTimo Sirainen
2001-07-18Irssi::printformat() called printformat_window() to print the text whichTimo Sirainen
2001-07-17/NAMES -count now prints only the "total" line, not "users(#channel)" anymoreTimo Sirainen
2001-07-16added another hilight kludgeTimo Sirainen
2001-07-15Hilight fixes - mode lines shouldn't be hilighted accidentally anymore.Timo Sirainen
2001-07-15Previous foreach fixes to /FOREACH WINDOW too.Timo Sirainen
2001-07-15New /IGNOREs weren't immediately effective for nicks in channel. Some smallTimo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-14command option/parameter completion was case sensitive (ie. /MSG <tab>Timo Sirainen
2001-07-14/NAMES -count: print only the Total xxx nicks lineTimo Sirainen
2001-07-14removed a useless "fix"Timo Sirainen
2001-07-05Moved location of config, theme and doc files. Added debian dir for building ...Timo Sirainen
2001-07-03Removed GLIB warning at certain condition with tab completion.Timo Sirainen
2001-06-29If .theme suffix was given for /SET theme, irssi printed "theme changed toTimo Sirainen
2001-06-28Nick changes were printed twice in queries.Timo Sirainen
2001-06-28when theme is changed, it should print the message to status window, not to a...Timo Sirainen
2001-06-27removed useless #defineTimo Sirainen
2001-06-27Using different ports in one server for different chat networks didn't workTimo Sirainen
2001-06-27Don't autoclose windows with bound items.Timo Sirainen
2001-06-27Added -delete option to /WINDOW THEME. /WINDOW THEME without parametersTimo Sirainen
2001-06-27Fixed window specific themesTimo Sirainen
2001-06-27Added -v / --version command line option. Moved POPT_AUTOHELP option toTimo Sirainen
2001-06-26use signal_add_last() to bind the "message xxx" signals when printing them,Timo Sirainen
2001-06-26"print text finished" -> "gui print text finished". Added %[options] formatTimo Sirainen
2001-06-11/WINDOW SERVER -sticky / -unsticky crashed if the tag wasn't given andTimo Sirainen
2001-06-11Multiple /LAYOUT SAVEd queries in same window didn't get restored to theTimo Sirainen
2001-06-11When disconnecting from server when you had queries without active serverTimo Sirainen
2001-06-10Joins to channel now adds the nick to completion list.Timo Sirainen
2001-06-10The automatic query rename wrote the "nick changed" messages to channelsTimo Sirainen
2001-06-10beep check: don't beep with NO_ACT message level rather than NOHILIGHT sinceTimo Sirainen
2001-06-01'Y' answer shouldn't be case-sensitiveTimo Sirainen
2001-05-31removed "print text stripped" signal, the stripped text is now sent inTimo Sirainen
2001-05-26Added formats to /SET texts.Timo Sirainen
2001-05-22nick completion: don't add the same nick to completion list twice.Timo Sirainen
2001-05-22nonstrict completion bugfixes, my mistakes :)Timo Sirainen
2001-05-22/SET completion_strict OFF - specifies if the tab nick completion shouldTimo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-05-17Small speedup when pressing unbound keys.Timo Sirainen
2001-05-14/IGNORE: -word -> -full, like it's with /HILIGHT.Timo Sirainen
2001-05-14/LOAD notifies that dynamic modules aren't supported instead of being quietTimo Sirainen
2001-05-11Don't crash if config file had keyboard = { .. } in itTimo Sirainen
2001-05-11more config file handling fixesTimo Sirainen
2001-05-11fixed config file handlingTimo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2001-05-11Don't place any window items to windows which have name. Window levelTimo Sirainen
2001-05-11/LOG OPEN: it was checking /JOIN's options and printed errors if any /LOGTimo Sirainen
2001-05-11/NAMES needs only one argument, fixes "/NAMES -ops #a " where irssi thoughtTimo Sirainen