Age | Commit message (Expand) | Author |
2006-09-11 | Remove trailing whitespace. | Emanuele Giaquinta |
2006-09-11 | Make tests specific to the curses interface conditional to $want_terminfo = no. | Emanuele Giaquinta |
2006-09-11 | Fix typo. | Emanuele Giaquinta |
2006-09-11 | Quote more where necessary. | Emanuele Giaquinta |
2006-09-10 | Fix compilation with glib-1. | Emanuele Giaquinta |
2006-09-09 | Add extra libs to irssi_LDADD, not to irssi_LDFLAGS. | Emanuele Giaquinta |
2006-09-09 | Cosmetic, merge two statements and reindent with tabs. | Emanuele Giaquinta |
2006-09-09 | Add support for wide curses. | Emanuele Giaquinta |
2006-09-09 | Adjust alignment of --with-cuix help string. | Emanuele Giaquinta |
2006-09-09 | Renamed irc.efnet.net to irc.efnet.org | Geert Hauwaerts |
2006-09-08 | Update to latest revision. | Emanuele Giaquinta |
2006-09-08 | Remove unneeded templates. | Emanuele Giaquinta |
2006-09-08 | Remove call to AC_ARG_PROGRAM, AM_INIT_AUTOMAKE calls it for us. | Emanuele Giaquinta |
2006-09-08 | Remove --with-ncurses option, it collides with the one from curses.m4. | Emanuele Giaquinta |
2006-08-20 | Don't get confused by a join command with too many arguments; keys can't have... | Wouter Coekaerts |
2006-08-20 | don't wait for all /names replies before syncing if we can't combine queries ... | Wouter Coekaerts |
2006-08-20 | compile with glib1 again | Wouter Coekaerts |
2006-08-08 | Merge of cuix back in trunk | nattfodd |
2006-08-01 | reset the PRNG, because a some OSs clear the seed when forking | Jochen Eisinger |
2006-07-25 | Don't assume that 7bit ascii strings are encoded in UTF-8, only validate the ... | Valentin Batz |
2006-07-18 | Since the fe-common modules are named fe_common_$protocol, the module loader | Jochen Eisinger |
2006-05-18 | Fix whois_hide_safe_channel_id: only look at the beginning of a channel name,... | Wouter Coekaerts |
2006-05-05 | Typo fix. | Geert Hauwaerts |
2006-05-04 | New perl command send_raw_first, patch by ComradeP (Bug 413) | Wouter Coekaerts |
2006-03-26 | Removed all srand calls and added a single srand invokation in at startup | Jochen Eisinger |
2006-03-25 | prefixed all calls to rand() with a call to srand(time(NULL)), so we get | Jochen Eisinger |
2006-03-01 | Ignore joins without a nick from broken servers | Wouter Coekaerts |
2006-02-20 | sort nicks with custom prefix by the order defined in isupport in /NAMES | Wouter Coekaerts |
2006-02-17 | leave parameter count check as it was before | Valentin Batz |
2006-02-17 | check the paramcount for DCC RESUME more strictly | Valentin Batz |
2006-02-01 | make negative scroll_page_count scroll screensize-n lines (Patch by Chris Moore) | Wouter Coekaerts |
2006-01-31 | Fix colors with TERM=xterm-{88,256}color, patch by Emanuele Giaquinta | Valentin Batz |
2006-01-30 | Only send QUOTE immediately when server didn't yet sent the 001 event | Valentin Batz |
2006-01-29 | Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte charact... | Valentin Batz |
2006-01-28 | If dcc_own_ip contains IPv4 address, listen only in IPv4. | Timo Sirainen |
2006-01-26 | changed /QUOTE to be sent immediately, since the queueing was changed, it's n... | Valentin Batz |
2006-01-17 | fix segfault on /quit by using a linked list node after freeing it (by Chris... | Wouter Coekaerts |
2005-12-14 | Fix the Conflicts and Replaces line for sarge backporting | dpash |
2005-12-11 | 0.8.10 release | dpash |
2005-12-11 | Release 0.8.10 | Wouter Coekaerts |
2005-12-01 | Update for 0.8.10rc8 | dpash |
2005-11-30 | - s/IRCNET/NETWORK/ in manual.txt | Wouter Coekaerts |
2005-11-24 | Initialize the isupport functions on /upgrade aswell | Valentin Batz |
2005-11-23 | replace guint by gsize for the glib2 version of irssi_ssl_read | Valentin Batz |
2005-11-23 | removed utf8.c utf8.h, going to move them from src/fe-text to here | Valentin Batz |
2005-11-20 | g_log_set_default_handler() came only in glib 2.6.0. Don't use it for older | Timo Sirainen |
2005-11-19 | If transliterations don't work in the system (eg. Solaris), don't allow | Timo Sirainen |
2005-11-19 | With GLIB2 hook all glib logging functions no matter what the domains are. | Timo Sirainen |
2005-11-19 | Using "/VER" in channel now doesn't directly ask CTCP VERSION from it. | Timo Sirainen |
2005-11-19 | Default recode_transliterate to yes | Timo Sirainen |