summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-11-26If pasted line starts with command char, treat it as command always. PasteTimo Sirainen
2003-11-24removed //#includeTimo Sirainen
2003-11-230.8.8 with a few backwards compatibility fixesTimo Sirainen
2003-11-23netjoin mode fixesTimo Sirainen
2003-11-23Don't count linefeeds in paste detection to avoid it going on when holdingTimo Sirainen
2003-11-21Removed /SET paste_detect_keycount - don't really need it anymore.Timo Sirainen
2003-11-21pasting fixes. changed key to ^K from ^O since ^O is working strangely inTimo Sirainen
2003-11-20/SET chanmode_verbose -> chanmode_expando_stripTimo Sirainen
2003-11-17Fixed paste_warning formatTimo Sirainen
2003-11-17disabling paste detection works againTimo Sirainen
2003-11-17again changed the paste_detect defaults.Timo Sirainen
2003-11-17potential crashfixTimo Sirainen
2003-11-17fixTimo Sirainen
2003-11-17paste texts are themeable now.Timo Sirainen
2003-11-17When pasting to empty window, don't ask about if pasting was wanted or not.Timo Sirainen
2003-11-17paste detection fixesTimo Sirainen
2003-11-17crashfix when quittingTimo Sirainen
2003-11-17more initializing..Timo Sirainen
2003-11-17initialize prev_entryTimo Sirainen
2003-11-16Fixed some memory leaks.Timo Sirainen
2003-11-16paste detection growed.Timo Sirainen
2003-11-16fix, try #2Timo Sirainen
2003-11-16crashfix for some systemsTimo Sirainen
2003-11-16pasting fixesTimo Sirainen
2003-11-16If pasting more lines than /SET paste_verify_line_count, ask before doingTimo Sirainen
2003-11-16changed /set pster_detect_keycount 5 -> 6 to fix function keysTimo Sirainen
2003-11-16compile fix if there's no opensslTimo Sirainen
2003-11-16Added pasting detection. All keys except CR and LF are pasted as-is intoTimo Sirainen
2003-11-16Assume JOIN failed if we get any 4xx numeric back with channel name in itTimo Sirainen
2003-11-16Support 479 illegal channel name numericTimo Sirainen
2003-11-16remove Makefile with make distcleanTimo 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 crash with /DCC SEND nick ""Timo Sirainen
2003-11-16Don't reconnect with invalid own hostname.Timo Sirainen
2003-11-16Allow /SET dcc_own_ip to be non-local address.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-31Invalid time error message was wrong. Patch by c0ffee.Timo Sirainen
2003-10-26BIG5 stuff is used only if term_type is big5Timo Sirainen
2003-10-19BIG5 fixes by vanilla@FreeBSD.org(?)Timo Sirainen
2003-10-19CTCP forwarding fixes by Valentin BatzTimo 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