Age | Commit message (Expand) | Author |
2002-06-04 | Support for 330 whois event (auth) in qnet | Timo Sirainen |
2002-05-31 | Don't show the full channel name with own joins, because it's logged into | Timo Sirainen |
2002-05-31 | "message own_public" should be printed with channel's visible_name, not | Timo Sirainen |
2002-05-30 | server_find_tag() shouldn't return servers in lookup_servers list, | Timo Sirainen |
2002-05-28 | when destroying channel, it really should be removed also from | Timo Sirainen |
2002-05-26 | /ALIAS and /UNALIAS completion, patch by c0ffee. | Timo Sirainen |
2002-05-26 | event_cannot_join() - changed check from NAMES got -> JOIN got, so the | Timo Sirainen |
2002-05-26 | "/MSG *" works now properly with dcc chat queries. | Timo Sirainen |
2002-05-26 | net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6 | Timo Sirainen |
2002-05-26 | /AWAY reason tab completion, patch by c0ffee. | Timo Sirainen |
2002-05-26 | use Symbol qw(delete_packge) -> use Symbol; Symbol::delete_package(). Maybe | Timo Sirainen |
2002-05-21 | bugfix | Timo Sirainen |
2002-05-20 | /UPGRADE was broken, changed again the server connection code. | Timo Sirainen |
2002-05-20 | Irssi::get_gui() now returns IRSSI_GUI_xxx which is in use. | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-05-19 | When reconnected to server, send the away message directly to server instead | Timo Sirainen |
2002-05-19 | don't crash if server sends us !channel name less than 6 chars. | Timo Sirainen |
2002-05-19 | hilight + keyboard fixes so it's possible for xirssi to modify them. | Timo Sirainen |
2002-05-18 | External 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 you | Timo Sirainen |
2002-05-18 | Stop reconnecting on kills only if the kill was done by operator, not | Timo Sirainen |
2002-05-18 | Updating existing ignore didn't recompile the regexp. | Timo Sirainen |
2002-05-18 | still fixing | Timo Sirainen |
2002-05-18 | servertag needs to be saved too .. | Timo Sirainen |
2002-05-18 | save temporary ignores to config file with timestamp when to unignore. | Timo Sirainen |
2002-05-18 | channel_setup_create() didn't set record type. | Timo Sirainen |
2002-05-18 | banlist_find() is now public. "event 367" (banlist) shows now ban number in | Timo Sirainen |
2002-05-17 | removed accidental extra settings. | Timo Sirainen |
2002-05-17 | more typedef struct separations. | Timo Sirainen |
2002-05-17 | removed useless functions | Timo Sirainen |
2002-05-17 | !channel fixes. | Timo Sirainen |
2002-05-17 | new !channel support was buggy, as I tried it only with channel names having | Timo Sirainen |
2002-05-17 | crashfix for previous ~/. kludge | Timo Sirainen |
2002-05-16 | kludgeing: don't autoget files beginning with '.' if dcc_download_path is | Timo Sirainen |
2002-05-16 | Added /COMPLETION -delete and some fixes. | Timo Sirainen |
2002-05-16 | Added /COMPLETION command for tab + auto-completion. Config file format | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-15 | ^ key couldn't be used with /BIND | Timo Sirainen |
2002-05-15 | "How do I easily edit existing topic?", "How can I have /WHOIS replies to | Timo Sirainen |
2002-05-15 | removed accidental extra crap | Timo Sirainen |
2002-05-15 | updated %n description | Timo Sirainen |
2002-05-13 | /SET help_path now supports multiple paths separated with ':' - patch by c0ffee | Timo Sirainen |
2002-05-13 | fixes | Timo Sirainen |
2002-05-13 | don't add same ban more than once to banlist. | Timo Sirainen |
2002-05-13 | fixed memory leaks with several functions. | Timo Sirainen |
2002-05-13 | don't use TIOCGWINSZ terminal size if it returns only 0x0. | Timo Sirainen |
2002-05-13 | changed log domain and changed few g_return_if_fails to g_asserts. the | Timo Sirainen |
2002-05-13 | make sure the statusbar item fills the space it's given, so it won't corrupt | Timo Sirainen |
2002-05-13 | /FORMAT whowas change: ircname -> was, maybe this will make automatic | Timo Sirainen |
2002-05-13 | Added format_create_dest() + $dest->print() functions. here's also our first | Timo Sirainen |