summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
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-09-20Patches for heap corruption and missing bounds checkailin-nemui
2016-09-13Merge pull request #516 from LemonBoy/comp-fileailin-nemui
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-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 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
2016-06-05Replace strarray_length with g_strv_lengthLemonBoy
2016-06-05Replace mkpath with g_mkdir_with_parentsLemonBoy
2016-05-18Merge pull request #480 from xavierog/handle-utf8-nicks-with-mk_wcwidthailin-nemui
2016-05-13Improve UTF-8 handling in display_sorted_nicks().Xavier G
2016-05-13Fix indentation of display_sorted_nicks().Xavier G
2016-05-13Leverage string_policy().Xavier G
2016-05-13Rename advance() into string_advance().Xavier G
2016-05-13Move advance() from fe-common/core to core.Xavier G
2016-05-13Move utf8.{h,c} from fe-common/core to core.Xavier G
2016-05-03Fix some ANSI C issues.pisculichi
2016-04-30Increased ABI versionisundil
2016-04-29Added case-sensitive regexp matching for hilightsisundil
2016-04-29changed command-line -case to -matchcaseB Thibault
2016-04-29Ref #421 (Add an option to make /hilight case sensitive)B Thibault
2016-04-29retabB Thibault
2016-03-22Merge pull request #443 from LemonBoy/chatnetailin-nemui
2016-03-22Merge pull request #446 from ailin-nemui/fix_445ailin-nemui
2016-03-20strip less whitespace from commandsailin-nemui
2016-03-19Throw an error when a chatnet has no available urlLemonBoy
2016-03-17Don't use glob matching, just regular string comparisonsJari Matilainen
2016-03-14Use glob matching for activity_hide_targetsJari Matilainen