Age | Commit message (Expand) | Author |
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 |
2002-05-13 | timeout_add_once() didn't work. | Timo Sirainen |
2002-05-12 | Split nick and host for topic info format. | Timo Sirainen |
2002-05-12 | some optimizations to not uselessly hide/show/move cursor - hope i didn't | Timo Sirainen |
2002-05-12 | "alias xx", not "aliases xx".. | Timo Sirainen |
2002-05-12 | added "alias added" and "alias removed" signals. | Timo Sirainen |
2002-05-12 | dcc reject bugfix went wrong, fixed. | Timo Sirainen |
2002-05-12 | irssi didn't notice if DCC send connection died. | Timo Sirainen |
2002-05-12 | /set hide_mirc_colors -> /set hide_colors, which also hides ANSI colors. | Timo Sirainen |
2002-05-11 | moved timestamp_format into lookandfeel category | Timo Sirainen |
2002-05-11 | added format_get_length(), format_real_length() and strip_codes() | Timo Sirainen |
2002-05-11 | removed the complaining about NULLs in string formats, they're more trouble | Timo Sirainen |
2002-05-11 | freeze/thaw before/after running glib main loop, so the cursor isn't moved | Timo Sirainen |
2002-05-11 | server_setup_add() now emits signal "server setup updated" | Timo Sirainen |
2002-05-10 | broke CHAT_PROTOCOL_REC into struct + typedef. | Timo Sirainen |
2002-05-10 | typofix. | Timo Sirainen |
2002-05-10 | closing /EXEC -interactive window may have crashed irssi. | Timo Sirainen |
2002-05-10 | don't send DCC REJECT when closing a connected DCC connection. | Timo Sirainen |
2002-05-10 | window_bind_add() the query->server_tag, not server->tag as server can be | Timo Sirainen |
2002-05-10 | more fixes | Timo Sirainen |
2002-05-10 | another terminfo fix | Timo Sirainen |
2002-05-09 | separated author email | Timo Sirainen |
2002-05-09 | fixed /WHO handling | Timo Sirainen |
2002-05-09 | Removed servertest - it's really not needed and doesn't even work probably. | Timo Sirainen |
2002-05-08 | /SET hilight_nick_matches - NO disables hilighting your own nick at | Timo Sirainen |
2002-05-08 | link with -export-dynamic. normally glib includes the dynamic linking info, | Timo Sirainen |
2002-05-07 | return value wasn't a good idea after all - added Irssi::timeout_add_once() | Timo Sirainen |
2002-05-07 | non-zero return value in timeout and input handlers now stops it. | Timo Sirainen |
2002-05-07 | /alias q query | Timo Sirainen |
2002-05-06 | fixed buffer overflow - happened at least when hitting ^A after writing | Timo Sirainen |
2002-05-05 | removed unused #defines. | Timo Sirainen |
2002-05-05 | removed colorless.theme since it's not autogenerated | Timo Sirainen |
2002-05-04 | window_set_name() - when setting it to "", set it NULL instead. | Timo Sirainen |
2002-05-04 | don't leave active_win corrupted if last window is killed. | Timo Sirainen |
2002-05-04 | updated | Timo Sirainen |
2002-05-02 | Added completion for /LOAD and /WINDOW ITEM MOVE. | Timo Sirainen |