summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2007-01-06Reindent.Emanuele Giaquinta
2007-01-06Remove the target != NULL constraint in recode_out.Emanuele Giaquinta
2007-01-06Simplify.Emanuele Giaquinta
2006-11-02The attached patch fixes bug #164, which triggers a failed assertionGeert Hauwaerts
2006-10-27Include common.h rather than time.h directly to honour config.h.Emanuele Giaquinta
2006-10-23Fix memory leaks in expandos_deinit by Nicolas Collignon, bug #419.Emanuele Giaquinta
2006-10-20uptime command by Lauri Nurmi with some modifications by me, bug #458.Emanuele Giaquinta
2006-10-20Change default value of override_coredump_limit to FALSE.Emanuele Giaquinta
2006-09-24In line_split set *output _after_ calling remove_newline because itEmanuele Giaquinta
2006-09-22Revert second hunk of the previous patch, we want to check existence andEmanuele Giaquinta
2006-09-22Compute absolute path name of argv[0] at startup to make Irssi::get_irssi_binaryEmanuele Giaquinta
2006-09-20Cosmetic.Emanuele Giaquinta
2006-09-20Make compilation of is_translit conditional on glib-2.Emanuele Giaquinta
2006-09-20Add public is_utf8 function by refactoring existing code.Emanuele Giaquinta
2006-09-18Apply 05upgrade-check-binary.dpatch with some modifications.Emanuele Giaquinta
2006-09-18Add missing free.Emanuele Giaquinta
2006-09-17Remove useless check.Emanuele Giaquinta
2006-08-20compile with glib1 againWouter Coekaerts
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-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-02-20sort nicks with custom prefix by the order defined in isupport in /NAMESWouter Coekaerts
2005-11-23replace guint by gsize for the glib2 version of irssi_ssl_readValentin Batz
2005-11-19If transliterations don't work in the system (eg. Solaris), don't allowTimo 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-07changed recode_fallback to CP1252Valentin Batz
2005-10-16fixed a bug in recode when target is NULL and really use the recoded string f...Valentin Batz
2005-10-15Remove the inline declarations, patch by nailbiterValentin Batz
2005-10-10Don't crash with /me in dcc, or dcc message on disconnected server, with reco...Wouter Coekaerts
2005-09-10Make parse_time_interval recognize negative times. Patch by Danijel Tasov and...Wouter Coekaerts
2005-08-24moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/pr...Valentin Batz
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-06-29Added a new boolean setting 'recode' to provide an opportunity to turn off re...Valentin Batz
2005-03-06Fix memleak in several commands that used cmd_return_error when they should b...Wouter Coekaerts
2005-03-06Fix command_unbind memleak by Toby Peterson (Bug 211)Wouter Coekaerts
2005-02-06Fixed memory leaks when destroying a channel, when loading nonexisten scripts...Valentin Batz
2005-01-12call setlocale(LC_ALL, ) once in fe-text/irssi.c and not everytime recode_get...Valentin Batz
2005-01-12call setlocale(LC_ALL, ) before g_get_charset to properly return the user's c...Valentin Batz
2004-12-20Fixed target handling in recode_outValentin Batz
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-11-04Fixed bug with time settings where hours actually returned 60*hoursValentin Batz
2004-10-18/UPGRADE saves now server->versionValentin Batz
2004-10-10Fixed bug with logging where item names starting with the same string were no...Valentin Batz
2004-09-20Changed the order of recode_out_default_charset, it doesn't override /recode ...Valentin Batz
2004-09-18Forgot g_free(translit_to); in recode_inValentin Batz
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz