summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2003-11-20/SET chanmode_verbose -> chanmode_expando_stripTimo Sirainen
2003-11-16Fixed some memory leaks.Timo Sirainen
2003-11-16compile fix if there's no opensslTimo Sirainen
2003-11-16compile fix for glib2Timo Sirainen
2003-11-16Fixed some gcc aliasing warningsTimo Sirainen
2003-11-16Support for sending SSL certificate to server and optionally verify server'sTimo Sirainen
2003-11-16lag_min_show change wrongTimo Sirainen
2003-11-16Automatic backwards compatibility transitions.Timo Sirainen
2003-11-16parse_time_interval: x days were actually returned as hours. weeks wereTimo Sirainen
2003-11-16Don't reconnect with invalid own hostname.Timo Sirainen
2003-11-16Time parsing: allow omitting time unit without warning for backwardsTimo Sirainen
2003-11-16cleanupTimo Sirainen
2003-10-31Added /set chanmode_verbose. patch by c0ffee.Timo Sirainen
2003-10-11unsigned long -> gsizeTimo Sirainen
2003-10-11unsigned long -> gsizeTimo Sirainen
2003-10-11Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks.Timo Sirainen
2003-10-0664bit fixes by Stefan FentTimo Sirainen
2003-07-09Network fixes. DCC fixes for IPv6 + BSDs.Timo Sirainen
2003-05-13Fix crash with unloading module, by c0ffeeTimo Sirainen
2003-01-31Removed execute(), not used.Timo Sirainen
2003-01-25GC fixTimo Sirainen
2003-01-08parse_time_interval() fallbacked to milliseconds, not seconds. some codeTimo Sirainen
2002-12-29s/size/time/ in warning messageTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-28don't bother with inlining at all, it doesn't help that much and I'm notTimo Sirainen
2002-12-28fix compiler warningsTimo Sirainen
2002-12-10Compiler warning fixTimo Sirainen
2002-12-04Added no_connect to SERVER_CONNECT_REC, also exported a few other variablesTimo Sirainen
2002-12-04Broke irssi_binary path.Timo Sirainen
2002-12-03Made irssi_binary global and exported to perl as get_irssi_binary().Timo Sirainen
2002-12-01no, /connect -! shouldn't send the /ircnet -autosendcmd, channel's botcmdTimo Sirainen
2002-12-01/CONNECT -! shouldn't send autosendcmds when joining channels.Timo Sirainen
2002-11-29and remove outdated comment :)Timo Sirainen
2002-11-29If bind() fails when connecting, don't fallback to default address. ShouldTimo Sirainen
2002-11-28net_gethostbyaddr() was pretty much broken.Timo Sirainen
2002-11-28/SET resolve_reverse_lookup to do reverse lookups for server whenTimo Sirainen
2002-11-21Create log file directories using /set log_create_file_mode + exec-bit.Timo Sirainen
2002-11-21doc/syntax updatesTimo Sirainen
2002-11-21Irssi now uses 64bit file offets if it's only supported by system. Also didTimo Sirainen
2002-11-19Timeout server connections if they're not in fully connected stage in /SETTimo Sirainen
2002-11-17cmd_get_quoted_param() didn't work properly if it was used with last wordTimo Sirainen
2002-11-11DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>,Timo Sirainen
2002-11-05Fixed some "buffer overflow" alerts when playing with buggy /EVAL values.Timo Sirainen
2002-10-28compiling fixTimo Sirainen
2002-10-27Exported expando interface to perl. Fix for statusbar deinit.Timo Sirainen
2002-10-26GLIB2 support for SSL code. Patch by vjt@users.sf.netTimo Sirainen
2002-10-19Handle correctly g_get_home_dir() returning NULL, assume it's the currentTimo Sirainen
2002-10-14The setting is of course "cmdchars", not "cmdchar"Timo Sirainen
2002-10-14$k - first character in CMDCHARSTimo Sirainen
2002-10-14updated /reconnect syntax.Timo Sirainen