Age | Commit message (Expand) | Author |
2018-02-06 | Merge branch 'nonick' into 'security' | Nei |
2018-01-25 | please give us nicks | ailin-nemui |
2018-01-20 | Insert colons after completing nicks preceded by a list of other autocomplete... | Manish Goregaokar |
2017-06-22 | remove const | ailin-nemui |
2017-06-19 | fix weird n-fold unescaping | ailin-nemui |
2017-03-06 | Revert "Quote the filename when dcc requests are auto accepted." | ailin-nemui |
2017-02-22 | Handle file names with quotes. | LemonBoy |
2016-11-08 | add completion_empty_line setting | Lauri Tirkkonen |
2016-06-13 | Add a completion_match_case setting. | LemonBoy |
2016-06-13 | Be smart about case-matching the nicks. | LemonBoy |
2014-09-30 | Fix use-after-free bug with cached settings values | Alexander Færøy |
2014-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2011-10-30 | Replace remaining usage of deprecated g_strdown(). Follow-up to r5138. | Jase Thew |
2008-05-16 | Stop the 'complete word' signal in the default completer when the | Emanuele Giaquinta |
2008-05-15 | Complete server tags for /window server. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-04-14 | Make completer for action/msg/query more self-contained by completing nicks in | Emanuele Giaquinta |
2007-02-25 | Add completion for /window goto. | Emanuele Giaquinta |
2005-05-14 | Fixed a bug where the completion history can grow without bound, patch by Tob... | Valentin Batz |
2005-05-14 | Fixed leaking in chat-completion (http://bugs.irssi.org/?do=details&id=249), ... | Valentin Batz |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2004-01-10 | fix | Timo Sirainen |
2002-12-31 | don't crash with /set completion_keep_privates 0 | Timo Sirainen |
2002-11-21 | completion_msg() is now public | Timo Sirainen |
2002-10-16 | Adde -servertag to /MSG completion always with >1 connected servers. | Timo Sirainen |
2002-10-14 | Complete tags to /RECONNECT too | Timo Sirainen |
2002-10-14 | More tab completion: /DISCONNECT, /SERVER ADD|REMOVE, /STATS | Timo Sirainen |
2002-07-16 | comment update | Timo Sirainen |
2002-07-16 | '\' characters in nicks were skipped when sending messages in queries. | Timo Sirainen |
2002-07-01 | comment update | Timo Sirainen |
2002-07-01 | the -nick fix broke things :) now a proper fix | Timo Sirainen |
2002-07-01 | fixed query to work with nicks beginning with '-' char | Timo Sirainen |
2002-06-07 | Empty lines can be now sent to /EXEC -interactive windows. | Timo Sirainen |
2002-06-04 | /AWAY reason tab completion shouldn't append space at the end. | Timo Sirainen |
2002-05-26 | /ALIAS and /UNALIAS completion, patch by c0ffee. | Timo Sirainen |
2002-05-26 | /AWAY reason tab completion, patch by c0ffee. | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-02 | Added completion for /LOAD and /WINDOW ITEM MOVE. | Timo Sirainen |
2002-02-16 | /ACTION supports -servertag now and tab completion works with it like with | Timo Sirainen |
2002-02-13 | That msg completion nick thing broke some other completions in msgs window, | Timo Sirainen |
2002-02-11 | In msgs window, you can now complete anywhere /MSG completion nicks (eg. | Timo Sirainen |
2002-02-10 | /MSG completion should work with /QUERY as well | Timo Sirainen |
2002-02-10 | /BIND meta-k erase_completion - support for removing completion data. | Timo Sirainen |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-22 | removed some unused code. | Timo Sirainen |
2002-01-10 | When /SET expand_escapes was ON, \012 and \015 should be treated as newlines | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |