summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2007-08-07Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automakeEmanuele Giaquinta
2007-07-26Remove backward compatibility for very old options.Emanuele Giaquinta
2007-07-26Change 'actlist_moves' boolean to 'actlist_sort' string which specifies theEmanuele Giaquinta
2007-07-08SSL: Fix assertion failures when net_connect_ip() detectsJilles Tjoelker
2007-07-08Fix crash when SSL-connecting to something which closesJilles Tjoelker
2007-06-16Document -window option of join command.Emanuele Giaquinta
2007-06-14fix off by one error when extracting e.g. fe from fe_silcJochen Eisinger
2007-06-10Removed special error==1 handling from net_gethosterror(). It wasn't usedTimo Sirainen
2007-06-10When parsing a '@' option verify that the whole argument, rather than only theEmanuele Giaquinta
2007-05-31Rewrite SSL connection/handshake code.Emanuele Giaquinta
2007-05-30Apply patch from bug #202 (from "Irssi Fan"); when callingJilles Tjoelker
2007-05-26Hide --session from --help output and remove its mention from the manual,Emanuele Giaquinta
2007-05-26Oops.Emanuele Giaquinta
2007-05-24Cleanup option handling.Emanuele Giaquinta
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-18Factor common code in recode_{in,out}.Emanuele Giaquinta
2007-05-14Remove code duplication.Emanuele Giaquinta
2007-05-10Allow logging of lines with no target only to logs with no items or with aEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-06Do not call iconfig_get_str when target is NULL.Emanuele Giaquinta
2007-04-29Factor out code from set_print into a function to get a printableEmanuele Giaquinta
2007-04-25Remove useless function.Emanuele Giaquinta
2007-04-19Fix typos.Emanuele Giaquinta
2007-04-16Properly initialize reference count for a new setting, bug #235.Emanuele Giaquinta
2007-04-07Allow logging of lines with no target to matching non autolog logs.Emanuele Giaquinta
2007-04-07Fix core_init definition.Emanuele Giaquinta
2007-01-07Make awaylog_file respect --home, bug #304.Emanuele Giaquinta
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