summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2002-05-26net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6Timo Sirainen
2002-05-20/UPGRADE was broken, changed again the server connection code.Timo Sirainen
2002-05-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-05-18Updating existing ignore didn't recompile the regexp.Timo Sirainen
2002-05-18still fixingTimo Sirainen
2002-05-18servertag needs to be saved too ..Timo Sirainen
2002-05-18save temporary ignores to config file with timestamp when to unignore.Timo Sirainen
2002-05-18channel_setup_create() didn't set record type.Timo Sirainen
2002-05-17more typedef struct separations.Timo Sirainen
2002-05-17!channel fixes.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-11moved timestamp_format into lookandfeel categoryTimo Sirainen
2002-05-11server_setup_add() now emits signal "server setup updated"Timo Sirainen
2002-05-10broke CHAT_PROTOCOL_REC into struct + typedef.Timo Sirainen
2002-05-05removed unused #defines.Timo Sirainen
2002-04-28query->createtime wasn't setTimo Sirainen
2002-04-27added signal_continue() for continuing signal emission with new parameters.Timo Sirainen
2002-04-23check_address() didn't initialize *wildcards variable properly.Timo Sirainen
2002-04-17when queried nick changes, "window item name changed" signal is sent too.Timo Sirainen
2002-04-16fixes for new signaling code.Timo Sirainen
2002-04-15display the refcount properly when complaining that signal is stillTimo Sirainen
2002-04-15Rewritten signal handling code - it wasn't supposed to come before 0.9 irssiTimo Sirainen
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-04-03if /CONNECT -! ircnet couldn't connect to first server, next was tried butTimo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2002-03-23$topic shouldn't crash if query doesn't have a valid address set yet.Timo Sirainen
2002-03-22Add server tag as well to topicbar with queriesTimo Sirainen
2002-03-14Don't crash if there's no prefixes (botti doesn't) when loading module.Timo Sirainen
2002-03-13Set ownnick to channel->NULL when the nick record is destroyed. Should fixTimo Sirainen
2002-03-13When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if thereTimo Sirainen
2002-03-11New queries should begin with last_unread_msg timestamp set to now. ThisTimo Sirainen
2002-03-10If -4 or -6 option is used with /SERVER, force the correct protocol match.Timo Sirainen
2002-03-10SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE whenTimo Sirainen
2002-03-10Don't send -autosendcmd after /UPGRADE.Timo Sirainen
2002-03-10/SET autoclose_query - now only last received private message affects whenTimo Sirainen
2002-02-20/UPGRADE saves now topic_time and topic_by.Timo Sirainen