2
I Use This!
High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- ircd.c:main(): if a SID is automatically generated due to a non-existent serverinfo::sid configuration option, copy the content of me.id to ConfigServerInfo.sid to prevent a different SID to be set in there if the serverinfo::sid is specified later during runtime. See the logic in ircd_parser.y. More... 2 months ago
- m_info.c:info_table[]: add serverinfo::name, serverinfo::sid, and serverinfo::description More... 2 months ago
- Style corrections More... 2 months ago
- m_info.c: remove OUTPUT_STRING_PTR as we don't need it More... 2 months ago
- m_info.c: use designated initializers in info_table More... 2 months ago
- m_info.c:send_conf_options(): missed a `break` in the OUTPUT_STRING case More... 2 months ago
- m_info.c: clean up send_conf_options() More... 2 months ago
- ircd.c: make `meConnection` static More... 2 months ago
- hash.c:list_allow_channel(): fixed regression as pointed out in github issue #43, introduced in a540115 More... 3 months ago
- add dlinkFindCmp() and make use of it in some places More... 3 months ago
- ircd_signal.h: add proper documentation More... 3 months ago
- id.h: add proper documentation More... 3 months ago
- Fix style of various comments More... 3 months ago
- numeric.h, numeric.c: add proper documentation More... 3 months ago
- auth.h, auth.c: renamed: RFC1413_BUFSIZ -> RFC1413_BUFSIZE, RFC1413_PORT -> RFC1413_PORTNUM More... 3 months ago
- restart.h, restart.c: add proper documentation More... 3 months ago
- memory.h: add proper documentation More... 3 months ago
- memory.c: add proper documentation More... 3 months ago
- Replace channel->flags and its corresponding MSG_FLOOD_NOTICED/JOIN_FLOOD_NOTICED flags with two bool fields More... 3 months ago
- list.h: fix incomplete @file More... 3 months ago
- ircd.h: fix incomplete @file More... 3 months ago
- ircd_defs.h: stylistical changes More... 3 months ago
- auth.h, auth.c: add proper documentation More... 3 months ago
- ircd_defs.h: add proper documentation More... 3 months ago
- event.h, id.h: stylistical changes More... 3 months ago
- m_stats.c:stats_operedup(): optimization; avoid copying string buffers when there's no need to More... 3 months ago
- ircd.c: add proper documentation More... 3 months ago
- id.c: add proper documentation More... 3 months ago
- list.c: add proper documentation More... 3 months ago
- ircd_signal.c: add proper documentation More... 3 months ago