summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-11-19When looking up IP addresses, return random IP instead of the first one.Timo Sirainen
2005-11-15Fixed return code of term_init (resulted in segfault with invalid TERM andJochen Eisinger
2005-11-07changed recode_fallback to CP1252Valentin Batz
2005-11-02Compile with glib1 again (part of patch from peder). g_unichar_*-ifying (maki...Wouter Coekaerts
2005-11-02Don't crash if receiving broken privmsg without source (which bitlbee can sen...Wouter Coekaerts
2005-10-18Fix crash on netsplit+join after /upgrade from 0.8.9Wouter Coekaerts
2005-10-18Fix warnings caused by r4043Wouter Coekaerts
2005-10-18Fix delete_{next,previous}_word bindings, patch by Emanuele GiaquintaWouter Coekaerts
2005-10-16fixed a bug in recode when target is NULL and really use the recoded string f...Valentin Batz
2005-10-15fixed recode for actions and added recode for numeric eventsValentin Batz
2005-10-15Remove the inline declarations, patch by nailbiterValentin Batz
2005-10-12fixed recoding of own messages.Valentin Batz
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
2005-10-10Don't crash with /me in dcc, or dcc message on disconnected server, with reco...Wouter Coekaerts
2005-09-29Fix compilation with gcc4 and --with-gc, Patch by Michael PooleWouter Coekaerts
2005-09-10don't crash if server sends weird NICK line, patch by Jarno Honkanen (Bug 216)Wouter Coekaerts
2005-09-10fix completion for /format (Bug 143)Wouter Coekaerts
2005-09-10Make parse_time_interval recognize negative times. Patch by Danijel Tasov and...Wouter Coekaerts
2005-09-10with 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-27Implementation of the meta-[cult] (capitalize words, upcase word, downcase wo...Valentin Batz
2005-08-24moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/pr...Valentin Batz
2005-08-24replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there...Valentin Batz
2005-08-15Fix notify with more nicks than max_whois_in_cmd (Bug 257), based on patch by...Wouter Coekaerts
2005-08-05fix minor textbuffer leak, Bug 288 by TobyWouter Coekaerts
2005-08-04Fixed recode for incoming messages, private messages didn't work properly. (B...Valentin Batz
2005-08-01Fix dcc resume crash (only in the rc's and svn) (Bug 287)Wouter Coekaerts
2005-07-24Forgot to add the additional parameter to g_convert_with_fallback (This alway...Valentin Batz
2005-07-24Added an option to specify a charset for a whole network. For example /recode...Valentin Batz
2005-07-17Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David P...Wouter Coekaerts
2005-07-17Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, http://bu...Wouter Coekaerts
2005-07-17Print glib errors nicely (debian/patches/01glib-errors.dpatch by David Pashley)Wouter Coekaerts
2005-06-29Added a new boolean setting 'recode' to provide an opportunity to turn off re...Valentin Batz
2005-06-24Fix server->last_nick leak by Toby (Bug 267)Wouter Coekaerts
2005-05-14Fixed a bug where the completion history can grow without bound, patch by Tob...Valentin Batz
2005-05-14Fixed leaking in chat-completion (http://bugs.irssi.org/?do=details&id=249), ...Valentin Batz
2005-05-14Fixed a bug with isupport, after an upgrade from 0.8.9 prefix very well can b...Valentin Batz
2005-05-11Fixed a bug where the channel list to join/rejoin on reconnect gets too long,...Valentin Batz
2005-05-09Updated the syntax definition for /recode add in fe-recode.cValentin Batz
2005-05-09Fixed a leak in fe-events-numeric.c, patch by Toby PetersonValentin Batz
2005-05-09Fixed bug where pasting is not using the character translation (http://bugs.i...Valentin Batz
2005-04-26Fix tr_TR locale problem for glib2 (still a bug with glib1.2) by David PashleyWouter Coekaerts
2005-04-26Remember alternate_nick and max_whois on reconnect (Bug 181)Wouter Coekaerts
2005-04-25Compile fix for gcc 4 (Bug 219)Wouter Coekaerts
2005-04-25Fix displaying of ctcp userinfo and clientinfo (Bug 222)Wouter Coekaerts
2005-03-07Use char* instead of const char* in read_settings, so memory can be freed wit...Valentin Batz
2005-03-07Don't use a retarted ip for passive DCCWouter Coekaerts
2005-03-07Fix /script reset, which caused crashes (Bug 48)Wouter Coekaerts