summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
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-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-12Expose 'sasl_success' to the perl side.LemonBoy
2016-12-12Add an option to stop the connection when SASL fails.LemonBoy
2016-11-29Merge pull request #565 from ahf/bug/524LemonBoy
2016-11-23Don't shadow the 'channel' variable when printing the netjoins.LemonBoy
2016-11-23Minor corrections to the netsplit code.LemonBoy
2016-11-08add completion_empty_line settingLauri Tirkkonen
2016-10-23Kill bell_beeps.Alexander Færøy
2016-10-23Shorten the certificate chain output.Alexander Færøy
2016-10-22Only do checks for SSL_get_server_tmp_key in network-openssl.c.Alexander Færøy
2016-10-22Declare variables in the beginning of the function.Alexander Færøy
2016-10-22Add x509 certificate and public key pinning support.Alexander Færøy
2016-10-22Display TLS connection information when connected to a TLS enabled server.Alexander Færøy
2016-10-22Rename SSL to TLS.Alexander Færøy
2016-10-11Merge pull request #465 from LemonBoy/netsplit-printailin-nemui
2016-09-20Patches for heap corruption and missing bounds checkailin-nemui
2016-09-13Merge pull request #516 from LemonBoy/comp-fileailin-nemui
2016-09-04Merge pull request #533 from dequis/statusmessLemonBoy
2016-08-24Set the default STATUSMSG to @ instead of @+ if it's missingdequis
2016-08-22fix nick->host == NULL crashailin-nemui
2016-07-12Minor cosmetic fix in /unignore error message.LemonBoy
2016-07-12Fix the tab completion for paths starting with ./LemonBoy
2016-06-26Such draft. Very wow.LemonBoy
2016-06-26Avoid entering an endless loop while traversing the channel listLemonBoy
2016-06-26Some small adjustments to the netsplit code.LemonBoy
2016-06-24Merge pull request #496 from ailin-nemui/compailin-nemui
2016-06-21Merge pull request #498 from vague666/add_modify_functionsLemonBoy
2016-06-21use TRUE/FALSE in if statements for gbooleanJari Matilainen
2016-06-19Fix minor nitsJari Matilainen
2016-06-18Add command_set_options for modify commands to allow completionJari Matilainen
2016-06-18Let ADD still work as modifyJari Matilainen
2016-06-18Add /server modify SYNTAXJari Matilainen
2016-06-18Add /network modifyJari Matilainen
2016-06-18Add /server modifyJari Matilainen
2016-06-18Add /channel modifyJari Matilainen
2016-06-16completion fixesailin-nemui
2016-06-14Merge pull request #422 from LemonBoy/misc-cleanupailin-nemui
2016-06-13Add a completion_match_case setting.LemonBoy
2016-06-13Be smart about case-matching the nicks.LemonBoy
2016-06-13Add a space after the comma when listing the options.LemonBoy
2016-06-13Move the validation of the CHOICE setting valueLemonBoy
2016-06-12Strip the surrounding whitespace.LemonBoy
2016-06-12Sort the completion resultsLemonBoy
2016-06-12Add a CHOICE type to the settings system.LemonBoy
2016-06-05Factor out some redundant code and remove hashtable_get_keysLemonBoy