summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2016-06-14Merge pull request #422 from LemonBoy/misc-cleanupailin-nemui
2016-06-13Don't crash when the key isn't found.LemonBoy
2016-06-13Merge pull request #492 from LemonBoy/enumailin-nemui
2016-06-13Use ; as separator instead of ,LemonBoy
2016-06-13Move the validation of the CHOICE setting valueLemonBoy
2016-06-12servers-reconnect: pass unix_socket attribute to new connectiondequis
2016-06-12Strip the surrounding whitespace.LemonBoy
2016-06-12Use strarray_find instead of g_strv_containsLemonBoy
2016-06-12Add a CHOICE type to the settings system.LemonBoy
2016-06-06Do not crash on OPTCHAN when item has no serverailin-nemui
2016-06-05Deprecate net_connect()LemonBoy
2016-06-05Factor out some redundant code and remove hashtable_get_keysLemonBoy
2016-06-05str_to_uofft is a tiny wrapper over strtoul{,l}LemonBoy
2016-06-05Update the g_istr_hash function to use the djb hashLemonBoy
2016-06-05Remove unused regexp_matchLemonBoy
2016-06-05Replace strarray_length with g_strv_lengthLemonBoy
2016-06-05Replace strocpy with g_strlcpyLemonBoy
2016-06-05Check the return value of open() in rawlog.cLemonBoy
2016-06-05Replace mkpath with g_mkdir_with_parentsLemonBoy
2016-05-18fix dist compilation failureailin-nemui
2016-05-13Convert string policies from #define to enum.Xavier G
2016-05-13Adjust some conditions.Xavier G
2016-05-13Make get_alignment() available outside special-vars.cXavier G
2016-05-13get_alignment: handle UTF-8 strings.Xavier G
2016-05-13Fix indentation of display_sorted_nicks().Xavier G
2016-05-13Introduce string_chars_for_width().Xavier G
2016-05-13Introduce string_length() and string_width().Xavier G
2016-05-13Leverage string_policy().Xavier G
2016-05-13Introduce 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-04-07net_gethosterror: Handle EAI_SYSTEM ("System error") properlydequis
2016-03-22Simplify some logic in server_create_connLemonBoy
2016-03-19Throw an error when a chatnet has no available urlLemonBoy
2016-03-17Merge pull request #439 from horgh/ssl-errorsTheLemonMan
2016-03-14Replace spaces with tabsKindOne
2016-03-14Return -1 from null-test to comply with the rest of strarray_findJari Matilainen
2016-03-13Add clear error calls to irssi_ssl_get_iochannelWill Storey
2016-03-13Clear error queue before SSL I/O operationsWill Storey
2016-02-03Merge pull request #410 from LemonBoy/getaddrinfo-v6-flagailin-nemui
2016-01-27Add AI_ADDRCONFIG to the getaddrinfo hints.LemonBoy
2016-01-27Call getnameinfo with NI_NAMEREQD flag.LemonBoy
2016-01-27Minor style fix in net_ip2host.LemonBoy
2016-01-27Delete the HAVE_IPV6 ifdef.LemonBoy
2016-01-24Duplicate the code paths for autocommands.LemonBoy
2016-01-14Change when the autocmds are sent.LemonBoy
2016-01-11Merge pull request #393 from ailin-nemui/moduleversion-perlailin-nemui
2016-01-03Don't break the API.LemonBoy
2016-01-03Clean up the ignore_find API to make it more powerful.LemonBoy