Age | Commit message (Expand) | Author |
2004-09-15 | Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix... | Valentin Batz |
2004-08-21 | Bug #104 recode treats multibyte jp characters as utf8. Patch by Valentin | Timo Sirainen |
2004-08-20 | forgot to add | Timo Sirainen |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2004-08-19 | Patch by jimmy: Details In 0.8.9 it is not possible to log all activity on a ... | Timo Sirainen |
2004-08-19 | /SERVER, /CONNECT -network wasn't working | Timo Sirainen |
2004-07-11 | s/ircnet/network/ - patch by Joost Vunderink | Timo Sirainen |
2004-05-10 | noinst_HEADERS -> pkginc_HEADERS | Timo Sirainen |
2004-03-23 | added strocpy() | Timo Sirainen |
2004-03-03 | reverted the username/realname keeping with /reconnect. it was broken. | Timo Sirainen |
2004-02-18 | Added "server sendmsg" signal to replace server->send_message(). | Timo Sirainen |
2004-01-28 | EAI_NODATA is depricated and doesn't exist everywhere anymore | Timo Sirainen |
2004-01-22 | other fixes | Timo Sirainen |
2004-01-20 | isupport patch by David Leadbeater | Timo Sirainen |
2004-01-19 | Say when we're reconnecting, and mention it can be aborted with /RMRECONNS | Timo Sirainen |
2004-01-19 | Don't try to keep user_name/real_name with /reconnect. They couldn't have | Timo Sirainen |
2004-01-10 | /msg , fix again by c0ffee | Timo Sirainen |
2004-01-07 | If we can't connect to server using given IP, show the IP to user in the | Timo Sirainen |
2004-01-07 | /msg , crashfix by c0ffee | Timo Sirainen |
2003-12-10 | chanmode_expando_strip setting was reversed - patch by c0ffee | Timo Sirainen |
2003-11-20 | /SET chanmode_verbose -> chanmode_expando_strip | Timo Sirainen |
2003-11-16 | Fixed some memory leaks. | Timo Sirainen |
2003-11-16 | compile fix if there's no openssl | Timo Sirainen |
2003-11-16 | compile fix for glib2 | Timo Sirainen |
2003-11-16 | Fixed some gcc aliasing warnings | Timo Sirainen |
2003-11-16 | Support for sending SSL certificate to server and optionally verify server's | Timo Sirainen |
2003-11-16 | lag_min_show change wrong | Timo Sirainen |
2003-11-16 | Automatic backwards compatibility transitions. | Timo Sirainen |
2003-11-16 | parse_time_interval: x days were actually returned as hours. weeks were | Timo Sirainen |
2003-11-16 | Don't reconnect with invalid own hostname. | Timo Sirainen |
2003-11-16 | Time parsing: allow omitting time unit without warning for backwards | Timo Sirainen |
2003-11-16 | cleanup | Timo Sirainen |
2003-10-31 | Added /set chanmode_verbose. patch by c0ffee. | Timo Sirainen |
2003-10-11 | unsigned long -> gsize | Timo Sirainen |
2003-10-11 | unsigned long -> gsize | Timo Sirainen |
2003-10-11 | Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks. | Timo Sirainen |
2003-10-06 | 64bit fixes by Stefan Fent | Timo Sirainen |
2003-07-09 | Network fixes. DCC fixes for IPv6 + BSDs. | Timo Sirainen |
2003-05-13 | Fix crash with unloading module, by c0ffee | Timo Sirainen |
2003-01-31 | Removed execute(), not used. | Timo Sirainen |
2003-01-25 | GC fix | Timo Sirainen |
2003-01-08 | parse_time_interval() fallbacked to milliseconds, not seconds. some code | Timo Sirainen |
2002-12-29 | s/size/time/ in warning message | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-12-28 | don't bother with inlining at all, it doesn't help that much and I'm not | Timo Sirainen |
2002-12-28 | fix compiler warnings | Timo Sirainen |
2002-12-10 | Compiler warning fix | Timo Sirainen |
2002-12-04 | Added no_connect to SERVER_CONNECT_REC, also exported a few other variables | Timo Sirainen |
2002-12-04 | Broke irssi_binary path. | Timo Sirainen |
2002-12-03 | Made irssi_binary global and exported to perl as get_irssi_binary(). | Timo Sirainen |