Age | Commit message (Expand) | Author |
2016-06-06 | Do not crash on OPTCHAN when item has no server | ailin-nemui |
2016-05-18 | fix dist compilation failure | ailin-nemui |
2016-05-13 | Convert string policies from #define to enum. | Xavier G |
2016-05-13 | Adjust some conditions. | Xavier G |
2016-05-13 | Make get_alignment() available outside special-vars.c | Xavier G |
2016-05-13 | get_alignment: handle UTF-8 strings. | Xavier G |
2016-05-13 | Fix indentation of display_sorted_nicks(). | Xavier G |
2016-05-13 | Introduce string_chars_for_width(). | Xavier G |
2016-05-13 | Introduce string_length() and string_width(). | Xavier G |
2016-05-13 | Leverage string_policy(). | Xavier G |
2016-05-13 | Introduce string_policy(). | Xavier G |
2016-05-13 | Rename advance() into string_advance(). | Xavier G |
2016-05-13 | Move advance() from fe-common/core to core. | Xavier G |
2016-05-13 | Move utf8.{h,c} from fe-common/core to core. | Xavier G |
2016-04-07 | net_gethosterror: Handle EAI_SYSTEM ("System error") properly | dequis |
2016-03-22 | Simplify some logic in server_create_conn | LemonBoy |
2016-03-19 | Throw an error when a chatnet has no available url | LemonBoy |
2016-03-17 | Merge pull request #439 from horgh/ssl-errors | TheLemonMan |
2016-03-14 | Replace spaces with tabs | KindOne |
2016-03-14 | Return -1 from null-test to comply with the rest of strarray_find | Jari Matilainen |
2016-03-13 | Add clear error calls to irssi_ssl_get_iochannel | Will Storey |
2016-03-13 | Clear error queue before SSL I/O operations | Will Storey |
2016-02-03 | Merge pull request #410 from LemonBoy/getaddrinfo-v6-flag | ailin-nemui |
2016-01-27 | Add AI_ADDRCONFIG to the getaddrinfo hints. | LemonBoy |
2016-01-27 | Call getnameinfo with NI_NAMEREQD flag. | LemonBoy |
2016-01-27 | Minor style fix in net_ip2host. | LemonBoy |
2016-01-27 | Delete the HAVE_IPV6 ifdef. | LemonBoy |
2016-01-24 | Duplicate the code paths for autocommands. | LemonBoy |
2016-01-14 | Change when the autocmds are sent. | LemonBoy |
2016-01-11 | Merge pull request #393 from ailin-nemui/moduleversion-perl | ailin-nemui |
2016-01-03 | Don't break the API. | LemonBoy |
2016-01-03 | Clean up the ignore_find API to make it more powerful. | LemonBoy |
2015-12-10 | module check irssi version | ailin-nemui |
2015-12-09 | Merge pull request #371 from LemonBoy/rampage | ailin-nemui |
2015-12-09 | Remove all WIN32 ifdefs (unifdef -UWIN32) | dequis |
2015-12-09 | Minor adjustments. | LemonBoy |
2015-12-09 | Rewrite some faulty logic handling the saved servers. | LemonBoy |
2015-12-09 | Better function naming | LemonBoy |
2015-12-09 | Rewrite some faulty logic handling the saved channels. | LemonBoy |
2015-11-22 | Let ignore_check do its work when server is NULL | LemonBoy |
2015-11-09 | Strip the trailing whitespace from /join commands. | LemonBoy |
2015-11-09 | Add an option to strip trailing whitespace when parsing commands | LemonBoy |
2015-11-09 | Merge pull request #313 from isundil/master | ailin-nemui |
2015-11-09 | Merge pull request #341 from dequis/strsplit-len-fix | ailin-nemui |
2015-11-09 | strsplit_len: make it look more like the original version | dequis |
2015-11-09 | strsplit_len: use strlen() directly instead of a remaining_len variable | dequis |
2015-11-01 | Merge pull request #320 from irssi/ahf/add-setting-type-any | dx |
2015-10-23 | Fix invalid reads in strsplit_len when splitting on spaces | dequis |
2015-10-08 | Fix /reconnect RECON-1 saying "Reconnection tag 1 not found" | dequis |
2015-10-03 | Add SETTING_TYPE_ANY and replace -1 with it. | Alexander Færøy |