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