summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2002-10-14/RECONNECT <tag>|* [<quit message>] - if tag is a connected server tag thatTimo Sirainen
2002-10-14$chatnet, $tag, $Y and $N expandos' change signals were incorrectly set,Timo Sirainen
2002-09-30If reconnection was aborted by trying to reconnect to another server, theTimo Sirainen
2002-09-30irssi stuck to infinite loop if it wasn't compiled with gmodule.Timo Sirainen
2002-09-14statusbar is now also updated for connecting-servers.Timo Sirainen
2002-09-14no, didn't work, again :)Timo Sirainen
2002-09-14tag generation didn't check the tags from connecting servers, so same tagTimo Sirainen
2002-09-07banned/dns_error state was set to servers in setup, but never reset, whichTimo Sirainen
2002-08-26right. maybe now builds with glib2 right?Timo Sirainen
2002-08-26fixes to work with glib2 (untested...)Timo Sirainen
2002-08-26/SERVER -ssl option was lost while reconnecting if server existed in /SERVERTimo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
2002-08-26removed the stupid error-parameters from net_connect*() calls. errno can beTimo Sirainen
2002-08-09/DISCONNECT <tag> works again for not-yet-connected servers.Timo Sirainen
2002-07-16If log file path contains any $variables or %time codes, create theTimo Sirainen
2002-07-16'\' characters in nicks were skipped when sending messages in queries.Timo Sirainen
2002-07-16since some servers nowadays don't like having "-" as user/realname, changedTimo Sirainen
2002-07-01cmd_get_quoted_params() fixesTimo Sirainen
2002-06-07Empty lines can be now sent to /EXEC -interactive windows.Timo Sirainen
2002-06-06Levels are now defined as enums, not #defines.Timo Sirainen
2002-05-30server_find_tag() shouldn't return servers in lookup_servers list,Timo Sirainen
2002-05-28when destroying channel, it really should be removed also fromTimo Sirainen