2
I Use This!
High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 7 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- command.c: rename command_tree_parse() to command_tree_find() More... 30 days ago
- m_accept.c: rename list_accepts() to accept_list() More... 30 days ago
- m_accept.c: move accept_add() to accept.c More... 30 days ago
- Move /ACCEPT related code to its own module More... 30 days ago
- user.c:send_umode(): update documentation More... 30 days ago
- command.c: separate the declaration for the command_tree variable from the struct CommandTree definition More... 30 days ago
- packet.c:parse_client_queued(): use const on dolen More... 30 days ago
- packet.c:client_dopacket(): change 'length' to a size_t More... about 1 month ago
- Rename parse() to parse_message() More... about 1 month ago
- command.c:command_tree_del_element(), command_tree_add_element(): use const pointer for 'name' More... about 1 month ago
- parse.c: remove unused header includes More... about 1 month ago
- command.c: remove unused header include More... about 1 month ago
- Move irc command related code to its own module More... about 1 month ago
- parse.h, parse.c: rename command related structures and functions to be consistently prefixed with `command` More... about 1 month ago
- user.c:register_local_user(): fixed calling send_umode() with invalid parameters More... about 1 month ago
- Replace HYBRID_SOMAXCONN/SOMAXCONN with LISTEN_BACKLOG More... about 1 month ago
- user.c:user_welcome(): send NOTICE containing the client certificate fingerprint More... about 1 month ago
- user.c:introduce_client(): move send_umode() to register_local_user() More... about 1 month ago
- m_stats.c:stats_connect(): show tls enabled connect items with the 'T' flag, just like /stats P More... about 1 month ago
- parse.c:parse(): remove useless assert() More... about 1 month ago
- Fixed compile warning More... about 1 month ago
- Merge send_umode_out() and send_umode() More... about 1 month ago
- hash.c:list_one_channel(): split large if condition into smaller checks More... about 1 month ago
- ircd.h: remove unused header include More... about 1 month ago
- cloak.h: remove redundant header include More... about 1 month ago
- ircd_getopt.c: update OPTCHAR declaration to use static const unsigned char More... about 1 month ago
- Get rid of DATABASE_UPDATE_TIMEOUT, CLEANUP_TKLINES_TIME, and MAX_DATE_STRING More... about 1 month ago
- user.c:register_local_user(): rephrase "New maximum local client connections: %u" notice More... about 1 month ago
- Get rid of the MAX_TDKLINE_TIME definition More... about 1 month ago
- Minor documentation fixes More... about 1 month ago