summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2015-12-10module check irssi versionailin-nemui
2015-12-09Merge pull request #371 from LemonBoy/rampageailin-nemui
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2015-12-09Minor adjustments.LemonBoy
2015-12-09Rewrite some faulty logic handling the saved servers.LemonBoy
2015-12-09Better function namingLemonBoy
2015-12-09Rewrite some faulty logic handling the saved channels.LemonBoy
2015-11-22Let ignore_check do its work when server is NULLLemonBoy
2015-11-09Strip the trailing whitespace from /join commands.LemonBoy
2015-11-09Add an option to strip trailing whitespace when parsing commandsLemonBoy
2015-11-09Merge pull request #313 from isundil/masterailin-nemui
2015-11-09Merge pull request #341 from dequis/strsplit-len-fixailin-nemui
2015-11-09strsplit_len: make it look more like the original versiondequis
2015-11-09strsplit_len: use strlen() directly instead of a remaining_len variabledequis
2015-11-01Merge pull request #320 from irssi/ahf/add-setting-type-anydx