Age | Commit message (Expand) | Author |
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-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 |
2005-11-19 | When looking up IP addresses, return random IP instead of the first one. | Timo Sirainen |
2005-11-15 | Fixed return code of term_init (resulted in segfault with invalid TERM and | Jochen Eisinger |
2005-11-07 | changed recode_fallback to CP1252 | Valentin Batz |
2005-11-02 | Compile with glib1 again (part of patch from peder). g_unichar_*-ifying (maki... | Wouter Coekaerts |
2005-11-02 | Don't crash if receiving broken privmsg without source (which bitlbee can sen... | Wouter Coekaerts |
2005-10-18 | Fix crash on netsplit+join after /upgrade from 0.8.9 | Wouter Coekaerts |
2005-10-18 | Fix warnings caused by r4043 | Wouter Coekaerts |
2005-10-18 | Fix delete_{next,previous}_word bindings, patch by Emanuele Giaquinta | Wouter Coekaerts |
2005-10-16 | fixed a bug in recode when target is NULL and really use the recoded string f... | Valentin Batz |
2005-10-15 | fixed recode for actions and added recode for numeric events | Valentin Batz |
2005-10-15 | Remove the inline declarations, patch by nailbiter | Valentin Batz |
2005-10-12 | fixed recoding of own messages. | Valentin Batz |
2005-10-10 | Make the compiler happy by replacing 'const char *' by 'char *'. | Valentin Batz |
2005-10-10 | Don't crash with /me in dcc, or dcc message on disconnected server, with reco... | Wouter Coekaerts |
2005-09-29 | Fix compilation with gcc4 and --with-gc, Patch by Michael Poole | Wouter Coekaerts |
2005-09-10 | don't crash if server sends weird NICK line, patch by Jarno Honkanen (Bug 216) | Wouter Coekaerts |
2005-09-10 | fix completion for /format (Bug 143) | Wouter Coekaerts |
2005-09-10 | Make parse_time_interval recognize negative times. Patch by Danijel Tasov and... | Wouter Coekaerts |
2005-09-10 | with unknown (special) lines in whois, display the full content, not just the... | Wouter Coekaerts |
2005-09-10 | - rename "whois not found" to "whois try whowas", because that's what needs t... | Wouter Coekaerts |
2005-08-27 | Implementation of the meta-[cult] (capitalize words, upcase word, downcase wo... | Valentin Batz |
2005-08-24 | moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/pr... | Valentin Batz |
2005-08-24 | replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there... | Valentin Batz |
2005-08-15 | Fix notify with more nicks than max_whois_in_cmd (Bug 257), based on patch by... | Wouter Coekaerts |
2005-08-05 | fix minor textbuffer leak, Bug 288 by Toby | Wouter Coekaerts |
2005-08-04 | Fixed recode for incoming messages, private messages didn't work properly. (B... | Valentin Batz |
2005-08-01 | Fix dcc resume crash (only in the rc's and svn) (Bug 287) | Wouter Coekaerts |
2005-07-24 | Forgot to add the additional parameter to g_convert_with_fallback (This alway... | Valentin Batz |
2005-07-24 | Added an option to specify a charset for a whole network. For example /recode... | Valentin Batz |