summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-07-01fixed query to work with nicks beginning with '-' charTimo Sirainen
2002-07-01Moved setlocale() at the beginning of initialization, should fix regexpTimo Sirainen
2002-06-19strip_codes() didn't handle ANSI colors properly, and if used at the end ofTimo Sirainen
2002-06-13updated dancer's channel forwarding support - using +f channel mode now, andTimo Sirainen
2002-06-13Wallop actions fixedTimo Sirainen
2002-06-10$X expando didn't check if server type was irc properly, and crashed.Timo Sirainen
2002-06-07irsis --dummy fixed.Timo Sirainen
2002-06-07Empty lines can be now sent to /EXEC -interactive windows.Timo Sirainen
2002-06-06/NAMES list isn't displayed on join when channel is joined because ofTimo Sirainen
2002-06-06use signal_add_last("channel joined") for printing /NAMES listTimo Sirainen
2002-06-06Levels are now defined as enums, not #defines.Timo Sirainen
2002-06-06Added /SET show_names_on_join, /QUOTE NAMES #channel now prints the namesTimo Sirainen
2002-06-06/SET -default changes setting to it's default value.Timo Sirainen
2002-06-06/SET irssiproxy_bind specifies the IP where to listen in, patch by BC-bdTimo Sirainen
2002-06-06Lines beginning with '#' in ~/.irssi/startup file are now treated asTimo Sirainen
2002-06-06When completing words beginning with '/' or '~' chars, treat them asTimo Sirainen
2002-06-06Added default meta-d = delete_next_wordTimo Sirainen
2002-06-05Finally - /^msg nick never autocreates an empty window anymore. Added newTimo Sirainen
2002-06-05"/MODE !channel" should send the full name to serverTimo Sirainen
2002-06-04/UNALIAS didn't work if it had space at the end.Timo Sirainen
2002-06-04/AWAY reason tab completion shouldn't append space at the end.Timo Sirainen
2002-06-04Don't set window's server yet at "server looking" stage, as everything isn'tTimo Sirainen
2002-06-04/exec -interactive window items didn't have get_target() which crashedTimo Sirainen
2002-06-04Support for 330 whois event (auth) in qnetTimo Sirainen
2002-05-31Don't show the full channel name with own joins, because it's logged intoTimo Sirainen
2002-05-31"message own_public" should be printed with channel's visible_name, notTimo Sirainen
2002-05-30server_find_tag() shouldn't return servers in lookup_servers list,Timo Sirainen
2002-05-28when destroying channel, it really should be removed also fromTimo Sirainen
2002-05-26/ALIAS and /UNALIAS completion, patch by c0ffee.Timo Sirainen
2002-05-26event_cannot_join() - changed check from NAMES got -> JOIN got, so theTimo Sirainen
2002-05-26"/MSG *" works now properly with dcc chat queries.Timo Sirainen
2002-05-26net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6Timo Sirainen
2002-05-26/AWAY reason tab completion, patch by c0ffee.Timo Sirainen
2002-05-26use Symbol qw(delete_packge) -> use Symbol; Symbol::delete_package(). MaybeTimo Sirainen
2002-05-21bugfixTimo Sirainen
2002-05-20/UPGRADE was broken, changed again the server connection code.Timo Sirainen
2002-05-20Irssi::get_gui() now returns IRSSI_GUI_xxx which is in use.Timo Sirainen
2002-05-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-05-19When reconnected to server, send the away message directly to server insteadTimo Sirainen
2002-05-19don't crash if server sends us !channel name less than 6 chars.Timo Sirainen
2002-05-19hilight + keyboard fixes so it's possible for xirssi to modify them.Timo Sirainen
2002-05-18External indent functions (theme_indent module) weren't working properly.Timo Sirainen
2002-05-18/IGNORE -pattern now always assumes you want to create a new ignore. If youTimo Sirainen
2002-05-18Stop reconnecting on kills only if the kill was done by operator, notTimo Sirainen
2002-05-18Updating existing ignore didn't recompile the regexp.Timo Sirainen
2002-05-18still fixingTimo Sirainen
2002-05-18servertag needs to be saved too ..Timo Sirainen
2002-05-18save temporary ignores to config file with timestamp when to unignore.Timo Sirainen
2002-05-18channel_setup_create() didn't set record type.Timo Sirainen
2002-05-18banlist_find() is now public. "event 367" (banlist) shows now ban number inTimo Sirainen