summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2017-06-05get rid of new_textailin-nemui
2017-06-04Make backward compatible with ssl flagsJari Matilainen
2017-06-04change ternary operator to if/else statements, add default ssl port supportJari Matilainen
2017-06-04Refactor regex and implement UTF8 mode for GRegexailin-nemui
2017-05-18Add parse_uint function to improve integer overflow handlingdequis
2017-05-15Make sure port is only set on /server modify if specifiedJari Matilainen
2017-05-14Update fe-server.cailin-nemui
2017-05-14Spaces to tabsJari Matilainen
2017-05-11Added code commentsJari Matilainen
2017-05-11Allow -port <num> or irc.host.tld <port num> in /server add and /server modifyJari Matilainen
2017-05-11Added bracesJari Matilainen
2017-05-11Added support for -notls and -notls_verifyJari Matilainen
2017-04-11Merge pull request #686 from josephbisch/remove-history-wrapLemonBoy
2017-04-07Add syntax info for completionJoseph Bisch
2017-04-07Remove over_counterJoseph Bisch
2017-04-06Don't allow command history to wrap aroundJoseph Bisch
2017-04-05Fix strange history behavior when history is emptyJoseph Bisch
2017-03-11Merge pull request #645 from LemonBoy/keyboard-miscailin-nemui
2017-03-10Merge branch 'netjoin-timeout' into 'master'Ailin Nemui
2017-03-07Merge pull request #659 from ailin-nemui/foreach_dontspamailin-nemui
2017-03-06Revert "Quote the filename when dcc requests are auto accepted."ailin-nemui
2017-03-04Merge pull request #658 from LemonBoy/dcc-autoacceptailin-nemui
2017-03-04Merge branch 'd-minor' into 'master' Nei
2017-02-27fe-netjoin: remove irc servers on "server disconnected" signaldequis
2017-02-27make foreach send commandsailin-nemui
2017-02-22Handle file names with quotes.LemonBoy
2017-02-18Execute what's left in the input queue when the timeout expires.LemonBoy
2017-02-14Prevent some potential null-pointer deferences.LemonBoy
2017-01-31Merge pull request #590 from LemonBoy/hi-minorailin-nemui
2017-01-16Add SUPPRESS_PRINTF_FALLBACKJoseph Bisch
2017-01-09fix regression in completionailin-nemui
2017-01-03Merge branch 'master' into 'security'Nei
2017-01-03Merge pull request #585 from ailin-nemui/win_seqailin-nemui
2017-01-03switch for gregex and regex.hAilin Nemui
2017-01-02Merge branch 'percent_flag' into 'security' Nei
2017-01-02Use the RAW flag when building the regexps.LemonBoy
2017-01-02Remove the regexp_compiled field.LemonBoy
2017-01-02Use GLib's regexp interface (backed by PCRE)LemonBoy
2017-01-02Merge pull request #586 from LemonBoy/fix-580ailin-nemui
2017-01-01Make sure SASL was actually requested before failing.LemonBoy
2016-12-20remove some for loopsailin-nemui
2016-12-20sort windows_seq helpers to topailin-nemui
2016-12-20nitsailin-nemui
2016-12-20clean up window_refnum_{prev,next}ailin-nemui
2016-12-20fix %[ailin-nemui
2016-12-19add some sequence helper functionsailin-nemui
2016-12-18Minor cleanup in the highlighting signal.LemonBoy
2016-12-15Prevent a UaF by calling server_disconnect in a signal handler.LemonBoy
2016-12-15Process the nick changes in queries before the PRIVMSG is handled.LemonBoy
2016-12-15check for end of string in ansi 48ailin-nemui