summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2002-05-17removed accidental extra settings.Timo Sirainen
2002-05-17more typedef struct separations.Timo Sirainen
2002-05-17removed useless functionsTimo Sirainen
2002-05-17!channel fixes.Timo Sirainen
2002-05-17new !channel support was buggy, as I tried it only with channel names havingTimo Sirainen
2002-05-17crashfix for previous ~/. kludgeTimo Sirainen
2002-05-16kludgeing: don't autoget files beginning with '.' if dcc_download_path isTimo Sirainen
2002-05-16Added /COMPLETION -delete and some fixes.Timo Sirainen
2002-05-16Added /COMPLETION command for tab + auto-completion. Config file formatTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-15^ key couldn't be used with /BINDTimo Sirainen
2002-05-15"How do I easily edit existing topic?", "How can I have /WHOIS replies toTimo Sirainen
2002-05-15removed accidental extra crapTimo Sirainen
2002-05-15updated %n descriptionTimo Sirainen
2002-05-13/SET help_path now supports multiple paths separated with ':' - patch by c0ffeeTimo Sirainen
2002-05-13fixesTimo Sirainen
2002-05-13don't add same ban more than once to banlist.Timo Sirainen
2002-05-13fixed memory leaks with several functions.Timo Sirainen
2002-05-13don't use TIOCGWINSZ terminal size if it returns only 0x0.Timo Sirainen
2002-05-13changed log domain and changed few g_return_if_fails to g_asserts. theTimo Sirainen
2002-05-13make sure the statusbar item fills the space it's given, so it won't corruptTimo Sirainen
2002-05-13/FORMAT whowas change: ircname -> was, maybe this will make automaticTimo Sirainen
2002-05-13Added format_create_dest() + $dest->print() functions. here's also our firstTimo Sirainen
2002-05-13timeout_add_once() didn't work.Timo Sirainen
2002-05-12Split nick and host for topic info format.Timo Sirainen
2002-05-12some optimizations to not uselessly hide/show/move cursor - hope i didn'tTimo Sirainen
2002-05-12"alias xx", not "aliases xx"..Timo Sirainen
2002-05-12added "alias added" and "alias removed" signals.Timo Sirainen
2002-05-12dcc reject bugfix went wrong, fixed.Timo Sirainen
2002-05-12irssi didn't notice if DCC send connection died.Timo Sirainen