Age | Commit message (Expand) | Author |
2006-09-20 | Make compilation of is_translit conditional on glib-2. | Emanuele Giaquinta |
2006-09-20 | Add public is_utf8 function by refactoring existing code. | Emanuele Giaquinta |
2006-09-18 | Apply 05upgrade-check-binary.dpatch with some modifications. | Emanuele Giaquinta |
2006-09-18 | Add missing free. | Emanuele Giaquinta |
2006-09-17 | Remove useless check. | Emanuele Giaquinta |
2006-08-20 | compile with glib1 again | Wouter Coekaerts |
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-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-02-20 | sort nicks with custom prefix by the order defined in isupport in /NAMES | Wouter Coekaerts |
2005-11-23 | replace guint by gsize for the glib2 version of irssi_ssl_read | Valentin Batz |
2005-11-19 | If transliterations don't work in the system (eg. Solaris), don't allow | 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-07 | changed recode_fallback to CP1252 | Valentin Batz |
2005-10-16 | fixed a bug in recode when target is NULL and really use the recoded string f... | Valentin Batz |
2005-10-15 | Remove the inline declarations, patch by nailbiter | Valentin Batz |
2005-10-10 | Don't crash with /me in dcc, or dcc message on disconnected server, with reco... | Wouter Coekaerts |
2005-09-10 | Make parse_time_interval recognize negative times. Patch by Danijel Tasov and... | Wouter Coekaerts |
2005-08-24 | moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/pr... | Valentin Batz |
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 |
2005-07-17 | Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David P... | Wouter Coekaerts |
2005-06-29 | Added a new boolean setting 'recode' to provide an opportunity to turn off re... | Valentin Batz |
2005-03-06 | Fix memleak in several commands that used cmd_return_error when they should b... | Wouter Coekaerts |
2005-03-06 | Fix command_unbind memleak by Toby Peterson (Bug 211) | Wouter Coekaerts |
2005-02-06 | Fixed memory leaks when destroying a channel, when loading nonexisten scripts... | Valentin Batz |
2005-01-12 | call setlocale(LC_ALL, ) once in fe-text/irssi.c and not everytime recode_get... | Valentin Batz |
2005-01-12 | call setlocale(LC_ALL, ) before g_get_charset to properly return the user's c... | Valentin Batz |
2004-12-20 | Fixed target handling in recode_out | Valentin Batz |
2004-12-20 | Added <tag>/<target> support for recode. | Valentin Batz |
2004-11-04 | Fixed bug with time settings where hours actually returned 60*hours | Valentin Batz |
2004-10-18 | /UPGRADE saves now server->version | Valentin Batz |
2004-10-10 | Fixed bug with logging where item names starting with the same string were no... | Valentin Batz |
2004-09-20 | Changed the order of recode_out_default_charset, it doesn't override /recode ... | Valentin Batz |
2004-09-18 | Forgot g_free(translit_to); in recode_in | Valentin Batz |
2004-09-15 | Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix... | Valentin Batz |
2004-08-21 | Bug #104 recode treats multibyte jp characters as utf8. Patch by Valentin | Timo Sirainen |
2004-08-20 | forgot to add | Timo Sirainen |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2004-08-19 | Patch by jimmy: Details In 0.8.9 it is not possible to log all activity on a ... | Timo Sirainen |
2004-08-19 | /SERVER, /CONNECT -network wasn't working | Timo Sirainen |
2004-07-11 | s/ircnet/network/ - patch by Joost Vunderink | Timo Sirainen |
2004-05-10 | noinst_HEADERS -> pkginc_HEADERS | Timo Sirainen |
2004-03-23 | added strocpy() | Timo Sirainen |
2004-03-03 | reverted the username/realname keeping with /reconnect. it was broken. | Timo Sirainen |
2004-02-18 | Added "server sendmsg" signal to replace server->send_message(). | Timo Sirainen |
2004-01-28 | EAI_NODATA is depricated and doesn't exist everywhere anymore | Timo Sirainen |
2004-01-22 | other fixes | Timo Sirainen |