summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2001-09-08Loading modules that didn't have "core" part didn't work (eg. irc_proxy).Timo Sirainen
2001-08-31Expando lookup crashed with hi-ascii chars.Timo Sirainen
2001-08-17Module loading fixes.Timo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-14minor speedups and signal removing fixesTimo Sirainen
2001-08-13/LOG OPEN -color, /SET awaylog_colors - specifies that the color codesTimo Sirainen
2001-08-08Added function expand_escapes() which handles now escaping /EVAL and inputTimo Sirainen
2001-08-08If we receive INVITE for a channel that is added with /CHANNEL ADD -auto,Timo Sirainen
2001-08-05/MSG * in empty window now prints "not joined" errorTimo Sirainen
2001-07-29Signals weren't removed correctly.Timo Sirainen
2001-07-29Fixed /RELOAD crashing without parameters.Timo Sirainen
2001-07-26added destroy() function to WI_ITEM_REC. This fixes a potential crash whenTimo Sirainen
2001-07-25fixed using already free'd memory.Timo Sirainen
2001-07-16command_runsub() - ignore multiple spaces between /COMMAND SUBCOMMANDTimo Sirainen
2001-07-16--home, --config parameters now expand relative paths to absolute at startup.Timo Sirainen
2001-07-15New /IGNOREs weren't immediately effective for nicks in channel. Some smallTimo Sirainen
2001-07-15Moved awaylog to core.Timo Sirainen
2001-07-15Another /FOREACH update - it only goes through the currentTimo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-14/FOREACH won't crash now if the command removes the item being accessedTimo Sirainen
2001-07-14"gui dialog" signals can now be safely emitted before the GUI is initializedTimo Sirainen
2001-07-13uname() returns non-negative if successful, not necessarily 0.Timo Sirainen
2001-07-05Moved location of config, theme and doc files. Added debian dir for building ...Timo Sirainen
2001-06-27Using different ports in one server for different chat networks didn't workTimo Sirainen
2001-06-26"log rotate" -> "log rotated"Timo Sirainen
2001-06-26special-vars: added flag PARSE_FLAG_ESCAPE_THEME to escape { and } charsTimo Sirainen
2001-06-26moved "log rotate" after the logging was stopped.Timo Sirainen
2001-06-26"log rotate" signal addedTimo Sirainen
2001-06-11get_max_column_count() didn't work properly if items had wider items thanTimo Sirainen
2001-06-10Getting optional channel parameter was buggy - it used already free'd memoryTimo Sirainen
2001-06-08Try to keep the number after server tag always the same when there'sTimo Sirainen
2001-06-04/LOAD: when using '.' character in module name irssi printed glib errorTimo Sirainen
2001-06-01moved /SET ignore_signals to core.Timo Sirainen
2001-05-21get_max_column_count() didn't return correct value in save_column_widthsTimo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-05-17some comment changes, moved nearest_power() to misc.hTimo Sirainen
2001-05-11cmd_get_params() crashed in some conditionsTimo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2001-05-11Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding ownTimo Sirainen
2001-04-20added $sysarchTimo Sirainen
2001-03-28module_get_name() should be inside #ifdef HAVE_GMODULETimo Sirainen
2001-03-24ignore_check(): don't crash if nick is NULL - shouldn't really ever happen?Timo Sirainen
2001-03-20added /SET proxy_passwordTimo Sirainen
2001-03-18moved stuff from net-internal.h to network.h. HPUX needed one of theTimo Sirainen
2001-03-17%F = blinking on/off. several fixes to make blinking work better. someTimo Sirainen
2001-03-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo Sirainen
2001-03-16Irssi now asks if you want to remove unknown settings from configurationTimo Sirainen
2001-03-16quit_message setting moved from irc to coreTimo Sirainen
2001-03-15server_connect_own_ip_save(): fixed some nasty typos that could haveTimo Sirainen