Age | Commit message (Expand) | Author |
2002-09-30 | If reconnection was aborted by trying to reconnect to another server, the | Timo Sirainen |
2002-09-30 | irssi stuck to infinite loop if it wasn't compiled with gmodule. | Timo Sirainen |
2002-09-14 | statusbar is now also updated for connecting-servers. | Timo Sirainen |
2002-09-14 | no, didn't work, again :) | Timo Sirainen |
2002-09-14 | tag generation didn't check the tags from connecting servers, so same tag | Timo Sirainen |
2002-09-07 | banned/dns_error state was set to servers in setup, but never reset, which | Timo Sirainen |
2002-08-26 | right. maybe now builds with glib2 right? | Timo Sirainen |
2002-08-26 | fixes to work with glib2 (untested...) | Timo Sirainen |
2002-08-26 | /SERVER -ssl option was lost while reconnecting if server existed in /SERVER | Timo Sirainen |
2002-08-26 | Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after | Timo Sirainen |
2002-08-26 | removed the stupid error-parameters from net_connect*() calls. errno can be | Timo Sirainen |
2002-08-09 | /DISCONNECT <tag> works again for not-yet-connected servers. | Timo Sirainen |
2002-07-16 | If log file path contains any $variables or %time codes, create the | Timo Sirainen |
2002-07-16 | '\' characters in nicks were skipped when sending messages in queries. | Timo Sirainen |
2002-07-16 | since some servers nowadays don't like having "-" as user/realname, changed | Timo Sirainen |
2002-07-01 | cmd_get_quoted_params() fixes | Timo Sirainen |
2002-06-07 | Empty lines can be now sent to /EXEC -interactive windows. | Timo Sirainen |
2002-06-06 | Levels are now defined as enums, not #defines. | Timo Sirainen |
2002-05-30 | server_find_tag() shouldn't return servers in lookup_servers list, | Timo Sirainen |
2002-05-28 | when destroying channel, it really should be removed also from | Timo Sirainen |
2002-05-26 | net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6 | Timo Sirainen |
2002-05-20 | /UPGRADE was broken, changed again the server connection code. | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-05-18 | Updating existing ignore didn't recompile the regexp. | Timo Sirainen |
2002-05-18 | still fixing | Timo Sirainen |
2002-05-18 | servertag needs to be saved too .. | Timo Sirainen |
2002-05-18 | save temporary ignores to config file with timestamp when to unignore. | Timo Sirainen |
2002-05-18 | channel_setup_create() didn't set record type. | Timo Sirainen |
2002-05-17 | more typedef struct separations. | Timo Sirainen |
2002-05-17 | !channel fixes. | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-11 | moved timestamp_format into lookandfeel category | Timo Sirainen |
2002-05-11 | server_setup_add() now emits signal "server setup updated" | Timo Sirainen |
2002-05-10 | broke CHAT_PROTOCOL_REC into struct + typedef. | Timo Sirainen |
2002-05-05 | removed unused #defines. | Timo Sirainen |
2002-04-28 | query->createtime wasn't set | Timo Sirainen |
2002-04-27 | added signal_continue() for continuing signal emission with new parameters. | Timo Sirainen |
2002-04-23 | check_address() didn't initialize *wildcards variable properly. | Timo Sirainen |
2002-04-17 | when queried nick changes, "window item name changed" signal is sent too. | Timo Sirainen |
2002-04-16 | fixes for new signaling code. | Timo Sirainen |
2002-04-15 | display the refcount properly when complaining that signal is still | Timo Sirainen |
2002-04-15 | Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi | Timo Sirainen |
2002-04-10 | Fixed one error and several warnings with GLIB 2.0 | Timo Sirainen |
2002-04-03 | if /CONNECT -! ircnet couldn't connect to first server, next was tried but | Timo Sirainen |
2002-03-31 | Don't set channel->server = NULL when disconnecting, so scripts can still | Timo Sirainen |
2002-03-23 | $topic shouldn't crash if query doesn't have a valid address set yet. | Timo Sirainen |
2002-03-22 | Add server tag as well to topicbar with queries | Timo Sirainen |
2002-03-14 | Don't crash if there's no prefixes (botti doesn't) when loading module. | Timo Sirainen |
2002-03-13 | Set ownnick to channel->NULL when the nick record is destroyed. Should fix | Timo Sirainen |
2002-03-13 | When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if there | Timo Sirainen |