2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- m_stats.c:do_stats(): remove test on *parv[1] which never evaluates to true More... 2 days ago
- libio: io_getopt: add support for short options using a single dash (-) and long options using a double dash (--). Combine parsing logic and update usage display. More... 3 days ago
- m_stats.c: style corrections More... 3 days ago
- stats.c, stats.h: rename `stats_mode_allowed` to `stats_allowed` and update it to return `false` for disabled handlers More... 4 days ago
- Add function to update handler modes More... 4 days ago
- stats.c, stats.h: add functions to enable and disable stats handlers More... 4 days ago
- m_stats.c:do_stats(): rename `statchar` to `letter` More... 4 days ago
- stats.c: added `stats_mode_allowed` to check user modes for stats handlers More... 4 days ago
- stats.c, m_stats.c: added `STATS_ARRAY_ENTRY` macro to simplify StatsHandler array initilization More... 4 days ago
- Style corrections, constification More... 4 days ago
- stats.c, stats.h: add typedef for stats handler function More... 4 days ago
- Rewrite stats code to support dynamic registration and unregistration of user-defined stats handlers More... 4 days ago
- ircd.c: re-arrange header includes and remove duplicated ones More... 4 days ago
- ircd.c: added `ircd_oom` to handle out-of-memory conditions and set it as the custom oom handler More... 4 days ago
libio: memory: added `io_set_oom_handler` function to allow users to specify custom handlers for memory allocation failures More... 6 days ago
- libio:dbuf.c: add documentation More... 12 days ago
- libio: list: add list_add_sorted() for later use More... 12 days ago
- monitor.c:monitor_del_from_hash_table(): make use of list_is_empty() More... 13 days ago
- Style corrections More... 13 days ago
- libio: match(): update documentation More... 15 days ago
- libio: cleanup match() More... 15 days ago
- channel.c, monitor.c: make use of list_is_empty() More... 21 days ago
- libio: add list_is_empty() and make use of it in some places More... 21 days ago
- m_module.c: style corrections, rename variables More... 22 days ago
- modules.c: style corrections, rename variables More... 24 days ago
- libio: misc.h: rename IRCD_MIN to IO_MIN, and IRCD_MAX to IO_MAX More... 24 days ago
- libio: misc.h: introduce IO_ARRAY_LENGTH macro and make use of it in some places More... 24 days ago
- libio: tls_gnutls.c, tls_openssl.c, tls_wolfssl.c: remove library version tests as these are already done by ./configure More... 24 days ago
- libio: rename libio_basename to io_basename More... 24 days ago
- libio: renamings: xcalloc -> io_calloc xrealloc -> io_realloc xfree -> io_free xstrdup -> io_strdup xstrndup -> io_strndup More... 24 days ago