summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2001-08-31Print the server tag in "query started" messages with query->server_tag, notTimo Sirainen
2001-08-28Check that word isn't empty instead of just assuming it isn't. This oneTimo Sirainen
2001-08-23removed accidental 'i' :)Timo Sirainen
2001-08-23Added server tag to query_start format.Timo Sirainen
2001-08-20Added option /SET autolog_colors. Colors are now off by default for /WINDOWTimo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-08-14Some support for lain ircd's /SETHOST - It /PART + /JOINs all channels, soTimo Sirainen
2001-08-14Typofix - might have caused a crash if channel was destroyed with /WINDOWTimo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-13"IRC Net" -> "Network" in /SERVER LIST and /CHANNEL LISTTimo Sirainen
2001-08-13/INVITELIST prints "Invite list is empty" message and complains about notTimo Sirainen
2001-08-13/LOG OPEN -color, /SET awaylog_colors - specifies that the color codesTimo Sirainen
2001-08-12One more limit to "key" names - it can't start with a digit. This allows usTimo Sirainen
2001-08-12Bugfix to keyb. code :) And now the "key" names can contain onlyTimo Sirainen
2001-08-12Keyboard code fixes - meta-arrows etc. should work now correctly.Timo Sirainen
2001-08-12/WINDOW CLOSE <first> didn't work if <last> too wasn't specified..Timo Sirainen
2001-08-09/VERSION command and /SV alias now print the version date too.Timo Sirainen
2001-08-08Added function expand_escapes() which handles now escaping /EVAL and inputTimo Sirainen
2001-08-08Restoring window layout shouldn't make the queries active.Timo Sirainen
2001-08-08Changed signal / function names for /LAYOUT stuff. /LAYOUT RESET now resetsTimo Sirainen
2001-08-08Fixed leaking window binds. They were added but rarely removed.Timo Sirainen
2001-08-08/SET autofocus_new_items ON - if newly created window items should be setTimo Sirainen
2001-08-08/NOTIFY printed '!' character after nick if mask was given.Timo Sirainen
2001-08-07Restoring layout for split windows works betters now. Some sticky windowTimo Sirainen
2001-08-04/UNIGNORE - skip spaces at end of line.Timo Sirainen
2001-08-03Added sticky window information to /WINDOW.Timo Sirainen
2001-08-03Minor cleanup.Timo Sirainen
2001-08-03/WINDOW command now prints all information related to window.Timo Sirainen
2001-07-30/TOGGLE didn't send "setup changed" signalTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-29/NAMES #channel_you're_not_joined doesn't print the "total of xx nick" lineTimo Sirainen
2001-07-29" <tab>" in query printed glib warnings.Timo Sirainen
2001-07-29/NOTIFY, /NOTIFY -list: Added "The notify list is empty" messageTimo Sirainen
2001-07-29Added "Closed query with nick" message.Timo Sirainen
2001-07-29Escape % chars in logs so strftime() won't mess with them.Timo Sirainen
2001-07-29Removed unused signal_gui_print_text, added a g_return_if_fail(dest->windowTimo Sirainen
2001-07-29Fixed /RELOAD crashing without parameters.Timo Sirainen
2001-07-28OK, no more forcing the reuse_unused_windows. It's up to the user to set it.Timo Sirainen
2001-07-28/SET reuse_unused_windows is now forced ON only if /SET autocreate_windowsTimo Sirainen
2001-07-28--hostname and --nick options didn't have effect for autoconnected servers.Timo Sirainen
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-25SYNTAX: ACTION updated - target is requiredTimo 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