2
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- fdlist.h: use IO_AFP for fd_note() More... 2 days ago
- auth.c, auth.h: rename RFC1413_BUFSIZE to AUTH_BUFSIZE and RFC1413_PORTNUM to AUTH_PORTNUM More... 2 days ago
- libio:io.h: include sys/param.h if we have it More... 2 days ago
- libio: reduce nesting in io_getopt() More... 2 days ago
- io.h: include limits.h More... 2 days ago
- libio: add io.h and relocated HYB_PATH_MAX and AFP from stdinc.h to it More... 2 days ago
- libio: minor header include cleanups More... 2 days ago
- ircd: move header files to src/ More... 3 days ago
- libio: rename ircd_getopt* to io_getopt* More... 3 days ago
- Core components, like event handling, logging, and string manipulation, have been transferred to libio. Work in progress. More... 3 days ago
- send.c: style corrections More... 3 days ago
- user.c: style corrections More... 3 days ago
- fdlist.h, s_bsd.c: rename fde_t.connect.hostaddr to fde_t.connect.addr More... 3 days ago
- modules.c: style corrections; remove unused header includes More... 3 days ago
- res.c:do_query_number(): change 'cp' to uint8_t type More... 3 days ago
- hook.c:hook_uninstall(): replace list_find() and list_delete() combo with list_find_delete() More... 7 days ago
- conf_cluster.h: change cluster_distribute() signature to use the AFP macro for improved format string validation More... 7 days ago
- Update NEWS.md More... 7 days ago
- m_xline.c:mo_xline(): fixed issue where XLINE was not working properly on servers within a cluster More... 7 days ago
- monitor.c:monitor_count_memory(): style correction More... 7 days ago
- m_unxline.c:mo_unxline(): fixed issue where UNXLINE was not working properly on servers within a cluster More... 7 days ago
- list.h, list.c: add list_iterate() and list_iterate_safe() More... 8 days ago
Rename functions and macros in the list API More... 8 days ago
- Style corrections More... 9 days ago
- parse.c:parse_remove_unknown(): rename: 'lsender' -> 'sender', 'lbuffer' -> 'buffer' More... 9 days ago
- Allow servers to use SVS* commands More... 9 days ago
- m_svskill.c: SVSKILL reason is no longer optional More... 9 days ago
- s_bsd.c:comm_accept(): replace sizeof(struct irc_ssaddr) with sizeof(*addr) More... 9 days ago
- Rename Client.ip to Client.addr More... 9 days ago
- Rename functions in user.c: introduce_client -> user_introduce, register_local_user -> user_register_local, register_remote_user -> user_register_remote More... 10 days ago