summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-02-13001 event should free real_address if it already existed. this might happenTimo Sirainen
2002-02-13updated the glib error message with netsplitsTimo Sirainen
2002-02-13PARAM_FLAG_OPTCHAN_NAME check didn't work properly and it was alwaysTimo Sirainen
2002-02-13That msg completion nick thing broke some other completions in msgs window,Timo Sirainen
2002-02-13don't update window->last_line timestamp with MSGLEVEL_NEVER text, so >1dTimo Sirainen
2002-02-12missed isxdigit() -> i_isxdigit() changeTimo Sirainen
2002-02-11stupid format string bugs. wasn't there long though :)Timo Sirainen
2002-02-11In msgs window, you can now complete anywhere /MSG completion nicks (eg.Timo Sirainen
2002-02-11-actcolor %n now means that the activity isn't changed.Timo Sirainen
2002-02-11"/WINDOW IMMORTAL" shows the mortal-state. Error messages are printed inTimo Sirainen
2002-02-10Correctly handle DCC GET write() failures.Timo Sirainen
2002-02-10theme_format_compress_colors() doesn't assume the default color as %nTimo Sirainen
2002-02-10atexit(term_deinit)Timo Sirainen
2002-02-10Layout save support for immortality..Timo Sirainen
2002-02-10Support for "immortal" windows, that can't be closed until explicitly set toTimo Sirainen
2002-02-10Changed some clientnotices to clienterrorsTimo Sirainen
2002-02-10Added IRSSI_GLOBAL_CONFIG as wellTimo Sirainen
2002-02-10added #define IRSSI_HOME_CONFIGTimo Sirainen
2002-02-10It's possible to use black foreground color now.Timo Sirainen
2002-02-10term_clear() should set the background color to RESET, not to 0 (black).Timo Sirainen
2002-02-10all subdirs are now specified in "perl_dirs" so it's easier to add/removeTimo Sirainen
2002-02-10If *=port was used with /SET irssiproxy_ports, connections to server weren'tTimo Sirainen
2002-02-10support for event 477 which aborts joins to +R channels in dalnet.Timo Sirainen
2002-02-10/MSG completion should work with /QUERY as wellTimo Sirainen
2002-02-10Removed some old backwards compatibility code.Timo Sirainen
2002-02-10meta-backspace is now bound to delete_previous_word by default.Timo Sirainen
2002-02-10Default event handler now prints the server name where it received theTimo Sirainen
2002-02-10Don't stop reconnecting to server if we get nick collidedTimo Sirainen
2002-02-10/BIND meta-k erase_completion - support for removing completion data.Timo Sirainen
2002-02-10Level for own dcc chat messages should contain NO_ACT too (which alsoTimo Sirainen
2002-02-08since common.h wasn't included in this, changed i_isdigit() -> isdigit()Timo Sirainen
2002-02-08Proxy is now emitting "proxy client connected" and "proxy clientTimo Sirainen
2002-02-07"default event" now resends "default event numeric" which gets handled byTimo Sirainen
2002-02-07only the first of --home / --config parameters were parsed, which broke eg.Timo Sirainen
2002-02-07'-' option as last parameter didn't work (eg. /LAST -)Timo Sirainen
2002-02-07Set objects ->type = 0 when freeing to make sure we notice immediately ifTimo Sirainen
2002-02-07Don't crash in /NAMES list if /SET names_max_width was too smallTimo Sirainen
2002-02-06Still some event_received() fixes.Timo Sirainen
2002-02-06DCC /MSG handlers broke /MSG -ircnetTimo Sirainen
2002-02-06/EXEC's last output line wasn't printed if it didn't contain newline at endTimo Sirainen
2002-02-06Fixed the generic event_received() hadler not to remove ':' char twice inTimo Sirainen
2002-02-05bugfixTimo Sirainen
2002-02-04Ahem.. my little kludge had a buffer overflow :)Timo Sirainen
2002-02-04Broke DCC CHAT queries.Timo Sirainen
2002-02-04Use the server tag printing with queries now too.Timo Sirainen
2002-02-04printtext(): you can now specify server target with tag name instead ofTimo Sirainen
2002-02-03Server referencing in /EVAL really should have checked if the server wasn'tTimo Sirainen
2002-02-03broke $server->send_message()..Timo Sirainen
2002-02-03make sure redirect_continue is set to NULL if it contains the redirectionTimo Sirainen
2002-02-03target_type for "/MSG *" wasn't set properly.Timo Sirainen