Log of /ircd-hybrid/trunk
Directory Listing
Revision
8879 -
Directory Listing
Modified
Sun Feb 24 09:13:12 2019 UTC
(22 months, 4 weeks ago)
by
michael
- server.c:server_connect_callback(): remove redundant memcpy(). Address is already being copied to client->ip in server_connect()
Revision
8877 -
Directory Listing
Modified
Sat Feb 16 22:42:59 2019 UTC
(23 months ago)
by
michael
- Remove redundant x.ss.ss_family = res->ai_family assignments. This is already set by getaddrinfo()
Revision
8873 -
Directory Listing
Modified
Sat Feb 16 21:51:50 2019 UTC
(23 months ago)
by
michael
- Recreate parser files
Revision
8872 -
Directory Listing
Modified
Sat Feb 16 21:49:34 2019 UTC
(23 months ago)
by
michael
- Cleanup server connecting related code even further
- Make comm_connect_tcp() take less arguments and remove unused dns resolving functionality
Revision
8871 -
Directory Listing
Modified
Sat Feb 16 19:22:41 2019 UTC
(23 months ago)
by
michael
- m_connect.c:mo_connect(): swap conf->host and conf->name arguments in server connection notice
Revision
8869 -
Directory Listing
Modified
Sat Feb 16 10:32:41 2019 UTC
(23 months ago)
by
michael
- server.c:server_connect(): cleanup address binding related mess
Revision
8866 -
Directory Listing
Modified
Sat Feb 16 09:57:48 2019 UTC
(23 months ago)
by
michael
- Regenerate parser files
Revision
8864 -
Directory Listing
Modified
Sat Feb 16 09:54:03 2019 UTC
(23 months ago)
by
michael
- The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have been deprecated. If you need to bind() a specific address you can specify one in the connect {} block
- The 'connect::vhost' configuration directive has been renamed to 'connect::bind'
Revision
8862 -
Directory Listing
Modified
Fri Feb 15 21:35:54 2019 UTC
(23 months ago)
by
michael
- getopt: rename YESNO to BOOLEAN
Revision
8861 -
Directory Listing
Modified
Fri Feb 15 21:30:36 2019 UTC
(23 months ago)
by
michael
- config_parser.y: minor style corrections
Revision
8859 -
Directory Listing
Modified
Thu Feb 14 18:15:19 2019 UTC
(23 months, 1 week ago)
by
michael
- conf_parser.y: reject connect{} configuration entries with invalid server names
Revision
8847 -
Directory Listing
Modified
Fri Feb 8 17:16:39 2019 UTC
(23 months, 1 week ago)
by
michael
- m_info.c: stylistic changes
Revision
8844 -
Directory Listing
Modified
Sun Feb 3 13:54:56 2019 UTC
(23 months, 2 weeks ago)
by
michael
- conf_lexer.l: remove unused 'passwd'
Revision
8843 -
Directory Listing
Modified
Sun Feb 3 13:53:31 2019 UTC
(23 months, 2 weeks ago)
by
michael
- conf_lexer.l: remove unused 'quarantine'
Revision
8841 -
Directory Listing
Modified
Sun Feb 3 01:12:49 2019 UTC
(23 months, 2 weeks ago)
by
michael
- client.c:check_conf_klines(): skip dead clients on the unknown_list, too
Revision
8839 -
Directory Listing
Modified
Sat Feb 2 22:38:17 2019 UTC
(23 months, 2 weeks ago)
by
michael
- server.c: move SetHandshake to proper place
Revision
8837 -
Directory Listing
Modified
Sat Feb 2 22:27:10 2019 UTC
(23 months, 2 weeks ago)
by
michael
- Fixed bug where handshaking servers wouldn't timeout
Revision
8835 -
Directory Listing
Modified
Sat Feb 2 21:28:54 2019 UTC
(23 months, 2 weeks ago)
by
michael
- client.c:check_pings_list(): remove various tests as we don't process anything else than clients and server that have finished registration
Revision
8832 -
Directory Listing
Modified
Sat Feb 2 19:37:35 2019 UTC
(23 months, 2 weeks ago)
by
michael
- autoreconf
Revision
8831 -
Directory Listing
Modified
Sat Feb 2 19:37:09 2019 UTC
(23 months, 2 weeks ago)
by
michael
- ax_arg_gnutls.m4: update gnutls version string
Revision
8829 -
Directory Listing
Modified
Sat Feb 2 16:51:30 2019 UTC
(23 months, 2 weeks ago)
by
michael
- conf_connect_allowed, find_conf_by_address, find_address_conf, find_dline_conf: drop the aftype argument
Revision
8826 -
Directory Listing
Modified
Sat Feb 2 00:00:17 2019 UTC
(23 months, 2 weeks ago)
by
michael
- Made comm_get_sockerr() and comm_accept() take a fde_t pointer as argument
Revision
8825 -
Directory Listing
Modified
Fri Feb 1 23:07:41 2019 UTC
(23 months, 2 weeks ago)
by
michael
- ax_arg_gnutls.m4: minimum supported GnuTLS version is 3.5.8 now
Revision
8822 -
Directory Listing
Modified
Fri Feb 1 22:56:04 2019 UTC
(23 months, 2 weeks ago)
by
michael
- ax_arg_openssl.m4: minimum supported OpenSSL version is 1.0.1f now
Revision
8821 -
Directory Listing
Modified
Fri Feb 1 22:54:18 2019 UTC
(23 months, 2 weeks ago)
by
michael
- tls_gnutls.c, tls_openssl.c: disable TLSv1.1
Revision
8819 -
Directory Listing
Modified
Fri Feb 1 18:37:56 2019 UTC
(23 months, 2 weeks ago)
by
michael
- s_auth.c:auth_read_reply(): use sizeof(buf)-1 instead of RFC1413_BUFSIZ for recv()
Revision
8817 -
Directory Listing
Modified
Sat Jan 26 23:27:30 2019 UTC
(23 months, 3 weeks ago)
by
michael
- send.c:sendto_match_servs(): add IsDead test
Revision
8815 -
Directory Listing
Modified
Sat Jan 26 22:37:09 2019 UTC
(23 months, 3 weeks ago)
by
michael
- client.c:exit_client(): remove extraneous IsDead test. sendto_one() already does that.
Revision
8813 -
Directory Listing
Modified
Sat Jan 26 21:48:38 2019 UTC
(23 months, 3 weeks ago)
by
michael
- auth.c: sprinkle some assert()
Revision
8809 -
Directory Listing
Modified
Sat Jan 19 19:58:19 2019 UTC
(2 years ago)
by
michael
- channel.c: fixed previous changes to is_banned()
Revision
8808 -
Directory Listing
Modified
Sat Jan 19 19:47:33 2019 UTC
(2 years ago)
by
michael
- Move CAN_SEND_ enum from channel_mode.h to channel.h
Revision
8805 -
Directory Listing
Modified
Sat Jan 19 19:31:55 2019 UTC
(2 years ago)
by
michael
- Tidy up some enums; misc style corrections
Revision
8804 -
Directory Listing
Modified
Sat Jan 19 02:47:39 2019 UTC
(2 years ago)
by
michael
- m_set.c:quote_identtimeout(): fixed invalid use of ERR_NOPRIVS; test for admin oper flag instead of the user mode
Revision
8801 -
Directory Listing
Modified
Sat Jan 19 00:37:17 2019 UTC
(2 years ago)
by
michael
- m_set.c:quote_autoconnall(): prevent 'status' from being OOB read in case the type of GlobalSetOptions.autoconn ever changes again
Revision
8800 -
Directory Listing
Modified
Sat Jan 19 00:23:53 2019 UTC
(2 years ago)
by
michael
- Use bool for SetOptions.autoconn
Revision
8797 -
Directory Listing
Modified
Sat Jan 19 00:11:10 2019 UTC
(2 years ago)
by
michael
- Made Connection::oper_warn_count_down unsigned; clean up some logic in check_spambot_warning()
Revision
8796 -
Directory Listing
Modified
Sat Jan 19 00:07:31 2019 UTC
(2 years ago)
by
michael
- Made Connection::join_leave_count and SetOptions::spam_num unsigned
Revision
8793 -
Directory Listing
Modified
Thu Jan 17 18:36:04 2019 UTC
(2 years ago)
by
michael
- Recreate autogenerated files
Revision
8792 -
Directory Listing
Modified
Thu Jan 17 18:35:32 2019 UTC
(2 years ago)
by
michael
- No longer enforce a lower limit of MAXCLIENTS_MIN on GlobalSetOptions.maxclients and ConfigServerInfo.default_max_clients
Revision
8789 -
Directory Listing
Modified
Wed Jan 16 18:48:29 2019 UTC
(2 years ago)
by
michael
- Recreate autogenerated files
Revision
8788 -
Directory Listing
Modified
Wed Jan 16 18:47:38 2019 UTC
(2 years ago)
by
michael
- The 'general::ignore_bogus_ts' configuration option has been deprecated
Revision
8786 -
Directory Listing
Modified
Wed Jan 16 17:39:09 2019 UTC
(2 years ago)
by
michael
- m_sjoin.c: use bool
Revision
8784 -
Directory Listing
Modified
Wed Jan 16 17:13:04 2019 UTC
(2 years ago)
by
michael
- m_set.c:quote_autoconn(): readability cleanups
Revision
8782 -
Directory Listing
Modified
Tue Jan 15 18:59:10 2019 UTC
(2 years ago)
by
michael
- tls_gnutls.c, tls_openssl.c: disable TLSv1.0
Revision
8779 -
Directory Listing
Modified
Sun Jan 13 11:32:53 2019 UTC
(2 years ago)
by
michael
- configure.ac: don't let --enable-debugging remove -Wno-format-truncation
Revision
8776 -
Directory Listing
Modified
Sun Jan 6 18:17:47 2019 UTC
(2 years ago)
by
michael
- autoreconf
Revision
8775 -
Directory Listing
Modified
Sun Jan 6 18:17:35 2019 UTC
(2 years ago)
by
michael
- configure.ac: AC_CHECK_FUNCS_ONCE: add accept4 for later use
Revision
8774 -
Directory Listing
Modified
Sun Jan 6 16:49:49 2019 UTC
(2 years ago)
by
michael
- ircd.c: added setup_fdlimit(); move max file descriptor check out of fdlist_init()
Revision
8772 -
Directory Listing
Modified
Sun Jan 6 13:24:08 2019 UTC
(2 years ago)
by
michael
- fdlist.c:fd_note(): don't leak memory on F->desc if it is already allocated
Revision
8770 -
Directory Listing
Modified
Sun Jan 6 12:29:43 2019 UTC
(2 years ago)
by
michael
- fdlist: change F->desc to a pointer and use xstrdup to copy description
Revision
8768 -
Directory Listing
Modified
Sun Jan 6 01:11:15 2019 UTC
(2 years ago)
by
michael
- fdlist.h: remove unused F->connect.S; reduce FD_DESC_SIZE to 80
Revision
8765 -
Directory Listing
Modified
Tue Jan 1 15:13:17 2019 UTC
(2 years ago)
by
michael
- autoreconf
Revision
8764 -
Directory Listing
Modified
Tue Jan 1 15:12:58 2019 UTC
(2 years ago)
by
michael
- Add -Wcast-function-type to CFLAGS if available
Revision
8760 -
Directory Listing
Modified
Tue Jan 1 14:46:52 2019 UTC
(2 years ago)
by
michael
- Recreate autogenerated files
Revision
8759 -
Directory Listing
Modified
Tue Jan 1 14:46:35 2019 UTC
(2 years ago)
by
michael
- conf_lexer.l: made ieof() use bool; minor style corrections
Revision
8757 -
Directory Listing
Modified
Tue Jan 1 14:38:49 2019 UTC
(2 years ago)
by
michael
- autoreconf
Revision
8756 -
Directory Listing
Modified
Tue Jan 1 14:38:27 2019 UTC
(2 years ago)
by
michael
- configure.ac: disable -Wformat-truncation as it's spamming only false-positives with the current code
Revision
8752 -
Directory Listing
Modified
Tue Jan 1 11:07:01 2019 UTC
(2 years ago)
by
michael
- Update copyright years
Revision
8747 -
Directory Listing
Modified
Thu Dec 27 20:46:14 2018 UTC
(2 years ago)
by
michael
- Fixed issue with remote RESV introduced in -r8670
Revision
8744 -
Directory Listing
Modified
Wed Dec 26 11:24:50 2018 UTC
(2 years ago)
by
michael
- conf.h: remove unused CidrItem struct
Revision
8737 -
Directory Listing
Modified
Sun Dec 16 11:13:50 2018 UTC
(2 years, 1 month ago)
by
michael
- m_dline.c: dline_handle(): drop some notice back to the user in case of a malformed IP address; fixed style inconsistency in dline_check()
Revision
8735 -
Directory Listing
Modified
Sat Dec 15 19:28:40 2018 UTC
(2 years, 1 month ago)
by
michael
- m_dline.c:dline_check(): deduplicate
Revision
8733 -
Directory Listing
Modified
Sat Dec 15 16:55:05 2018 UTC
(2 years, 1 month ago)
by
michael
- m_watch.c: use const
Revision
8730 -
Directory Listing
Modified
Sat Dec 15 12:56:34 2018 UTC
(2 years, 1 month ago)
by
michael
- autoreconf
Revision
8729 -
Directory Listing
Modified
Sat Dec 15 12:56:11 2018 UTC
(2 years, 1 month ago)
by
michael
- Get rid of version.c
Revision
8727 -
Directory Listing
Modified
Fri Dec 14 19:27:10 2018 UTC
(2 years, 1 month ago)
by
michael
- conf.c:verify_access(): improve readability
Revision
8725 -
Directory Listing
Modified
Wed Dec 12 17:32:14 2018 UTC
(2 years, 1 month ago)
by
michael
- m_away.c:do_away(): re-add strncmp check. Now with away-notify we don't want clients to be able to spam other channel members with the same away message over and over again
Revision
8722 -
Directory Listing
Modified
Tue Dec 11 23:01:56 2018 UTC
(2 years, 1 month ago)
by
michael
- modules: replace MODULE_FLAG_CORE and MODULE_FLAG_NOUNLOAD with dedicated variables; fixed the ircd from crashing in case reloading a module fails
Revision
8721 -
Directory Listing
Modified
Tue Dec 11 20:54:22 2018 UTC
(2 years, 1 month ago)
by
michael
- auth: replace AM_DOING_AUTH and AM_DNS_PENDING with dedicated variables
Revision
8719 -
Directory Listing
Modified
Mon Dec 10 18:59:47 2018 UTC
(2 years, 1 month ago)
by
michael
- m_whois.c:whois_person(): make 'callerid' use bool
Revision
8717 -
Directory Listing
Modified
Mon Dec 10 16:53:51 2018 UTC
(2 years, 1 month ago)
by
michael
- Sprinkle some assert()
Revision
8715 -
Directory Listing
Modified
Sun Dec 9 20:17:02 2018 UTC
(2 years, 1 month ago)
by
michael
- Rewrites to have parse_handle_command() end the flood grace period. MODE and TIME no longer ends the grace period.
Revision
8712 -
Directory Listing
Modified
Sun Dec 9 18:32:52 2018 UTC
(2 years, 1 month ago)
by
michael
- client.h: remove last traces of Connection::allow_read
Revision
8710 -
Directory Listing
Modified
Sun Dec 9 18:29:37 2018 UTC
(2 years, 1 month ago)
by
michael
- Get rid of Connection::allow_read and have parse_client_queued() determine max lines to be processed
Revision
8709 -
Directory Listing
Modified
Sun Dec 9 17:44:22 2018 UTC
(2 years, 1 month ago)
by
michael
- packet.c: made extract_one_line() of type size_t
Revision
8706 -
Directory Listing
Modified
Sun Dec 9 16:00:32 2018 UTC
(2 years, 1 month ago)
by
michael
- server_die(): remove die/restart enum. Use bool instead.
Revision
8705 -
Directory Listing
Modified
Sat Dec 8 16:45:52 2018 UTC
(2 years, 1 month ago)
by
michael
- Boolify
Revision
8702 -
Directory Listing
Modified
Sat Dec 8 16:34:40 2018 UTC
(2 years, 1 month ago)
by
michael
- Stylistic changes
Revision
8701 -
Directory Listing
Modified
Wed Dec 5 20:20:40 2018 UTC
(2 years, 1 month ago)
by
michael
- Move resv_find() test out of resv_make()
Revision
8699 -
Directory Listing
Modified
Sun Dec 2 16:17:51 2018 UTC
(2 years, 1 month ago)
by
michael
- m_cap.c: change most functions to void type
Revision
8696 -
Directory Listing
Modified
Sun Dec 2 14:34:35 2018 UTC
(2 years, 1 month ago)
by
michael
- m_resv.c:resv_handle(): adding RESVs with wirldcards no longer requires administrator privileges
Revision
8693 -
Directory Listing
Modified
Sun Dec 2 14:31:43 2018 UTC
(2 years, 1 month ago)
by
michael
- m_resv.c:ms_resv(): add missing newline
Revision
8692 -
Directory Listing
Modified
Sun Dec 2 14:22:00 2018 UTC
(2 years, 1 month ago)
by
michael
- m_dline.c:dline_handle(): remove valid_wild_card() test not needed for dlines
Revision
8689 -
Directory Listing
Modified
Sun Dec 2 12:53:43 2018 UTC
(2 years, 1 month ago)
by
michael
- m_oper.c:oper_up(): in preparation for further configuration subsystem rewrites, don't retrieve the conf pointer through x->connection->confs.head->data. Pass it as separate pointer to oper_up() instead.
Revision
8688 -
Directory Listing
Modified
Sun Dec 2 12:46:22 2018 UTC
(2 years, 1 month ago)
by
michael
- More bool conversion. This should be everything now.
Revision
8686 -
Directory Listing
Modified
Sat Dec 1 19:49:23 2018 UTC
(2 years, 1 month ago)
by
michael
- AUTHORS, version.c: update my email address
Revision
8684 -
Directory Listing
Modified
Mon Nov 26 20:12:22 2018 UTC
(2 years, 1 month ago)
by
michael
- Update dline and kline help files
Revision
8682 -
Directory Listing
Modified
Sun Nov 25 08:21:03 2018 UTC
(2 years, 1 month ago)
by
michael
- Fix Coverity CID 1475602: Memory - illegal accesses (UNINIT)
Revision
8680 -
Directory Listing
Modified
Sat Nov 24 18:49:24 2018 UTC
(2 years, 1 month ago)
by
michael
- More parse_aline() tweaks
Revision
8677 -
Directory Listing
Modified
Sat Nov 24 17:45:29 2018 UTC
(2 years, 1 month ago)
by
michael
- Cleanup xline_remove()
Revision
8676 -
Directory Listing
Modified
Sat Nov 24 17:26:57 2018 UTC
(2 years, 1 month ago)
by
michael
- Further parse_aline() cleanups; get rid of find_user_host()
- /KLINE and /DLINE now no longer supports nick names
Revision
8673 -
Directory Listing
Modified
Sat Nov 24 14:33:53 2018 UTC
(2 years, 1 month ago)
by
michael
- m_list.c: rename 'errors' variable
Revision
8672 -
Directory Listing
Modified
Sat Nov 24 14:27:40 2018 UTC
(2 years, 1 month ago)
by
michael
- Stylistic changes
Revision
8670 -
Directory Listing
Modified
Sat Nov 24 13:32:28 2018 UTC
(2 years, 1 month ago)
by
michael
- Cleanup parse_aline() related code
Revision
8668 -
Directory Listing
Modified
Fri Nov 23 18:31:17 2018 UTC
(2 years, 1 month ago)
by
michael
- m_topic.c:ms_topic(): fixed server name hiding issue
Revision
8666 -
Directory Listing
Modified
Thu Nov 22 15:06:51 2018 UTC
(2 years, 2 months ago)
by
michael
- tls_none.c:tls_new_cred(): fixed bool conversion mistake. Should return 'true' here
Revision
8664 -
Directory Listing
Modified
Thu Nov 22 14:26:32 2018 UTC
(2 years, 2 months ago)
by
michael
- Make use of bool even more
Revision
8662 -
Directory Listing
Modified
Sun Nov 18 13:46:57 2018 UTC
(2 years, 2 months ago)
by
michael
- m_join.c: remove unused header include
Revision
8660 -
Directory Listing
Modified
Sun Nov 18 12:55:59 2018 UTC
(2 years, 2 months ago)
by
michael
- Make use of the bool data type in some more places
Revision
8658 -
Directory Listing
Modified
Mon Nov 12 19:03:09 2018 UTC
(2 years, 2 months ago)
by
michael
- Make use of the bool data type in some more places
Revision
8656 -
Directory Listing
Modified
Sun Nov 11 20:19:17 2018 UTC
(2 years, 2 months ago)
by
michael
- Make use of the bool data type in some places
Revision
8653 -
Directory Listing
Modified
Sun Nov 11 16:40:11 2018 UTC
(2 years, 2 months ago)
by
michael
- Use bool data type in struct Whowas
Revision
8652 -
Directory Listing
Modified
Sun Nov 11 15:20:19 2018 UTC
(2 years, 2 months ago)
by
michael
- Use bool data types in some places
Revision
8649 -
Directory Listing
Modified
Sun Nov 11 14:36:15 2018 UTC
(2 years, 2 months ago)
by
michael
- channel_mode.c:chm_simple(): remove hardcoded CHACCESS_HALFOP oplevel test to allow channel mode modules to register their own oplevel in the future
Revision
8647 -
Directory Listing
Modified
Sat Nov 10 23:45:24 2018 UTC
(2 years, 2 months ago)
by
michael
- Cleanups to add_id and del_id; have these function take a dlink_list pointer to the channel's banmask list
Revision
8646 -
Directory Listing
Modified
Sat Nov 10 23:22:27 2018 UTC
(2 years, 2 months ago)
by
michael
- channel_mode.(c|h): get rid of the specialized chm_ban, chm_except, and chm_invex functions and just have chm_mask instead
Revision
8643 -
Directory Listing
Modified
Sat Nov 10 22:11:25 2018 UTC
(2 years, 2 months ago)
by
michael
- Use a boolean type for chan_mode::only_servers and chan_mode::only_opers
Revision
8642 -
Directory Listing
Modified
Sat Nov 10 21:55:35 2018 UTC
(2 years, 2 months ago)
by
michael
- channel_mode.h: remove excessive const
Revision
8640 -
Directory Listing
Modified
Sat Nov 10 21:51:31 2018 UTC
(2 years, 2 months ago)
by
michael
- channel_mode.(c|h): get rid of the specialized chm_op, chm_hop, and chm_voice functions and just have chm_flag instead
Revision
8637 -
Directory Listing
Modified
Sat Nov 10 17:54:47 2018 UTC
(2 years, 2 months ago)
by
michael
- ircd_getopt.h: remove unused ENDEBUG from argtype
Revision
8635 -
Directory Listing
Modified
Sat Nov 3 21:53:20 2018 UTC
(2 years, 2 months ago)
by
michael
- m_sjoin.c:remove_ban_list(): minor cleanups
Revision
8634 -
Directory Listing
Modified
Sat Nov 3 21:25:08 2018 UTC
(2 years, 2 months ago)
by
michael
- m_join.c, m_sjoin.c: cleanup chaotic (re)use of global variables
Revision
8630 -
Directory Listing
Modified
Sat Nov 3 19:27:05 2018 UTC
(2 years, 2 months ago)
by
michael
- patricia.c:ascii2prefix(): fixed compile warning
Revision
8628 -
Directory Listing
Modified
Sat Nov 3 18:54:25 2018 UTC
(2 years, 2 months ago)
by
michael
- m_nick.c: stylistic changes
Revision
8627 -
Directory Listing
Modified
Sat Nov 3 18:45:16 2018 UTC
(2 years, 2 months ago)
by
michael
- hostmask.h: remove mask_addr() prototype
Revision
8620 -
Directory Listing
Modified
Sat Nov 3 17:46:37 2018 UTC
(2 years, 2 months ago)
by
michael
- Stylistic changes
Revision
8619 -
Directory Listing
Modified
Sat Nov 3 17:25:48 2018 UTC
(2 years, 2 months ago)
by
michael
- m_nick.c: fix compile error
Revision
8618 -
Directory Listing
Modified
Fri Nov 2 23:03:30 2018 UTC
(2 years, 2 months ago)
by
michael
- m_nick.c:uid_from_server(): add the ipcache record only if getaddrinfo() doesn't fail
Revision
8615 -
Directory Listing
Modified
Fri Nov 2 20:55:30 2018 UTC
(2 years, 2 months ago)
by
michael
- m_server.c: merge 'Simplyify server_check logic, do not use magic constants everywhere' (Adam)
Revision
8613 -
Directory Listing
Modified
Thu Nov 1 16:21:30 2018 UTC
(2 years, 2 months ago)
by
michael
- client.h: whitespace cleanups
Revision
8612 -
Directory Listing
Modified
Thu Nov 1 15:59:51 2018 UTC
(2 years, 2 months ago)
by
michael
- patricia.c:patricia_clear(): remove commented out xfree(). For this we have patricia_destroy()
Revision
8611 -
Directory Listing
Modified
Thu Nov 1 15:56:52 2018 UTC
(2 years, 2 months ago)
by
michael
- ipcache, conf_class: use separate trees for ipv6 and ipv4 addresses. Until fixed, this is to work around a patricia.c limitation/bug where
a ipv6 and a ipv4 prefix can share the same tree node in case they have the same length and bit pattern.
Revision
8610 -
Directory Listing
Modified
Wed Oct 31 20:28:01 2018 UTC
(2 years, 2 months ago)
by
michael
- patricia.c:patricia_clear(): must set patricia->head to NULL
Revision
8609 -
Directory Listing
Modified
Tue Oct 30 07:46:31 2018 UTC
(2 years, 2 months ago)
by
michael
- conf_parser.y: run class_ip_limit_rebuild() only in case the class{} settings have changed
Revision
8608 -
Directory Listing
Modified
Mon Oct 29 22:09:25 2018 UTC
(2 years, 2 months ago)
by
michael
- class_ip_limit_add, class_ip_limit_remove: use void pointers for 'addr'
Revision
8607 -
Directory Listing
Modified
Mon Oct 29 21:26:54 2018 UTC
(2 years, 2 months ago)
by
michael
- Rewrite class based subnet limiting to use a patricia trie
Revision
8605 -
Directory Listing
Modified
Sun Oct 28 19:56:20 2018 UTC
(2 years, 2 months ago)
by
michael
- conf_db.c:open_db_read(): simplify
Revision
8603 -
Directory Listing
Modified
Sun Oct 28 19:43:30 2018 UTC
(2 years, 2 months ago)
by
michael
- Fixed style inconsistencies in various places
Revision
8602 -
Directory Listing
Modified
Sun Oct 28 18:43:06 2018 UTC
(2 years, 2 months ago)
by
michael
- client_svstag.c:svstag_attach(): documentation
Revision
8599 -
Directory Listing
Modified
Sun Oct 28 18:09:37 2018 UTC
(2 years, 2 months ago)
by
michael
- Rename Channel:locmembers to Channel::members_local
Revision
8598 -
Directory Listing
Modified
Mon Oct 22 19:29:20 2018 UTC
(2 years, 3 months ago)
by
michael
- patricia.c: stylistic changes
Revision
8597 -
Directory Listing
Modified
Mon Oct 22 18:53:58 2018 UTC
(2 years, 3 months ago)
by
michael
- patricia.c:ascii2prefix(): don't allow to overflow 'save'; change size of 'save' to INET6_ADDRSTRLEN
Revision
8596 -
Directory Listing
Modified
Mon Oct 22 17:56:33 2018 UTC
(2 years, 3 months ago)
by
michael
- patricia.c:ascii2prefix(): Fix CID 1474567: Memory - illegal accesses (RETURN_LOCAL). Using "string", which points to an out-of-scope variable "save".
Revision
8595 -
Directory Listing
Modified
Sun Oct 21 21:08:08 2018 UTC
(2 years, 3 months ago)
by
michael
- patricia.c:comp_with_mask(): fix compile warning with -Wshift-negative-value
Revision
8594 -
Directory Listing
Modified
Sun Oct 21 18:12:06 2018 UTC
(2 years, 3 months ago)
by
michael
- Makefile.am: add patricia.c to ircd_SOURCES
Revision
8593 -
Directory Listing
Modified
Sun Oct 21 18:11:04 2018 UTC
(2 years, 3 months ago)
by
michael
- ipcache: rewrite to use patricia
Revision
8592 -
Directory Listing
Modified
Sun Oct 21 16:02:02 2018 UTC
(2 years, 3 months ago)
by
michael
- patricia: add patricia_make_and_lookup_addr()
Revision
8590 -
Directory Listing
Modified
Sun Oct 21 15:44:08 2018 UTC
(2 years, 3 months ago)
by
michael
- watch: cache hash values
Revision
8588 -
Directory Listing
Modified
Sun Oct 21 10:51:52 2018 UTC
(2 years, 3 months ago)
by
michael
- Sprinkle some assert(); cleanup existing ones
Revision
8557 -
Directory Listing
Modified
Sat Sep 22 21:45:45 2018 UTC
(2 years, 4 months ago)
by
michael
- Minor style corrections
Revision
8542 -
Directory Listing
Modified
Sat Sep 15 14:11:43 2018 UTC
(2 years, 4 months ago)
by
michael
- channel.c:channel_do_join(): deduplicate
Revision
8540 -
Directory Listing
Modified
Mon Apr 30 19:49:16 2018 UTC
(2 years, 8 months ago)
by
michael
- modules.c: style corrections
Revision
8538 -
Directory Listing
Modified
Sun Apr 29 18:09:36 2018 UTC
(2 years, 8 months ago)
by
michael
- s_bsd.c:ssl_handshake: use 'F' instead of 'client_p->connection->fd'
Revision
8536 -
Directory Listing
Modified
Sun Apr 29 17:12:26 2018 UTC
(2 years, 8 months ago)
by
michael
- s_bsd_epoll.c: remove syscall.h header include
Revision
8533 -
Directory Listing
Modified
Sun Apr 29 16:43:06 2018 UTC
(2 years, 8 months ago)
by
michael
- s_bsd_epoll.c: get rid of the fixed size ep_fdlist and add support for a growing epoll_event array. Some code derived from libevent.
Revision
8532 -
Directory Listing
Modified
Sun Apr 29 15:03:39 2018 UTC
(2 years, 8 months ago)
by
michael
- s_bsd_epoll.c: use epoll_create1 w/ EPOLL_CLOEXEC
Revision
8529 -
Directory Listing
Modified
Sun Apr 29 14:29:13 2018 UTC
(2 years, 8 months ago)
by
michael
- s_bsd_epoll.c:comm_setselect(): use memset 0 on 'ep_event'
Revision
8528 -
Directory Listing
Modified
Sun Apr 29 13:59:55 2018 UTC
(2 years, 8 months ago)
by
michael
- Minor cleanup to fd_open()
Revision
8526 -
Directory Listing
Modified
Tue Apr 24 20:33:23 2018 UTC
(2 years, 8 months ago)
by
michael
- user.c: style corrections
Revision
8524 -
Directory Listing
Modified
Tue Apr 24 19:55:30 2018 UTC
(2 years, 8 months ago)
by
michael
- auth.c: style correction; add some assert() to auth_error()
Revision
8522 -
Directory Listing
Modified
Tue Apr 24 19:48:22 2018 UTC
(2 years, 8 months ago)
by
michael
- Style corrections
Revision
8520 -
Directory Listing
Modified
Mon Apr 16 19:32:31 2018 UTC
(2 years, 9 months ago)
by
michael
- fdlist.c: initialize 'highest_fd' with -1 so we don't run into problems if we ever have a fd == 0 in fdlist_update_highest_fd(), which currently is highly unlikely
Revision
8518 -
Directory Listing
Modified
Fri Apr 6 22:52:34 2018 UTC
(2 years, 9 months ago)
by
michael
- AUTHORS, version.c: purge a bunch of yada yada yada
Revision
8516 -
Directory Listing
Modified
Fri Apr 6 20:17:10 2018 UTC
(2 years, 9 months ago)
by
michael
- m_oper.c: oper_up() is called for local clients only; use NULL as first argument to sendto_server()
Revision
8513 -
Directory Listing
Modified
Fri Apr 6 20:15:02 2018 UTC
(2 years, 9 months ago)
by
michael
- channel.c: channel_do_join() is called for local clients only; use NULL as first argument to sendto_server()
Revision
8512 -
Directory Listing
Modified
Fri Apr 6 19:28:05 2018 UTC
(2 years, 9 months ago)
by
michael
- Style corrections
Revision
8510 -
Directory Listing
Modified
Fri Apr 6 12:55:22 2018 UTC
(2 years, 9 months ago)
by
michael
- Further cleanups to log.c
Revision
8508 -
Directory Listing
Modified
Fri Apr 6 12:41:58 2018 UTC
(2 years, 9 months ago)
by
michael
- log.c: further cleanups
Revision
8506 -
Directory Listing
Modified
Fri Apr 6 11:43:23 2018 UTC
(2 years, 9 months ago)
by
michael
- log.c: cleanups to improve readability; remove pointless log_set_file() call in ilog()
Revision
8504 -
Directory Listing
Modified
Thu Apr 5 14:23:28 2018 UTC
(2 years, 9 months ago)
by
michael
- Update reference.conf
Revision
8501 -
Directory Listing
Modified
Thu Apr 5 13:09:40 2018 UTC
(2 years, 9 months ago)
by
michael
- Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
Revision
8500 -
Directory Listing
Modified
Thu Apr 5 13:00:49 2018 UTC
(2 years, 9 months ago)
by
michael
- Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
Revision
8497 -
Directory Listing
Modified
Thu Apr 5 12:47:26 2018 UTC
(2 years, 9 months ago)
by
michael
- Recreate autogenerated files
Revision
8496 -
Directory Listing
Modified
Thu Apr 5 12:46:00 2018 UTC
(2 years, 9 months ago)
by
michael
- Killed userhost.c. Rewrote everything to use ipcache.c
Revision
8493 -
Directory Listing
Modified
Wed Apr 4 22:21:19 2018 UTC
(2 years, 9 months ago)
by
michael
- m_unresv.c: stylistic changes
Revision
8491 -
Directory Listing
Modified
Wed Apr 4 22:02:58 2018 UTC
(2 years, 9 months ago)
by
michael
- pseudo {} blocks aka services aliases are now reported via "STATS s"
Revision
8488 -
Directory Listing
Modified
Wed Apr 4 16:56:09 2018 UTC
(2 years, 9 months ago)
by
michael
- m_knock.c: avoid indexing parv[] multiple times
Revision
8485 -
Directory Listing
Modified
Wed Apr 4 15:11:40 2018 UTC
(2 years, 9 months ago)
by
michael
- propset
Revision
8484 -
Directory Listing
Modified
Wed Apr 4 15:08:59 2018 UTC
(2 years, 9 months ago)
by
michael
- Move svstag related code into its own files
Revision
8481 -
Directory Listing
Modified
Wed Apr 4 14:18:04 2018 UTC
(2 years, 9 months ago)
by
michael
- m_whois.c:whois_person(): services clients are now tagged with 'is a Network Service' in "WHOIS"
Revision
8479 -
Directory Listing
Modified
Tue Apr 3 17:03:47 2018 UTC
(2 years, 9 months ago)
by
michael
- Documentation changes
Revision
8475 -
Directory Listing
Modified
Tue Apr 3 13:57:21 2018 UTC
(2 years, 9 months ago)
by
michael
- autoreconf
Revision
8474 -
Directory Listing
Modified
Tue Apr 3 13:56:59 2018 UTC
(2 years, 9 months ago)
by
michael
- configure.ac: remove -fno-strict-aliasing from cflags
Revision
8473 -
Directory Listing
Modified
Tue Apr 3 12:54:54 2018 UTC
(2 years, 9 months ago)
by
michael
- conf_gecos.c, conf_resv.c: stylistic changes
Revision
8470 -
Directory Listing
Modified
Tue Apr 3 12:05:32 2018 UTC
(2 years, 9 months ago)
by
michael
- auth.c: deduplicate; minor cleanups
Revision
8468 -
Directory Listing
Modified
Tue Apr 3 11:23:28 2018 UTC
(2 years, 9 months ago)
by
michael
- Implemented channel mode 'N' which prevents users from changing their nick while in a channel with that mode set
Revision
8466 -
Directory Listing
Modified
Mon Apr 2 14:04:45 2018 UTC
(2 years, 9 months ago)
by
michael
- s_bsd_epoll.c:comm_setselect(): add assert()
Revision
8464 -
Directory Listing
Modified
Sun Apr 1 12:33:41 2018 UTC
(2 years, 9 months ago)
by
michael
- m_svskill.c: cleanup ms_svskill(). args_min is 3 now. A TS argument is now always required, but it can be 0
Revision
8462 -
Directory Listing
Modified
Sat Mar 31 15:43:00 2018 UTC
(2 years, 9 months ago)
by
michael
- conf_pseudo.c:pseudo_message_handler(): stylistic changes
Revision
8459 -
Directory Listing
Modified
Sat Mar 31 15:35:52 2018 UTC
(2 years, 9 months ago)
by
michael
- Recreate conf_parser
Revision
8458 -
Directory Listing
Modified
Sat Mar 31 15:34:53 2018 UTC
(2 years, 9 months ago)
by
michael
- Move pseudot_stats() to m_stats.c
Revision
8455 -
Directory Listing
Modified
Fri Mar 30 16:45:18 2018 UTC
(2 years, 9 months ago)
by
michael
- m_stats.c:stats_tab[]: who would have thought that R comes right after Q
Revision
8453 -
Directory Listing
Modified
Fri Mar 30 16:42:33 2018 UTC
(2 years, 9 months ago)
by
michael
- Report configured pseudo {} blocks in '/stats R'. For now we use the numeric 227. Maybe there's some other numeric that's more suitable for this.
Revision
8451 -
Directory Listing
Modified
Fri Mar 30 15:15:15 2018 UTC
(2 years, 9 months ago)
by
michael
- conf.c:clear_out_old_conf(): free ConfigServerHide.hidden_name
Revision
8449 -
Directory Listing
Modified
Fri Mar 30 11:40:25 2018 UTC
(2 years, 9 months ago)
by
michael
- m_die(), m_restart(): don't give any hints about how to use this command if missing the server name parameter. Just send ERR_NEEDMOREPARAMS.
Revision
8447 -
Directory Listing
Modified
Fri Mar 30 11:36:17 2018 UTC
(2 years, 9 months ago)
by
michael
- Stylistic changes
Revision
8444 -
Directory Listing
Modified
Fri Mar 30 11:07:03 2018 UTC
(2 years, 9 months ago)
by
michael
- autreconf
Revision
8443 -
Directory Listing
Modified
Fri Mar 30 11:06:31 2018 UTC
(2 years, 9 months ago)
by
michael
- ax_arg_enable_warnings.m4: add -Wshift-negative-value
Revision
8441 -
Directory Listing
Modified
Thu Mar 29 13:15:15 2018 UTC
(2 years, 9 months ago)
by
michael
- m_ison(), m_userhost(): const correctness
Revision
8439 -
Directory Listing
Modified
Thu Mar 29 13:07:32 2018 UTC
(2 years, 9 months ago)
by
michael
- Add channel_get_list() to channel.c which should be used when accessing channel_list outside of channel.c
Revision
8437 -
Directory Listing
Modified
Thu Mar 29 09:05:34 2018 UTC
(2 years, 9 months ago)
by
michael
- Stylistic changes
Revision
8435 -
Directory Listing
Modified
Tue Mar 27 20:14:26 2018 UTC
(2 years, 9 months ago)
by
michael
- conf_gecos.c: remove unused header include
Revision
8433 -
Directory Listing
Modified
Tue Mar 27 20:10:26 2018 UTC
(2 years, 9 months ago)
by
michael
- Allow a matching function to be passed to conf_service.c:service_find()
Revision
8431 -
Directory Listing
Modified
Tue Mar 27 18:49:15 2018 UTC
(2 years, 9 months ago)
by
michael
- Stylistic changes
Revision
8429 -
Directory Listing
Modified
Mon Mar 26 10:28:04 2018 UTC
(2 years, 9 months ago)
by
michael
- Update NEWS file
Revision
8426 -
Directory Listing
Modified
Sun Mar 25 17:46:15 2018 UTC
(2 years, 9 months ago)
by
michael
- Rename some functions to comply with naming convention
Revision
8423 -
Directory Listing
Modified
Sat Mar 24 19:11:49 2018 UTC
(2 years, 9 months ago)
by
michael
- m_server.c:ms_sid(): removed outdated/invalid comment
Revision
8422 -
Directory Listing
Modified
Sat Mar 24 18:55:07 2018 UTC
(2 years, 9 months ago)
by
michael
- m_server.c:ms_sid(): use source_p->from instead of client_p
Revision
8419 -
Directory Listing
Modified
Sat Mar 24 18:49:11 2018 UTC
(2 years, 9 months ago)
by
michael
- m_server.c:server_estab(): removed outdated/invalid comment
Revision
8418 -
Directory Listing
Modified
Sat Mar 24 18:40:36 2018 UTC
(2 years, 9 months ago)
by
michael
- Remove fd-management.txt hostmask.txt index.txt network.txt send.txt from doc/technical/
Revision
8416 -
Directory Listing
Modified
Sat Mar 24 18:37:29 2018 UTC
(2 years, 9 months ago)
by
michael
- Remove CHW and HOPS server capabilities. These are mandatory for quite some time now.
Revision
8414 -
Directory Listing
Modified
Thu Mar 22 18:11:39 2018 UTC
(2 years, 10 months ago)
by
michael
- Rename some functions to comply with naming convention
Revision
8412 -
Directory Listing
Modified
Wed Mar 21 17:20:03 2018 UTC
(2 years, 10 months ago)
by
michael
- ircd_signal.c:setup_signals(): use NULL instead of 0 as third argument for sigaction()
Revision
8409 -
Directory Listing
Modified
Wed Mar 21 16:55:33 2018 UTC
(2 years, 10 months ago)
by
michael
- m_stats.c:stats_tstats(): fixed 'unknown closes' statistic; minor cleanup
Revision
8407 -
Directory Listing
Modified
Mon Mar 19 19:40:05 2018 UTC
(2 years, 10 months ago)
by
michael
- m_userhost.c:m_userhost(): removed pointless MyConnect() test which is a lazylink leftover
Revision
8405 -
Directory Listing
Modified
Mon Mar 19 19:34:07 2018 UTC
(2 years, 10 months ago)
by
michael
- m_userhost.c:m_userhost(): changed size of 'response' buffer to something more sane
Revision
8403 -
Directory Listing
Modified
Sun Mar 18 19:14:36 2018 UTC
(2 years, 10 months ago)
by
michael
- server.c:serv_connect_callback, finish_ssl_server_handshake: cleanups; immediately continue with read_packet()
Revision
8401 -
Directory Listing
Modified
Sun Mar 18 16:49:29 2018 UTC
(2 years, 10 months ago)
by
michael
- client.c:client_free(): remove some assert() that are now no longer valid
Revision
8399 -
Directory Listing
Modified
Sun Mar 18 14:43:15 2018 UTC
(2 years, 10 months ago)
by
michael
- client.c:dead_link_on_read(): replace two report_error with a sendto_realops_flags/ilog combo
Revision
8397 -
Directory Listing
Modified
Sun Mar 18 13:47:58 2018 UTC
(2 years, 10 months ago)
by
michael
- list.c: revert 'dlinkDelete(): reset m->data as well'
Revision
8395 -
Directory Listing
Modified
Sun Mar 18 13:14:35 2018 UTC
(2 years, 10 months ago)
by
michael
- Rename attach_conf() -> conf_attach(), detach_conf() -> conf_detach(); clean up documentation
Revision
8393 -
Directory Listing
Modified
Sun Mar 18 12:54:22 2018 UTC
(2 years, 10 months ago)
by
michael
- Move close_connection() from s_bsd.c to client.c
Revision
8391 -
Directory Listing
Modified
Sat Mar 17 21:45:30 2018 UTC
(2 years, 10 months ago)
by
michael
- Clean up some awful CONF_SERVER handling in serv_connect()
Revision
8389 -
Directory Listing
Modified
Fri Mar 16 20:23:22 2018 UTC
(2 years, 10 months ago)
by
michael
- hash.c:free_list_task(): properly unlink nodes from their lists even though memory is freed solely for debugging purposes
Revision
8387 -
Directory Listing
Modified
Fri Mar 16 20:10:48 2018 UTC
(2 years, 10 months ago)
by
michael
- autoreconf
Revision
8385 -
Directory Listing
Modified
Fri Mar 16 20:09:55 2018 UTC
(2 years, 10 months ago)
by
michael
- Rip out mempool
Revision
8383 -
Directory Listing
Modified
Wed Mar 14 14:11:46 2018 UTC
(2 years, 10 months ago)
by
michael
- s_bsd_epoll.c, s_bsd_kqueue.c: make use of epoll_event.data.ptr and kevent.udata
Revision
8381 -
Directory Listing
Modified
Mon Mar 12 19:23:49 2018 UTC
(2 years, 10 months ago)
by
michael
- defaults.h: change NETWORK_NAME_DEFAULT and NETWORK_DESC_DEFAULT
Revision
8379 -
Directory Listing
Modified
Sun Mar 11 14:57:20 2018 UTC
(2 years, 10 months ago)
by
michael
- Move fd_dump() to m_stats.c; rename it to stats_fdlist()
Revision
8377 -
Directory Listing
Modified
Sat Mar 10 19:44:32 2018 UTC
(2 years, 10 months ago)
by
michael
- client.c: moved clear_invite_list(), and del_all_accepts() calls from exit_one_client() to exit_client()
Revision
8373 -
Directory Listing
Modified
Fri Mar 9 20:08:01 2018 UTC
(2 years, 10 months ago)
by
michael
- Fixed bug spotted by Erick J. Velez where ircd would not remove RPL_WHOISOPERATOR based svstags when deoppering.
Revision
8370 -
Directory Listing
Modified
Wed Mar 7 18:56:33 2018 UTC
(2 years, 10 months ago)
by
michael
- autoreconf
Revision
8369 -
Directory Listing
Modified
Wed Mar 7 18:56:10 2018 UTC
(2 years, 10 months ago)
by
michael
- Move 'gcc_stack_protect' to 'ax_gcc_stack_protect'
Revision
8367 -
Directory Listing
Modified
Mon Mar 5 19:51:42 2018 UTC
(2 years, 10 months ago)
by
michael
- "JOIN 0" is now no longer supported
Revision
8365 -
Directory Listing
Modified
Sun Mar 4 17:59:17 2018 UTC
(2 years, 10 months ago)
by
michael
- fdlist.c: remove unused header includes
Revision
8363 -
Directory Listing
Modified
Sun Mar 4 14:27:01 2018 UTC
(2 years, 10 months ago)
by
michael
- res.c:restart_resolver(): Added sanity test. ResolverFileDescriptor might be NULL at this point
Revision
8361 -
Directory Listing
Modified
Sun Mar 4 14:22:42 2018 UTC
(2 years, 10 months ago)
by
michael
- auth.c: added some assert()
Revision
8359 -
Directory Listing
Modified
Sun Mar 4 14:19:23 2018 UTC
(2 years, 10 months ago)
by
michael
- Update INSTALL and README
Revision
8356 -
Directory Listing
Modified
Sun Mar 4 13:57:08 2018 UTC
(2 years, 10 months ago)
by
michael
- autoreconf
Revision
8355 -
Directory Listing
Modified
Sun Mar 4 13:56:48 2018 UTC
(2 years, 10 months ago)
by
michael
- Moved AC_DEFINE_DIR to AX_DEFINE_DIR
Revision
8351 -
Directory Listing
Modified
Sun Mar 4 13:27:35 2018 UTC
(2 years, 10 months ago)
by
michael
- mempool.c:mp_pool_init(): fixed compile warning with --disable-mempool
Revision
8349 -
Directory Listing
Modified
Sun Mar 4 13:24:03 2018 UTC
(2 years, 10 months ago)
by
michael
- Style corrections
Revision
8347 -
Directory Listing
Modified
Sun Mar 4 00:17:43 2018 UTC
(2 years, 10 months ago)
by
michael
- auth.c:make_auth(): fixes to previous commit
Revision
8345 -
Directory Listing
Modified
Sun Mar 4 00:06:22 2018 UTC
(2 years, 10 months ago)
by
michael
- auth.c:make_auth(): properly assign 'auth' to 'auth->client->connection->auth'
Revision
8342 -
Directory Listing
Modified
Sat Mar 3 23:22:19 2018 UTC
(2 years, 10 months ago)
by
michael
- s_bsd_kqueue.c:comm_select(): fixed another compile error
Revision
8341 -
Directory Listing
Modified
Sat Mar 3 23:13:25 2018 UTC
(2 years, 10 months ago)
by
michael
- s_bsd_kqueue.c:comm_select(): fixed build
Revision
8339 -
Directory Listing
Modified
Sat Mar 3 22:47:06 2018 UTC
(2 years, 10 months ago)
by
michael
- Restore fd_table. No longer allocate fde_t items from within any other structures like the AuthRequest, or Connection structure
- struct AuthRequest once again is no longer allocated from within the Connection structure
Revision
8337 -
Directory Listing
Modified
Thu Mar 1 23:06:49 2018 UTC
(2 years, 10 months ago)
by
michael
- client.c:client_free(): fixed assert() broken by previous commit
Revision
8335 -
Directory Listing
Modified
Thu Mar 1 22:11:48 2018 UTC
(2 years, 10 months ago)
by
michael
- client.c:client_free(): inspect most of the relevant 'struct Client' and 'struct Connection' members
Revision
8333 -
Directory Listing
Modified
Thu Mar 1 20:40:51 2018 UTC
(2 years, 10 months ago)
by
michael
- client.h: removed 'country_id' libgeoip leftover from Client struct
Revision
8330 -
Directory Listing
Modified
Wed Feb 28 21:32:12 2018 UTC
(2 years, 10 months ago)
by
michael
- autoreconf
Revision
8329 -
Directory Listing
Modified
Wed Feb 28 21:31:17 2018 UTC
(2 years, 10 months ago)
by
michael
- Add --enable-efence switch to allow easy linking with the electric fence memory debugger library
Revision
8326 -
Directory Listing
Modified
Wed Feb 28 19:53:02 2018 UTC
(2 years, 10 months ago)
by
michael
- autoreconf
Revision
8325 -
Directory Listing
Modified
Wed Feb 28 19:52:33 2018 UTC
(2 years, 10 months ago)
by
michael
- The memory pooling allocator can be disabled with the --disable-mempool switch now
Revision
8322 -
Directory Listing
Modified
Wed Feb 28 19:15:40 2018 UTC
(2 years, 10 months ago)
by
michael
- ax_append_compile_flags.m4: update to latest version
Revision
8321 -
Directory Listing
Modified
Wed Feb 28 19:13:41 2018 UTC
(2 years, 10 months ago)
by
michael
- ax_arg_enable_warnings.m4: add -Wduplicated-cond
Revision
8318 -
Directory Listing
Modified
Wed Feb 28 17:50:27 2018 UTC
(2 years, 10 months ago)
by
michael
- Recreate parser files
Revision
8315 -
Directory Listing
Modified
Wed Feb 28 17:48:10 2018 UTC
(2 years, 10 months ago)
by
michael
- autoreconf
Revision
8314 -
Directory Listing
Modified
Wed Feb 28 17:47:23 2018 UTC
(2 years, 10 months ago)
by
michael
- Remove experimental libgeoip support
Revision
8311 -
Directory Listing
Modified
Wed Feb 28 16:55:06 2018 UTC
(2 years, 10 months ago)
by
michael
- client.c:client_free(): set client_p->connection = NULL after freeing it
Revision
8310 -
Directory Listing
Modified
Wed Feb 28 16:46:13 2018 UTC
(2 years, 10 months ago)
by
michael
- Clean up remaining sizeof() to sizeof(variable)
Revision
8307 -
Directory Listing
Modified
Tue Feb 27 21:19:21 2018 UTC
(2 years, 10 months ago)
by
michael
- s_bsd.c: removed useless auth.h header include
Revision
8306 -
Directory Listing
Modified
Tue Feb 27 21:18:34 2018 UTC
(2 years, 10 months ago)
by
michael
- auth.h, auth.c: reformating; rename some functions to comply with naming convention
Revision
8304 -
Directory Listing
Modified
Tue Feb 27 20:05:58 2018 UTC
(2 years, 10 months ago)
by
michael
- auth.h, auth.c: made release_auth_client() 'static'; removed declaration in auth.h
Revision
8302 -
Directory Listing
Modified
Sun Feb 25 14:45:07 2018 UTC
(2 years, 10 months ago)
by
michael
- m_help.c:do_help(): silence some valgrind warning
Revision
8300 -
Directory Listing
Modified
Sun Feb 25 13:05:46 2018 UTC
(2 years, 10 months ago)
by
michael
- auth.c:auth_delete(): clear AM_DOING_AUTH, and AM_DNS_PENDING flags as appropriate
Revision
8298 -
Directory Listing
Modified
Sun Feb 25 11:15:47 2018 UTC
(2 years, 10 months ago)
by
michael
- auth.c:release_auth_client(): use the AddFlag macro
Revision
8296 -
Directory Listing
Modified
Sun Feb 25 10:20:19 2018 UTC
(2 years, 10 months ago)
by
michael
- list.c:dlinkDelete(): added assert()
Revision
8294 -
Directory Listing
Modified
Sun Feb 25 09:48:33 2018 UTC
(2 years, 10 months ago)
by
michael
- client.c:exit_client(): added assert(); style correction
Revision
8292 -
Directory Listing
Modified
Sun Feb 25 09:38:29 2018 UTC
(2 years, 10 months ago)
by
michael
- client.c:exit_aborted_clients(): deduplicate
Revision
8290 -
Directory Listing
Modified
Sun Feb 25 09:34:06 2018 UTC
(2 years, 10 months ago)
by
michael
- list.c:dlinkDelete(): reset m->data as well
Revision
8288 -
Directory Listing
Modified
Sat Feb 24 20:10:23 2018 UTC
(2 years, 10 months ago)
by
michael
- client.c:client_free(): fixed compile error introduced by previous changes
Revision
8286 -
Directory Listing
Modified
Sat Feb 24 19:42:02 2018 UTC
(2 years, 10 months ago)
by
michael
- client.c:client_free(): sprinkle some assert()
Revision
8284 -
Directory Listing
Modified
Sat Feb 24 16:48:35 2018 UTC
(2 years, 10 months ago)
by
michael
- mempool.c:mp_pool_new(): minor clarification in some debug log message
Revision
8282 -
Directory Listing
Modified
Fri Feb 23 17:24:28 2018 UTC
(2 years, 10 months ago)
by
michael
- ircd.c:main(): show 'ircd_version' and 'serno' in 'Server ready' message
Revision
8279 -
Directory Listing
Modified
Tue Feb 20 19:30:13 2018 UTC
(2 years, 11 months ago)
by
michael
- Update copyright years
Revision
8278 -
Directory Listing
Modified
Tue Feb 20 19:16:19 2018 UTC
(2 years, 11 months ago)
by
michael
- m_trace.c:do_trace(): 'tab' should be const here
Revision
8276 -
Directory Listing
Modified
Wed Sep 27 18:53:50 2017 UTC
(3 years, 3 months ago)
by
michael
- channel.c:check_spambot_warning(): stylistic changes; improve readability
Revision
8274 -
Directory Listing
Modified
Wed Sep 27 18:45:51 2017 UTC
(3 years, 3 months ago)
by
michael
- channel.c:check_spambot_warning(): remove extraneous parentheses
Revision
8272 -
Directory Listing
Modified
Wed Jul 19 18:59:30 2017 UTC
(3 years, 6 months ago)
by
michael
- Update INSTALL file; clarification on the --enable-debugging switch.
Revision
8270 -
Directory Listing
Modified
Fri Jun 23 17:21:34 2017 UTC
(3 years, 6 months ago)
by
michael
- motd.c:motd_lookup(): fixed indentation
Revision
8267 -
Directory Listing
Modified
Sat Jun 3 20:28:42 2017 UTC
(3 years, 7 months ago)
by
michael
- m_webirc.c: from p4: don't allow ips to begin with :
Revision
8265 -
Directory Listing
Modified
Sat Jun 3 20:11:37 2017 UTC
(3 years, 7 months ago)
by
michael
- s_bsd.c: from p4: add_connection(): clean up logic for ips beginning with :
Revision
8263 -
Directory Listing
Modified
Thu May 25 16:09:15 2017 UTC
(3 years, 7 months ago)
by
michael
- m_trace.c:do_trace(): restore H6 behavior where the RPL_TRACECLASS list would be sent only on a full TRACE list
Revision
8260 -
Directory Listing
Modified
Thu May 25 15:47:46 2017 UTC
(3 years, 7 months ago)
by
michael
- m_encap.c: fixed comments
Revision
8259 -
Directory Listing
Modified
Thu May 25 15:47:26 2017 UTC
(3 years, 7 months ago)
by
michael
- m_etrace.c:do_etrace(): cleanups
Revision
8257 -
Directory Listing
Modified
Thu May 25 12:19:26 2017 UTC
(3 years, 7 months ago)
by
michael
- m_trace.c:do_trace(): cleanup/deduplicate
Revision
8255 -
Directory Listing
Modified
Wed May 24 17:08:47 2017 UTC
(3 years, 7 months ago)
by
michael
- Change RPL_WELCOME to rfc2812 style now that we have the realhost information in Client::realhost
Revision
8253 -
Directory Listing
Modified
Mon May 22 19:29:26 2017 UTC
(3 years, 8 months ago)
by
michael
- Have s_bsd.c:comm_accept() take a fde_t pointer instead of a struct Listener
Revision
8251 -
Directory Listing
Modified
Sat May 20 16:40:53 2017 UTC
(3 years, 8 months ago)
by
michael
- channel_mode.c:set_channel_mode(): use explicit NULL
Revision
8249 -
Directory Listing
Modified
Mon May 15 17:19:41 2017 UTC
(3 years, 8 months ago)
by
michael
- m_encap.c: documenting
Revision
8245 -
Directory Listing
Modified
Mon May 15 17:09:05 2017 UTC
(3 years, 8 months ago)
by
michael
- flex 2.6.4
Revision
8243 -
Directory Listing
Modified
Wed Apr 19 13:13:52 2017 UTC
(3 years, 9 months ago)
by
michael
- m_webirc.c:mr_webirc(): set source_p->realhost here too
Revision
8227 -
Directory Listing
Modified
Mon Apr 17 09:33:45 2017 UTC
(3 years, 9 months ago)
by
michael
- channel_mode.c:channel_modes(): fixed invalid test
Revision
8223 -
Directory Listing
Modified
Sun Apr 16 12:54:01 2017 UTC
(3 years, 9 months ago)
by
michael
- client.c, user.c: show the real host in client connect/exit notices
Revision
8218 -
Directory Listing
Modified
Sun Apr 16 12:31:22 2017 UTC
(3 years, 9 months ago)
by
michael
- auth.c: add documentation
Revision
8217 -
Directory Listing
Modified
Sun Apr 16 12:19:09 2017 UTC
(3 years, 9 months ago)
by
michael
- auth.c: have auth_dns_callback() to check for invalid hostnames rather than in user.c:register_local_user()
Revision
8214 -
Directory Listing
Modified
Sun Apr 16 11:44:44 2017 UTC
(3 years, 9 months ago)
by
michael
- Store real host information in Client.realhost and extend the UID message to send the actual host.
This allows operators to see the real host of a client in /whois and /whowas.
Revision
8211 -
Directory Listing
Modified
Sun Apr 16 10:49:49 2017 UTC
(3 years, 9 months ago)
by
michael
- client.h: remove outdated comment on Client.host
Revision
8210 -
Directory Listing
Modified
Sun Apr 16 10:46:46 2017 UTC
(3 years, 9 months ago)
by
michael
- Remove UMODE_HIDDENHOST as we don't need a separat mode for that
Revision
8196 -
Directory Listing
Modified
Sat Apr 15 17:48:53 2017 UTC
(3 years, 9 months ago)
by
michael
- user.h: remove prototypes for functions that no longer exist
Revision
8172 -
Directory Listing
Modified
Sun Apr 9 16:16:29 2017 UTC
(3 years, 9 months ago)
by
michael
- server_capab.h, server_capab.c: propset
Revision
8170 -
Directory Listing
Modified
Sun Apr 9 16:14:09 2017 UTC
(3 years, 9 months ago)
by
michael
- Add server_capab files
Revision
8167 -
Directory Listing
Modified
Sun Apr 9 16:10:24 2017 UTC
(3 years, 9 months ago)
by
michael
- autoreconf
Revision
8166 -
Directory Listing
Modified
Sun Apr 9 16:09:54 2017 UTC
(3 years, 9 months ago)
by
michael
- Move all CAPAB related code to server_capab.c, and server_capab.h
Revision
8161 -
Directory Listing
Modified
Sun Apr 9 11:27:54 2017 UTC
(3 years, 9 months ago)
by
michael
- irc_string.c: sync strlcpy() and strlcat() with latest versions from openbsd
Revision
8160 -
Directory Listing
Modified
Sun Apr 9 10:24:39 2017 UTC
(3 years, 9 months ago)
by
michael
- channel_mode.c: replace some two-case switches with just a small if/else if
Revision
8157 -
Directory Listing
Modified
Sat Apr 8 19:39:33 2017 UTC
(3 years, 9 months ago)
by
michael
- Update Riedel's email address
Revision
8097 -
Directory Listing
Modified
Sat Apr 1 20:06:37 2017 UTC
(3 years, 9 months ago)
by
michael
- channel_mode.c:chm_simple(): drop redundant mode changes; deduplicate
Revision
8095 -
Directory Listing
Modified
Wed Mar 29 13:47:38 2017 UTC
(3 years, 9 months ago)
by
michael
- Fixed NULL pointer dereference in chm_nosuch()
Revision
8092 -
Directory Listing
Modified
Wed Mar 29 13:16:56 2017 UTC
(3 years, 9 months ago)
by
michael
- channel_mode.c:cmode_tab[]: use designated initializers
Revision
8091 -
Directory Listing
Modified
Wed Mar 29 12:50:17 2017 UTC
(3 years, 9 months ago)
by
michael
- Get rid of chm_registered() and chm_simple_oper()
Revision
8089 -
Directory Listing
Modified
Wed Mar 29 12:22:47 2017 UTC
(3 years, 9 months ago)
by
michael
- Cleanup channel mode table handling
Revision
8086 -
Directory Listing
Modified
Sun Mar 26 10:55:11 2017 UTC
(3 years, 9 months ago)
by
michael
- Update NEWS file
Revision
8084 -
Directory Listing
Modified
Sun Mar 26 10:15:47 2017 UTC
(3 years, 9 months ago)
by
michael
- Add RPL_ETRACEEND numeric taken from irc2.11
Revision
8082 -
Directory Listing
Modified
Sat Mar 25 20:37:34 2017 UTC
(3 years, 9 months ago)
by
michael
- m_trace.c: reformatting
Revision
8080 -
Directory Listing
Modified
Sat Mar 25 20:09:14 2017 UTC
(3 years, 9 months ago)
by
michael
- m_etrace.c:do_etrace(): get remote ETRACE to work properly
Revision
8078 -
Directory Listing
Modified
Sat Mar 25 19:51:58 2017 UTC
(3 years, 9 months ago)
by
michael
- m_etrace.c:do_etrace(): cleanup function arguments
Revision
8076 -
Directory Listing
Modified
Sat Mar 25 19:49:44 2017 UTC
(3 years, 9 months ago)
by
michael
- m_trace.c: rename do_actual_trace() to do_trace(); cleanup function arguments
Revision
8074 -
Directory Listing
Modified
Sat Mar 25 19:42:51 2017 UTC
(3 years, 9 months ago)
by
michael
- m_module.c:module_reload(): use EXIT_FAILURE for exit()
Revision
8072 -
Directory Listing
Modified
Sat Mar 25 19:37:56 2017 UTC
(3 years, 9 months ago)
by
michael
- m_etrace.c: use me.name for RPL_TRACEEND
Revision
8069 -
Directory Listing
Modified
Thu Mar 23 17:56:31 2017 UTC
(3 years, 10 months ago)
by
michael
- m_trace.c: kill ms_trace() not really needed
Revision
8066 -
Directory Listing
Modified
Thu Mar 23 17:38:28 2017 UTC
(3 years, 10 months ago)
by
michael
- m_etrace.c: add support for remote ETRACE
Revision
8065 -
Directory Listing
Modified
Thu Mar 23 17:27:48 2017 UTC
(3 years, 10 months ago)
by
michael
- m_trace.c: documentation
Revision
8063 -
Directory Listing
Modified
Thu Mar 23 17:13:50 2017 UTC
(3 years, 10 months ago)
by
michael
- Add UMODE_MAX_STR enum to user.h and make use of it in relevant places
Revision
8061 -
Directory Listing
Modified
Thu Mar 23 16:52:24 2017 UTC
(3 years, 10 months ago)
by
michael
- user.c:show_lusers(): get rid of redundant tests
Revision
8059 -
Directory Listing
Modified
Thu Mar 23 16:13:39 2017 UTC
(3 years, 10 months ago)
by
michael
- Fixed style inconsistencies in various places
Revision
8057 -
Directory Listing
Modified
Wed Mar 22 18:36:41 2017 UTC
(3 years, 10 months ago)
by
michael
- m_info.c: clarification on 'failed_oper_notice'
Revision
8055 -
Directory Listing
Modified
Wed Mar 22 17:54:14 2017 UTC
(3 years, 10 months ago)
by
michael
- Update modes.txt
Revision
8053 -
Directory Listing
Modified
Wed Mar 22 17:48:25 2017 UTC
(3 years, 10 months ago)
by
michael
- numeric.c: add channel modes 'Lu' to RPL_MYINFO
Revision
8051 -
Directory Listing
Modified
Sun Mar 19 11:25:46 2017 UTC
(3 years, 10 months ago)
by
michael
- channel_mode.c: constification; remove useless comments
Revision
8047 -
Directory Listing
Modified
Sat Mar 18 18:09:01 2017 UTC
(3 years, 10 months ago)
by
michael
- Rebuilt configuration parser files
Revision
8046 -
Directory Listing
Modified
Sat Mar 18 18:07:45 2017 UTC
(3 years, 10 months ago)
by
michael
- Implemented channel mode 'L'. Channels with that mode set can make use of an extended ban list size
specified with the new 'channel::max_bans_large' configuraton option. This mode can be set only by
irc-operators or servers.
Revision
8044 -
Directory Listing
Modified
Sat Mar 18 16:52:10 2017 UTC
(3 years, 10 months ago)
by
michael
- Add chptr->mode.mode manipulation macros
Revision
8042 -
Directory Listing
Modified
Sat Mar 18 16:32:07 2017 UTC
(3 years, 10 months ago)
by
michael
- channel_mode.h, channel_mode.c: use 'unsigned' in some places
Revision
8040 -
Directory Listing
Modified
Sat Mar 18 16:20:24 2017 UTC
(3 years, 10 months ago)
by
michael
- Implement channel mode 'u' which hides bmasks (+b/+e/+I) to non-chanops everywhere
Revision
8038 -
Directory Listing
Modified
Fri Mar 17 22:28:19 2017 UTC
(3 years, 10 months ago)
by
michael
- configure.ac: remove test for sys/resource.h
Revision
8036 -
Directory Listing
Modified
Fri Mar 17 17:49:22 2017 UTC
(3 years, 10 months ago)
by
michael
- send.c: replace IsDefunct() test in sendto_wallops_flags(), and sendto_realops_flags() with just IsDead()
Revision
8034 -
Directory Listing
Modified
Fri Mar 17 17:34:54 2017 UTC
(3 years, 10 months ago)
by
michael
- send.c:sendto_realops_flags(): only allocate a single dbuf_block instead of multiple ones depending on how many recipient there are
Revision
8032 -
Directory Listing
Modified
Fri Mar 17 16:16:14 2017 UTC
(3 years, 10 months ago)
by
michael
- m_ison.c, m_userhost.c: fixed style inconsistencies
Revision
8030 -
Directory Listing
Modified
Fri Mar 17 15:57:01 2017 UTC
(3 years, 10 months ago)
by
michael
- send.c:sendto_realops_flags(): initialize 'ntype' with "???"
Revision
8027 -
Directory Listing
Modified
Fri Mar 17 15:36:32 2017 UTC
(3 years, 10 months ago)
by
michael
- channel.c:channel_make(): commenting
Revision
8026 -
Directory Listing
Modified
Fri Mar 17 15:34:00 2017 UTC
(3 years, 10 months ago)
by
michael
- m_xline.c: fixed style inconsistencies
Revision
8024 -
Directory Listing
Modified
Fri Mar 17 15:04:35 2017 UTC
(3 years, 10 months ago)
by
michael
- channel.c: fixed style inconsistencies
Revision
8022 -
Directory Listing
Modified
Thu Mar 16 21:03:07 2017 UTC
(3 years, 10 months ago)
by
michael
- channel_mode.c: fixed an issue in chm_key() where "MODE #chan +k-k bla bla" would result in a "MODE #chan +k-k *" sent back to clients.
Revision
8020 -
Directory Listing
Modified
Thu Mar 16 18:45:15 2017 UTC
(3 years, 10 months ago)
by
michael
- channel_mode.c:send_mode_changes_client(): remove senseless code
Revision
8018 -
Directory Listing
Modified
Thu Mar 16 16:42:13 2017 UTC
(3 years, 10 months ago)
by
michael
- channel_mode.c:chm_ban, chm_except, chm_invex: add some comments about the max length of 'mask'
Revision
8016 -
Directory Listing
Modified
Thu Mar 16 16:27:09 2017 UTC
(3 years, 10 months ago)
by
michael
- channel_mode.c: send_mode_changes_(client|server): remove length test on parabuf; minor other cleanups
Revision
8014 -
Directory Listing
Modified
Thu Mar 16 16:03:17 2017 UTC
(3 years, 10 months ago)
by
michael
- channel_mode.c: send_mode_changes_(client|server): rename variables; 'nc' -> 'modecount', 'mc' -> 'paracount'
Revision
8012 -
Directory Listing
Modified
Thu Mar 16 15:48:04 2017 UTC
(3 years, 10 months ago)
by
michael
- channel_mode.c: fixed possible issue in send_mode_changes_(client|server) where it wouldn't strip the trailing space on TMODE with more than MAXMODEPARAMS parameters
Revision
8010 -
Directory Listing
Modified
Wed Mar 15 13:41:42 2017 UTC
(3 years, 10 months ago)
by
michael
- Remove some pointless/outdated comments
Revision
8007 -
Directory Listing
Modified
Tue Mar 14 15:29:49 2017 UTC
(3 years, 10 months ago)
by
michael
- m_trace.c: use me.name for RPL_TRACEEND
Revision
8005 -
Directory Listing
Modified
Tue Mar 14 14:32:35 2017 UTC
(3 years, 10 months ago)
by
michael
- m_server.c: stylistic changes
Revision
8003 -
Directory Listing
Modified
Tue Mar 14 14:21:14 2017 UTC
(3 years, 10 months ago)
by
michael
- Removed CAPAB_IE and CAPAB_EX. These are mandatory for some years now.
Revision
8001 -
Directory Listing
Modified
Tue Mar 14 14:12:31 2017 UTC
(3 years, 10 months ago)
by
michael
- Fixed old bug where lusers/stats u would report an invalid max local connection count in RPL_STATSCONN
Revision
7999 -
Directory Listing
Modified
Tue Mar 14 13:50:59 2017 UTC
(3 years, 10 months ago)
by
michael
- Removed redundant 'Count.max_loc_cli'; use 'Count.max_loc' instead
Revision
7997 -
Directory Listing
Modified
Tue Mar 14 13:17:52 2017 UTC
(3 years, 10 months ago)
by
michael
- Rename get_client_name() to client_get_name()
Revision
7995 -
Directory Listing
Modified
Tue Mar 14 12:36:04 2017 UTC
(3 years, 10 months ago)
by
michael
- server.c: stylistic changes
Revision
7992 -
Directory Listing
Modified
Tue Mar 14 12:28:12 2017 UTC
(3 years, 10 months ago)
by
michael
- m_pass.c: remove unused header includes
Revision
7991 -
Directory Listing
Modified
Tue Mar 14 12:22:18 2017 UTC
(3 years, 10 months ago)
by
michael
- server.c:server_hunt(): use 'tmp' instead of 'node->data'
Revision
7989 -
Directory Listing
Modified
Tue Mar 14 00:39:56 2017 UTC
(3 years, 10 months ago)
by
michael
- m_whowas.c:do_whowas(): rename variable
Revision
7987 -
Directory Listing
Modified
Tue Mar 14 00:28:58 2017 UTC
(3 years, 10 months ago)
by
michael
- client.c: stylistic changes
Revision
7985 -
Directory Listing
Modified
Tue Mar 14 00:11:26 2017 UTC
(3 years, 10 months ago)
by
michael
- numeric.c: made ERR_SSLONLYCHAN more descriptive as requested by r0d3nt
Revision
7983 -
Directory Listing
Modified
Mon Mar 13 23:47:19 2017 UTC
(3 years, 10 months ago)
by
michael
- m_stats.c:stats_memory(): optimizations
Revision
7981 -
Directory Listing
Modified
Mon Mar 13 23:37:34 2017 UTC
(3 years, 10 months ago)
by
michael
- m_stats.c:stats_memory(): add some server stats
Revision
7979 -
Directory Listing
Modified
Mon Mar 13 23:15:14 2017 UTC
(3 years, 10 months ago)
by
michael
- m_trace.c: stylistic changes
Revision
7977 -
Directory Listing
Modified
Mon Mar 13 22:58:20 2017 UTC
(3 years, 10 months ago)
by
michael
- m_trace.c:do_actual_trace(): replace hash_find_client() with find_person() so remote requests with UIDs are processed properly
Revision
7975 -
Directory Listing
Modified
Mon Mar 13 22:27:00 2017 UTC
(3 years, 10 months ago)
by
michael
- m_trace.c: further cleanups to mo_trace()
Revision
7973 -
Directory Listing
Modified
Mon Mar 13 22:05:51 2017 UTC
(3 years, 10 months ago)
by
michael
- Made server_hunt() return a const pointer
Revision
7971 -
Directory Listing
Modified
Mon Mar 13 21:56:53 2017 UTC
(3 years, 10 months ago)
by
michael
- Cleanup some bad mess in mo_trace(). This also fixes some bug where we would get RPL_TRACELINK replies with
"ac2ptr_is_NULL!!" from remote servers including SIDs or UIDs.
Revision
7969 -
Directory Listing
Modified
Mon Mar 13 19:28:30 2017 UTC
(3 years, 10 months ago)
by
michael
- Get rid of Count.local
Revision
7967 -
Directory Listing
Modified
Mon Mar 13 19:10:19 2017 UTC
(3 years, 10 months ago)
by
michael
- Get rid of Count.myserver
Revision
7965 -
Directory Listing
Modified
Mon Mar 13 18:59:51 2017 UTC
(3 years, 10 months ago)
by
michael
- Get rid of Count.total
Revision
7963 -
Directory Listing
Modified
Mon Mar 13 18:50:04 2017 UTC
(3 years, 10 months ago)
by
michael
- No longer put servers on the 'global_client_list'. This was just bad.
Revision
7961 -
Directory Listing
Modified
Mon Mar 13 18:20:19 2017 UTC
(3 years, 10 months ago)
by
michael
- client.c: merge update_client_exit_stats() into exit_one_client()
Revision
7959 -
Directory Listing
Modified
Sun Mar 5 17:57:56 2017 UTC
(3 years, 10 months ago)
by
michael
- Update REAME
Revision
7957 -
Directory Listing
Modified
Sun Mar 5 11:53:49 2017 UTC
(3 years, 10 months ago)
by
michael
- Rename some functions in client.c to comply with naming convention
Revision
7955 -
Directory Listing
Modified
Sat Mar 4 19:38:05 2017 UTC
(3 years, 10 months ago)
by
michael
- Rename some functions in auth.c to comply with naming convention
Revision
7953 -
Directory Listing
Modified
Thu Mar 2 18:02:23 2017 UTC
(3 years, 10 months ago)
by
michael
- Rename hunt_server() to server_hunt()
Revision
7951 -
Directory Listing
Modified
Thu Mar 2 17:54:43 2017 UTC
(3 years, 10 months ago)
by
michael
- Move check_server() from server.c to m_server.c; rename it to server_check()
Revision
7949 -
Directory Listing
Modified
Thu Mar 2 13:47:14 2017 UTC
(3 years, 10 months ago)
by
michael
- 'opers_bypass_callerid' now defaults to 'yes'
Revision
7947 -
Directory Listing
Modified
Wed Feb 22 19:53:14 2017 UTC
(3 years, 10 months ago)
by
michael
- send.c: style corrections
Revision
7945 -
Directory Listing
Modified
Wed Feb 22 19:46:22 2017 UTC
(3 years, 10 months ago)
by
michael
- send.c:sendto_channel_butone(): split long if statement
Revision
7943 -
Directory Listing
Modified
Wed Feb 22 19:39:49 2017 UTC
(3 years, 10 months ago)
by
michael
- send.c:sendto_channel_butone(): test IsDefunct() on 'target_p->from' instead of 'target_p' as it can be a remote client
Revision
7941 -
Directory Listing
Modified
Fri Jan 27 15:04:35 2017 UTC
(3 years, 11 months ago)
by
michael
- misc.c: add some comments
Revision
7939 -
Directory Listing
Modified
Fri Jan 27 14:53:49 2017 UTC
(3 years, 11 months ago)
by
michael
- conf_resv.c:resv_find(): remove explicit initialization on 'node' and 'list'
Revision
7937 -
Directory Listing
Modified
Fri Jan 27 14:36:28 2017 UTC
(3 years, 11 months ago)
by
michael
- conf_class.c:class_init(): make things look saner
Revision
7934 -
Directory Listing
Modified
Fri Jan 27 14:29:17 2017 UTC
(3 years, 11 months ago)
by
michael
- motd.c:motd_lookup(): don't retrieve ClassItem pointer when there's no need to
Revision
7931 -
Directory Listing
Modified
Sat Jan 21 19:39:48 2017 UTC
(4 years ago)
by
michael
- .travis.yml: fix to previous commit
Revision
7929 -
Directory Listing
Modified
Sat Jan 21 19:34:12 2017 UTC
(4 years ago)
by
michael
- .travis.yml: attempt to fix the gcc build on OS X
Revision
7924 -
Directory Listing
Modified
Sat Dec 31 13:57:08 2016 UTC
(4 years ago)
by
michael
- Update copyright years
Revision
7923 -
Directory Listing
Modified
Tue Dec 6 20:49:28 2016 UTC
(4 years, 1 month ago)
by
michael
- m_kill.c:mo_kill(): removed old irc2.6 comment no longer valid these days
Revision
7921 -
Directory Listing
Modified
Tue Dec 6 20:25:00 2016 UTC
(4 years, 1 month ago)
by
michael
- m_kill.c: removed target's SID from the kill notice
Revision
7918 -
Directory Listing
Modified
Sun Nov 27 19:28:23 2016 UTC
(4 years, 1 month ago)
by
michael
- Update NEWS file
Revision
7916 -
Directory Listing
Modified
Sun Nov 27 19:07:49 2016 UTC
(4 years, 1 month ago)
by
michael
- m_ping.c: remove useless tests on 'destination'
Revision
7914 -
Directory Listing
Modified
Sun Nov 27 18:54:53 2016 UTC
(4 years, 1 month ago)
by
michael
- Style corrections
Revision
7912 -
Directory Listing
Modified
Sun Nov 27 18:44:04 2016 UTC
(4 years, 1 month ago)
by
michael
- Cleanup m_ping.c
Revision
7910 -
Directory Listing
Modified
Sun Nov 27 16:59:35 2016 UTC
(4 years, 1 month ago)
by
michael
- m_etrace.c:do_etrace(): swap test
Revision
7908 -
Directory Listing
Modified
Sun Nov 27 13:55:32 2016 UTC
(4 years, 1 month ago)
by
michael
- channel.c:channel_do_join(): rename variable
Revision
7906 -
Directory Listing
Modified
Sun Nov 27 13:46:33 2016 UTC
(4 years, 1 month ago)
by
michael
- m_kick.c:m_kick(): whitespace changes
Revision
7904 -
Directory Listing
Modified
Sun Nov 27 13:44:44 2016 UTC
(4 years, 1 month ago)
by
michael
- m_invite.c:m_invite(): adjust "/invite" to work with the new Invite structure
Revision
7900 -
Directory Listing
Modified
Fri Nov 25 20:09:14 2016 UTC
(4 years, 1 month ago)
by
michael
- m_error.c: fix comments
Revision
7898 -
Directory Listing
Modified
Thu Nov 24 19:52:51 2016 UTC
(4 years, 1 month ago)
by
michael
- m_oper.c: move oper-up logging to oper_up()
Revision
7896 -
Directory Listing
Modified
Thu Nov 24 10:09:46 2016 UTC
(4 years, 1 month ago)
by
michael
- m_set.c: replace mixture of %d/%i conversion specifiers with proper ones
Revision
7894 -
Directory Listing
Modified
Mon Nov 21 21:53:42 2016 UTC
(4 years, 2 months ago)
by
michael
- m_pong.c: cleanup ms_pong()
Revision
7892 -
Directory Listing
Modified
Mon Nov 21 19:16:45 2016 UTC
(4 years, 2 months ago)
by
michael
- m_pong.c:ms_pong(): added wrong direction test as suggested by Adam
Revision
7889 -
Directory Listing
Modified
Wed Nov 16 15:00:01 2016 UTC
(4 years, 2 months ago)
by
michael
- mempool.c: remove useless NULL assignment
Revision
7886 -
Directory Listing
Modified
Wed Nov 16 14:42:30 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.h: remove 'user1' data pointer from the _patricia_node_t struct
Revision
7885 -
Directory Listing
Modified
Wed Nov 16 14:33:50 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c: whitespace change
Revision
7878 -
Directory Listing
Modified
Sat Nov 12 19:37:35 2016 UTC
(4 years, 2 months ago)
by
michael
- Update NEWS file
Revision
7877 -
Directory Listing
Modified
Fri Nov 11 20:43:16 2016 UTC
(4 years, 2 months ago)
by
michael
- m_connect.c: update comments
Revision
7875 -
Directory Listing
Modified
Fri Nov 11 20:19:21 2016 UTC
(4 years, 2 months ago)
by
michael
- m_connect.c: ignore the port argument to CONNECT and always use the port provided in conf->port
Revision
7873 -
Directory Listing
Modified
Thu Nov 10 18:01:43 2016 UTC
(4 years, 2 months ago)
by
michael
- m_eob.c: remove server_eob() backwards compatibility code
Revision
7870 -
Directory Listing
Modified
Wed Nov 9 20:12:50 2016 UTC
(4 years, 2 months ago)
by
michael
- Style corrections in several places
Revision
7868 -
Directory Listing
Modified
Wed Nov 9 13:41:02 2016 UTC
(4 years, 2 months ago)
by
michael
- Make hash.c:free_list_task() use dlinkDelete() instead of dlinkFindDelete()
Revision
7867 -
Directory Listing
Modified
Wed Nov 9 12:29:18 2016 UTC
(4 years, 2 months ago)
by
michael
- help/set: whitespace change
Revision
7864 -
Directory Listing
Modified
Wed Nov 9 12:27:56 2016 UTC
(4 years, 2 months ago)
by
michael
- m_message.c:flood_attack_channel(): don't rate-limit messages sent by opers
Revision
7862 -
Directory Listing
Modified
Tue Nov 8 20:16:26 2016 UTC
(4 years, 2 months ago)
by
michael
- Use unsigned where appropriate
Revision
7861 -
Directory Listing
Modified
Tue Nov 8 20:12:48 2016 UTC
(4 years, 2 months ago)
by
michael
- Rebuilt parser files
Revision
7858 -
Directory Listing
Modified
Tue Nov 8 20:06:16 2016 UTC
(4 years, 2 months ago)
by
michael
- Import FLOODTIME changes from p4
Revision
7856 -
Directory Listing
Modified
Sun Nov 6 21:26:47 2016 UTC
(4 years, 2 months ago)
by
michael
- m_svsnick.c: fixed spelling
Revision
7855 -
Directory Listing
Modified
Sun Nov 6 20:58:04 2016 UTC
(4 years, 2 months ago)
by
michael
- m_svsnick.c: add source ts support
Revision
7848 -
Directory Listing
Modified
Sun Nov 6 18:05:24 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c: style corrections; remove unused header includes
Revision
7847 -
Directory Listing
Modified
Sun Nov 6 16:58:50 2016 UTC
(4 years, 2 months ago)
by
michael
- aptricia.c, patricia.h: add patricia_try_search_exact_addr() and patricia_try_search_best_addr()
Revision
7846 -
Directory Listing
Modified
Sun Nov 6 16:08:49 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c, patricia.h: prefix several externally visible functions with patricia_
Revision
7845 -
Directory Listing
Modified
Sun Nov 6 14:23:36 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c: white-space changes
Revision
7844 -
Directory Listing
Modified
Sun Nov 6 13:58:59 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c: removed several 0 assignments not needed with calloc()
Revision
7843 -
Directory Listing
Modified
Sun Nov 6 13:55:28 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c, patricia.h:New_Patricia() fixed compile warning; removed useless 0 assignments
Revision
7842 -
Directory Listing
Modified
Sun Nov 6 13:52:40 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c:ascii2prefix() fixed compile warning
Revision
7841 -
Directory Listing
Modified
Sun Nov 6 13:44:02 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c: cleanup New_Prefix2()
Revision
7840 -
Directory Listing
Modified
Sun Nov 6 13:24:49 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c: cleanup ascii2prefix()
Revision
7839 -
Directory Listing
Modified
Sun Nov 6 13:02:30 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c, patricia.h: rewrite prefix_toa() to suck less
Revision
7838 -
Directory Listing
Modified
Sun Nov 6 12:26:01 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c: mostly white-space changes
Revision
7837 -
Directory Listing
Modified
Sun Nov 6 12:05:05 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c:Deref_Prefix(): removed pointless assert(); stylistic changes
Revision
7836 -
Directory Listing
Modified
Sun Nov 6 12:01:21 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.h: add missing prototype for try_search_best()
Revision
7835 -
Directory Listing
Modified
Sun Nov 6 11:59:48 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c: remove PATRICIA_MAX_THREADS define we no longer need
Revision
7834 -
Directory Listing
Modified
Sun Nov 6 11:59:01 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c, patricia.h: indenting; remove extraneous parentheses
Revision
7831 -
Directory Listing
Modified
Sat Nov 5 18:24:34 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c: use xfree() instead of free()
Revision
7830 -
Directory Listing
Modified
Sat Nov 5 18:22:37 2016 UTC
(4 years, 2 months ago)
by
michael
- patricia.c: remove 'num_active_patricia' not needed
Revision
7825 -
Directory Listing
Modified
Sat Oct 29 18:18:40 2016 UTC
(4 years, 2 months ago)
by
michael
- flex 2.6.2
Revision
7824 -
Directory Listing
Modified
Thu Oct 20 17:54:54 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.h, patricia.c: cleanup prefix_toa() to fit our needs; make it use snprintf()
Revision
7822 -
Directory Listing
Modified
Wed Oct 19 21:53:19 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.h, patricia.c: constification
Revision
7814 -
Directory Listing
Modified
Wed Oct 19 17:37:13 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.h, patricia.c: we don't need these functions outside patricia.c
Revision
7813 -
Directory Listing
Modified
Wed Oct 19 16:47:56 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.h, patricia.c: kill _prefix4_t struct. we can afford the little extra memory
Revision
7812 -
Directory Listing
Modified
Wed Oct 19 16:43:47 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.h: removed unused header includes
Revision
7811 -
Directory Listing
Modified
Wed Oct 19 16:33:21 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.h, patricia.c: removed void_fn_t typedef
Revision
7810 -
Directory Listing
Modified
Wed Oct 19 16:11:32 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.c:make_and_lookup(): make it work with both ipv4 and ipv6; add pointer tests as ascii2prefix() can return NULL
Revision
7809 -
Directory Listing
Modified
Wed Oct 19 15:59:43 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.c:try_search_exact(): add missing NULL return
Revision
7808 -
Directory Listing
Modified
Wed Oct 19 15:57:36 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.c:try_search_exact(): make it work with both ipv4 and ipv6; add pointer tests as ascii2prefix() can return NULL
Revision
7807 -
Directory Listing
Modified
Wed Oct 19 15:56:00 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.c:try_search_best(): make it work with both ipv4 and ipv6; add pointer tests as ascii2prefix() can return NULL
Revision
7806 -
Directory Listing
Modified
Wed Oct 19 15:42:50 2016 UTC
(4 years, 3 months ago)
by
michael
- patricia.h, patricia.c: get rid of BSD data types
Revision
7799 -
Directory Listing
Modified
Tue Oct 18 17:29:01 2016 UTC
(4 years, 3 months ago)
by
michael
- reference.conf: ramp up invite_expire_time to 60 minutes
Revision
7797 -
Directory Listing
Modified
Tue Oct 18 17:27:10 2016 UTC
(4 years, 3 months ago)
by
michael
- Minor style corrections and constifications
Revision
7795 -
Directory Listing
Modified
Mon Oct 17 19:30:40 2016 UTC
(4 years, 3 months ago)
by
michael
- Rebuilt parser files
Revision
7793 -
Directory Listing
Modified
Mon Oct 17 19:28:52 2016 UTC
(4 years, 3 months ago)
by
michael
- Implement INVITE expirations
Revision
7791 -
Directory Listing
Modified
Mon Oct 17 17:30:58 2016 UTC
(4 years, 3 months ago)
by
michael
- hostmask.c: try_parse_v6_netmask()/try_parse_v4_netmask(): set address family accordingly. parse_netmask(): zero out 'addr'
Revision
7789 -
Directory Listing
Modified
Mon Oct 17 15:50:10 2016 UTC
(4 years, 3 months ago)
by
michael
- conf.c:conf_error_report(), yyerror(): use const
Revision
7785 -
Directory Listing
Modified
Sun Oct 9 18:44:23 2016 UTC
(4 years, 3 months ago)
by
michael
- autoreconf
Revision
7784 -
Directory Listing
Modified
Sun Oct 9 18:44:01 2016 UTC
(4 years, 3 months ago)
by
michael
- Removed help/error
Revision
7781 -
Directory Listing
Modified
Sun Oct 9 17:44:58 2016 UTC
(4 years, 3 months ago)
by
michael
- motd.h: increase MOTD_LINESIZE to 321
Revision
7779 -
Directory Listing
Modified
Sat Oct 8 17:24:34 2016 UTC
(4 years, 3 months ago)
by
michael
- channel.c, dbuf.c: stylistic changes
Revision
7777 -
Directory Listing
Modified
Sat Oct 8 16:57:43 2016 UTC
(4 years, 3 months ago)
by
michael
- conf.c:conf_error_report(): fixed compile warning
Revision
7775 -
Directory Listing
Modified
Sat Oct 8 16:54:29 2016 UTC
(4 years, 3 months ago)
by
michael
- motd.c:motd_cache(): stylistic changes
Revision
7772 -
Directory Listing
Modified
Sat Oct 8 16:31:25 2016 UTC
(4 years, 3 months ago)
by
michael
- Rebuilt parser files
Revision
7771 -
Directory Listing
Modified
Sat Oct 8 16:30:33 2016 UTC
(4 years, 3 months ago)
by
michael
- user.c:send_umode(): fixed compile warning (-Wshadow) on centos and possibly others
Revision
7767 -
Directory Listing
Modified
Fri Oct 7 17:28:16 2016 UTC
(4 years, 3 months ago)
by
michael
- .travis.yml: disable gcc builds on osx for now
Revision
7766 -
Directory Listing
Modified
Fri Oct 7 16:27:37 2016 UTC
(4 years, 3 months ago)
by
michael
- Added 'channel::max_invites' configuration directive
Revision
7764 -
Directory Listing
Modified
Thu Oct 6 17:01:40 2016 UTC
(4 years, 3 months ago)
by
michael
- Get rid of clear_ban_cache_channel() and clear_ban_cache_client(). Use clear_ban_cache_list() instead.
Revision
7762 -
Directory Listing
Modified
Thu Oct 6 16:45:18 2016 UTC
(4 years, 3 months ago)
by
michael
- Get rid of clear_invites_channel() and clear_invites_client(). Use clear_invite_list() instead.
Revision
7760 -
Directory Listing
Modified
Wed Oct 5 18:33:22 2016 UTC
(4 years, 3 months ago)
by
michael
- s_bsd_kqueue.c:kq_update_events(): make 'zero_timespec' a const struct
Revision
7758 -
Directory Listing
Modified
Mon Oct 3 17:54:32 2016 UTC
(4 years, 3 months ago)
by
michael
- m_whois.c:whois_person(): re-add /whois notice. Goes to user mode +y
Revision
7746 -
Directory Listing
Modified
Sat Oct 1 17:43:39 2016 UTC
(4 years, 3 months ago)
by
michael
- conf.c: fixed a lineno off-by-one for parser warnings in included configuration files
Revision
7744 -
Directory Listing
Modified
Fri Sep 30 18:46:15 2016 UTC
(4 years, 3 months ago)
by
michael
- conf_lexer.l: replace a snprintf with strlcpy
Revision
7731 -
Directory Listing
Modified
Mon Sep 26 15:54:46 2016 UTC
(4 years, 3 months ago)
by
michael
- conf_lexer.l:cinclude(): we don't use yyin
Revision
7726 -
Directory Listing
Modified
Mon Sep 26 15:00:20 2016 UTC
(4 years, 3 months ago)
by
michael
- Add stripws() to irc_string.c; make warnings about syntax errors with multiple whitespaces look nicer
Revision
7708 -
Directory Listing
Modified
Fri Sep 23 16:46:01 2016 UTC
(4 years, 3 months ago)
by
michael
- Show GnuTLS/OpenSSL library/header versions in /INFO as suggested by Adam
Revision
7705 -
Directory Listing
Modified
Wed Sep 21 16:48:47 2016 UTC
(4 years, 4 months ago)
by
michael
- conf_lexer.l: cleanup config include stack code (Adam)
Revision
7704 -
Directory Listing
Modified
Sat Sep 17 17:10:31 2016 UTC
(4 years, 4 months ago)
by
michael
- Update help/kick
Revision
7702 -
Directory Listing
Modified
Sun Sep 4 16:56:20 2016 UTC
(4 years, 4 months ago)
by
michael
- Update help/kick as suggested by jackal
Revision
7700 -
Directory Listing
Modified
Sun Sep 4 15:46:58 2016 UTC
(4 years, 4 months ago)
by
michael
- version.c: update metalrock's email
Revision
7697 -
Directory Listing
Modified
Sat Sep 3 10:38:32 2016 UTC
(4 years, 4 months ago)
by
metalrock
Change to a working email
Revision
7696 -
Directory Listing
Modified
Thu Sep 1 09:35:19 2016 UTC
(4 years, 4 months ago)
by
michael
- AUTHORS, version.c: fix inconsistency
Revision
7694 -
Directory Listing
Modified
Wed Aug 31 18:43:08 2016 UTC
(4 years, 4 months ago)
by
michael
- Add Andrew Strutt to AUTHORS and version.c
Revision
7692 -
Directory Listing
Modified
Sun Aug 28 18:38:42 2016 UTC
(4 years, 4 months ago)
by
michael
- Update NEWS file
Revision
7691 -
Directory Listing
Modified
Thu Aug 25 18:47:30 2016 UTC
(4 years, 4 months ago)
by
michael
- reference.conf: clarify that 'anti_spam_exit_message_time' applies to PART, too
Revision
7687 -
Directory Listing
Modified
Thu Aug 18 17:32:22 2016 UTC
(4 years, 5 months ago)
by
michael
- Remove excessive const keyword on dlink_node pointers
Revision
7685 -
Directory Listing
Modified
Thu Aug 18 14:41:08 2016 UTC
(4 years, 5 months ago)
by
michael
- conf_pseudo.h, conf_pseudo.c: added pseudo_get_list() for later use
Revision
7683 -
Directory Listing
Modified
Wed Aug 3 14:56:43 2016 UTC
(4 years, 5 months ago)
by
michael
- m_nick.c: style corrections; move comment to proper place
Revision
7680 -
Directory Listing
Modified
Thu Jul 21 16:00:55 2016 UTC
(4 years, 6 months ago)
by
michael
- m_svsmode.c: revert -r7666
Revision
7678 -
Directory Listing
Modified
Wed Jul 20 19:47:26 2016 UTC
(4 years, 6 months ago)
by
michael
- conf_lexer.l: update filename for \file
Revision
7675 -
Directory Listing
Modified
Wed Jul 20 19:31:22 2016 UTC
(4 years, 6 months ago)
by
michael
- Fixed more svn properties as pointed out by jackal
Revision
7673 -
Directory Listing
Modified
Wed Jul 20 18:54:05 2016 UTC
(4 years, 6 months ago)
by
michael
- m_dline.c, m_xline.c: whitespace changes
Revision
7672 -
Directory Listing
Modified
Wed Jul 20 18:47:20 2016 UTC
(4 years, 6 months ago)
by
michael
- hostmask.c:add_conf_by_address(): stylistic changes
Revision
7669 -
Directory Listing
Modified
Wed Jul 20 18:21:42 2016 UTC
(4 years, 6 months ago)
by
michael
- Update Doxyfile to 1.8.8
Revision
7668 -
Directory Listing
Modified
Wed Jul 20 17:09:49 2016 UTC
(4 years, 6 months ago)
by
michael
- Fixed svn properties
Revision
7666 -
Directory Listing
Modified
Wed Jul 20 12:20:23 2016 UTC
(4 years, 6 months ago)
by
michael
- m_svsmode.c: use const
Revision
7664 -
Directory Listing
Modified
Tue Jul 19 18:57:07 2016 UTC
(4 years, 6 months ago)
by
michael
- reference.conf: update copyright years
Revision
7661 -
Directory Listing
Modified
Tue Jul 19 18:55:03 2016 UTC
(4 years, 6 months ago)
by
michael
- m_nick.c:change_remote_nick(): user mode 'n' now shows nick name changes from remote clients, too
Revision
7659 -
Directory Listing
Modified
Tue Jul 19 18:44:32 2016 UTC
(4 years, 6 months ago)
by
michael
- m_nick.c:perform_nick_change_collides(): whitespace change
Revision
7656 -
Directory Listing
Modified
Mon Jul 18 16:57:52 2016 UTC
(4 years, 6 months ago)
by
michael
- m_stats.c:show_ports(): don't show IP addresses to admins unless !ConfigServerHide.hide_server_ips
Revision
7654 -
Directory Listing
Modified
Mon Jul 18 16:27:59 2016 UTC
(4 years, 6 months ago)
by
michael
- m_stats.c:stats_L_list(): remove extraneous test on ConfigServerHide.hide_server_ips since get_client_name() already deals with that
Revision
7652 -
Directory Listing
Modified
Mon Jul 18 16:23:28 2016 UTC
(4 years, 6 months ago)
by
michael
- m_stats.c:stats_L_list(): sanitize utterly bad logic
Revision
7649 -
Directory Listing
Modified
Sun Jul 17 14:37:24 2016 UTC
(4 years, 6 months ago)
by
michael
- m_svinfo.c:ms_svinfo(): whitespace change
Revision
7647 -
Directory Listing
Modified
Sun Jul 17 14:29:49 2016 UTC
(4 years, 6 months ago)
by
michael
- m_svstag.c:ms_svstag(): replace strtoimax() with strtoumax()
Revision
7645 -
Directory Listing
Modified
Sat Jul 16 17:57:13 2016 UTC
(4 years, 6 months ago)
by
michael
- m_who.c:m_who(): swap tests
Revision
7643 -
Directory Listing
Modified
Fri Jul 15 19:52:16 2016 UTC
(4 years, 6 months ago)
by
michael
- m_who.c:who_matches(): allow operators to search by ip address
Revision
7641 -
Directory Listing
Modified
Fri Jul 15 19:46:58 2016 UTC
(4 years, 6 months ago)
by
michael
- m_who.c: merged big mask matching conditional statement found in who_global() and who_common_channel() into a separate function.
As a side effect this fixes a possible server name leak in who_global() with server hiding enabled
Revision
7639 -
Directory Listing
Modified
Wed Jul 13 17:58:55 2016 UTC
(4 years, 6 months ago)
by
michael
- conf.c:conf_rehash(): from p4: Log when rehashing due to sighup
Revision
7636 -
Directory Listing
Modified
Mon Jul 4 16:34:25 2016 UTC
(4 years, 6 months ago)
by
michael
- m_away.c: deduplicate
Revision
7634 -
Directory Listing
Modified
Mon Jul 4 16:13:46 2016 UTC
(4 years, 6 months ago)
by
michael
- list.c: fixed typo in comments
Revision
7632 -
Directory Listing
Modified
Thu Jun 30 16:44:19 2016 UTC
(4 years, 6 months ago)
by
michael
- send.c:sendto_match_servs(): move test
Revision
7630 -
Directory Listing
Modified
Tue Jun 28 16:46:50 2016 UTC
(4 years, 6 months ago)
by
michael
- user.c:register_remote_user(): remove TS5 leftover
Revision
7628 -
Directory Listing
Modified
Sun Jun 26 15:50:12 2016 UTC
(4 years, 6 months ago)
by
michael
- Update help/stats
Revision
7625 -
Directory Listing
Modified
Thu Jun 23 12:45:35 2016 UTC
(4 years, 7 months ago)
by
michael
- Re-built autogenerated files
Revision
7624 -
Directory Listing
Modified
Thu Jun 23 12:44:09 2016 UTC
(4 years, 7 months ago)
by
michael
- Change userhost.c to deal with ip addresses only. Also we no longer care about usernames/ident replies.
Due to the hash function in hash.c not ideal for ip addresses, we'll be using either iphash.c, or
patricia.c soon for this.
Revision
7621 -
Directory Listing
Modified
Wed Jun 22 17:14:29 2016 UTC
(4 years, 7 months ago)
by
michael
- Update README
Revision
7618 -
Directory Listing
Modified
Wed Jun 22 16:54:28 2016 UTC
(4 years, 7 months ago)
by
michael
- Update NEWS file
Revision
7616 -
Directory Listing
Modified
Wed Jun 22 11:31:47 2016 UTC
(4 years, 7 months ago)
by
michael
- m_stats.c:stats_memory(): use the %zu conversion specifier
Revision
7614 -
Directory Listing
Modified
Tue Jun 21 16:50:32 2016 UTC
(4 years, 7 months ago)
by
michael
- m_nick.c: stylistic changes
Revision
7612 -
Directory Listing
Modified
Tue Jun 21 12:57:05 2016 UTC
(4 years, 7 months ago)
by
michael
- channel.c:channel_part_one_client(): update comment
Revision
7610 -
Directory Listing
Modified
Tue Jun 21 12:54:58 2016 UTC
(4 years, 7 months ago)
by
michael
- s_user.c: rename variables for consistency
Revision
7607 -
Directory Listing
Modified
Tue Jun 21 12:37:52 2016 UTC
(4 years, 7 months ago)
by
michael
- m_stats.c:stats_memory(): fix /invite memory stats
Revision
7605 -
Directory Listing
Modified
Tue Jun 21 12:34:56 2016 UTC
(4 years, 7 months ago)
by
michael
- m_stats.c:stats_memory(): get rid of 'channel_memory'
Revision
7603 -
Directory Listing
Modified
Tue Jun 21 12:25:52 2016 UTC
(4 years, 7 months ago)
by
michael
- m_stats.c:stats_memory(): remove away/topic info as these have a fixed size now
Revision
7601 -
Directory Listing
Modified
Mon Jun 13 19:03:05 2016 UTC
(4 years, 7 months ago)
by
michael
- user.c:send_umode_out(): replace MyClient test with just MyConnect
Revision
7599 -
Directory Listing
Modified
Mon Jun 13 18:56:33 2016 UTC
(4 years, 7 months ago)
by
michael
- Minor cleanup to send_umode() to get rid of the redundant struct Client * pointer
Revision
7597 -
Directory Listing
Modified
Fri Jun 10 16:17:17 2016 UTC
(4 years, 7 months ago)
by
michael
- res.c: minor stylistic changes
Revision
7595 -
Directory Listing
Modified
Thu Jun 9 16:04:26 2016 UTC
(4 years, 7 months ago)
by
michael
- res.c: reslist::id is now of unsigned type; remove reslist::sent which we currently don't need
Revision
7593 -
Directory Listing
Modified
Thu Jun 9 15:52:21 2016 UTC
(4 years, 7 months ago)
by
michael
- res.c:send_res_msg(): remove extraneous parentheses
Revision
7590 -
Directory Listing
Modified
Mon Jun 6 17:42:07 2016 UTC
(4 years, 7 months ago)
by
michael
- Merge send_capabilities() and show_capabilities() into get_capabilities()
Revision
7588 -
Directory Listing
Modified
Wed Jun 1 19:31:58 2016 UTC
(4 years, 7 months ago)
by
michael
- server.c: style corrections
Revision
7586 -
Directory Listing
Modified
Wed Jun 1 19:16:50 2016 UTC
(4 years, 7 months ago)
by
michael
- m_svshost.c: propset
Revision
7584 -
Directory Listing
Modified
Wed Jun 1 19:02:15 2016 UTC
(4 years, 7 months ago)
by
michael
- token_vector(): use unsigned where appropriate
Revision
7581 -
Directory Listing
Modified
Tue May 31 20:40:21 2016 UTC
(4 years, 7 months ago)
by
michael
- autoreconf
Revision
7580 -
Directory Listing
Modified
Tue May 31 19:12:58 2016 UTC
(4 years, 7 months ago)
by
michael
- Add m_svshost.c for later use
Revision
7577 -
Directory Listing
Modified
Sun May 29 20:42:52 2016 UTC
(4 years, 7 months ago)
by
michael
- hash.c: fixed previous commit to free_list_task()
Revision
7575 -
Directory Listing
Modified
Sun May 29 20:38:46 2016 UTC
(4 years, 7 months ago)
by
michael
- hash.c:free_list_task(): we really want to use dlinkFindDelete() here instead of just dlinkDelete()
Revision
7573 -
Directory Listing
Modified
Tue May 24 16:34:18 2016 UTC
(4 years, 7 months ago)
by
michael
- Move initialize_server_capabs() from ircd.c to server.c and rename it to server_capab_init()
Revision
7570 -
Directory Listing
Modified
Tue May 24 16:29:23 2016 UTC
(4 years, 7 months ago)
by
michael
- user.c:register_local_user(): style correction
Revision
7569 -
Directory Listing
Modified
Tue May 24 16:26:05 2016 UTC
(4 years, 7 months ago)
by
michael
- Rename init_resolver() to resolver_init()
Revision
7566 -
Directory Listing
Modified
Tue May 24 16:23:36 2016 UTC
(4 years, 7 months ago)
by
michael
- Rename init_netio() to netio_init()
Revision
7557 -
Directory Listing
Modified
Sun May 8 11:30:13 2016 UTC
(4 years, 8 months ago)
by
michael
- channel.c, m_message.c: stylistic changes
Revision
7555 -
Directory Listing
Modified
Sat Apr 30 17:05:13 2016 UTC
(4 years, 8 months ago)
by
michael
- Minor cleanup to client/channel burst logic
Revision
7553 -
Directory Listing
Modified
Wed Apr 27 16:47:25 2016 UTC
(4 years, 8 months ago)
by
michael
- m_sjoin.c: we're only doing UIDs
Revision
7550 -
Directory Listing
Modified
Fri Apr 22 20:04:27 2016 UTC
(4 years, 9 months ago)
by
michael
- autoreconf
Revision
7549 -
Directory Listing
Modified
Fri Apr 22 19:29:22 2016 UTC
(4 years, 9 months ago)
by
michael
- Rewrite invite handling to be more flexible for future additions such as client based invite throttling, invite expiration, etc
Revision
7546 -
Directory Listing
Modified
Thu Apr 21 18:11:36 2016 UTC
(4 years, 9 months ago)
by
michael
- Update NEWS file
Revision
7544 -
Directory Listing
Modified
Thu Apr 21 11:16:14 2016 UTC
(4 years, 9 months ago)
by
michael
- channel.c:channel_do_join(): const correctness
Revision
7542 -
Directory Listing
Modified
Thu Apr 21 10:32:24 2016 UTC
(4 years, 9 months ago)
by
michael
- channel.c:add_invite(): trim down client's invite list until there are no more
than ConfigChannel.max_channels entries on the list
Revision
7539 -
Directory Listing
Modified
Wed Apr 20 18:31:50 2016 UTC
(4 years, 9 months ago)
by
michael
- channel.c:add_invite(): fixed possible core with channel::max_channels = 0
Revision
7537 -
Directory Listing
Modified
Mon Apr 11 15:02:47 2016 UTC
(4 years, 9 months ago)
by
michael
- conf.c:check_client(): removed redudant sockhost info in server notice
Revision
7535 -
Directory Listing
Modified
Mon Apr 11 14:47:10 2016 UTC
(4 years, 9 months ago)
by
michael
- conf.c: removed unused cluster_a_line() prototype
Revision
7533 -
Directory Listing
Modified
Sun Apr 10 17:35:10 2016 UTC
(4 years, 9 months ago)
by
michael
- server.c:find_servconn_in_progress(): replace match() call with irccmp()
Revision
7531 -
Directory Listing
Modified
Sun Apr 10 17:29:52 2016 UTC
(4 years, 9 months ago)
by
michael
- server.c:show_capabilities(): remove "TS" which is irrelevant info
Revision
7529 -
Directory Listing
Modified
Sun Apr 10 17:26:07 2016 UTC
(4 years, 9 months ago)
by
michael
- Update AUTHORS and version.c
Revision
7527 -
Directory Listing
Modified
Wed Apr 6 16:26:23 2016 UTC
(4 years, 9 months ago)
by
michael
- whowas.h: documentation
Revision
7525 -
Directory Listing
Modified
Mon Apr 4 18:52:06 2016 UTC
(4 years, 9 months ago)
by
michael
- m_connect.c:mo_connect(): don't let 'flags::connect:remote' override 'flags::connect'
Revision
7523 -
Directory Listing
Modified
Sun Apr 3 10:16:42 2016 UTC
(4 years, 9 months ago)
by
michael
- reference.conf: tweaks and updates by Dominic Hargreaves
Revision
7521 -
Directory Listing
Modified
Sat Apr 2 15:55:37 2016 UTC
(4 years, 9 months ago)
by
michael
- attach_connect_block(), check_server(): replace match() calls with irccmp() since the
strings that are to be compared cannot contain wildcards anyway
Revision
7517 -
Directory Listing
Modified
Wed Mar 30 18:22:45 2016 UTC
(4 years, 9 months ago)
by
michael
- channel_mode.c: cosmetical changes
Revision
7515 -
Directory Listing
Modified
Sat Mar 26 19:57:49 2016 UTC
(4 years, 9 months ago)
by
michael
- ircd_defs.h: increase REASONLEN to 260
Revision
7513 -
Directory Listing
Modified
Sat Mar 26 19:55:55 2016 UTC
(4 years, 9 months ago)
by
michael
- Removed KILLLEN; use REASONLEN instead
Revision
7511 -
Directory Listing
Modified
Sat Mar 26 19:48:38 2016 UTC
(4 years, 9 months ago)
by
michael
- m_stats.c:show_iline_prefix(): whitespace change
Revision
7509 -
Directory Listing
Modified
Sat Mar 26 19:47:02 2016 UTC
(4 years, 9 months ago)
by
michael
- ircd_defs.h: add TOPICLEN documentation
Revision
7507 -
Directory Listing
Modified
Sat Mar 26 19:30:48 2016 UTC
(4 years, 9 months ago)
by
michael
- ircd_defs.h: improve NICKLEN documentation
Revision
7505 -
Directory Listing
Modified
Fri Mar 25 18:08:41 2016 UTC
(4 years, 9 months ago)
by
michael
- reslib.c:add_nameserver(): remove useless test on 'res'
Revision
7503 -
Directory Listing
Modified
Fri Mar 25 14:27:49 2016 UTC
(4 years, 9 months ago)
by
michael
- mempool.h: #undef MEMPOOL_STATS
Revision
7501 -
Directory Listing
Modified
Tue Mar 22 19:48:59 2016 UTC
(4 years, 10 months ago)
by
michael
- mempool.c:mp_pool_get(): stylistic change
Revision
7499 -
Directory Listing
Modified
Tue Mar 22 19:47:12 2016 UTC
(4 years, 10 months ago)
by
michael
- modules.h, modules.c: avoid using HYB_PATH_MAX for module_path::path
Revision
7497 -
Directory Listing
Modified
Mon Mar 21 20:33:43 2016 UTC
(4 years, 10 months ago)
by
michael
- whowas.c:whowas_make(): fixed potential core when general::whowas_history_length is set to 0
Revision
7495 -
Directory Listing
Modified
Mon Mar 21 20:03:46 2016 UTC
(4 years, 10 months ago)
by
michael
- whowas.c:whowas_trim(): use dlink_list_length
Revision
7493 -
Directory Listing
Modified
Sun Mar 20 11:26:46 2016 UTC
(4 years, 10 months ago)
by
michael
- Update NEWS file
Revision
7490 -
Directory Listing
Modified
Sat Mar 19 18:58:29 2016 UTC
(4 years, 10 months ago)
by
michael
- whowas.c:whowas_trim(): fixed test on whowas_list.tail
Revision
7488 -
Directory Listing
Modified
Wed Mar 16 15:31:57 2016 UTC
(4 years, 10 months ago)
by
michael
- client.c:free_client(): fix broken assert()
Revision
7486 -
Directory Listing
Modified
Wed Mar 16 10:45:17 2016 UTC
(4 years, 10 months ago)
by
michael
- Rename Client::whowas to Client::whowas_list
Revision
7484 -
Directory Listing
Modified
Wed Mar 16 09:28:14 2016 UTC
(4 years, 10 months ago)
by
michael
- hash.c: remove unused header includes
Revision
7482 -
Directory Listing
Modified
Wed Mar 16 09:18:18 2016 UTC
(4 years, 10 months ago)
by
michael
- event.c: remove unused header includes
Revision
7480 -
Directory Listing
Modified
Wed Mar 16 08:53:56 2016 UTC
(4 years, 10 months ago)
by
michael
- conf.c:read_conf_files(): removed isupport_rebuild() call no longer needed
Revision
7478 -
Directory Listing
Modified
Tue Mar 15 19:28:31 2016 UTC
(4 years, 10 months ago)
by
michael
- numeric.h: remove irrelevant comment
Revision
7476 -
Directory Listing
Modified
Tue Mar 15 19:21:05 2016 UTC
(4 years, 10 months ago)
by
michael
- Update reference.conf
Revision
7473 -
Directory Listing
Modified
Sun Mar 13 12:32:13 2016 UTC
(4 years, 10 months ago)
by
michael
- watch.c: remove unused header include
Revision
7471 -
Directory Listing
Modified
Sun Mar 13 11:51:03 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c: style corrections; use const keyword where appropriate
Revision
7469 -
Directory Listing
Modified
Sat Mar 12 19:07:20 2016 UTC
(4 years, 10 months ago)
by
michael
- m_svsnick.c:ms_svsnick(): split up if statement
Revision
7467 -
Directory Listing
Modified
Sat Mar 12 14:16:55 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c:stats_memory(): remove TOTAL info which is completely off anyway
Revision
7464 -
Directory Listing
Modified
Sat Mar 12 13:13:53 2016 UTC
(4 years, 10 months ago)
by
michael
- client.c:find_chasing(): remove useless cast
Revision
7462 -
Directory Listing
Modified
Sat Mar 12 13:12:23 2016 UTC
(4 years, 10 months ago)
by
michael
- m_kill.c:mo_kill(): remove ueseless cast
Revision
7460 -
Directory Listing
Modified
Sat Mar 12 12:56:44 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c: renamings
Revision
7458 -
Directory Listing
Modified
Sat Mar 12 12:51:54 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c:stats_events(): use proper conversion specifier
Revision
7456 -
Directory Listing
Modified
Sat Mar 12 12:47:27 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c:stats_memory(): remove extraneous whowas_count_memory() call
Revision
7450 -
Directory Listing
Modified
Fri Mar 11 17:31:56 2016 UTC
(4 years, 10 months ago)
by
michael
- whowas.c: remove unused header include
Revision
7449 -
Directory Listing
Modified
Fri Mar 11 17:22:15 2016 UTC
(4 years, 10 months ago)
by
michael
- Further cleanups to recent WHOWAS changes
Revision
7447 -
Directory Listing
Modified
Fri Mar 11 17:02:24 2016 UTC
(4 years, 10 months ago)
by
michael
- Update reference.conf
Revision
7445 -
Directory Listing
Modified
Thu Mar 10 20:49:32 2016 UTC
(4 years, 10 months ago)
by
michael
- Rebuilt autogenerated files
Revision
7442 -
Directory Listing
Modified
Thu Mar 10 20:27:23 2016 UTC
(4 years, 10 months ago)
by
michael
- whowas.c: documentation
Revision
7441 -
Directory Listing
Modified
Thu Mar 10 20:21:20 2016 UTC
(4 years, 10 months ago)
by
michael
- whowas.c: documentation
Revision
7438 -
Directory Listing
Modified
Thu Mar 10 20:03:29 2016 UTC
(4 years, 10 months ago)
by
michael
- ircd.c:main(): actually call whowas_init() now
Revision
7437 -
Directory Listing
Modified
Thu Mar 10 19:59:52 2016 UTC
(4 years, 10 months ago)
by
michael
- Change whowas system to use a linked list instead of othe this monolithic WHOWAS table
- Size of the whowas nick name history length is now configurable
Revision
7435 -
Directory Listing
Modified
Wed Mar 9 17:50:09 2016 UTC
(4 years, 10 months ago)
by
michael
- m_dline.c, m_kline.c, m_xline.c: use const keyword where appropriate
Revision
7433 -
Directory Listing
Modified
Wed Mar 9 17:36:18 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c:stats_memory(): variable renamings; remove unused code
Revision
7431 -
Directory Listing
Modified
Tue Mar 8 18:20:10 2016 UTC
(4 years, 10 months ago)
by
michael
- Minor style cleanups & constification
Revision
7429 -
Directory Listing
Modified
Mon Mar 7 17:47:07 2016 UTC
(4 years, 10 months ago)
by
michael
- parse_aline() cleanups
Revision
7427 -
Directory Listing
Modified
Mon Mar 7 17:17:38 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c: remove unused header includes
Revision
7425 -
Directory Listing
Modified
Mon Mar 7 16:57:15 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c:report_shared(), report_cluster(): increase buffer size for the extra 'c' character
Revision
7423 -
Directory Listing
Modified
Mon Mar 7 16:48:20 2016 UTC
(4 years, 10 months ago)
by
michael
- m_dline.c, m_kline.c: expiry time for *LINES set by remote clients is no longer capped at MAX_TDKLINE_TIME
Revision
7421 -
Directory Listing
Modified
Sun Mar 6 19:59:24 2016 UTC
(4 years, 10 months ago)
by
michael
- m_kline.c: save us a second parse_netmask() call
Revision
7419 -
Directory Listing
Modified
Sun Mar 6 19:51:08 2016 UTC
(4 years, 10 months ago)
by
michael
- m_dline.c: deduplicate
Revision
7417 -
Directory Listing
Modified
Sun Mar 6 19:33:57 2016 UTC
(4 years, 10 months ago)
by
michael
- m_kline.c: deduplicate
Revision
7415 -
Directory Listing
Modified
Sun Mar 6 19:18:12 2016 UTC
(4 years, 10 months ago)
by
michael
- m_xline.c: deduplicate
Revision
7413 -
Directory Listing
Modified
Sun Mar 6 18:37:33 2016 UTC
(4 years, 10 months ago)
by
michael
- m_xline.c: merge relay_xline() into ms_xline(); allow services to override valid_wild_card_simple()
Revision
7411 -
Directory Listing
Modified
Sun Mar 6 18:19:35 2016 UTC
(4 years, 10 months ago)
by
michael
- m_kline.c:ms_kline(): allow services to override valid_wild_card()
Revision
7409 -
Directory Listing
Modified
Sun Mar 6 18:09:54 2016 UTC
(4 years, 10 months ago)
by
michael
- m_resv.c:resv_handle(): allow services to override valid_wild_card_simple()
Revision
7407 -
Directory Listing
Modified
Sun Mar 6 17:19:39 2016 UTC
(4 years, 10 months ago)
by
michael
- m_set.c:quote_autoconn(): use conf->name when reporting the server name
Revision
7405 -
Directory Listing
Modified
Sun Mar 6 16:57:50 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c: split report_confitem_types() into two separate functions
Revision
7403 -
Directory Listing
Modified
Sun Mar 6 16:33:12 2016 UTC
(4 years, 10 months ago)
by
michael
- Remove useless parameters from operator_find()
Revision
7401 -
Directory Listing
Modified
Sun Mar 6 16:15:22 2016 UTC
(4 years, 10 months ago)
by
michael
- Cleanups to operator/connect block lookup routines
Revision
7399 -
Directory Listing
Modified
Sun Mar 6 10:21:49 2016 UTC
(4 years, 10 months ago)
by
michael
- numeric.h, numeric.c: remove unused ERR_NOADMININFO
Revision
7397 -
Directory Listing
Modified
Sat Mar 5 18:33:40 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c: merge some of the recently introduced conf-report functions
Revision
7394 -
Directory Listing
Modified
Sat Mar 5 16:59:25 2016 UTC
(4 years, 10 months ago)
by
michael
- whowas.c: rename some variables for consistency
Revision
7393 -
Directory Listing
Modified
Sat Mar 5 16:56:22 2016 UTC
(4 years, 10 months ago)
by
michael
- whowas.c: doxygen
Revision
7391 -
Directory Listing
Modified
Sat Mar 5 16:46:16 2016 UTC
(4 years, 10 months ago)
by
michael
- list.c: cleanup/dedup dlinkFindDelete()
Revision
7389 -
Directory Listing
Modified
Fri Mar 4 17:05:30 2016 UTC
(4 years, 10 months ago)
by
michael
- Update doc/ircd.8 by jackal
Revision
7387 -
Directory Listing
Modified
Thu Mar 3 12:38:12 2016 UTC
(4 years, 10 months ago)
by
michael
- Remove artificial cap of minimum required size of the dh parameter file
Revision
7385 -
Directory Listing
Modified
Thu Mar 3 12:16:55 2016 UTC
(4 years, 10 months ago)
by
michael
- conf.h: removed now unused MaskItem::count
Revision
7382 -
Directory Listing
Modified
Wed Mar 2 18:08:50 2016 UTC
(4 years, 10 months ago)
by
michael
- m_stats.c whitespace changes
Revision
7381 -
Directory Listing
Modified
Wed Mar 2 17:52:02 2016 UTC
(4 years, 10 months ago)
by
michael
- send.c:sendto_realops_flags(): use sendto_one_notice()
Revision
7379 -
Directory Listing
Modified
Tue Mar 1 17:35:03 2016 UTC
(4 years, 10 months ago)
by
michael
- parse.c:parse(): change length to size_t type
Revision
7377 -
Directory Listing
Modified
Sun Feb 28 17:37:15 2016 UTC
(4 years, 10 months ago)
by
michael
- numeric.c: RPL_TRACEUNKNOWN: use proper conversion specifier for 'uintmax_t'
Revision
7375 -
Directory Listing
Modified
Sun Feb 28 17:05:18 2016 UTC
(4 years, 10 months ago)
by
michael
- m_svskill.c: remove unused header include
Revision
7373 -
Directory Listing
Modified
Sun Feb 28 17:02:18 2016 UTC
(4 years, 10 months ago)
by
michael
- m_svstag.c: remove unused header includes
Revision
7371 -
Directory Listing
Modified
Sun Feb 28 16:49:11 2016 UTC
(4 years, 10 months ago)
by
michael
- Update help/invite explaining what INVITE with no arguments does
Revision
7368 -
Directory Listing
Modified
Wed Feb 24 12:46:07 2016 UTC
(4 years, 10 months ago)
by
michael
- Update NEWS
Revision
7366 -
Directory Listing
Modified
Wed Feb 24 12:40:19 2016 UTC
(4 years, 10 months ago)
by
michael
- Update NEWS
Revision
7364 -
Directory Listing
Modified
Wed Feb 24 12:39:22 2016 UTC
(4 years, 10 months ago)
by
michael
- Update README
Revision
7361 -
Directory Listing
Modified
Tue Feb 23 19:35:24 2016 UTC
(4 years, 10 months ago)
by
michael
- m_resv.c, m_xline.c: replaced atoi() with strtoumax()
Revision
7355 -
Directory Listing
Modified
Mon Feb 22 18:59:13 2016 UTC
(4 years, 11 months ago)
by
michael
- Cleanup more conversion specifiers
Revision
7353 -
Directory Listing
Modified
Sun Feb 21 12:52:19 2016 UTC
(4 years, 11 months ago)
by
michael
- m_message.c:build_target_list(): stylistic changes
Revision
7352 -
Directory Listing
Modified
Sun Feb 21 12:45:22 2016 UTC
(4 years, 11 months ago)
by
michael
- m_message.c:flood_attack_*(): incorporate fixes from p4 so 'can_flood' actually works
Revision
7349 -
Directory Listing
Modified
Sun Feb 21 11:55:30 2016 UTC
(4 years, 11 months ago)
by
michael
- Show some stats about allocated listeners in /stats z
Revision
7348 -
Directory Listing
Modified
Sun Feb 21 11:44:35 2016 UTC
(4 years, 11 months ago)
by
michael
- Remove unused header includes
Revision
7345 -
Directory Listing
Modified
Sun Feb 21 11:27:31 2016 UTC
(4 years, 11 months ago)
by
michael
- Remove excessive 'const'
Revision
7344 -
Directory Listing
Modified
Sun Feb 21 11:17:04 2016 UTC
(4 years, 11 months ago)
by
michael
- m_stats.c: remove stats_usage()
Revision
7340 -
Directory Listing
Modified
Sat Feb 20 18:55:03 2016 UTC
(4 years, 11 months ago)
by
michael
- client_attach_svstag(): remove excessive 'const'
Revision
7339 -
Directory Listing
Modified
Sat Feb 20 18:48:24 2016 UTC
(4 years, 11 months ago)
by
michael
- m_eob.c:ms_eob(): use proper conversion specifier
Revision
7337 -
Directory Listing
Modified
Sat Feb 20 18:11:30 2016 UTC
(4 years, 11 months ago)
by
michael
- client.c:exit_client(): improve user logging
Revision
7335 -
Directory Listing
Modified
Sat Feb 20 17:50:51 2016 UTC
(4 years, 11 months ago)
by
michael
- conf.c:clear_out_old_conf(): removed double motd_clear() call which somehow sneaked in
Revision
7332 -
Directory Listing
Modified
Fri Feb 19 17:52:36 2016 UTC
(4 years, 11 months ago)
by
michael
- README: add 'Raspbian Jessie' to tested platforms
Revision
7330 -
Directory Listing
Modified
Fri Feb 19 17:50:13 2016 UTC
(4 years, 11 months ago)
by
michael
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
Revision
7327 -
Directory Listing
Modified
Tue Feb 16 17:36:27 2016 UTC
(4 years, 11 months ago)
by
michael
- fdlist.h: removed FILEIO_V2 define
Revision
7326 -
Directory Listing
Modified
Tue Feb 16 17:33:39 2016 UTC
(4 years, 11 months ago)
by
michael
- Remove useless header includes
Revision
7323 -
Directory Listing
Modified
Sun Feb 14 16:28:09 2016 UTC
(4 years, 11 months ago)
by
michael
- client.h: remove unused struct MaskItem declaration
Revision
7322 -
Directory Listing
Modified
Sun Feb 14 15:41:25 2016 UTC
(4 years, 11 months ago)
by
michael
- Constification
Revision
7319 -
Directory Listing
Modified
Sun Feb 14 15:22:09 2016 UTC
(4 years, 11 months ago)
by
michael
- Re-built parser files
Revision
7318 -
Directory Listing
Modified
Sun Feb 14 15:21:07 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_parser.y: fixed triggered assert with user = "" in auth {} blocks
Revision
7316 -
Directory Listing
Modified
Fri Feb 12 19:46:23 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_resv.h: removed unused struct ResvExemptItem members
Revision
7313 -
Directory Listing
Modified
Wed Feb 10 11:16:26 2016 UTC
(4 years, 11 months ago)
by
michael
- m_stats.c:report_gecos(): whitespace change
Revision
7312 -
Directory Listing
Modified
Wed Feb 10 11:02:03 2016 UTC
(4 years, 11 months ago)
by
michael
- svn propset
Revision
7310 -
Directory Listing
Modified
Wed Feb 10 10:55:40 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_gecos.h, conf_gecos.c: fixed copyright info
Revision
7308 -
Directory Listing
Modified
Wed Feb 10 10:48:15 2016 UTC
(4 years, 11 months ago)
by
michael
- autoreconf
- re-create parser files
Revision
7305 -
Directory Listing
Modified
Wed Feb 10 10:46:22 2016 UTC
(4 years, 11 months ago)
by
michael
- Add conf_gecos.*
Revision
7304 -
Directory Listing
Modified
Wed Feb 10 10:45:46 2016 UTC
(4 years, 11 months ago)
by
michael
- Cleanup/separate XLINE / gecos{} conf implementation
Revision
7300 -
Directory Listing
Modified
Tue Feb 9 21:20:59 2016 UTC
(4 years, 11 months ago)
by
michael
- m_info.c: OUTPUT_STRING for libgeoip_ipv4_database_file and libgeoip_ipv6_database_file
Revision
7296 -
Directory Listing
Modified
Tue Feb 9 19:34:49 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_none.c:tls_new_cred(): return 1 if no tls support is available so conf_handle_tls() doesn't exit the process
Revision
7294 -
Directory Listing
Modified
Tue Feb 9 19:02:26 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_pseudo.c: renaming for consistency
Revision
7292 -
Directory Listing
Modified
Mon Feb 8 19:29:46 2016 UTC
(4 years, 11 months ago)
by
michael
- m_resv.c: cosmetical changes
Revision
7290 -
Directory Listing
Modified
Sun Feb 7 20:13:09 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_resv.c:resv_make(): move code
Revision
7288 -
Directory Listing
Modified
Sun Feb 7 19:55:12 2016 UTC
(4 years, 11 months ago)
by
michael
- Further fixes to resv rewrite
Revision
7286 -
Directory Listing
Modified
Sun Feb 7 18:39:17 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_resv.c:resv_make(): actually add the item to its corresponding list
Revision
7283 -
Directory Listing
Modified
Sun Feb 7 18:25:22 2016 UTC
(4 years, 11 months ago)
by
michael
- Re-create parser files
Revision
7282 -
Directory Listing
Modified
Sun Feb 7 18:04:26 2016 UTC
(4 years, 11 months ago)
by
michael
- Cleanup/separate RESV conf implementation
Revision
7279 -
Directory Listing
Modified
Sun Feb 7 15:31:07 2016 UTC
(4 years, 11 months ago)
by
michael
- ircd.c: ensure ircd.log is set up properly before calling tls_init()
Revision
7278 -
Directory Listing
Modified
Sun Feb 7 15:28:26 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_openssl.c: removed logging to stderr which is closed at this point anyway
Revision
7275 -
Directory Listing
Modified
Sat Feb 6 21:08:46 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_none.c: add missing tls_handshake() dummy
Revision
7274 -
Directory Listing
Modified
Sat Feb 6 20:55:49 2016 UTC
(4 years, 11 months ago)
by
michael
- Let's do this better
Revision
7271 -
Directory Listing
Modified
Sat Feb 6 20:47:15 2016 UTC
(4 years, 11 months ago)
by
michael
- Don't exit out with GnuTLS when there's no key and/or certificate
Revision
7267 -
Directory Listing
Modified
Sat Feb 6 19:02:47 2016 UTC
(4 years, 11 months ago)
by
michael
- reference.conf: another whitespace cleanup
Revision
7266 -
Directory Listing
Modified
Sat Feb 6 19:02:03 2016 UTC
(4 years, 11 months ago)
by
michael
- Minor simplifications on clearing lists
Revision
7263 -
Directory Listing
Modified
Sat Feb 6 18:04:09 2016 UTC
(4 years, 11 months ago)
by
michael
- reference.conf: whitespace change
Revision
7262 -
Directory Listing
Modified
Sat Feb 6 17:40:10 2016 UTC
(4 years, 11 months ago)
by
michael
- Re-create parser files
Revision
7259 -
Directory Listing
Modified
Sat Feb 6 17:35:20 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_service.c:service_clear(): free() service->name
Revision
7258 -
Directory Listing
Modified
Sat Feb 6 17:29:57 2016 UTC
(4 years, 11 months ago)
by
michael
- Improve libGeoIP support
Revision
7256 -
Directory Listing
Modified
Thu Feb 4 17:38:51 2016 UTC
(4 years, 11 months ago)
by
michael
- reference.conf: minor doc improvements to service {} section
Revision
7253 -
Directory Listing
Modified
Thu Feb 4 17:28:44 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_cluster: remove useless header include
Revision
7252 -
Directory Listing
Modified
Thu Feb 4 17:25:09 2016 UTC
(4 years, 11 months ago)
by
michael
- Re-create parser files
Revision
7251 -
Directory Listing
Modified
Thu Feb 4 17:24:57 2016 UTC
(4 years, 11 months ago)
by
michael
- autoreconf
Revision
7248 -
Directory Listing
Modified
Thu Feb 4 17:21:58 2016 UTC
(4 years, 11 months ago)
by
michael
- Move service {} block configuration management into its own module
Revision
7245 -
Directory Listing
Modified
Wed Feb 3 18:29:44 2016 UTC
(4 years, 11 months ago)
by
michael
- Renamed 'mod_clear_paths()' to 'modules_conf_clear()'. Further simplification to modules_conf_clear()
Revision
7244 -
Directory Listing
Modified
Wed Feb 3 18:19:20 2016 UTC
(4 years, 11 months ago)
by
michael
- whowas_off_history(), pseudo_clear(), client_clear_svstags(): simplifications
Revision
7241 -
Directory Listing
Modified
Wed Feb 3 16:41:19 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_cluster, conf_shared: remove unused header includes
Revision
7238 -
Directory Listing
Modified
Wed Feb 3 16:35:01 2016 UTC
(4 years, 11 months ago)
by
michael
- Recreate parser files
Revision
7237 -
Directory Listing
Modified
Wed Feb 3 16:33:47 2016 UTC
(4 years, 11 months ago)
by
michael
- autoreconf
Revision
7234 -
Directory Listing
Modified
Wed Feb 3 16:30:10 2016 UTC
(4 years, 11 months ago)
by
michael
- Move resv.* to conf_resv.*
Revision
7233 -
Directory Listing
Modified
Wed Feb 3 16:07:50 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_openssl.c: removed extraneous curly braces not needed with c99
Revision
7230 -
Directory Listing
Modified
Wed Feb 3 16:00:29 2016 UTC
(4 years, 11 months ago)
by
michael
- conf.c:conf_handle_tls(): use EXIT_FAILURE
Revision
7229 -
Directory Listing
Modified
Wed Feb 3 15:58:53 2016 UTC
(4 years, 11 months ago)
by
michael
- conf.c: documenting
Revision
7226 -
Directory Listing
Modified
Wed Feb 3 15:52:16 2016 UTC
(4 years, 11 months ago)
by
michael
- conf.c:oper_privs_as_string(): rename variables
Revision
7225 -
Directory Listing
Modified
Wed Feb 3 15:48:02 2016 UTC
(4 years, 11 months ago)
by
michael
- conf.c:oper_privs_as_string(): adjust/improve buffer size
Revision
7222 -
Directory Listing
Modified
Wed Feb 3 15:40:58 2016 UTC
(4 years, 11 months ago)
by
michael
- send.c:sendto_match_servs(): fixed longstanding issue where we would cluster to non-CLUSTER capable servers
Revision
7221 -
Directory Listing
Modified
Wed Feb 3 15:35:55 2016 UTC
(4 years, 11 months ago)
by
michael
- svn propset
Revision
7218 -
Directory Listing
Modified
Wed Feb 3 15:29:38 2016 UTC
(4 years, 11 months ago)
by
michael
- m_stats.c: renamings & constifications
Revision
7217 -
Directory Listing
Modified
Wed Feb 3 15:22:21 2016 UTC
(4 years, 11 months ago)
by
michael
- conf.c:clear_out_old_conf(): clear ClusterItems
Revision
7214 -
Directory Listing
Modified
Wed Feb 3 15:14:39 2016 UTC
(4 years, 11 months ago)
by
michael
- conf.h: removed old shared_items leftover
Revision
7213 -
Directory Listing
Modified
Wed Feb 3 15:13:16 2016 UTC
(4 years, 11 months ago)
by
michael
- Regenerate parser files
Revision
7210 -
Directory Listing
Modified
Wed Feb 3 15:11:01 2016 UTC
(4 years, 11 months ago)
by
michael
- autoreconf
Revision
7209 -
Directory Listing
Modified
Wed Feb 3 15:10:39 2016 UTC
(4 years, 11 months ago)
by
michael
- Clustering has been broken in -r7159. Rewrote most of the shared/cluster implementation to be less obscure.
This introduces a little bit of code duplication, but increases readability, is less error prone, and
reduces memory consumption a bit.
Revision
7206 -
Directory Listing
Modified
Tue Feb 2 17:26:53 2016 UTC
(4 years, 11 months ago)
by
michael
- Update NEWS file
Revision
7204 -
Directory Listing
Modified
Tue Feb 2 17:15:26 2016 UTC
(4 years, 11 months ago)
by
michael
- Update NEWS file
Revision
7202 -
Directory Listing
Modified
Sun Jan 31 15:29:38 2016 UTC
(4 years, 11 months ago)
by
michael
- Update README
Revision
7198 -
Directory Listing
Modified
Sat Jan 30 20:20:25 2016 UTC
(4 years, 11 months ago)
by
michael
- Update reference.conf
Revision
7196 -
Directory Listing
Modified
Sat Jan 30 19:42:30 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_gnutls.c: explicitly disable SSLv3 for releases prior to 3.4
Revision
7193 -
Directory Listing
Modified
Sat Jan 30 18:54:24 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_gnutls.c: add %SERVER_PRECEDENCE to priorities
Revision
7192 -
Directory Listing
Modified
Sat Jan 30 18:48:01 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_openssl.c: removed test on OPENSSL_VERSION_NUMBER which is no longer needed
Revision
7190 -
Directory Listing
Modified
Sat Jan 30 18:45:32 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_openssl.c:tls_new_cred(): set ciphers from serverinfo::ssl_cipher_list which somehow got lost in the rewrite
Revision
7188 -
Directory Listing
Modified
Fri Jan 29 19:03:05 2016 UTC
(4 years, 11 months ago)
by
michael
- AUTHORS: replace occurences of Hybrid with ircd-hybrid
Revision
7186 -
Directory Listing
Modified
Fri Jan 29 18:58:56 2016 UTC
(4 years, 11 months ago)
by
michael
- version.c: replace occurences of Hybrid with ircd-hybrid
Revision
7184 -
Directory Listing
Modified
Thu Jan 28 19:53:47 2016 UTC
(4 years, 11 months ago)
by
michael
- send.c:sendto_match_servs(): allow for 0 cap
Revision
7181 -
Directory Listing
Modified
Thu Jan 28 18:59:07 2016 UTC
(4 years, 11 months ago)
by
michael
- Update README
Revision
7180 -
Directory Listing
Modified
Thu Jan 28 18:50:53 2016 UTC
(4 years, 11 months ago)
by
michael
- autoreconf
Revision
7177 -
Directory Listing
Modified
Thu Jan 28 18:49:37 2016 UTC
(4 years, 11 months ago)
by
michael
- ax_arg_gnutls.m4: add simple 'checking' message
Revision
7176 -
Directory Listing
Modified
Thu Jan 28 18:27:24 2016 UTC
(4 years, 11 months ago)
by
michael
- autoreconf
Revision
7174 -
Directory Listing
Modified
Thu Jan 28 18:12:28 2016 UTC
(4 years, 11 months ago)
by
michael
- ax_arg_openssl.m4: require 1.0.1d and above
Revision
7171 -
Directory Listing
Modified
Thu Jan 28 17:14:05 2016 UTC
(4 years, 11 months ago)
by
michael
- ax_arg_gnutls.m4: fixed previous commit
Revision
7170 -
Directory Listing
Modified
Thu Jan 28 17:09:23 2016 UTC
(4 years, 11 months ago)
by
michael
- ax_arg_gnutls.m4: require 3.3.8 and above
Revision
7168 -
Directory Listing
Modified
Thu Jan 28 11:53:12 2016 UTC
(4 years, 11 months ago)
by
michael
- autoreconf
Revision
7165 -
Directory Listing
Modified
Thu Jan 28 11:51:57 2016 UTC
(4 years, 11 months ago)
by
michael
- configure.ac: remove check for wait.h
Revision
7164 -
Directory Listing
Modified
Thu Jan 28 11:41:59 2016 UTC
(4 years, 11 months ago)
by
michael
- tls*: more copyright fixups
Revision
7160 -
Directory Listing
Modified
Thu Jan 28 11:28:08 2016 UTC
(4 years, 11 months ago)
by
michael
- Re-built parser file
Revision
7159 -
Directory Listing
Modified
Thu Jan 28 11:26:51 2016 UTC
(4 years, 11 months ago)
by
michael
- Fixed bug where shared & cluster confs would not get removed from their associated list and memory free'd
(SHARED_ALL sets all bits and therefore IsConfDatabase(x) == true
Revision
7157 -
Directory Listing
Modified
Thu Jan 28 10:47:05 2016 UTC
(4 years, 11 months ago)
by
michael
- m_rehash.c:mo_rehash(): fixed match() test
Revision
7155 -
Directory Listing
Modified
Thu Jan 28 10:26:37 2016 UTC
(4 years, 11 months ago)
by
michael
- autoreconf
Revision
7152 -
Directory Listing
Modified
Thu Jan 28 10:24:03 2016 UTC
(4 years, 11 months ago)
by
michael
- Move report_crypto_errors from rsa.c to tls_openssl.c
- Move binary_to_hex from rsa.c to misc.c
- Removed rsa.c & rsa.h
Revision
7148 -
Directory Listing
Modified
Thu Jan 28 10:04:06 2016 UTC
(4 years, 11 months ago)
by
michael
- More copyright -- from Adam
Revision
7146 -
Directory Listing
Modified
Thu Jan 28 10:02:48 2016 UTC
(4 years, 11 months ago)
by
michael
- Fix gnutls error handling -- from Adam
Revision
7145 -
Directory Listing
Modified
Thu Jan 28 10:01:06 2016 UTC
(4 years, 11 months ago)
by
michael
- Fix cert leak in tls_verify_cert -- from Adam
Revision
7142 -
Directory Listing
Modified
Thu Jan 28 09:56:49 2016 UTC
(4 years, 11 months ago)
by
michael
- Remove useless raw_result -- from Adam
Revision
7141 -
Directory Listing
Modified
Wed Jan 27 21:38:58 2016 UTC
(4 years, 11 months ago)
by
michael
- stdinc.h: removed openssl header includes which no longer should be here
Revision
7139 -
Directory Listing
Modified
Wed Jan 27 21:29:38 2016 UTC
(4 years, 11 months ago)
by
michael
- conf.h, conf.c: remove now unused ConfigServerInfo.rsa_private_key
Revision
7137 -
Directory Listing
Modified
Wed Jan 27 18:00:22 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_gnutls.h: fixed compile error
Revision
7134 -
Directory Listing
Modified
Mon Jan 25 19:51:47 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_gnutls.h, tls_gnutls.c: minor cleanups
Revision
7131 -
Directory Listing
Modified
Mon Jan 25 19:12:25 2016 UTC
(4 years, 11 months ago)
by
michael
- Re-create parser files
Revision
7130 -
Directory Listing
Modified
Mon Jan 25 19:11:18 2016 UTC
(4 years, 11 months ago)
by
michael
- reference.conf: fixed spelling
Revision
7127 -
Directory Listing
Modified
Mon Jan 25 19:09:47 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_pseudo.h, conf_pseudo.c: fix/update copyright header
Revision
7126 -
Directory Listing
Modified
Mon Jan 25 19:08:14 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_parser.y: removed bunch of unused/redundant header includes
Revision
7124 -
Directory Listing
Modified
Sun Jan 24 20:28:46 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_openssl.c: style corrections
Revision
7121 -
Directory Listing
Modified
Sun Jan 24 20:22:55 2016 UTC
(4 years, 11 months ago)
by
michael
- conf_parser.y: removed some cruft
Revision
7120 -
Directory Listing
Modified
Sun Jan 24 20:06:47 2016 UTC
(4 years, 11 months ago)
by
michael
- tls_gnutls.c:tls_get_cipher(): make the string look similar to the openssl variant (add protocol information)
Revision
7118 -
Directory Listing
Modified
Sun Jan 24 17:33:20 2016 UTC
(4 years, 11 months ago)
by
michael
- reference.conf: add some example commands for gnutls support
Revision
7116 -
Directory Listing
Modified
Sat Jan 23 21:06:39 2016 UTC
(4 years, 11 months ago)
by
michael
- Remove MaskItem::rsa_public_key
Revision
7113 -
Directory Listing
Modified
Sat Jan 23 20:31:25 2016 UTC
(4 years, 11 months ago)
by
michael
- Remove some HAVE_TLS
Revision
7112 -
Directory Listing
Modified
Sat Jan 23 20:25:03 2016 UTC
(4 years, 11 months ago)
by
michael
- propset
Revision
7109 -
Directory Listing
Modified
Sat Jan 23 20:19:07 2016 UTC
(4 years, 11 months ago)
by
michael
- Re-generate parser files
Revision
7108 -
Directory Listing
Modified
Sat Jan 23 20:18:10 2016 UTC
(4 years, 11 months ago)
by
michael
- autoreconf
Revision
7105 -
Directory Listing
Modified
Sat Jan 23 20:11:27 2016 UTC
(4 years, 11 months ago)
by
michael
- Incorporate gnutls support by Adam & Attila
Revision
7104 -
Directory Listing
Modified
Sat Jan 23 17:57:33 2016 UTC
(4 years, 11 months ago)
by
michael
- m_connect.c:mo_connect(): remove invalid comment
Revision
7101 -
Directory Listing
Modified
Sat Jan 23 17:10:26 2016 UTC
(4 years, 11 months ago)
by
michael
- m_webirc.c: constification; avoid multiple array indices; stylistic changes; improve server notices
Revision
7100 -
Directory Listing
Modified
Sat Jan 23 16:46:09 2016 UTC
(4 years, 11 months ago)
by
michael
- ax_arg_openssl.m4: removed now unused ENABLE_SSL condition
Revision
7098 -
Directory Listing
Modified
Fri Jan 22 17:50:33 2016 UTC
(5 years ago)
by
michael
- Improve documentation
Revision
7095 -
Directory Listing
Modified
Fri Jan 22 17:46:42 2016 UTC
(5 years ago)
by
michael
- Improve documentation
Revision
7094 -
Directory Listing
Modified
Fri Jan 22 17:40:34 2016 UTC
(5 years ago)
by
michael
- Improve documentation
Revision
7091 -
Directory Listing
Modified
Fri Jan 22 17:28:22 2016 UTC
(5 years ago)
by
michael
- m_tburst.c: mention that parv[5] can be an empty string
Revision
7090 -
Directory Listing
Modified
Fri Jan 22 17:20:08 2016 UTC
(5 years ago)
by
michael
- m_topic.c: mention that parv[2] can be an empty string
Revision
7088 -
Directory Listing
Modified
Fri Jan 22 17:15:43 2016 UTC
(5 years ago)
by
michael
- m_topic.c:ms_topic(): fixed parameter validation
Revision
7085 -
Directory Listing
Modified
Wed Jan 20 14:14:21 2016 UTC
(5 years ago)
by
michael
- m_watch.c:m_watch(): removed pointless increment on 'user'
Revision
7084 -
Directory Listing
Modified
Wed Jan 20 14:12:31 2016 UTC
(5 years ago)
by
michael
- watch.h, watch.c, m_watch.c: rename some variables for consistency
Revision
7082 -
Directory Listing
Modified
Wed Jan 20 13:19:44 2016 UTC
(5 years ago)
by
michael
- Update reference.conf; mention that ip directives can be stacked in exempt blocks
Revision
7077 -
Directory Listing
Modified
Wed Jan 20 12:59:19 2016 UTC
(5 years ago)
by
michael
- Update help/rehash
Revision
7076 -
Directory Listing
Modified
Wed Jan 20 11:47:45 2016 UTC
(5 years ago)
by
michael
- Constifications; style cleanups in some places
Revision
7073 -
Directory Listing
Modified
Wed Jan 20 11:27:50 2016 UTC
(5 years ago)
by
michael
- m_resv.c, m_unresv.c: 'standardize' RESV/UNRESV notices/logging to look similar to KLINE/DLINE/XLINE messages
Revision
7072 -
Directory Listing
Modified
Wed Jan 20 11:12:16 2016 UTC
(5 years ago)
by
michael
- m_unresv.c:mo_unresv(): UNRESV does not have reasons - removed 'char *reason'
Revision
7070 -
Directory Listing
Modified
Tue Jan 19 17:45:13 2016 UTC
(5 years ago)
by
michael
- m_squit.c: improve SQUIT logging; make logging look similar to CONNECT for consistency
Revision
7068 -
Directory Listing
Modified
Tue Jan 19 17:32:57 2016 UTC
(5 years ago)
by
michael
- m_connect.c: minor cleanup - avoid multiple array indices
Revision
7066 -
Directory Listing
Modified
Tue Jan 19 17:18:41 2016 UTC
(5 years ago)
by
michael
- m_connect.c: improve CONNECT logging
Revision
7064 -
Directory Listing
Modified
Tue Jan 19 17:08:21 2016 UTC
(5 years ago)
by
michael
- m_resv.c: use non-encapsulated RESV for temporary RESVs; removed me_resv(). Not sure why encapsulated RESV had this unused parv[3] argument which always was "0".
Revision
7061 -
Directory Listing
Modified
Mon Jan 18 18:56:34 2016 UTC
(5 years ago)
by
michael
- Rebuilt conf_parser.c
Revision
7060 -
Directory Listing
Modified
Mon Jan 18 18:55:40 2016 UTC
(5 years ago)
by
michael
- Operators can now REHASH on remote servers; requested by astrutt
- REHASH now requires at least one parameter which currently might be one of CONF, MOTD, or DNS
Revision
7058 -
Directory Listing
Modified
Sat Jan 16 19:51:33 2016 UTC
(5 years ago)
by
michael
- m_connect.c:mo_connect(): cleanups
Revision
7056 -
Directory Listing
Modified
Sat Jan 16 19:33:31 2016 UTC
(5 years ago)
by
michael
- m_connect.c:ms_connect(): parv[3] is not allowed to be NULL, so clean up weird logic checking EmptyString(parv[2])
Revision
7054 -
Directory Listing
Modified
Sun Jan 10 14:23:27 2016 UTC
(5 years ago)
by
michael
- channel.c: replaced a couple of MyClient() tests with just MyConnect()
Revision
7051 -
Directory Listing
Modified
Sun Jan 10 12:45:57 2016 UTC
(5 years ago)
by
michael
- m_stats.c: replaced a couple of MyClient() tests with just MyConnect()
Revision
7049 -
Directory Listing
Modified
Sun Jan 10 12:41:01 2016 UTC
(5 years ago)
by
michael
- user.c:introduce_client(): replaced a MyClient() test with just MyConnect()
Revision
7048 -
Directory Listing
Modified
Sun Jan 10 12:38:53 2016 UTC
(5 years ago)
by
michael
- m_userhost.c: replaced a MyClient() test with just MyConnect()
Revision
7046 -
Directory Listing
Modified
Sat Jan 9 20:13:59 2016 UTC
(5 years ago)
by
michael
- Rename 'non-standard' RPL_ENDOFTRACE to RPL_TRACEEND
Revision
7043 -
Directory Listing
Modified
Tue Jan 5 15:20:48 2016 UTC
(5 years ago)
by
michael
- Update NEWS and README
Revision
7032 -
Directory Listing
Modified
Sun Jan 3 14:34:39 2016 UTC
(5 years ago)
by
michael
- Renamed MyCalloc to xcalloc
Revision
7031 -
Directory Listing
Modified
Sat Jan 2 21:18:30 2016 UTC
(5 years ago)
by
michael
- hash.c:hash_init(): deal with genrand_int32() returning 0
Revision
7023 -
Directory Listing
Modified
Fri Jan 1 18:33:27 2016 UTC
(5 years ago)
by
michael
- reference.conf: clarification
Revision
7022 -
Directory Listing
Modified
Fri Jan 1 18:28:41 2016 UTC
(5 years ago)
by
michael
- modes.txt, umode: clarification
Revision
7012 -
Directory Listing
Modified
Fri Jan 1 13:52:27 2016 UTC
(5 years ago)
by
michael
- channel.c:channel_send_mask_list(): avoid using list->length directly. use dlink_list_length() instead
Revision
7006 -
Directory Listing
Modified
Fri Jan 1 00:07:54 2016 UTC
(5 years ago)
by
michael
- Update copyright years
Revision
7000 -
Directory Listing
Modified
Thu Dec 31 15:36:26 2015 UTC
(5 years ago)
by
michael
- modes.txt: minor update
Revision
6999 -
Directory Listing
Modified
Thu Dec 31 15:22:18 2015 UTC
(5 years ago)
by
michael
- resv.txt: minor update
Revision
6996 -
Directory Listing
Modified
Thu Dec 31 14:49:09 2015 UTC
(5 years ago)
by
michael
- m_help.c:do_help(): document the +1 on 'path'
Revision
6995 -
Directory Listing
Modified
Thu Dec 31 14:47:04 2015 UTC
(5 years ago)
by
michael
- m_help.c:do_help(): avoid using HYB_PATH_MAX
Revision
6991 -
Directory Listing
Modified
Wed Dec 30 19:19:00 2015 UTC
(5 years ago)
by
michael
- hostmask.c:hostmask_send_expiration(): initialize 'ban_type' to something saner to display in case we hit the switch's default case
Revision
6990 -
Directory Listing
Modified
Wed Dec 30 19:14:34 2015 UTC
(5 years ago)
by
michael
- Remove trailing whitespaces
Revision
6982 -
Directory Listing
Modified
Wed Dec 23 19:49:38 2015 UTC
(5 years, 1 month ago)
by
michael
- Cache channel name lengths
Revision
6979 -
Directory Listing
Modified
Tue Dec 22 17:55:05 2015 UTC
(5 years, 1 month ago)
by
michael
- auth.c: change start_auth_query() to void
Revision
6976 -
Directory Listing
Modified
Mon Dec 21 17:07:46 2015 UTC
(5 years, 1 month ago)
by
michael
- auth.c: fixed core on ident lookup if comm_open() fails
Revision
6964 -
Directory Listing
Modified
Fri Dec 18 19:53:17 2015 UTC
(5 years, 1 month ago)
by
michael
- dbuf.c:dbuf_put_args(): improve/clarify documentation
Revision
6963 -
Directory Listing
Modified
Fri Dec 18 19:34:18 2015 UTC
(5 years, 1 month ago)
by
michael
- client.c:get_client_name(): adjust size of 'buf'
Revision
6961 -
Directory Listing
Modified
Fri Dec 18 19:21:14 2015 UTC
(5 years, 1 month ago)
by
michael
- client.c:check_pings_list(): adjust size of 'buf'
Revision
6958 -
Directory Listing
Modified
Thu Dec 17 11:52:08 2015 UTC
(5 years, 1 month ago)
by
michael
- Move IRCD_MAXNS to reslib.h, rename it to RESLIB_MAXNS, and increase it to 8
Revision
6956 -
Directory Listing
Modified
Thu Dec 17 10:54:07 2015 UTC
(5 years, 1 month ago)
by
michael
- Allow general::ts_warn_delta, and general::ts_max_delta to become 0
Revision
6953 -
Directory Listing
Modified
Tue Dec 15 19:44:25 2015 UTC
(5 years, 1 month ago)
by
michael
- resv.txt, stdinc.h: comment/documentation updates provided by jackal
Revision
6951 -
Directory Listing
Modified
Tue Dec 15 19:11:07 2015 UTC
(5 years, 1 month ago)
by
michael
- s_bsd.h, s_bsd.c:comm_connect_tcp(): change the 'timeout' parameter to a time_t to match up with the other comm_* functions
Revision
6948 -
Directory Listing
Modified
Tue Dec 15 18:52:32 2015 UTC
(5 years, 1 month ago)
by
michael
- s_bsd.c:comm_connect_tcp(): move comments to proper place
Revision
6947 -
Directory Listing
Modified
Tue Dec 15 18:19:35 2015 UTC
(5 years, 1 month ago)
by
michael
- channel_mode.c:chm_limit(): move variable
Revision
6943 -
Directory Listing
Modified
Tue Dec 15 18:08:17 2015 UTC
(5 years, 1 month ago)
by
michael
- client.c:conf_try_ban(): initialize 'ban_type' to something saner to display in case we hit the switch's default case
Revision
6942 -
Directory Listing
Modified
Tue Dec 15 17:54:18 2015 UTC
(5 years, 1 month ago)
by
michael
- client.c: fixed SVSTAG memory leak with remote clients
Revision
6940 -
Directory Listing
Modified
Mon Dec 14 20:54:00 2015 UTC
(5 years, 1 month ago)
by
michael
- m_mode.c, m_tmode.c: optimization; now no longer lookup remote clients for channelmembership as we grant remote clients full chanop status anyway
Revision
6937 -
Directory Listing
Modified
Sun Dec 13 17:26:03 2015 UTC
(5 years, 1 month ago)
by
michael
- m_dline.c:dline_add(): whitespace change
Revision
6936 -
Directory Listing
Modified
Sun Dec 13 17:06:56 2015 UTC
(5 years, 1 month ago)
by
michael
- conf.c:read_conf_files(): add 'T' to CHANMODES
Revision
6934 -
Directory Listing
Modified
Sat Dec 12 18:41:24 2015 UTC
(5 years, 1 month ago)
by
michael
- misc.c:time_dissect(): adjust size of 'buf'
Revision
6932 -
Directory Listing
Modified
Sat Dec 12 18:34:12 2015 UTC
(5 years, 1 month ago)
by
michael
- USERHOST_REPLYLEN I never liked. Gone.
Revision
6930 -
Directory Listing
Modified
Sat Dec 12 18:14:24 2015 UTC
(5 years, 1 month ago)
by
michael
- channel_mode.c: minor cleanup/optimization to the v/h/o mode handlers
Revision
6928 -
Directory Listing
Modified
Fri Dec 11 19:11:41 2015 UTC
(5 years, 1 month ago)
by
michael
- Fixed bug where setting the path/filename via the -klinefile, etc. switches would not have any effect. Reported by gp.
Revision
6926 -
Directory Listing
Modified
Fri Dec 11 17:49:05 2015 UTC
(5 years, 1 month ago)
by
michael
- Update doc/modes.txt, help/cmode
Revision
6925 -
Directory Listing
Modified
Thu Dec 10 20:27:38 2015 UTC
(5 years, 1 month ago)
by
michael
- m_nick.c: removed more outdated comments
Revision
6916 -
Directory Listing
Modified
Thu Dec 10 12:03:24 2015 UTC
(5 years, 1 month ago)
by
michael
- m_message.c: minor cleanups
Revision
6913 -
Directory Listing
Modified
Tue Dec 8 16:48:06 2015 UTC
(5 years, 1 month ago)
by
michael
- auth.c:auth_connect_callback(): remove two pointless remove_ipv6_mapping() calls
Revision
6910 -
Directory Listing
Modified
Mon Dec 7 19:13:39 2015 UTC
(5 years, 1 month ago)
by
michael
- m_message.c:msg_channel(): cleanup; get rid of redundant sendto_one_numeric()
Revision
6906 -
Directory Listing
Modified
Mon Dec 7 18:28:28 2015 UTC
(5 years, 1 month ago)
by
michael
- channel.c:channel_part_one_client(): optimization; don't call can_send() when there's no need to
Revision
6904 -
Directory Listing
Modified
Mon Dec 7 17:48:05 2015 UTC
(5 years, 1 month ago)
by
michael
- Add CMEMBER_STATUS_FLAGS / CMEMBER_STATUS_FLAGS_LEN and make use of it in some places (replaces some magic values sprinkled in the code)
Revision
6900 -
Directory Listing
Modified
Thu Dec 3 21:43:14 2015 UTC
(5 years, 1 month ago)
by
michael
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
Revision
6898 -
Directory Listing
Modified
Wed Dec 2 20:19:47 2015 UTC
(5 years, 1 month ago)
by
michael
- m_server.c: rename set_server_gecos() to server_set_gecos()
Revision
6895 -
Directory Listing
Modified
Wed Dec 2 19:56:46 2015 UTC
(5 years, 1 month ago)
by
michael
- m_server.c:server_set_flags(): minor cleanup
Revision
6894 -
Directory Listing
Modified
Wed Dec 2 19:38:29 2015 UTC
(5 years, 1 month ago)
by
michael
- m_server.c: add some documentation for server_set_flags()
Revision
6891 -
Directory Listing
Modified
Wed Dec 2 19:18:21 2015 UTC
(5 years, 1 month ago)
by
michael
- m_server.c: add server_set_flags() and make use of it
Revision
6890 -
Directory Listing
Modified
Wed Dec 2 18:52:04 2015 UTC
(5 years, 1 month ago)
by
michael
- m_server.c: add 'flag' and 'sid' argument to SERVER command; add 'flag' argument to SID command.
- m_pass.c: mention that parv[3] and parv[4] will be deprecated in some future release
Revision
6887 -
Directory Listing
Modified
Wed Dec 2 18:49:22 2015 UTC
(5 years, 1 month ago)
by
michael
- memory.h: removed unused header include
Revision
6885 -
Directory Listing
Modified
Tue Dec 1 19:50:56 2015 UTC
(5 years, 1 month ago)
by
michael
- Remove unused header includes
Revision
6881 -
Directory Listing
Modified
Tue Dec 1 19:25:43 2015 UTC
(5 years, 1 month ago)
by
michael
- channel.h, channel.c: declared can_join() as static
Revision
6879 -
Directory Listing
Modified
Mon Nov 30 21:04:56 2015 UTC
(5 years, 1 month ago)
by
michael
- parse.c: clean up some assert()
Revision
6874 -
Directory Listing
Modified
Mon Nov 30 20:36:00 2015 UTC
(5 years, 1 month ago)
by
michael
- m_svinfo.c: whitespace changes
Revision
6873 -
Directory Listing
Modified
Mon Nov 30 20:17:01 2015 UTC
(5 years, 1 month ago)
by
michael
- m_svinfo.c: mention parv[3] is unused nowadays
Revision
6868 -
Directory Listing
Modified
Mon Nov 30 20:03:49 2015 UTC
(5 years, 1 month ago)
by
michael
- hostmask.c:add_conf_by_address(): minor improvement for ILP64
Revision
6867 -
Directory Listing
Modified
Mon Nov 30 19:29:46 2015 UTC
(5 years, 1 month ago)
by
michael
- channel.c:channel_part_one_client(): fixed broken test on can_send(). Suppressing part messages was completely broken for ages
Revision
6864 -
Directory Listing
Modified
Sun Nov 29 18:59:36 2015 UTC
(5 years, 1 month ago)
by
michael
- m_svinfo.c: do some logging when dropping a link due to incompatible TS version
Revision
6860 -
Directory Listing
Modified
Sun Nov 29 18:55:54 2015 UTC
(5 years, 1 month ago)
by
michael
- m_svinfo.c: use get_client_name() instead of just source_p->name for server notices messages
Revision
6858 -
Directory Listing
Modified
Sun Nov 29 18:28:53 2015 UTC
(5 years, 1 month ago)
by
michael
- Added channel mode +T which forbids NOTICEs to be sent to a channel
Revision
6854 -
Directory Listing
Modified
Fri Nov 27 19:25:43 2015 UTC
(5 years, 1 month ago)
by
michael
- client.c:check_pings_list(): replace %d conversion specifier with %ji
Revision
6853 -
Directory Listing
Modified
Fri Nov 27 19:03:29 2015 UTC
(5 years, 1 month ago)
by
michael
- client.c:exit_client(): add sockhost field to far client exit notices; swap 'comment' with 'sockhost' in local client
exit notices to match up with connection notices
Revision
6850 -
Directory Listing
Modified
Tue Nov 24 18:40:20 2015 UTC
(5 years, 1 month ago)
by
michael
- m_xline.c: removed me_xline() encap handler
Revision
6846 -
Directory Listing
Modified
Tue Nov 24 18:29:02 2015 UTC
(5 years, 1 month ago)
by
michael
- m_stats.c: made the idle time look nicer in STATS v|p by using a formatted time string
Revision
6845 -
Directory Listing
Modified
Tue Nov 24 18:08:52 2015 UTC
(5 years, 1 month ago)
by
michael
- parse.h: remove MessageHandler typedef
Revision
6842 -
Directory Listing
Modified
Tue Nov 24 17:46:18 2015 UTC
(5 years, 1 month ago)
by
michael
- conf.c, numeric.c: use the appropriate conversion specifier for unsigned int
Revision
6839 -
Directory Listing
Modified
Tue Nov 24 17:28:49 2015 UTC
(5 years, 1 month ago)
by
michael
- res.c: remove unused header includes
Revision
6836 -
Directory Listing
Modified
Tue Nov 24 17:21:29 2015 UTC
(5 years, 1 month ago)
by
michael
- Move report_dns_servers() from res.c to m_stats.c
Revision
6832 -
Directory Listing
Modified
Fri Nov 20 20:33:56 2015 UTC
(5 years, 2 months ago)
by
michael
- CAPAB_SVS is now mandatory
Revision
6831 -
Directory Listing
Modified
Fri Nov 20 20:25:28 2015 UTC
(5 years, 2 months ago)
by
michael
- Removed backwards compatibility hack for older servers that allowed client->sockhost being "0"
Revision
6827 -
Directory Listing
Modified
Fri Nov 20 19:48:05 2015 UTC
(5 years, 2 months ago)
by
michael
- Removed client->account backwards compatibility hacks for 8.1
Revision
6824 -
Directory Listing
Modified
Thu Nov 19 19:56:26 2015 UTC
(5 years, 2 months ago)
by
michael
- isupport.c, match.c: casemapping is 'ascii' now
Revision
6820 -
Directory Listing
Modified
Thu Nov 19 19:29:03 2015 UTC
(5 years, 2 months ago)
by
michael
- Update NEWS
Revision
6814 -
Directory Listing
Modified
Wed Nov 18 17:51:24 2015 UTC
(5 years, 2 months ago)
by
michael
- m_opme.c: made server notices less verbose
Revision
6811 -
Directory Listing
Modified
Wed Nov 18 17:43:41 2015 UTC
(5 years, 2 months ago)
by
michael
- user.c:report_and_set_user_flags(): remove the 'Congrats' from server notices
Revision
6808 -
Directory Listing
Modified
Wed Nov 18 12:56:52 2015 UTC
(5 years, 2 months ago)
by
michael
- numeric.c: made RPL_YOUREOPER look more serious
Revision
6805 -
Directory Listing
Modified
Wed Nov 18 11:56:14 2015 UTC
(5 years, 2 months ago)
by
michael
- server.h: update doxygen comments
Revision
6802 -
Directory Listing
Modified
Wed Nov 18 11:25:16 2015 UTC
(5 years, 2 months ago)
by
michael
- ircd.c: style correction
Revision
6801 -
Directory Listing
Modified
Wed Nov 18 11:03:46 2015 UTC
(5 years, 2 months ago)
by
michael
- Rebuilt parser/lexer files
Revision
6796 -
Directory Listing
Modified
Wed Nov 18 11:00:34 2015 UTC
(5 years, 2 months ago)
by
michael
- m_svinfo.c: style corrections
Revision
6792 -
Directory Listing
Modified
Tue Nov 17 20:48:38 2015 UTC
(5 years, 2 months ago)
by
michael
- Add channel::invite_delay_channel configuration option
Revision
6789 -
Directory Listing
Modified
Mon Nov 16 19:09:29 2015 UTC
(5 years, 2 months ago)
by
michael
- misc.c:time_dissect(): fix compile warning on CentOS
Revision
6784 -
Directory Listing
Modified
Mon Nov 16 19:01:49 2015 UTC
(5 years, 2 months ago)
by
michael
- misc.c:time_dissect(): fix compile warning on CentOS
Revision
6782 -
Directory Listing
Modified
Sun Nov 15 18:49:32 2015 UTC
(5 years, 2 months ago)
by
michael
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
Revision
6777 -
Directory Listing
Modified
Fri Nov 13 20:32:04 2015 UTC
(5 years, 2 months ago)
by
michael
- user.c:user_set_hostmask(): really should be using sendto_common_channels_local() instead of sendto_channel_local() for sending AWAY,
otherwise we would end up sending multiple AWAY messages to clients.
Revision
6774 -
Directory Listing
Modified
Fri Nov 13 20:20:48 2015 UTC
(5 years, 2 months ago)
by
michael
- Implement ircv3.2 chghost client capability support
Revision
6771 -
Directory Listing
Modified
Fri Nov 13 19:05:23 2015 UTC
(5 years, 2 months ago)
by
michael
- m_invite.c: fix arguments to sendto_channel_local()
Revision
6767 -
Directory Listing
Modified
Fri Nov 13 18:46:50 2015 UTC
(5 years, 2 months ago)
by
michael
- Implement ircv3.2 invite-notify client capability support
Revision
6764 -
Directory Listing
Modified
Fri Nov 13 18:38:18 2015 UTC
(5 years, 2 months ago)
by
michael
- user.c:user_set_hostmask(): make use of sendto_channel_local() for sending 'AWAY' to avoid walking target_p->channel twice
Revision
6759 -
Directory Listing
Modified
Fri Nov 13 18:23:37 2015 UTC
(5 years, 2 months ago)
by
michael
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
Revision
6756 -
Directory Listing
Modified
Thu Nov 12 19:13:23 2015 UTC
(5 years, 2 months ago)
by
michael
- s_user.c:valid_username(): moved 'dots' to innermost scope
Revision
6754 -
Directory Listing
Modified
Tue Nov 10 18:56:30 2015 UTC
(5 years, 2 months ago)
by
michael
- m_nick.c: check for valid UIDs on client/UID introduction, too
Revision
6752 -
Directory Listing
Modified
Tue Nov 10 18:45:43 2015 UTC
(5 years, 2 months ago)
by
michael
- m_nick.c: clean up/clarify some tests in check_clean_nick, ms_nick
Revision
6750 -
Directory Listing
Modified
Tue Nov 10 18:33:16 2015 UTC
(5 years, 2 months ago)
by
michael
- m_nick.c: get rid of the server_p argument in check_clean_nick, check_clean_user, check_clean_host
Revision
6748 -
Directory Listing
Modified
Tue Nov 10 17:43:21 2015 UTC
(5 years, 2 months ago)
by
michael
- m_nick.c:change_remote_nick(): use const
Revision
6746 -
Directory Listing
Modified
Tue Nov 10 17:39:33 2015 UTC
(5 years, 2 months ago)
by
michael
- m_nick.c: reformat check_clean_nick, check_clean_user, check_clean_host
Revision
6744 -
Directory Listing
Modified
Tue Nov 10 17:31:12 2015 UTC
(5 years, 2 months ago)
by
michael
- m_nick.c: use me.id a sender prefix when sending KILL in check_clean_nick, check_clean_user, check_clean_host; sprinkle some asserts
Revision
6743 -
Directory Listing
Modified
Mon Nov 9 17:38:22 2015 UTC
(5 years, 2 months ago)
by
michael
- Add valid_uid() for later use
Revision
6740 -
Directory Listing
Modified
Mon Nov 9 17:22:01 2015 UTC
(5 years, 2 months ago)
by
michael
- Increase default values of 'max_watch' and 'max_accept' to 50
Revision
6738 -
Directory Listing
Modified
Fri Nov 6 20:56:00 2015 UTC
(5 years, 2 months ago)
by
michael
- Update NEWS file
Revision
6735 -
Directory Listing
Modified
Fri Nov 6 19:16:48 2015 UTC
(5 years, 2 months ago)
by
michael
- ircd.c: move code
Revision
6733 -
Directory Listing
Modified
Wed Nov 4 22:15:35 2015 UTC
(5 years, 2 months ago)
by
michael
- autoreconf
Revision
6732 -
Directory Listing
Modified
Wed Nov 4 21:56:03 2015 UTC
(5 years, 2 months ago)
by
michael
- user.c:user_set_hostmask(): replace a MyClient() test with just MyConnect()
Revision
6729 -
Directory Listing
Modified
Wed Nov 4 21:16:46 2015 UTC
(5 years, 2 months ago)
by
michael
- defaults.h, conf.c: get rid of this WATCHSIZE_MIN, WATCHSIZE_DEFAULT magic
Revision
6727 -
Directory Listing
Modified
Wed Nov 4 15:27:25 2015 UTC
(5 years, 2 months ago)
by
michael
- Revert the Debian reproducible build patch for now. For some reason it does not work for me under OpenBSD and havent yet figured out what the issue is.
Revision
6725 -
Directory Listing
Modified
Tue Nov 3 19:56:23 2015 UTC
(5 years, 2 months ago)
by
michael
- server.c:serv_connect(): update comments
Revision
6723 -
Directory Listing
Modified
Tue Nov 3 19:49:29 2015 UTC
(5 years, 2 months ago)
by
michael
- server.c:check_server(): removed oudated comment
Revision
6721 -
Directory Listing
Modified
Tue Nov 3 19:44:01 2015 UTC
(5 years, 2 months ago)
by
michael
- server.c:try_connections(): remove outdated comment
Revision
6719 -
Directory Listing
Modified
Fri Oct 30 18:18:07 2015 UTC
(5 years, 2 months ago)
by
michael
- Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
Revision
6716 -
Directory Listing
Modified
Fri Oct 30 17:37:27 2015 UTC
(5 years, 2 months ago)
by
michael
- Rename 'xconf_item' list to 'gecos_items'
Revision
6715 -
Directory Listing
Modified
Fri Oct 30 17:26:21 2015 UTC
(5 years, 2 months ago)
by
michael
- m_svsmode.c:ms_svsmode(): minor logic fix/cleanup
Revision
6712 -
Directory Listing
Modified
Fri Oct 30 17:05:36 2015 UTC
(5 years, 2 months ago)
by
michael
- reference.conf: fix example IP address
Revision
6709 -
Directory Listing
Modified
Fri Oct 30 16:54:35 2015 UTC
(5 years, 2 months ago)
by
michael
- Update README
Revision
6705 -
Directory Listing
Modified
Thu Oct 29 19:00:20 2015 UTC
(5 years, 2 months ago)
by
michael
- m_who.c: use const keyword where appropriate
Revision
6704 -
Directory Listing
Modified
Thu Oct 29 15:54:30 2015 UTC
(5 years, 2 months ago)
by
michael
- m_etrace.c:do_etrace(): cleanup
Revision
6701 -
Directory Listing
Modified
Thu Oct 29 15:30:30 2015 UTC
(5 years, 2 months ago)
by
michael
- set_user_mode(), oper_up(): minor logic fixes
Revision
6700 -
Directory Listing
Modified
Thu Oct 29 13:12:04 2015 UTC
(5 years, 2 months ago)
by
michael
- conf.c:oper_privs_as_string(): unbreak episode 2
Revision
6698 -
Directory Listing
Modified
Thu Oct 29 13:08:59 2015 UTC
(5 years, 2 months ago)
by
michael
- conf.c:oper_privs_as_string(): unbreak; make it display "0" in /stats o in case there are no privileges specified
Revision
6695 -
Directory Listing
Modified
Thu Oct 29 12:54:12 2015 UTC
(5 years, 2 months ago)
by
michael
- user.h: removed unused show_isupport
Revision
6694 -
Directory Listing
Modified
Thu Oct 29 12:53:27 2015 UTC
(5 years, 2 months ago)
by
michael
- Move user_oper_up() from user.c to m_oper.c
Revision
6691 -
Directory Listing
Modified
Thu Oct 29 12:48:48 2015 UTC
(5 years, 2 months ago)
by
michael
- Add all the missing irc-operator flags to /stats o output
Revision
6690 -
Directory Listing
Modified
Thu Oct 29 12:04:11 2015 UTC
(5 years, 2 months ago)
by
michael
- Rename variables for consistency
Revision
6687 -
Directory Listing
Modified
Thu Oct 29 11:35:06 2015 UTC
(5 years, 2 months ago)
by
michael
- Rebuild parser file
Revision
6684 -
Directory Listing
Modified
Wed Oct 28 19:55:57 2015 UTC
(5 years, 2 months ago)
by
michael
- RSA keys with less than 2048 bits are no longer supported; same applies to the DH param file
Revision
6682 -
Directory Listing
Modified
Tue Oct 27 20:29:48 2015 UTC
(5 years, 2 months ago)
by
michael
- channel.c, motd.c: rename variables
Revision
6681 -
Directory Listing
Modified
Tue Oct 27 19:52:44 2015 UTC
(5 years, 2 months ago)
by
michael
- channel.c: rename some variables
Revision
6678 -
Directory Listing
Modified
Tue Oct 27 19:19:21 2015 UTC
(5 years, 2 months ago)
by
michael
- conf_parser.y: whitespace change
Revision
6676 -
Directory Listing
Modified
Mon Oct 26 20:17:02 2015 UTC
(5 years, 2 months ago)
by
michael
- Update help/close
Revision
6675 -
Directory Listing
Modified
Mon Oct 26 20:12:23 2015 UTC
(5 years, 2 months ago)
by
michael
- Update help/resv, help/unresv
Revision
6672 -
Directory Listing
Modified
Mon Oct 26 20:09:07 2015 UTC
(5 years, 2 months ago)
by
michael
- Update help/unxline
Revision
6671 -
Directory Listing
Modified
Mon Oct 26 19:57:18 2015 UTC
(5 years, 2 months ago)
by
michael
- Rebuilt parser file
Revision
6668 -
Directory Listing
Modified
Mon Oct 26 19:47:50 2015 UTC
(5 years, 2 months ago)
by
michael
- reference.conf: minor cleanups
Revision
6667 -
Directory Listing
Modified
Mon Oct 26 19:28:20 2015 UTC
(5 years, 2 months ago)
by
michael
- conf.h: whitespace changes
Revision
6664 -
Directory Listing
Modified
Mon Oct 26 19:14:49 2015 UTC
(5 years, 2 months ago)
by
michael
- conf_parser.y: style cleanups
Revision
6662 -
Directory Listing
Modified
Mon Oct 26 19:04:16 2015 UTC
(5 years, 2 months ago)
by
michael
- conf_parser.y: removed CHALLENGE leftover
Revision
6660 -
Directory Listing
Modified
Sun Oct 25 18:25:42 2015 UTC
(5 years, 2 months ago)
by
michael
- client.h: more documentation updates
Revision
6659 -
Directory Listing
Modified
Sun Oct 25 17:59:45 2015 UTC
(5 years, 2 months ago)
by
michael
- client.h: more documentation updates
Revision
6656 -
Directory Listing
Modified
Sun Oct 25 17:45:08 2015 UTC
(5 years, 2 months ago)
by
michael
- client.h: add some rather useful documentation to Connection::lasttime
Revision
6654 -
Directory Listing
Modified
Sun Oct 25 15:47:56 2015 UTC
(5 years, 2 months ago)
by
michael
- whowas.c: rename variables
Revision
6652 -
Directory Listing
Modified
Sun Oct 25 15:43:58 2015 UTC
(5 years, 2 months ago)
by
michael
- m_whowas.c: rename variable
Revision
6651 -
Directory Listing
Modified
Sun Oct 25 15:27:31 2015 UTC
(5 years, 2 months ago)
by
michael
- ipcache.h, ipcache.c: constification
Revision
6648 -
Directory Listing
Modified
Sun Oct 25 14:36:13 2015 UTC
(5 years, 2 months ago)
by
michael
- m_message.c: minor style changes
Revision
6646 -
Directory Listing
Modified
Sat Oct 24 18:56:30 2015 UTC
(5 years, 2 months ago)
by
michael
- ircd.c: use EXIT_FAILURE instead of some magic value to be passed to exit()
Revision
6645 -
Directory Listing
Modified
Sat Oct 24 18:55:04 2015 UTC
(5 years, 2 months ago)
by
michael
- conf.c, conf_parser.y: use EXIT_FAILURE instead of some magic value to be passed to exit()
Revision
6642 -
Directory Listing
Modified
Sat Oct 24 18:41:32 2015 UTC
(5 years, 2 months ago)
by
michael
- Rename event::enabled to event::active
Revision
6641 -
Directory Listing
Modified
Sat Oct 24 18:37:10 2015 UTC
(5 years, 2 months ago)
by
michael
- conf.c:set_default_conf(): removed useless NULL assignments already done by clear_out_old_conf()
Revision
6637 -
Directory Listing
Modified
Sat Oct 24 17:30:07 2015 UTC
(5 years, 2 months ago)
by
michael
- Rebuilt parser/lexer files
Revision
6636 -
Directory Listing
Modified
Sat Oct 24 17:27:12 2015 UTC
(5 years, 2 months ago)
by
michael
- Fixed bug where changing 'serverhide::flatten_links_delay' would not have any effect
- Allow disabling the 'event_write_links_file' event with 'serverhide::flatten_links_delay' being zero
- Get rid of 'config_serverhide_entry::links_disabled'
Revision
6633 -
Directory Listing
Modified
Sat Oct 24 15:15:33 2015 UTC
(5 years, 2 months ago)
by
michael
- Use client->name when updating the fd's associated name record with fd_note()
Revision
6629 -
Directory Listing
Modified
Sat Oct 24 13:53:54 2015 UTC
(5 years, 2 months ago)
by
michael
- ax_append_flag.m4: update to latest version
Revision
6628 -
Directory Listing
Modified
Sat Oct 24 13:29:47 2015 UTC
(5 years, 2 months ago)
by
michael
- Rename uconf_items to shared_items and oconf_items to operator_items
Revision
6625 -
Directory Listing
Modified
Sat Oct 24 12:48:40 2015 UTC
(5 years, 2 months ago)
by
michael
- m_userhost.c: minor documentation update
Revision
6624 -
Directory Listing
Modified
Sat Oct 24 12:44:56 2015 UTC
(5 years, 2 months ago)
by
michael
- reference.conf: minor restructuring and tab cleanup
Revision
6621 -
Directory Listing
Modified
Sat Oct 24 12:22:13 2015 UTC
(5 years, 2 months ago)
by
michael
- client.h: document Client::connection
Revision
6620 -
Directory Listing
Modified
Sat Oct 24 12:18:13 2015 UTC
(5 years, 2 months ago)
by
michael
- client.h: if HasOFlag is being used on remote clients, something is wrong. Let it crash instead of silently ignoring it.
Revision
6617 -
Directory Listing
Modified
Sat Oct 24 12:00:56 2015 UTC
(5 years, 2 months ago)
by
michael
- client.h: removed pointless cruft in the SetClient macro
Revision
6616 -
Directory Listing
Modified
Sat Oct 24 11:48:10 2015 UTC
(5 years, 2 months ago)
by
michael
- client.h: clean up some nonsense in the SetOper/ClearOper macros
Revision
6613 -
Directory Listing
Modified
Sat Oct 24 11:07:30 2015 UTC
(5 years, 2 months ago)
by
michael
- Update README file
Revision
6612 -
Directory Listing
Modified
Thu Oct 22 19:14:16 2015 UTC
(5 years, 3 months ago)
by
michael
- Update reference.conf
Revision
6609 -
Directory Listing
Modified
Thu Oct 22 18:44:58 2015 UTC
(5 years, 3 months ago)
by
michael
- Update reference.conf
Revision
6608 -
Directory Listing
Modified
Thu Oct 22 18:37:03 2015 UTC
(5 years, 3 months ago)
by
michael
- patricia.h: remove trailing whitespaces
Revision
6607 -
Directory Listing
Modified
Thu Oct 22 18:35:52 2015 UTC
(5 years, 3 months ago)
by
michael
- patricia.c: remove trailing whitespaces
Revision
6606 -
Directory Listing
Modified
Thu Oct 22 18:27:45 2015 UTC
(5 years, 3 months ago)
by
michael
- ircd.8: minor corrections and cleanups
Revision
6603 -
Directory Listing
Modified
Thu Oct 22 18:08:48 2015 UTC
(5 years, 3 months ago)
by
michael
- Rebuilt parser/lexer files
Revision
6602 -
Directory Listing
Modified
Thu Oct 22 18:07:38 2015 UTC
(5 years, 3 months ago)
by
michael
- server.c:read_links_file(), write_links_file(): do some logging if we cannot fopen links.txt
Revision
6599 -
Directory Listing
Modified
Thu Oct 22 17:52:15 2015 UTC
(5 years, 3 months ago)
by
michael
- Added serverhide::flatten_links_file configuration option and get rid of LIPATH
Revision
6597 -
Directory Listing
Modified
Thu Oct 22 17:23:06 2015 UTC
(5 years, 3 months ago)
by
michael
- Renamed serverhide::links_delay configuration directive to serverhide::flatten_links_delay
Revision
6595 -
Directory Listing
Modified
Wed Oct 21 20:20:45 2015 UTC
(5 years, 3 months ago)
by
michael
- Rebuilt lexer/parser files
Revision
6592 -
Directory Listing
Modified
Wed Oct 21 20:16:57 2015 UTC
(5 years, 3 months ago)
by
michael
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
Revision
6590 -
Directory Listing
Modified
Wed Oct 21 18:44:32 2015 UTC
(5 years, 3 months ago)
by
michael
- mkpasswd.c: remove MD5 support as well; reformatting
- Update README.mkpasswd
Revision
6587 -
Directory Listing
Modified
Wed Oct 21 18:03:01 2015 UTC
(5 years, 3 months ago)
by
michael
- mkpasswd.c: use EXIT_SUCCESS/EXIT_FAILURE
Revision
6585 -
Directory Listing
Modified
Tue Oct 20 19:14:09 2015 UTC
(5 years, 3 months ago)
by
michael
- Update README.mkpasswd
Revision
6582 -
Directory Listing
Modified
Tue Oct 20 18:55:49 2015 UTC
(5 years, 3 months ago)
by
michael
- mkpasswd.c: removed (Extended)DES support
Revision
6580 -
Directory Listing
Modified
Mon Oct 19 19:52:11 2015 UTC
(5 years, 3 months ago)
by
michael
- hostmask.c: style correction
Revision
6579 -
Directory Listing
Modified
Mon Oct 19 19:10:05 2015 UTC
(5 years, 3 months ago)
by
michael
- hostmask.c: removed irrelevant comment
Revision
6575 -
Directory Listing
Modified
Sun Oct 18 17:22:59 2015 UTC
(5 years, 3 months ago)
by
michael
- Update README.mkpasswd
Revision
6574 -
Directory Listing
Modified
Sun Oct 18 17:04:19 2015 UTC
(5 years, 3 months ago)
by
michael
- Update README.mkpasswd
Revision
6571 -
Directory Listing
Modified
Sun Oct 18 16:58:34 2015 UTC
(5 years, 3 months ago)
by
michael
- Fixed broken bcrypt on (Open)BSD in conjunction with the -s and -l switches
Revision
6569 -
Directory Listing
Modified
Tue Oct 13 17:57:51 2015 UTC
(5 years, 3 months ago)
by
michael
- Add dissect_time() from HOPM and make use of it in some places
Revision
6561 -
Directory Listing
Modified
Wed Oct 7 18:19:44 2015 UTC
(5 years, 3 months ago)
by
michael
- m_cap.c:cap_ack(): don't allow CAP ACK to set prohibited caps, or clear sticky ones
Revision
6560 -
Directory Listing
Modified
Sat Oct 3 18:23:47 2015 UTC
(5 years, 3 months ago)
by
michael
- s_bsd_devpoll.c, s_bsd_epoll.c:init_netio(): we don't care about the real value of errno
Revision
6557 -
Directory Listing
Modified
Sat Oct 3 18:18:07 2015 UTC
(5 years, 3 months ago)
by
michael
- s_bsd_kqueue.c:init_netio(): improve error reporting
Revision
6556 -
Directory Listing
Modified
Sat Oct 3 17:18:49 2015 UTC
(5 years, 3 months ago)
by
michael
- memory.c:outofmemory(): removed redundant logging. server_die() already does the logging
Revision
6553 -
Directory Listing
Modified
Sat Oct 3 16:56:22 2015 UTC
(5 years, 3 months ago)
by
michael
- Use EXIT_FAILURE in some places instead of hardcoded values
Revision
6552 -
Directory Listing
Modified
Mon Sep 28 17:54:14 2015 UTC
(5 years, 3 months ago)
by
michael
- Clean up stats handling a bit and made lookups constant time
Revision
6549 -
Directory Listing
Modified
Sat Sep 19 16:53:27 2015 UTC
(5 years, 4 months ago)
by
michael
- conf.c:conf_connect_allowed(): cleanup redundant test on 'conf'
Revision
6547 -
Directory Listing
Modified
Thu Sep 17 17:41:42 2015 UTC
(5 years, 4 months ago)
by
michael
- server.h: swap keywords on find_capability()
Revision
6546 -
Directory Listing
Modified
Wed Sep 16 19:55:55 2015 UTC
(5 years, 4 months ago)
by
michael
- Removed that dirty strtoken definition in stdinc.h
Revision
6543 -
Directory Listing
Modified
Wed Sep 16 16:28:59 2015 UTC
(5 years, 4 months ago)
by
michael
- autoreconf
Revision
6542 -
Directory Listing
Modified
Wed Sep 16 11:01:51 2015 UTC
(5 years, 4 months ago)
by
michael
- Replace obsolete usleep() with nanosleep()
Revision
6539 -
Directory Listing
Modified
Sun Sep 13 16:07:44 2015 UTC
(5 years, 4 months ago)
by
michael
- Update NEWS file
Revision
6537 -
Directory Listing
Modified
Sat Sep 12 16:30:37 2015 UTC
(5 years, 4 months ago)
by
michael
- motd.c, send.c: use %zu conversion specifier for size_t types
Revision
6534 -
Directory Listing
Modified
Sat Sep 12 16:23:45 2015 UTC
(5 years, 4 months ago)
by
michael
- m_message.c: swap keywords on 'ntargets'; minor style corrections
Revision
6533 -
Directory Listing
Modified
Sat Sep 12 15:59:23 2015 UTC
(5 years, 4 months ago)
by
michael
- m_info.c: fixed inconsistent description of stats_u_oper_only and stats_P_oper_only
Revision
6530 -
Directory Listing
Modified
Sat Sep 12 15:34:38 2015 UTC
(5 years, 4 months ago)
by
michael
- Minor corrections to doc/modeg.txt provided by jackal
Revision
6527 -
Directory Listing
Modified
Fri Sep 11 16:33:29 2015 UTC
(5 years, 4 months ago)
by
michael
- Fixed inconsistent style in several places
Revision
6525 -
Directory Listing
Modified
Thu Sep 10 16:34:41 2015 UTC
(5 years, 4 months ago)
by
michael
- Update README file. Changes provided by jackal
Revision
6523 -
Directory Listing
Modified
Wed Sep 9 16:35:31 2015 UTC
(5 years, 4 months ago)
by
michael
- Update reference.conf as suggested by jackal
Revision
6520 -
Directory Listing
Modified
Mon Sep 7 17:28:59 2015 UTC
(5 years, 4 months ago)
by
michael
- packet.c: fix another typo
Revision
6517 -
Directory Listing
Modified
Mon Sep 7 17:16:45 2015 UTC
(5 years, 4 months ago)
by
michael
- packet.c: fix typo
Revision
6514 -
Directory Listing
Modified
Sun Sep 6 19:26:18 2015 UTC
(5 years, 4 months ago)
by
michael
- motd.h, motd.c: have motd_signon() use date_iso8601()
Revision
6513 -
Directory Listing
Modified
Sun Sep 6 18:32:38 2015 UTC
(5 years, 4 months ago)
by
michael
- Change myctime() to use strftime() instead of ctime(); rename myctime() to date_ctime()
Revision
6510 -
Directory Listing
Modified
Sun Sep 6 17:50:05 2015 UTC
(5 years, 4 months ago)
by
michael
- m_info.c:send_birthdate_online_time(): use date() instead of myctime()
Revision
6509 -
Directory Listing
Modified
Sun Sep 6 14:45:17 2015 UTC
(5 years, 4 months ago)
by
michael
- Removed old event.txt
Revision
6506 -
Directory Listing
Modified
Sun Sep 6 11:17:15 2015 UTC
(5 years, 4 months ago)
by
michael
- m_stats.c:show_iline_prefix(), report_auth(): let remote opers see auth blocks {} with spoofs and k/x-line exempts
- client.h: removed now unused MyOper macro
Revision
6505 -
Directory Listing
Modified
Sat Sep 5 19:55:39 2015 UTC
(5 years, 4 months ago)
by
michael
- Rebuilt Makefile.in
Revision
6502 -
Directory Listing
Modified
Sat Sep 5 19:54:16 2015 UTC
(5 years, 4 months ago)
by
michael
- Allow the maintainers of the debian ircd-hybrid package to have their own BUILD_DATE shown in the RPL_CREATED numeric.
Patch submitted by Dominic Hargreaves <dom@debian.org>, slightly modified by me to fit ircd-hybrid needs
Revision
6500 -
Directory Listing
Modified
Sat Sep 5 17:55:15 2015 UTC
(5 years, 4 months ago)
by
michael
- misc.c: change date_iso8601() to use the %T conversion specifier
Revision
6499 -
Directory Listing
Modified
Sat Sep 5 17:47:55 2015 UTC
(5 years, 4 months ago)
by
michael
- misc.c: cleanup date() and make it use strftime()
Revision
6497 -
Directory Listing
Modified
Sat Sep 5 17:13:43 2015 UTC
(5 years, 4 months ago)
by
michael
- ircd_defs.h: minor correction to the USERHOST_REPLYLEN definition
Revision
6494 -
Directory Listing
Modified
Sat Sep 5 17:00:42 2015 UTC
(5 years, 4 months ago)
by
michael
- server.c:check_server(): removed redundant test on server_conf; constification
Revision
6493 -
Directory Listing
Modified
Fri Sep 4 20:12:50 2015 UTC
(5 years, 4 months ago)
by
michael
- ircd_defs.h: increase KILLLEN and REASONLEN to 240
Revision
6490 -
Directory Listing
Modified
Fri Sep 4 18:07:10 2015 UTC
(5 years, 4 months ago)
by
michael
- Rebuilt parser files
Revision
6488 -
Directory Listing
Modified
Fri Sep 4 17:56:25 2015 UTC
(5 years, 4 months ago)
by
michael
- Added 'close' to irc-operator flags
Revision
6484 -
Directory Listing
Modified
Fri Sep 4 16:55:43 2015 UTC
(5 years, 4 months ago)
by
michael
- Minor correction to reference.conf
Revision
6482 -
Directory Listing
Modified
Thu Sep 3 18:57:42 2015 UTC
(5 years, 4 months ago)
by
michael
- ircd.c:set_time(): server_die() already does the logging plus notification, no need doing it twice
Revision
6481 -
Directory Listing
Modified
Thu Sep 3 18:50:04 2015 UTC
(5 years, 4 months ago)
by
michael
- ircd.c: misc cleanups
Revision
6478 -
Directory Listing
Modified
Thu Sep 3 14:02:53 2015 UTC
(5 years, 4 months ago)
by
michael
- auth.c: rename auth_pending_list to auth_list
Revision
6474 -
Directory Listing
Modified
Thu Sep 3 13:15:24 2015 UTC
(5 years, 4 months ago)
by
michael
- Re-built Makefile.in
Revision
6473 -
Directory Listing
Modified
Thu Sep 3 13:14:14 2015 UTC
(5 years, 4 months ago)
by
michael
- Database files and links.txt are now stored in /var/lib instead of /etc
Revision
6470 -
Directory Listing
Modified
Thu Sep 3 13:06:17 2015 UTC
(5 years, 4 months ago)
by
michael
- Make use of enum in some places; make use of the HasFlag() macro some more; minor style corrections
Revision
6468 -
Directory Listing
Modified
Tue Sep 1 18:20:30 2015 UTC
(5 years, 4 months ago)
by
michael
- m_locops.c:ms_locops(): avoid multiple array indices; improve readability
Revision
6466 -
Directory Listing
Modified
Mon Aug 31 17:05:56 2015 UTC
(5 years, 4 months ago)
by
michael
- m_accept.c:m_accept(): run collapse() on the mask before using it
Revision
6464 -
Directory Listing
Modified
Sun Aug 30 16:46:32 2015 UTC
(5 years, 4 months ago)
by
michael
- ircd.c: move some function calls in main()
Revision
6462 -
Directory Listing
Modified
Sat Aug 29 20:47:15 2015 UTC
(5 years, 4 months ago)
by
michael
- m_svskill.c: use CONF_NOREASON as default reason just like in m_kill.c
Revision
6461 -
Directory Listing
Modified
Sat Aug 29 20:02:30 2015 UTC
(5 years, 4 months ago)
by
michael
- client.h: wrong value assigned to OPER_FLAG_UNRESV
Revision
6458 -
Directory Listing
Modified
Sat Aug 29 19:42:26 2015 UTC
(5 years, 4 months ago)
by
michael
- m_dline.c, m_kline.c, m_resv.c, m_xline.c: rename 't?line_time' variable to 'duration'
Revision
6455 -
Directory Listing
Modified
Sat Aug 29 19:37:17 2015 UTC
(5 years, 4 months ago)
by
michael
- Re-create parser files
Revision
6454 -
Directory Listing
Modified
Sat Aug 29 19:35:32 2015 UTC
(5 years, 4 months ago)
by
michael
- Added 'resv' and 'unresv' operator flags
Revision
6451 -
Directory Listing
Modified
Sat Aug 29 18:57:36 2015 UTC
(5 years, 4 months ago)
by
michael
- client.h: style corrections
Revision
6450 -
Directory Listing
Modified
Sat Aug 29 18:54:03 2015 UTC
(5 years, 4 months ago)
by
michael
- Re-create parser files
Revision
6447 -
Directory Listing
Modified
Sat Aug 29 18:49:58 2015 UTC
(5 years, 4 months ago)
by
michael
- The general::oper_pass_resv configuration directive has been deprecated. Added the join:resv and nick:resv operator flags for better fine tuning
Revision
6446 -
Directory Listing
Modified
Fri Aug 28 19:40:03 2015 UTC
(5 years, 4 months ago)
by
michael
- m_who.c:do_who(): use const keyword where appropriate
Revision
6443 -
Directory Listing
Modified
Fri Aug 28 18:29:37 2015 UTC
(5 years, 4 months ago)
by
michael
- m_trace.c: allow remote operators to request a full client list; various other cleanups
Revision
6441 -
Directory Listing
Modified
Thu Aug 27 17:04:15 2015 UTC
(5 years, 4 months ago)
by
michael
- Rename functions in userhost.c to comply with naming convention
Revision
6440 -
Directory Listing
Modified
Thu Aug 27 15:24:36 2015 UTC
(5 years, 4 months ago)
by
michael
- m_server.c:ms_sid(): should be using get_client_name() in these two places
Revision
6437 -
Directory Listing
Modified
Thu Aug 27 13:08:57 2015 UTC
(5 years, 4 months ago)
by
michael
- parse.c:parse_remove_unknown(): use get_client_name()
Revision
6436 -
Directory Listing
Modified
Thu Aug 27 12:51:49 2015 UTC
(5 years, 4 months ago)
by
michael
- m_squit.c:mo_squit(): should be using get_oper_name() instead of get_client_name()
Revision
6433 -
Directory Listing
Modified
Thu Aug 27 12:42:11 2015 UTC
(5 years, 4 months ago)
by
michael
- m_server.c:server_estab(): use get_client_name() when reporting errors
Revision
6432 -
Directory Listing
Modified
Thu Aug 27 10:51:26 2015 UTC
(5 years, 4 months ago)
by
michael
- m_dline.c: fix comment
Revision
6429 -
Directory Listing
Modified
Thu Aug 27 10:44:15 2015 UTC
(5 years, 4 months ago)
by
michael
- hostmask.h, hostmask.c: use const keyword where appropriate
Revision
6428 -
Directory Listing
Modified
Thu Aug 27 09:59:42 2015 UTC
(5 years, 4 months ago)
by
michael
- server.c: make use of get_client_name() in some places; fixed some other get_client_name() calls to use the right argument value
Revision
6425 -
Directory Listing
Modified
Thu Aug 27 09:43:26 2015 UTC
(5 years, 4 months ago)
by
michael
- Fixed some server related get_client_name() calls where HIDE_IP is used instead of SHOW_IP. get_client_name()
already deals with hide_server_ips and falls back to HIDE_IP if IP hiding is enabled.
Revision
6423 -
Directory Listing
Modified
Wed Aug 26 18:55:59 2015 UTC
(5 years, 4 months ago)
by
michael
- misc.c: style corrections
Revision
6422 -
Directory Listing
Modified
Wed Aug 26 18:12:52 2015 UTC
(5 years, 4 months ago)
by
michael
- Get rid of smalldate() and replace all instances of it with date_iso8601()
Revision
6419 -
Directory Listing
Modified
Wed Aug 26 17:51:30 2015 UTC
(5 years, 4 months ago)
by
michael
- misc.c: for consistency, have myctime() to behave like the other date/time functions when called with an argument being 0
Revision
6418 -
Directory Listing
Modified
Wed Aug 26 17:41:51 2015 UTC
(5 years, 4 months ago)
by
michael
- log.c: made log_write() use date_iso8601()
Revision
6415 -
Directory Listing
Modified
Wed Aug 26 17:33:45 2015 UTC
(5 years, 4 months ago)
by
michael
- Added date_iso8601() for later use
Revision
6413 -
Directory Listing
Modified
Wed Aug 26 17:14:06 2015 UTC
(5 years, 4 months ago)
by
michael
- misc.c: optimize time/date functions for subseqent calls with same argument value
Revision
6411 -
Directory Listing
Modified
Tue Aug 25 20:22:36 2015 UTC
(5 years, 4 months ago)
by
michael
- hostmask.c: revert to -r6318. Needs more thinking.
Revision
6409 -
Directory Listing
Modified
Tue Aug 25 19:56:57 2015 UTC
(5 years, 4 months ago)
by
michael
- hostmask.c:find_address_conf(), find_dline_conf(): add accurate timeout check. A k/d-line might have been already expired since we run cleanups every minute
Revision
6408 -
Directory Listing
Modified
Tue Aug 25 19:24:09 2015 UTC
(5 years, 4 months ago)
by
michael
- m_svsmode.c:ms_svsmode(): move the 'ts = atol()' assignment right after the find_person()
Revision
6405 -
Directory Listing
Modified
Tue Aug 25 18:48:26 2015 UTC
(5 years, 4 months ago)
by
michael
- m_who.c: use an enum for WHO_MAX_REPLIES, even though this should be made configurable
Revision
6403 -
Directory Listing
Modified
Mon Aug 24 18:18:28 2015 UTC
(5 years, 4 months ago)
by
michael
- m_invite.c: p4 style broadcast of INVITE to all servers on the network
Revision
6400 -
Directory Listing
Modified
Sun Aug 23 16:32:56 2015 UTC
(5 years, 5 months ago)
by
michael
- Implement ircv3.1 account-notify extension
Revision
6397 -
Directory Listing
Modified
Sun Aug 23 15:15:53 2015 UTC
(5 years, 5 months ago)
by
michael
- server.c:serv_connect_callback(): constification
Revision
6394 -
Directory Listing
Modified
Sun Aug 23 15:01:55 2015 UTC
(5 years, 5 months ago)
by
michael
- autoreconf
Revision
6393 -
Directory Listing
Modified
Sun Aug 23 14:58:44 2015 UTC
(5 years, 5 months ago)
by
michael
- Move userhost related code from hash.c to userhost.c
Revision
6390 -
Directory Listing
Modified
Sat Aug 22 18:12:04 2015 UTC
(5 years, 5 months ago)
by
michael
- server.c:try_connections(): get rid of MIN_CONN_FREQ and allow class::connectfreq to work properly with values lower than 300 seconds; update comment for clarification
Revision
6387 -
Directory Listing
Modified
Sat Aug 22 17:36:03 2015 UTC
(5 years, 5 months ago)
by
michael
- m_server.c:server_estab(): removed comment that's outdated for 24 years now
Revision
6385 -
Directory Listing
Modified
Fri Aug 21 18:30:29 2015 UTC
(5 years, 5 months ago)
by
michael
- Use an embedded list node for the ListTask struct
Revision
6383 -
Directory Listing
Modified
Fri Aug 21 17:24:00 2015 UTC
(5 years, 5 months ago)
by
michael
- getopt.c: use pointer arithmetic instead of array subscripting
Revision
6381 -
Directory Listing
Modified
Fri Aug 21 17:20:11 2015 UTC
(5 years, 5 months ago)
by
michael
- getopt.c: fixed inconsistent use of 'error' vs. 'Error'
Revision
6379 -
Directory Listing
Modified
Fri Aug 21 10:53:21 2015 UTC
(5 years, 5 months ago)
by
michael
- m_kick.c: doxygen
Revision
6378 -
Directory Listing
Modified
Fri Aug 21 10:38:26 2015 UTC
(5 years, 5 months ago)
by
michael
- Rebuild parser files
Revision
6375 -
Directory Listing
Modified
Fri Aug 21 10:34:16 2015 UTC
(5 years, 5 months ago)
by
michael
- Remove splitmode checking
Revision
6373 -
Directory Listing
Modified
Fri Aug 21 10:00:10 2015 UTC
(5 years, 5 months ago)
by
michael
- Rename several functions in channel.c to comply with naming convention
Revision
6371 -
Directory Listing
Modified
Wed Aug 19 10:37:45 2015 UTC
(5 years, 5 months ago)
by
michael
- Rebuilt parser file
Revision
6370 -
Directory Listing
Modified
Wed Aug 19 10:37:10 2015 UTC
(5 years, 5 months ago)
by
michael
- Rename several functions in event.c to comply with naming convention
Revision
6367 -
Directory Listing
Modified
Wed Aug 19 10:25:00 2015 UTC
(5 years, 5 months ago)
by
michael
- Rename several functions in listener.c to comply with naming convention
Revision
6366 -
Directory Listing
Modified
Wed Aug 19 10:06:03 2015 UTC
(5 years, 5 months ago)
by
michael
- Move show_ports() from listener.c to m_stats.c
Revision
6363 -
Directory Listing
Modified
Wed Aug 19 09:59:26 2015 UTC
(5 years, 5 months ago)
by
michael
- Remove unused header includes
Revision
6362 -
Directory Listing
Modified
Tue Aug 18 07:27:15 2015 UTC
(5 years, 5 months ago)
by
michael
- m_mode.c: add proper documentation for the MODE command handler
Revision
6359 -
Directory Listing
Modified
Tue Aug 18 06:56:14 2015 UTC
(5 years, 5 months ago)
by
michael
- channel_mode.c:channel_modes(): removed useless FLAGS_SERVICE test on client_p. We don't need that here.
Revision
6357 -
Directory Listing
Modified
Mon Aug 17 16:38:13 2015 UTC
(5 years, 5 months ago)
by
michael
- Make server_die() use enum; minor cleanups here and there
Revision
6355 -
Directory Listing
Modified
Mon Aug 17 10:45:04 2015 UTC
(5 years, 5 months ago)
by
michael
- m_links.c:do_links(): use const on 'target_p'
Revision
6354 -
Directory Listing
Modified
Fri Aug 14 17:53:44 2015 UTC
(5 years, 5 months ago)
by
michael
- Rename server capabilities flags from CAP_* to CAPAB_*
Revision
6351 -
Directory Listing
Modified
Tue Aug 11 18:39:23 2015 UTC
(5 years, 5 months ago)
by
michael
- m_resv.c: enable temporary s2s RESVs. Previously this only worked with encapsulated RESVs.
Revision
6350 -
Directory Listing
Modified
Tue Aug 11 17:53:44 2015 UTC
(5 years, 5 months ago)
by
michael
- Make use of enum in more places
Revision
6347 -
Directory Listing
Modified
Tue Aug 11 17:44:39 2015 UTC
(5 years, 5 months ago)
by
michael
- Make use of enum in more places
Revision
6345 -
Directory Listing
Modified
Tue Aug 11 17:23:26 2015 UTC
(5 years, 5 months ago)
by
michael
- Cleanup/fix names of several #ifndef INCLUDED_*
Revision
6344 -
Directory Listing
Modified
Mon Aug 10 18:52:28 2015 UTC
(5 years, 5 months ago)
by
michael
- m_resv.c:parse_resv(): constification
Revision
6339 -
Directory Listing
Modified
Mon Aug 10 18:38:55 2015 UTC
(5 years, 5 months ago)
by
michael
- m_resv.c:parse_resv(): remove local/remote info to be consistent with the other *LINE notices. The sender's server is shown in the notice anyway.
Revision
6338 -
Directory Listing
Modified
Mon Aug 10 18:26:32 2015 UTC
(5 years, 5 months ago)
by
michael
- m_resv.c:parse_resv(): don't has_wildcards() check 'name' if RESV comes from services
Revision
6335 -
Directory Listing
Modified
Mon Aug 10 18:09:17 2015 UTC
(5 years, 5 months ago)
by
michael
- m_resv.c:parse_resv(): swap tests on 'name' to make more sense
Revision
6334 -
Directory Listing
Modified
Mon Aug 10 17:57:22 2015 UTC
(5 years, 5 months ago)
by
michael
- m_resv.c:parse_resv(): skip the # when dealing with channel names
Revision
6332 -
Directory Listing
Modified
Mon Aug 10 17:55:33 2015 UTC
(5 years, 5 months ago)
by
michael
- conf.c:valid_wild_card_simple(): allow for short names (less than min_nonwildcard_simple) that don't have wildcards in it
Revision
6329 -
Directory Listing
Modified
Mon Aug 10 17:51:30 2015 UTC
(5 years, 5 months ago)
by
michael
- m_resv.c:parse_resv(): check for wildcards in channel resvs, too
Revision
6328 -
Directory Listing
Modified
Sat Aug 8 18:14:06 2015 UTC
(5 years, 5 months ago)
by
michael
- channel.h: rename FLOOD_NOTICED to MSG_FLOOD_NOTICED
Revision
6325 -
Directory Listing
Modified
Sat Aug 8 17:54:22 2015 UTC
(5 years, 5 months ago)
by
michael
- Get rid of the IsRegistered() macro, which is a rather dangerous macro for coders who add new connection states
Revision
6323 -
Directory Listing
Modified
Sat Aug 8 17:47:58 2015 UTC
(5 years, 5 months ago)
by
michael
- Make use of enum in more places
Revision
6319 -
Directory Listing
Modified
Wed Aug 5 18:30:39 2015 UTC
(5 years, 5 months ago)
by
michael
- Rebuild conf_parser.c
Revision
6318 -
Directory Listing
Modified
Wed Aug 5 16:04:43 2015 UTC
(5 years, 5 months ago)
by
michael
- Get rid of UMODE_ALL
Revision
6315 -
Directory Listing
Modified
Wed Aug 5 14:50:08 2015 UTC
(5 years, 5 months ago)
by
michael
- Make use of enums some more
Revision
6313 -
Directory Listing
Modified
Sat Aug 1 18:03:39 2015 UTC
(5 years, 5 months ago)
by
michael
- Make use of the *Flag() macros in some more places
Revision
6310 -
Directory Listing
Modified
Fri Jul 24 13:50:43 2015 UTC
(5 years, 6 months ago)
by
michael
- client.c:get_client_name(): minor documentation change
Revision
6307 -
Directory Listing
Modified
Fri Jul 24 13:41:37 2015 UTC
(5 years, 6 months ago)
by
michael
- user.c:user_oper_up(): remove useless assert()
Revision
6306 -
Directory Listing
Modified
Fri Jul 24 13:23:31 2015 UTC
(5 years, 6 months ago)
by
michael
- Move show_events() from event.c to m_stats.c. Remove now unused prototypes.
Revision
6262 -
Directory Listing
Modified
Sun Jul 12 16:27:38 2015 UTC
(5 years, 6 months ago)
by
michael
- restart.c:server_die(): use EXIT_SUCCESS/EXIT_FAILURE
Revision
6260 -
Directory Listing
Modified
Sun Jul 12 16:22:21 2015 UTC
(5 years, 6 months ago)
by
michael
- ircd.c:check_pidfile(): re-enable logging
Revision
6259 -
Directory Listing
Modified
Sat Jul 11 12:18:43 2015 UTC
(5 years, 6 months ago)
by
michael
- Set keyword and eol-style properties
Revision
6256 -
Directory Listing
Modified
Sat Jul 11 10:45:20 2015 UTC
(5 years, 6 months ago)
by
michael
- Removed slang in comment
Revision
6255 -
Directory Listing
Modified
Fri Jul 10 15:40:48 2015 UTC
(5 years, 6 months ago)
by
michael
- m_whois.c: don't allow remote WHOIS lookups with the target being a UID. Removed IsDigit test.
Revision
6252 -
Directory Listing
Modified
Fri Jul 10 15:32:00 2015 UTC
(5 years, 6 months ago)
by
michael
- Removed RPL_YOURID. Clients don't need to know about their associated UID nor is the information of any use for them
Revision
6245 -
Directory Listing
Modified
Thu Jul 9 11:42:51 2015 UTC
(5 years, 6 months ago)
by
michael
- README.mkpasswd, mkpasswd.c: spelling fixes; use 'unsigned' and 'const' where possible; style corrections
Revision
6242 -
Directory Listing
Modified
Thu Jul 9 11:18:42 2015 UTC
(5 years, 6 months ago)
by
michael
- mkpasswd.c: don't allow 'length' and 'rounds' to become -ve
Revision
6240 -
Directory Listing
Modified
Wed Jul 8 14:40:58 2015 UTC
(5 years, 6 months ago)
by
michael
- mkpasswd.c: properly deal with crypt() returning NULL. Fixes core as reported by falsovsky.
Revision
6217 -
Directory Listing
Modified
Sun Jun 28 12:49:36 2015 UTC
(5 years, 6 months ago)
by
michael
- m_nick.c:ms_uid(): removed redundant parc < 10 test
Revision
6193 -
Directory Listing
Modified
Thu Jun 25 12:52:37 2015 UTC
(5 years, 6 months ago)
by
michael
- isupport.c:isupport_rebuild(): make coverity shut up (CID 1308362)
Revision
6192 -
Directory Listing
Modified
Wed Jun 24 18:00:07 2015 UTC
(5 years, 6 months ago)
by
michael
- Rename oper_up() to user_oper_up()
Revision
6189 -
Directory Listing
Modified
Wed Jun 24 17:56:29 2015 UTC
(5 years, 6 months ago)
by
michael
- Rename user_usermodes_init() to user_modes_init()
Revision
6188 -
Directory Listing
Modified
Wed Jun 24 17:50:01 2015 UTC
(5 years, 6 months ago)
by
michael
- autoreconf
Revision
6185 -
Directory Listing
Modified
Wed Jun 24 17:46:27 2015 UTC
(5 years, 6 months ago)
by
michael
- Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention
Revision
6179 -
Directory Listing
Modified
Tue Jun 23 15:55:00 2015 UTC
(5 years, 7 months ago)
by
michael
- m_svinfo.c: replace abs() with labs()
Revision
6162 -
Directory Listing
Modified
Thu Jun 18 10:56:46 2015 UTC
(5 years, 7 months ago)
by
michael
- Re-create autogenerated files
Revision
6161 -
Directory Listing
Modified
Thu Jun 18 10:55:29 2015 UTC
(5 years, 7 months ago)
by
michael
- Move all SID/UID related code to id.c
Revision
6159 -
Directory Listing
Modified
Thu Jun 18 09:36:14 2015 UTC
(5 years, 7 months ago)
by
michael
- server.c:generate_sid(): replace snprintf/strlcpy combo with just snprintf
Revision
6156 -
Directory Listing
Modified
Thu Jun 18 09:19:25 2015 UTC
(5 years, 7 months ago)
by
michael
- Automatically generate sid on startup if none is configured. Patch provided by Adam
Revision
6155 -
Directory Listing
Modified
Tue Jun 16 18:32:59 2015 UTC
(5 years, 7 months ago)
by
michael
- m_message.c, numeric.c: changed RPL_UMODEGMSG numeric format to match with insp/ratbox/chary as suggested by Adam and jackal
Revision
6152 -
Directory Listing
Modified
Tue Jun 16 16:56:10 2015 UTC
(5 years, 7 months ago)
by
michael
- Various documentation updates provided by Jackal
Revision
6137 -
Directory Listing
Modified
Thu Jun 11 19:45:40 2015 UTC
(5 years, 7 months ago)
by
michael
- ax_arg_enable_debugging.m4: use AS_IF
Revision
6134 -
Directory Listing
Modified
Thu Jun 11 19:33:18 2015 UTC
(5 years, 7 months ago)
by
michael
- ax_arg_enable_warnings.m4: use AS_IF
Revision
6129 -
Directory Listing
Modified
Thu Jun 11 18:17:33 2015 UTC
(5 years, 7 months ago)
by
michael
- Update help/index as suggested by Jackal
Revision
6128 -
Directory Listing
Modified
Thu Jun 11 14:34:49 2015 UTC
(5 years, 7 months ago)
by
michael
- autoreconf
Revision
6125 -
Directory Listing
Modified
Thu Jun 11 14:32:01 2015 UTC
(5 years, 7 months ago)
by
michael
- Moved chunk size defines for the pooling allocator to ax_mempool_chunksizes.m4
Revision
6123 -
Directory Listing
Modified
Thu Jun 11 14:25:03 2015 UTC
(5 years, 7 months ago)
by
michael
- Moved NICKNAMEHISTORYLENGTH definition to whowas.h
Revision
6122 -
Directory Listing
Modified
Thu Jun 11 14:16:43 2015 UTC
(5 years, 7 months ago)
by
michael
- autoreconf
Revision
6119 -
Directory Listing
Modified
Thu Jun 11 14:10:27 2015 UTC
(5 years, 7 months ago)
by
michael
- configure.ac: removed invalid copyright information
Revision
6117 -
Directory Listing
Modified
Thu Jun 11 13:28:51 2015 UTC
(5 years, 7 months ago)
by
michael
- gcc_stack_protect.m4: modernization: AC_TRY_COMPILE and AC_TRY_LINK are obsolete
Revision
6096 -
Directory Listing
Modified
Wed Jun 10 20:42:10 2015 UTC
(5 years, 7 months ago)
by
michael
- gcc_stack_protect.m4: added support for -fstack-protector-strong which is supported since gcc 4.9
Revision
6095 -
Directory Listing
Modified
Wed Jun 10 17:55:48 2015 UTC
(5 years, 7 months ago)
by
michael
- Update reference.conf. SSLv3 is no longer supported
Revision
6066 -
Directory Listing
Modified
Mon Jun 8 19:36:02 2015 UTC
(5 years, 7 months ago)
by
michael
- Fixed help/index as pointed out by jackal
Revision
6060 -
Directory Listing
Modified
Sat Jun 6 17:22:50 2015 UTC
(5 years, 7 months ago)
by
michael
- server.c:hunt_server(): prioritize wildcard lookups on server names as suggested by Adam. Could have used some
dlinkAddTail magic for clients to keep the list ordered by servers and clients but introducing a second loop in
hunt_server() makes things more obvious. Also it should be investigated if there's still good a reason for
putting servers on the global_client_list.
Revision
6056 -
Directory Listing
Modified
Thu Jun 4 17:19:00 2015 UTC
(5 years, 7 months ago)
by
michael
- Update ax_append_flag.m4 to latest version
Revision
6053 -
Directory Listing
Modified
Thu Jun 4 17:11:06 2015 UTC
(5 years, 7 months ago)
by
michael
- Update ax_check_compile_flag.m4 to latest version
Revision
6010 -
Directory Listing
Modified
Sat May 30 19:19:22 2015 UTC
(5 years, 7 months ago)
by
michael
- Re-built parser files
Revision
6008 -
Directory Listing
Modified
Sat May 30 19:18:21 2015 UTC
(5 years, 7 months ago)
by
michael
- conf_parser.y: always rebuild CIDR lists
Revision
5990 -
Directory Listing
Modified
Tue May 26 19:03:28 2015 UTC
(5 years, 7 months ago)
by
michael
- conf_lexer.l: fixed typo introduced in previous commit
Revision
5987 -
Directory Listing
Modified
Tue May 26 18:59:52 2015 UTC
(5 years, 7 months ago)
by
michael
- Re-generate parser files
Revision
5985 -
Directory Listing
Modified
Tue May 26 18:52:42 2015 UTC
(5 years, 7 months ago)
by
michael
- Added 'xline_exempt' to auth{} block flags
Revision
5983 -
Directory Listing
Modified
Mon May 25 15:24:48 2015 UTC
(5 years, 7 months ago)
by
michael
- channel.c:channel_do_join(): removed useless test on conf->reason
Revision
5980 -
Directory Listing
Modified
Mon May 25 14:24:26 2015 UTC
(5 years, 7 months ago)
by
michael
- client.c:conf_try_ban(): use the proper conversion specifier
Revision
5979 -
Directory Listing
Modified
Mon May 25 14:18:59 2015 UTC
(5 years, 7 months ago)
by
michael
- client.c:conf_try_ban(): minor cleanups
Revision
5976 -
Directory Listing
Modified
Mon May 18 15:36:11 2015 UTC
(5 years, 8 months ago)
by
michael
- hostmask.c:try_parse_v4_netmask(): fixed possible OOB read
Revision
5959 -
Directory Listing
Modified
Sat May 9 21:56:30 2015 UTC
(5 years, 8 months ago)
by
michael
- m_resv.c, m_unresv.c: removed useless comments
Revision
5956 -
Directory Listing
Modified
Sat May 9 19:53:09 2015 UTC
(5 years, 8 months ago)
by
michael
- Removed useless header includes
Revision
5955 -
Directory Listing
Modified
Sat May 9 19:34:32 2015 UTC
(5 years, 8 months ago)
by
michael
- conf.c:parse_aline(): removed test on target_server. There's no command that doesn't support the "ON" option
Revision
5940 -
Directory Listing
Modified
Wed May 6 19:07:24 2015 UTC
(5 years, 8 months ago)
by
michael
- autoreconf
Revision
5939 -
Directory Listing
Modified
Wed May 6 19:07:00 2015 UTC
(5 years, 8 months ago)
by
michael
- configure.ac: require automake 1.15
Revision
5936 -
Directory Listing
Modified
Wed May 6 18:33:02 2015 UTC
(5 years, 8 months ago)
by
michael
- Recreate parser/lexer files
Revision
5933 -
Directory Listing
Modified
Wed May 6 18:30:17 2015 UTC
(5 years, 8 months ago)
by
michael
- Removed the 'havent_read_conf' configuration directive as it only caused a whole lot more trouble than
it actually helped
Revision
5902 -
Directory Listing
Modified
Mon May 4 11:56:42 2015 UTC
(5 years, 8 months ago)
by
michael
- Style corrections
Revision
5899 -
Directory Listing
Modified
Mon May 4 11:19:16 2015 UTC
(5 years, 8 months ago)
by
michael
- conf_db.h, conf_db.c: remove functions/definitions we don't need
Revision
5898 -
Directory Listing
Modified
Mon May 4 10:50:21 2015 UTC
(5 years, 8 months ago)
by
michael
- '!' and '@' are no longer threated as wildcard characters
Revision
5894 -
Directory Listing
Modified
Sun May 3 21:03:04 2015 UTC
(5 years, 8 months ago)
by
michael
- Removed g-line leftovers
Revision
5893 -
Directory Listing
Modified
Sun May 3 20:50:30 2015 UTC
(5 years, 8 months ago)
by
michael
- m_resv.c: use m_unregistered() for the UNREGISTERED_HANDLER
Revision
5891 -
Directory Listing
Modified
Sun May 3 19:15:01 2015 UTC
(5 years, 8 months ago)
by
michael
- m_info.c: don't int overflow if for some unknown reason someone configures insanely high values of > 2^31-1
Revision
5888 -
Directory Listing
Modified
Sun May 3 16:32:25 2015 UTC
(5 years, 8 months ago)
by
michael
- auth.c: use C99-style array initialization
Revision
5887 -
Directory Listing
Modified
Sun May 3 16:29:22 2015 UTC
(5 years, 8 months ago)
by
michael
- s_bsd.c: use C99-style array initialization
Revision
5884 -
Directory Listing
Modified
Sun May 3 16:17:51 2015 UTC
(5 years, 8 months ago)
by
michael
- m_who.c:m_who(): use explicit NULL when calling who_global() for /who with no params
Revision
5883 -
Directory Listing
Modified
Sun May 3 16:14:56 2015 UTC
(5 years, 8 months ago)
by
michael
- m_who.c: allow /who to be used with no additional parameters
Revision
5881 -
Directory Listing
Modified
Sun May 3 16:04:15 2015 UTC
(5 years, 8 months ago)
by
michael
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
Revision
5875 -
Directory Listing
Modified
Wed Apr 29 11:09:28 2015 UTC
(5 years, 8 months ago)
by
michael
- Style corrections; removed trailing whitespaces
Revision
5871 -
Directory Listing
Modified
Tue Apr 28 20:35:50 2015 UTC
(5 years, 8 months ago)
by
michael
- conf.c:expire_tklines(): deduplicate
Revision
5870 -
Directory Listing
Modified
Tue Apr 28 19:57:52 2015 UTC
(5 years, 8 months ago)
by
michael
- m_xline.c: fixed invalid command sytnax when broadcasting XLINEs to other servers. First argument can't be a digit.
Revision
5867 -
Directory Listing
Modified
Tue Apr 28 12:47:36 2015 UTC
(5 years, 8 months ago)
by
michael
- m_xline.c: renamed write_xline() to xline_add()
Revision
5865 -
Directory Listing
Modified
Tue Apr 28 12:42:56 2015 UTC
(5 years, 8 months ago)
by
michael
- m_xline.c: don't allow legit-looking fake exit reasons like "Ping timeout: 240 seconds"; constification
Revision
5864 -
Directory Listing
Modified
Tue Apr 28 12:23:30 2015 UTC
(5 years, 8 months ago)
by
michael
- Removed useless zero initializers from the module_entry as suggested by Adam
Revision
5853 -
Directory Listing
Modified
Mon Apr 27 18:00:55 2015 UTC
(5 years, 8 months ago)
by
michael
- channel.c:clear_invites_client(): add missing documentation
Revision
5852 -
Directory Listing
Modified
Mon Apr 27 17:55:01 2015 UTC
(5 years, 8 months ago)
by
michael
- Renamed clear_invites() to clear_invites_channel()
- Added separate clear_invites_client()
Revision
5850 -
Directory Listing
Modified
Sun Apr 26 19:57:12 2015 UTC
(5 years, 8 months ago)
by
michael
- hostmask.c:find_conf_by_address(): constification
Revision
5847 -
Directory Listing
Modified
Sun Apr 26 19:02:58 2015 UTC
(5 years, 8 months ago)
by
michael
- conf.c:clear_out_old_conf(): also don't remove database based XLINE and RESVs from their
associated linked list(s)
Revision
5846 -
Directory Listing
Modified
Sun Apr 26 17:48:25 2015 UTC
(5 years, 8 months ago)
by
michael
- hostmask.c:clear_out_address_conf(): removed useless test on arec->conf->until. Temporary
server bans are always stored in the databases, so it's enough to test for IsConfDatabase()
Revision
5843 -
Directory Listing
Modified
Sun Apr 26 17:40:23 2015 UTC
(5 years, 8 months ago)
by
michael
- conf.c:clear_out_old_conf(): also don't clear out RESVs that have been set with the RESV command
Revision
5840 -
Directory Listing
Modified
Sun Apr 26 17:27:57 2015 UTC
(5 years, 8 months ago)
by
michael
- conf.c:clear_out_old_conf(): fixed bug where REHASH would clear all x-lines that
have been set with the XLINE command
Revision
5837 -
Directory Listing
Modified
Sun Apr 26 17:10:21 2015 UTC
(5 years, 8 months ago)
by
michael
- m_unresv.c: deduplication
Revision
5836 -
Directory Listing
Modified
Sun Apr 26 16:56:58 2015 UTC
(5 years, 8 months ago)
by
michael
- m_undline.c: use LOG_TYPE_DLINE
Revision
5833 -
Directory Listing
Modified
Sun Apr 26 16:53:07 2015 UTC
(5 years, 8 months ago)
by
michael
- m_undline.c, m_unkline.c: deduplication
- m_unxline.c: renamed functions
Revision
5832 -
Directory Listing
Modified
Sun Apr 26 16:28:26 2015 UTC
(5 years, 8 months ago)
by
michael
- m_dline.c, m_kline: renamed functions
Revision
5829 -
Directory Listing
Modified
Sun Apr 26 16:25:34 2015 UTC
(5 years, 8 months ago)
by
michael
- m_dline.c: deduplication
Revision
5828 -
Directory Listing
Modified
Sun Apr 26 16:12:36 2015 UTC
(5 years, 8 months ago)
by
michael
- m_kline.c: deduplication
Revision
5825 -
Directory Listing
Modified
Sun Apr 26 15:55:57 2015 UTC
(5 years, 8 months ago)
by
michael
- m_resv.c:parse_resv(): cleaned up the massive mess a bit
Revision
5823 -
Directory Listing
Modified
Sun Apr 26 15:37:43 2015 UTC
(5 years, 8 months ago)
by
michael
- Get rid of valid_comment()
Revision
5822 -
Directory Listing
Modified
Sun Apr 26 12:42:15 2015 UTC
(5 years, 8 months ago)
by
michael
- m_dline.c:mo_dline(): we're not interested in the address nor the bits on the
first parse_netmask() call
Revision
5819 -
Directory Listing
Modified
Sun Apr 26 12:31:37 2015 UTC
(5 years, 8 months ago)
by
michael
- m_dline.c:mo_dline(): get rid of some stupid parse_netmask() call
Revision
5818 -
Directory Listing
Modified
Sun Apr 26 11:57:53 2015 UTC
(5 years, 8 months ago)
by
michael
- m_dline.c:ms_dline(): minor cleanup
Revision
5815 -
Directory Listing
Modified
Fri Apr 24 17:32:26 2015 UTC
(5 years, 9 months ago)
by
michael
- Configuration related server notices are now admins only as they potentially
could leak passwords and other sensitive data to irc operators that don't have
administrator privileges
Revision
5812 -
Directory Listing
Modified
Thu Apr 23 17:42:32 2015 UTC
(5 years, 9 months ago)
by
michael
- m_kline.c:already_placed_kline(): removed 'warn' parameter we don't need
Revision
5809 -
Directory Listing
Modified
Wed Apr 22 20:28:18 2015 UTC
(5 years, 9 months ago)
by
michael
- user.c:report_and_set_user_flags(): removed g-lines leftover in server notice
Revision
5808 -
Directory Listing
Modified
Wed Apr 22 20:20:29 2015 UTC
(5 years, 9 months ago)
by
michael
- m_dline.c: fix compile warnings with -Wunused-variable
Revision
5807 -
Directory Listing
Modified
Wed Apr 22 20:12:17 2015 UTC
(5 years, 9 months ago)
by
michael
- m_dline.c: allow d-lines to be added even if an exempt {} exists
Revision
5806 -
Directory Listing
Modified
Tue Apr 21 21:51:26 2015 UTC
(5 years, 9 months ago)
by
michael
- Recreate autogenerated files
Revision
5805 -
Directory Listing
Modified
Tue Apr 21 21:49:58 2015 UTC
(5 years, 9 months ago)
by
michael
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
dline_min_cidr6 configuration options
Revision
5804 -
Directory Listing
Modified
Fri Apr 17 20:03:43 2015 UTC
(5 years, 9 months ago)
by
michael
- numeric.c: use C99 array initialization
Revision
5801 -
Directory Listing
Modified
Fri Apr 17 19:23:06 2015 UTC
(5 years, 9 months ago)
by
michael
- conf_parser.c: rebuilt
Revision
5800 -
Directory Listing
Modified
Fri Apr 17 18:55:55 2015 UTC
(5 years, 9 months ago)
by
michael
- conf_parser.y: fixed error messages as pointed out by Adam
Revision
5797 -
Directory Listing
Modified
Fri Apr 17 16:19:21 2015 UTC
(5 years, 9 months ago)
by
michael
- conf.c:conf_add_class_to_conf(): cleaned up duplicated code
Revision
5796 -
Directory Listing
Modified
Fri Apr 17 16:12:30 2015 UTC
(5 years, 9 months ago)
by
michael
- Minor cleanups to CAPAB related code
Revision
5792 -
Directory Listing
Modified
Tue Apr 14 17:58:04 2015 UTC
(5 years, 9 months ago)
by
michael
- patricia.h: removed some windows support leftovers
Revision
5791 -
Directory Listing
Modified
Mon Apr 6 18:39:43 2015 UTC
(5 years, 9 months ago)
by
michael
- Reject remote k-line requests that don't have enough non-wildcard characters
Revision
5786 -
Directory Listing
Modified
Sun Apr 5 15:58:35 2015 UTC
(5 years, 9 months ago)
by
michael
- Update NEWS file
Revision
5784 -
Directory Listing
Modified
Sun Apr 5 15:17:11 2015 UTC
(5 years, 9 months ago)
by
michael
- sendnick_TS(), introduce_client(): use the %u conversion specifier for unsigned ints
Revision
5783 -
Directory Listing
Modified
Sun Apr 5 15:01:12 2015 UTC
(5 years, 9 months ago)
by
michael
- conf.c:find_user_host(): removed unused 'flags' argument
Revision
5780 -
Directory Listing
Modified
Sat Apr 4 17:47:53 2015 UTC
(5 years, 9 months ago)
by
michael
- m_nick.c:uid_from_server(): default to '*' for clients that don't have an accountname assigned
Revision
5777 -
Directory Listing
Modified
Sat Apr 4 17:45:12 2015 UTC
(5 years, 9 months ago)
by
michael
- parse.c:msg_tree_parse(): cleaned up an assert()
Revision
5776 -
Directory Listing
Modified
Sat Apr 4 17:31:30 2015 UTC
(5 years, 9 months ago)
by
michael
- Changed some function to void if we don't need a return value
- Have some other functions return saner values
Revision
5774 -
Directory Listing
Modified
Sat Apr 4 15:43:29 2015 UTC
(5 years, 9 months ago)
by
michael
- Removed TS_DOESTS, DoesTS, and related code
Revision
5769 -
Directory Listing
Modified
Thu Apr 2 19:51:53 2015 UTC
(5 years, 9 months ago)
by
michael
- Cleaned up strlen() based array indices
Revision
5768 -
Directory Listing
Modified
Thu Apr 2 18:48:17 2015 UTC
(5 years, 9 months ago)
by
michael
- Update help/index
Revision
5765 -
Directory Listing
Modified
Thu Apr 2 18:40:52 2015 UTC
(5 years, 9 months ago)
by
michael
- Rebuilt help/Makefile.in
Revision
5764 -
Directory Listing
Modified
Thu Apr 2 18:40:03 2015 UTC
(5 years, 9 months ago)
by
michael
- Removed some help files for inter-server commands
Revision
5761 -
Directory Listing
Modified
Thu Apr 2 18:33:24 2015 UTC
(5 years, 9 months ago)
by
michael
- Regenerate parser/lexer files
Revision
5760 -
Directory Listing
Modified
Thu Apr 2 18:29:21 2015 UTC
(5 years, 9 months ago)
by
michael
- Removed unused HIDE_SPOOF_IPS and GLOBAL_KILL tokens
Revision
5757 -
Directory Listing
Modified
Thu Apr 2 18:25:34 2015 UTC
(5 years, 9 months ago)
by
michael
- Changed some members of the Ban structure to use fixed-size arrays
Revision
5756 -
Directory Listing
Modified
Thu Apr 2 17:32:42 2015 UTC
(5 years, 9 months ago)
by
michael
- m_bmask.c: fixed potential BMASK buffer overflow. Patch provided by Adam.
Revision
5753 -
Directory Listing
Modified
Thu Apr 2 17:29:12 2015 UTC
(5 years, 9 months ago)
by
michael
- channel_mode.c:add_id(): removed useless IsServer() test
Revision
5752 -
Directory Listing
Modified
Thu Apr 2 17:27:33 2015 UTC
(5 years, 9 months ago)
by
michael
- Mostly whitespace changes
Revision
5749 -
Directory Listing
Modified
Tue Mar 31 11:55:44 2015 UTC
(5 years, 9 months ago)
by
michael
- channel_mode.c: moved 'if (!mode_count)' test from send_mode_changes_client() to
set_channel_mode()
Revision
5748 -
Directory Listing
Modified
Tue Mar 31 11:51:35 2015 UTC
(5 years, 9 months ago)
by
michael
- channel_mode.c: renamed send_mode_changes() to send_mode_changes_client();
have send_mode_changes_server() called from set_channel_mode()
Revision
5745 -
Directory Listing
Modified
Tue Mar 31 11:36:58 2015 UTC
(5 years, 9 months ago)
by
michael
- channel_mode.c:chm_ban(), chm_except(), chm_invex(): replaced memcpy() with strlcpy()
Revision
5743 -
Directory Listing
Modified
Tue Mar 31 11:33:22 2015 UTC
(5 years, 9 months ago)
by
michael
- user.c:register_remote_user(): removed strcmp() mess from remote connection notices
(backward compatibility for older servers using "0" in UID messages for spoofed hosts)
Revision
5741 -
Directory Listing
Modified
Sun Mar 29 16:34:05 2015 UTC
(5 years, 9 months ago)
by
michael
- Update NEWS file
Revision
5738 -
Directory Listing
Modified
Sun Mar 29 16:05:40 2015 UTC
(5 years, 9 months ago)
by
michael
- Update README file
Revision
5737 -
Directory Listing
Modified
Sun Mar 29 11:11:20 2015 UTC
(5 years, 9 months ago)
by
michael
- ircd.c:write_pidfile(): removed the PID from the error message
Revision
5732 -
Directory Listing
Modified
Sun Mar 29 10:57:50 2015 UTC
(5 years, 9 months ago)
by
michael
- client.c: cleanup some comments
Revision
5731 -
Directory Listing
Modified
Sun Mar 29 10:47:19 2015 UTC
(5 years, 9 months ago)
by
michael
- client.c:make_client(): default client_p->account to '*'
Revision
5728 -
Directory Listing
Modified
Sun Mar 29 10:21:44 2015 UTC
(5 years, 9 months ago)
by
michael
- user.c: incorporate Adam's add_one_to_uid() rewrite
Revision
5723 -
Directory Listing
Modified
Sun Mar 22 16:28:58 2015 UTC
(5 years, 10 months ago)
by
michael
- ircd.c:main(): replaced pointless comment with a more descriptive one
Revision
5720 -
Directory Listing
Modified
Sun Mar 22 11:50:26 2015 UTC
(5 years, 10 months ago)
by
michael
- auth.c:auth_connect_callback(): saved a strlen(); hardened test of send()'s return value to
ensure all bytes were sent
Revision
5719 -
Directory Listing
Modified
Sun Mar 22 11:29:14 2015 UTC
(5 years, 10 months ago)
by
michael
- reference.conf: minor fixes
Revision
5697 -
Directory Listing
Modified
Sun Mar 15 13:39:05 2015 UTC
(5 years, 10 months ago)
by
michael
- Rebuilt parser files
Revision
5693 -
Directory Listing
Modified
Sat Mar 14 20:40:29 2015 UTC
(5 years, 10 months ago)
by
michael
- conf_parser.y: removed YY_NO_UNPUT define which was an undocumented feature
and has been deprecated for many years now. Proper way is to use 'nounput'
in the scanner options.
Revision
5664 -
Directory Listing
Modified
Wed Mar 11 16:14:05 2015 UTC
(5 years, 10 months ago)
by
michael
- numeric.c: RPL_WHOREPLY: use %u conversion specifier for unsigned ints
Revision
5646 -
Directory Listing
Modified
Fri Mar 6 17:09:52 2015 UTC
(5 years, 10 months ago)
by
michael
- defaults.h: tweaked TS_WARN_DELTA_MIN and TS_MAX_DELTA_MIN; allow minimum values of 1
Revision
5644 -
Directory Listing
Modified
Tue Mar 3 17:23:44 2015 UTC
(5 years, 10 months ago)
by
michael
- conf.h, conf.c: renamed some structures to match naming convetion of other structures
Revision
5642 -
Directory Listing
Modified
Sun Mar 1 19:46:59 2015 UTC
(5 years, 10 months ago)
by
michael
- m_whowas.c: fixed spelling
Revision
5639 -
Directory Listing
Modified
Sun Mar 1 16:14:54 2015 UTC
(5 years, 10 months ago)
by
michael
- Constifications
Revision
5638 -
Directory Listing
Modified
Sun Mar 1 15:33:06 2015 UTC
(5 years, 10 months ago)
by
michael
- Fixed bug that would allow remote clients to bypass the hard
limit of max WHOWAS entries to be returned
Revision
5635 -
Directory Listing
Modified
Sun Mar 1 13:46:24 2015 UTC
(5 years, 10 months ago)
by
michael
- Update NEWS
Revision
5634 -
Directory Listing
Modified
Sun Mar 1 13:43:12 2015 UTC
(5 years, 10 months ago)
by
michael
- Updated NEWS
Revision
5631 -
Directory Listing
Modified
Sun Mar 1 12:20:27 2015 UTC
(5 years, 10 months ago)
by
michael
- WHOWAS now shows IP addresses to irc operators
- Changed RPL_WHOISACTUALLY numeric string. In the future it will also show the
*real* hostname once we distinguish between spoofs/vhosts and real hosts
Revision
5628 -
Directory Listing
Modified
Fri Feb 27 19:44:14 2015 UTC
(5 years, 10 months ago)
by
michael
- m_map.c:dump_map(): removed now useless test on server->id[0]
Revision
5625 -
Directory Listing
Modified
Fri Feb 27 19:38:19 2015 UTC
(5 years, 10 months ago)
by
michael
- m_message.c: style corrections
Revision
5624 -
Directory Listing
Modified
Fri Feb 27 19:28:41 2015 UTC
(5 years, 10 months ago)
by
michael
- index.txt: updates provided by jackal
Revision
5621 -
Directory Listing
Modified
Fri Feb 27 19:19:23 2015 UTC
(5 years, 10 months ago)
by
michael
- reference.conf: minor cleanup
Revision
5620 -
Directory Listing
Modified
Fri Feb 27 19:13:35 2015 UTC
(5 years, 10 months ago)
by
michael
- m_info.c: added missing 'max_watch' and 'stats_m_oper_only' to /info
Revision
5616 -
Directory Listing
Modified
Tue Feb 24 20:20:56 2015 UTC
(5 years, 10 months ago)
by
michael
- Minor updates to INSTALL provided by jackal
Revision
5614 -
Directory Listing
Modified
Tue Feb 24 19:41:24 2015 UTC
(5 years, 10 months ago)
by
michael
- ircd.h: removed useless comment
Revision
5611 -
Directory Listing
Modified
Tue Feb 24 19:29:02 2015 UTC
(5 years, 10 months ago)
by
michael
- Update modes.txt
Revision
5610 -
Directory Listing
Modified
Tue Feb 24 19:16:07 2015 UTC
(5 years, 10 months ago)
by
michael
- Update README file
Revision
5608 -
Directory Listing
Modified
Mon Feb 23 22:54:38 2015 UTC
(5 years, 10 months ago)
by
michael
- Update README file. Added Mac OS X 10.10 (Yosemite) to supported platforms. Thanks to Daniel Oaks.
Revision
5603 -
Directory Listing
Modified
Mon Feb 23 21:05:14 2015 UTC
(5 years, 10 months ago)
by
michael
- Re-generate parser files
Revision
5602 -
Directory Listing
Modified
Mon Feb 23 21:04:46 2015 UTC
(5 years, 10 months ago)
by
michael
- Fixed core in conjunction with OSX 10.10/possibly other system when parsing pseudo{} blocks as reported by Daniel Oaks
- Reverted -r4080, -r4609 and 4106 as they only cause undefined behavior on some systems
Revision
5601 -
Directory Listing
Modified
Thu Feb 19 19:28:11 2015 UTC
(5 years, 11 months ago)
by
michael
- m_nick.c: minor fixes to update fd info accordingly if unregistered clients
change just the case of their nick. Patch provided by Adam.
Revision
5599 -
Directory Listing
Modified
Wed Feb 18 21:26:10 2015 UTC
(5 years, 11 months ago)
by
michael
- help/whowas: incorporate changes done by jackal
Revision
5597 -
Directory Listing
Modified
Tue Feb 17 20:00:40 2015 UTC
(5 years, 11 months ago)
by
michael
- Update NEWS file
Revision
5593 -
Directory Listing
Modified
Tue Feb 17 19:48:35 2015 UTC
(5 years, 11 months ago)
by
michael
- libtool 2.4.6
Revision
5590 -
Directory Listing
Modified
Tue Feb 17 17:55:01 2015 UTC
(5 years, 11 months ago)
by
michael
- Sprinkle some assert()
Revision
5589 -
Directory Listing
Modified
Tue Feb 17 17:32:26 2015 UTC
(5 years, 11 months ago)
by
michael
- client.c: whitespace changes
Revision
5584 -
Directory Listing
Modified
Sun Feb 15 15:02:36 2015 UTC
(5 years, 11 months ago)
by
michael
- conf.h, conf.c:cluster_a_line(): made 'capab' and 'cluster_type' unsigned types
Revision
5583 -
Directory Listing
Modified
Sun Feb 15 14:43:15 2015 UTC
(5 years, 11 months ago)
by
michael
- Style corrections only
Revision
5580 -
Directory Listing
Modified
Sun Feb 15 12:38:56 2015 UTC
(5 years, 11 months ago)
by
michael
- channel_mode.c:chm_operonly(): half-ops that are irc operators may now
add/remove channel mode 'O' (ircops only channel), too
Revision
5577 -
Directory Listing
Modified
Sun Feb 15 12:33:23 2015 UTC
(5 years, 11 months ago)
by
michael
- m_kick.c:ms_kick(): replaced IsServer() test with IsClient()
Revision
5573 -
Directory Listing
Modified
Sun Feb 15 12:27:53 2015 UTC
(5 years, 11 months ago)
by
michael
- Renamed SVIDLEN to ACCOUNTLEN
Revision
5572 -
Directory Listing
Modified
Sun Feb 15 12:20:09 2015 UTC
(5 years, 11 months ago)
by
michael
- ircd_defs.h: add a note that NICKLEN should not be touched as the maximum
allowed nickname lenght can be changed in the ircd.conf file. NICKLEN is
actually only a hard limit
Revision
5570 -
Directory Listing
Modified
Sat Feb 14 22:04:14 2015 UTC
(5 years, 11 months ago)
by
michael
- conf_parser.y: forgot to remove the unused T_MAX_CLIENTS token
Revision
5567 -
Directory Listing
Modified
Sat Feb 14 21:20:51 2015 UTC
(5 years, 11 months ago)
by
michael
- m_server.c:server_estab(): removed pointless detach_conf(client_p, CONF_OPER)
Revision
5566 -
Directory Listing
Modified
Sat Feb 14 20:15:46 2015 UTC
(5 years, 11 months ago)
by
michael
- ircd.c:write_pidfile(): cosmetical fixes to fopen/fputs error messages to be consistent with all other error messages
Revision
5563 -
Directory Listing
Modified
Sat Feb 14 20:07:46 2015 UTC
(5 years, 11 months ago)
by
michael
- user.c: update documentation
Revision
5562 -
Directory Listing
Modified
Sat Feb 14 20:03:35 2015 UTC
(5 years, 11 months ago)
by
michael
- Don't make use of CAP_TS6 as we no longer need it, but still send it to other servers via CAPAB for backward compatibility
Revision
5558 -
Directory Listing
Modified
Fri Feb 13 20:45:49 2015 UTC
(5 years, 11 months ago)
by
michael
- Changed SVSTAG to use user modes
Revision
5557 -
Directory Listing
Modified
Fri Feb 13 20:05:13 2015 UTC
(5 years, 11 months ago)
by
michael
- Regenerate parser/lexer files
Revision
5556 -
Directory Listing
Modified
Fri Feb 13 19:25:36 2015 UTC
(5 years, 11 months ago)
by
michael
- Added oper::whois configuration option which allows to override the default
RPL_WHOISOPERATOR numeric string shown in /whois.
Revision
5555 -
Directory Listing
Modified
Fri Feb 13 18:56:09 2015 UTC
(5 years, 11 months ago)
by
michael
- Cleanups to the svstag implementation
Revision
5554 -
Directory Listing
Modified
Thu Feb 12 22:33:27 2015 UTC
(5 years, 11 months ago)
by
michael
- m_whois.c:whois_person(): renamed variable
Revision
5553 -
Directory Listing
Modified
Thu Feb 12 22:28:09 2015 UTC
(5 years, 11 months ago)
by
michael
- m_whois.c:whois_person(): don't leak RPL_WHOISOPERATOR if target is +H
Revision
5552 -
Directory Listing
Modified
Thu Feb 12 21:47:30 2015 UTC
(5 years, 11 months ago)
by
michael
- m_server.c:sendnick_TS(): use appropriate conversion specifiers
Revision
5551 -
Directory Listing
Modified
Thu Feb 12 21:43:47 2015 UTC
(5 years, 11 months ago)
by
michael
- Finish basic SVSTAG implementatio
Revision
5550 -
Directory Listing
Modified
Thu Feb 12 15:52:10 2015 UTC
(5 years, 11 months ago)
by
michael
- m_svsmode.c: revert to -r5392 because me is stupid
Revision
5548 -
Directory Listing
Modified
Thu Feb 12 14:26:11 2015 UTC
(5 years, 11 months ago)
by
michael
- m_mode.c, m_svsmode.c, m_svsnick.c: const correctness
Revision
5545 -
Directory Listing
Modified
Thu Feb 12 14:13:34 2015 UTC
(5 years, 11 months ago)
by
michael
- Fixed style in several places
Revision
5544 -
Directory Listing
Modified
Thu Feb 12 13:40:24 2015 UTC
(5 years, 11 months ago)
by
michael
- Renamed idle_time_get() to client_get_idle_time()
Revision
5542 -
Directory Listing
Modified
Thu Feb 12 13:28:50 2015 UTC
(5 years, 11 months ago)
by
michael
- m_stats.c: minor cleanups to comments; removed invalid ones
Revision
5540 -
Directory Listing
Modified
Thu Feb 12 13:27:29 2015 UTC
(5 years, 11 months ago)
by
michael
- m_topic.c: white space changes
Revision
5538 -
Directory Listing
Modified
Wed Feb 11 20:30:53 2015 UTC
(5 years, 11 months ago)
by
michael
- m_topic.c:ms_topic(): if we ever have servers changing topics via TOPIC,
make sure we don't leak hidden server names
Revision
5536 -
Directory Listing
Modified
Wed Feb 11 20:26:11 2015 UTC
(5 years, 11 months ago)
by
michael
- m_tburst.c:ms_tburst(): TOPIC needs to be n!u@h prefixed if comming from a services client
Revision
5533 -
Directory Listing
Modified
Wed Feb 11 18:56:32 2015 UTC
(5 years, 11 months ago)
by
michael
- Added basic SVSTAG implementation for later use
Revision
5531 -
Directory Listing
Modified
Wed Feb 11 18:15:09 2015 UTC
(5 years, 11 months ago)
by
michael
- m_stats.c: explicitely use 'unsigned int' instead of just 'unsigned' when casting
variables to be used with the %u conversion specifiers
Revision
5528 -
Directory Listing
Modified
Wed Feb 11 17:46:44 2015 UTC
(5 years, 11 months ago)
by
michael
- m_whois.c: operators may now see certificate fingerprints, user modes and hidden channels as well.
This used to be admin only.
Revision
5524 -
Directory Listing
Modified
Tue Feb 10 19:29:36 2015 UTC
(5 years, 11 months ago)
by
michael
- Update NEWS file
Revision
5522 -
Directory Listing
Modified
Tue Feb 10 18:57:30 2015 UTC
(5 years, 11 months ago)
by
michael
- Update reference.conf
Revision
5517 -
Directory Listing
Modified
Mon Feb 9 20:30:41 2015 UTC
(5 years, 11 months ago)
by
michael
- m_whois.c:whois_person(): constification
Revision
5516 -
Directory Listing
Modified
Mon Feb 9 20:20:55 2015 UTC
(5 years, 11 months ago)
by
michael
- m_map.c:dump_map(): removed 'static' keyword from buf
Revision
5514 -
Directory Listing
Modified
Mon Feb 9 19:37:04 2015 UTC
(5 years, 11 months ago)
by
michael
- conf.c:get_oper_name(): use IRCD_BUSIZE for buffer size and be done with it
Revision
5511 -
Directory Listing
Modified
Mon Feb 9 19:32:22 2015 UTC
(5 years, 11 months ago)
by
michael
- conf.c:read_conf_files(): ad channel mode 'C' to CHANMODES isupport
Revision
5510 -
Directory Listing
Modified
Mon Feb 9 19:26:54 2015 UTC
(5 years, 11 months ago)
by
michael
- server.h: removed redundant struct MaskItem declaration
Revision
5507 -
Directory Listing
Modified
Mon Feb 9 19:19:41 2015 UTC
(5 years, 11 months ago)
by
michael
- ircd.h: 'int unsigned' -> 'unsigned int'
Revision
5506 -
Directory Listing
Modified
Mon Feb 9 19:11:43 2015 UTC
(5 years, 11 months ago)
by
michael
- conf.c:set_default_conf(): add all possible oper-only user modes to ConfigGeneral.oper_only_umodes
Revision
5504 -
Directory Listing
Modified
Sun Feb 8 19:24:06 2015 UTC
(5 years, 11 months ago)
by
michael
- Update reference.conf
Revision
5500 -
Directory Listing
Modified
Sun Feb 8 18:41:01 2015 UTC
(5 years, 11 months ago)
by
michael
- m_gline.c: style corrections
Revision
5499 -
Directory Listing
Modified
Sun Feb 8 18:20:23 2015 UTC
(5 years, 11 months ago)
by
michael
- Allow to disable the NOTICE/PRIVMSG anti-flood mechanism by setting 'default_floodcount' to 0
Revision
5497 -
Directory Listing
Modified
Sun Feb 8 18:08:40 2015 UTC
(5 years, 11 months ago)
by
michael
- auth.c:sendheader(): fixed compile warnings with -Wformat-security
Revision
5494 -
Directory Listing
Modified
Sun Feb 8 17:10:19 2015 UTC
(5 years, 11 months ago)
by
michael
- Update documentation in some places
Revision
5490 -
Directory Listing
Modified
Sun Feb 8 14:53:44 2015 UTC
(5 years, 11 months ago)
by
michael
- Re-generate parser/lexer files
Revision
5489 -
Directory Listing
Modified
Sun Feb 8 14:52:23 2015 UTC
(5 years, 11 months ago)
by
michael
- Fixed bug where "/rehash" would always reset the "MAX", "JFLOODTIME", and "JFLOODCOUNT" values that
have been changed from within IRC via the "/set" command
- Renamed the following ircd.conf configuration directives to be more descriptive:
max_clients -> default_max_clients
join_flood_count -> default_join_flood_count
join_flood_time -> default_join_flood_time
- Updated related ircd.conf documentation accordingly
Revision
5486 -
Directory Listing
Modified
Sun Feb 8 13:52:45 2015 UTC
(5 years, 11 months ago)
by
michael
- ircd.c:initialize_global_set_options(): tweaked joinfloodcount and
joinfloodtime defaults; Removed XXX comment.
Revision
5485 -
Directory Listing
Modified
Sun Feb 8 13:49:59 2015 UTC
(5 years, 11 months ago)
by
michael
- reference.conf: tweaked join_flood_count and join_flood_time
Revision
5481 -
Directory Listing
Modified
Sun Feb 8 12:33:55 2015 UTC
(5 years, 11 months ago)
by
michael
- numeric.c: fixed inconsistent use of "You are" and "You're"
Revision
5479 -
Directory Listing
Modified
Sun Feb 8 11:55:55 2015 UTC
(5 years, 11 months ago)
by
michael
- Update help/join
Revision
5477 -
Directory Listing
Modified
Sun Feb 8 11:01:56 2015 UTC
(5 years, 11 months ago)
by
michael
- numeric.h, numeric.c: moved ERR_SSLONLYCHAN numeric to 489 to match with insp/unreal
Revision
5475 -
Directory Listing
Modified
Sat Feb 7 19:45:45 2015 UTC
(5 years, 11 months ago)
by
michael
- Allow servers to send as many CAPAB messages as they want, regardless of TS6; Removed CAP_CAP
Revision
5473 -
Directory Listing
Modified
Fri Feb 6 17:41:58 2015 UTC
(5 years, 11 months ago)
by
michael
- Update help/umode
Revision
5470 -
Directory Listing
Modified
Thu Feb 5 20:26:12 2015 UTC
(5 years, 11 months ago)
by
michael
- ircd.c: fixed compile warning. Apparently some gcc have issues with
compound literals in conjunction with -Wmissing-field-initializers
Revision
5469 -
Directory Listing
Modified
Thu Feb 5 20:20:56 2015 UTC
(5 years, 11 months ago)
by
michael
- numeric.c: added channel mode C to RPL_MYINFO
Revision
5465 -
Directory Listing
Modified
Wed Feb 4 18:37:22 2015 UTC
(5 years, 11 months ago)
by
michael
- channel.c:can_send(): better not to modify the message pointer
Revision
5464 -
Directory Listing
Modified
Wed Feb 4 18:20:56 2015 UTC
(5 years, 11 months ago)
by
michael
- Added channel mode +C which prevents users from sending CTCPS to a channel
Revision
5462 -
Directory Listing
Modified
Tue Feb 3 23:11:22 2015 UTC
(5 years, 11 months ago)
by
michael
- ircd.h: fixed compile error
Revision
5460 -
Directory Listing
Modified
Tue Feb 3 22:24:57 2015 UTC
(5 years, 11 months ago)
by
michael
- Minor cleanups here and there
Revision
5457 -
Directory Listing
Modified
Tue Feb 3 19:52:42 2015 UTC
(5 years, 11 months ago)
by
michael
- m_message.c:build_target_list(): fixed >12 years old bug where "NOTICE a,b,c,@#somechan :bugger"
would completely abort sending/processing the message to the other targets if not op/voice
on #somechan
Revision
5456 -
Directory Listing
Modified
Tue Feb 3 18:13:03 2015 UTC
(5 years, 11 months ago)
by
michael
- m_message.c: further cleanups; removed redundant code, etc
Revision
5454 -
Directory Listing
Modified
Mon Feb 2 18:58:57 2015 UTC
(5 years, 11 months ago)
by
michael
- m_message.c:msg_client(): don't send a 'message throttled' notice to source_p if
just watching for floods without actually blocking messages
Revision
5451 -
Directory Listing
Modified
Mon Feb 2 18:30:01 2015 UTC
(5 years, 11 months ago)
by
michael
- m_message.c: sanitize msg_client(); fixed some logic errors in the flooding code
Revision
5450 -
Directory Listing
Modified
Sat Jan 31 19:32:32 2015 UTC
(5 years, 11 months ago)
by
michael
- ircd.c:main(): removed pointless chdir() calls as spotted by Adam
Revision
5425 -
Directory Listing
Modified
Wed Jan 28 13:37:09 2015 UTC
(5 years, 11 months ago)
by
michael
- memory.c:MyFree(): removed extraneous pointer test
Revision
5422 -
Directory Listing
Modified
Sun Jan 25 17:57:12 2015 UTC
(5 years, 11 months ago)
by
michael
- packet.c: made extract_one_line() unsigned
Revision
5421 -
Directory Listing
Modified
Sun Jan 25 17:50:37 2015 UTC
(5 years, 11 months ago)
by
michael
- packet.c:extract_one_line(): constification; renamed variable
Revision
5418 -
Directory Listing
Modified
Sun Jan 25 17:46:24 2015 UTC
(5 years, 11 months ago)
by
michael
- numeric.h, numeric.c: moved ERR_OPERONLYCHAN numeric to 520 to match with insp/unreal
Revision
5417 -
Directory Listing
Modified
Sun Jan 25 17:43:21 2015 UTC
(5 years, 11 months ago)
by
michael
- Re-create autogenerated parser/lexer files
Revision
5414 -
Directory Listing
Modified
Sun Jan 25 17:40:40 2015 UTC
(5 years, 11 months ago)
by
michael
- conf_lexer.l, conf_parser.y: removed entropy gathering daemon leftovers
Revision
5413 -
Directory Listing
Modified
Sun Jan 25 17:36:37 2015 UTC
(5 years, 11 months ago)
by
michael
- packet.c: from p4: change extract_one_line to not over agressively strip whitespace from buffers
Revision
5411 -
Directory Listing
Modified
Sat Jan 24 19:12:59 2015 UTC
(5 years, 11 months ago)
by
michael
- conf_class.c: removed duplicated code
Revision
5400 -
Directory Listing
Modified
Tue Jan 20 15:12:10 2015 UTC
(6 years ago)
by
michael
- m_mode.c, m_whois.c: added missing HasUMode test
Revision
5398 -
Directory Listing
Modified
Tue Jan 20 14:49:10 2015 UTC
(6 years ago)
by
michael
- bison 3.0.3
Revision
5397 -
Directory Listing
Modified
Tue Jan 20 14:07:34 2015 UTC
(6 years ago)
by
michael
- Fixed compile warnings
Revision
5395 -
Directory Listing
Modified
Tue Jan 20 14:03:27 2015 UTC
(6 years ago)
by
michael
- libtool 2.4.5, automake 1.15
Revision
5392 -
Directory Listing
Modified
Tue Jan 20 13:40:41 2015 UTC
(6 years ago)
by
michael
- Minor cleanups and optimizations to usermode handling
Revision
5387 -
Directory Listing
Modified
Sun Jan 18 12:43:12 2015 UTC
(6 years ago)
by
michael
- m_gline.c, m_kline.c, motd.c: need to check against client->sockhost as well
Revision
5347 -
Directory Listing
Modified
Sun Jan 11 12:42:20 2015 UTC
(6 years ago)
by
michael
- Update copyright years
Revision
5302 -
Directory Listing
Modified
Sun Jan 4 21:27:43 2015 UTC
(6 years ago)
by
michael
- Fixed grammar error as pointed out by Adam
Revision
5301 -
Directory Listing
Modified
Sun Jan 4 16:58:27 2015 UTC
(6 years ago)
by
michael
- user.c:register_remote_user(): show ip addresses in remote connection notices aswell
Revision
5278 -
Directory Listing
Modified
Thu Jan 1 20:44:50 2015 UTC
(6 years ago)
by
michael
- Update configure.ac to reflect it's TRUNK
Revision
5051 -
Directory Listing
Modified
Sat Dec 13 21:31:06 2014 UTC
(6 years, 1 month ago)
by
michael
- Fixed compile warnings
Revision
5049 -
Directory Listing
Modified
Sat Dec 13 19:55:21 2014 UTC
(6 years, 1 month ago)
by
michael
- patricia.c: fixed another compile warning
Revision
5048 -
Directory Listing
Modified
Sat Dec 13 19:49:19 2014 UTC
(6 years, 1 month ago)
by
michael
- patricia.c: fixed more compile warnings
Revision
5047 -
Directory Listing
Modified
Sat Dec 13 19:47:40 2014 UTC
(6 years, 1 month ago)
by
michael
- patricia.c: use MyCalloc/MyFree
Revision
5046 -
Directory Listing
Modified
Sat Dec 13 18:59:00 2014 UTC
(6 years, 1 month ago)
by
michael
- patricia.c, patricia.h: add proper copyright/license header
Revision
5045 -
Directory Listing
Modified
Sat Dec 13 18:55:00 2014 UTC
(6 years, 1 month ago)
by
michael
- patricia.c: removed Windows NT related code
Revision
5044 -
Directory Listing
Modified
Sat Dec 13 18:53:23 2014 UTC
(6 years, 1 month ago)
by
michael
- patricia.c, patricia.h: ipv6 is mandatory
Revision
5043 -
Directory Listing
Modified
Sat Dec 13 18:47:28 2014 UTC
(6 years, 1 month ago)
by
michael
- patricia.c, patricia.h: fixed some compile warnings
Revision
5042 -
Directory Listing
Modified
Sat Dec 13 18:19:17 2014 UTC
(6 years, 1 month ago)
by
michael
- Added latest patricia.c, patricia.h from Net-Patricia-1.22 for later use
Revision
5040 -
Directory Listing
Modified
Sat Dec 13 17:33:31 2014 UTC
(6 years, 1 month ago)
by
michael
- m_away.c: avoid indexing parv[] multiple times
Revision
5039 -
Directory Listing
Modified
Sat Dec 13 16:08:37 2014 UTC
(6 years, 1 month ago)
by
michael
- conf.c:validate_conf(): use 'EmptyString'
Revision
5037 -
Directory Listing
Modified
Sat Dec 13 15:59:13 2014 UTC
(6 years, 1 month ago)
by
michael
- match.c: style corrections to match()
Revision
5035 -
Directory Listing
Modified
Sat Dec 13 15:55:02 2014 UTC
(6 years, 1 month ago)
by
michael
- send.c: removed unused header includes
Revision
5032 -
Directory Listing
Modified
Sat Dec 13 15:38:22 2014 UTC
(6 years, 1 month ago)
by
michael
- m_mode.c:set_user_mode(): no longer allow multiple arguments to be passed to the
umode handler
Revision
5031 -
Directory Listing
Modified
Sat Dec 13 15:13:16 2014 UTC
(6 years, 1 month ago)
by
michael
- channel_mode.c: don't allow ban masks to be added that start with a colon
Revision
5029 -
Directory Listing
Modified
Fri Dec 12 15:28:22 2014 UTC
(6 years, 1 month ago)
by
michael
- reference.conf: fixed stats_k_oper_only documentation
Revision
5026 -
Directory Listing
Modified
Fri Dec 12 15:25:37 2014 UTC
(6 years, 1 month ago)
by
michael
- Added general::stats_m_oper_only configuration option
Revision
5025 -
Directory Listing
Modified
Fri Dec 12 15:18:43 2014 UTC
(6 years, 1 month ago)
by
michael
- Added general::stats_m_oper_only configuration option
Revision
5022 -
Directory Listing
Modified
Thu Dec 11 16:12:01 2014 UTC
(6 years, 1 month ago)
by
michael
- m_info.c: minor correction: use NULL instead of 0 for pointers
Revision
5021 -
Directory Listing
Modified
Thu Dec 11 14:56:13 2014 UTC
(6 years, 1 month ago)
by
michael
- m_cap.c: minor optimization to send_caplist()
Revision
5018 -
Directory Listing
Modified
Thu Dec 11 14:52:20 2014 UTC
(6 years, 1 month ago)
by
michael
- m_cap.c: fixed some issues which have been introduced when it was ported from ircu
Revision
5017 -
Directory Listing
Modified
Thu Dec 11 13:49:59 2014 UTC
(6 years, 1 month ago)
by
michael
- m_invite.c, m_knock.c: send KNOCK/INVITE notifications to halfops too
Revision
5014 -
Directory Listing
Modified
Tue Dec 9 17:51:47 2014 UTC
(6 years, 1 month ago)
by
michael
- Removed unused header includes:wq
Revision
5013 -
Directory Listing
Modified
Tue Dec 9 17:14:16 2014 UTC
(6 years, 1 month ago)
by
michael
- m_away.c:m_away(): don't let /AWAY end the client's flood grace period. Depending
on the configuration, some clients instantly set them away right after connecting.
AWAY is rate limited anyways.
Revision
5011 -
Directory Listing
Modified
Tue Dec 9 15:29:56 2014 UTC
(6 years, 1 month ago)
by
michael
- motd.c:motd_create(): fixed indentation
Revision
5008 -
Directory Listing
Modified
Tue Dec 9 14:36:44 2014 UTC
(6 years, 1 month ago)
by
michael
- mkpasswd.c: removed extraneous parentheses
Revision
5007 -
Directory Listing
Modified
Tue Dec 9 14:21:52 2014 UTC
(6 years, 1 month ago)
by
michael
- Update doc/reference.conf
Revision
5004 -
Directory Listing
Modified
Tue Dec 9 14:17:18 2014 UTC
(6 years, 1 month ago)
by
michael
- Added 'opme' to irc-operator flags
Revision
5003 -
Directory Listing
Modified
Tue Dec 9 14:09:22 2014 UTC
(6 years, 1 month ago)
by
michael
- Style corrections
Revision
5000 -
Directory Listing
Modified
Tue Dec 9 13:53:22 2014 UTC
(6 years, 1 month ago)
by
michael
- m_etrace.c:do_etrace(): replaced hash_find_client() with find_person()
Revision
4999 -
Directory Listing
Modified
Tue Dec 9 13:46:45 2014 UTC
(6 years, 1 month ago)
by
michael
- client.c: removed useless assert()s
Revision
4996 -
Directory Listing
Modified
Tue Dec 9 13:34:58 2014 UTC
(6 years, 1 month ago)
by
michael
- m_who.c:m_who(): replaced hash_find_client() with find_person()
Revision
4995 -
Directory Listing
Modified
Tue Dec 9 13:26:01 2014 UTC
(6 years, 1 month ago)
by
michael
- send.c:sendq_unblocked(): const correctness
Revision
4992 -
Directory Listing
Modified
Tue Dec 9 13:22:55 2014 UTC
(6 years, 1 month ago)
by
michael
- Removed useless assert()s
Revision
4990 -
Directory Listing
Modified
Mon Dec 8 20:51:31 2014 UTC
(6 years, 1 month ago)
by
michael
- channel_mode.h: increased MAXMODEPARAMS to 6
Revision
4989 -
Directory Listing
Modified
Mon Dec 8 20:07:36 2014 UTC
(6 years, 1 month ago)
by
michael
- The general::true_no_oper_flood configuration option has been deprecated.
Operators still can have higher 'flood' limits with no_oper_flood = yes;
hoewever, they are no longer allowed to bypass RecvQ limits.
Revision
4986 -
Directory Listing
Modified
Mon Dec 8 14:49:13 2014 UTC
(6 years, 1 month ago)
by
michael
- m_unkline.c: merged ms_unkline() and me_unkline(); removed unused encap handler
Revision
4984 -
Directory Listing
Modified
Mon Dec 8 14:46:16 2014 UTC
(6 years, 1 month ago)
by
michael
- m_kline.c: merged ms_kline() and me_kline(); removed unused encap handler
Revision
4982 -
Directory Listing
Modified
Sat Dec 6 18:17:20 2014 UTC
(6 years, 1 month ago)
by
michael
- Cleaned up style; reformatting; const correctness
Revision
4981 -
Directory Listing
Modified
Fri Dec 5 14:31:27 2014 UTC
(6 years, 1 month ago)
by
michael
- Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit
Revision
4979 -
Directory Listing
Modified
Fri Dec 5 14:16:27 2014 UTC
(6 years, 1 month ago)
by
michael
- Add m4/ax_arg_enable_assert.m4 and tidy up configure.ac a bit
Revision
4977 -
Directory Listing
Modified
Thu Dec 4 15:12:24 2014 UTC
(6 years, 1 month ago)
by
michael
- Style corrections; constifications
Revision
4975 -
Directory Listing
Modified
Mon Dec 1 19:54:35 2014 UTC
(6 years, 1 month ago)
by
michael
- Fixed compile warnings due to shadowed global variables on RHEL/maybe other distros
Revision
4972 -
Directory Listing
Modified
Mon Dec 1 16:28:11 2014 UTC
(6 years, 1 month ago)
by
michael
- user.c:register_remote_user(): modernize old 2.8 notice
Revision
4971 -
Directory Listing
Modified
Mon Dec 1 14:59:52 2014 UTC
(6 years, 1 month ago)
by
michael
- m_nick.c: if possible compare ip addresses rather than hostnames in both
perform_nick_change_collides() and perform_uid_introduction_collides()
Revision
4967 -
Directory Listing
Modified
Mon Dec 1 14:34:29 2014 UTC
(6 years, 1 month ago)
by
michael
- general::hide_spoof_ips is now deprecated
Revision
4966 -
Directory Listing
Modified
Mon Dec 1 14:01:24 2014 UTC
(6 years, 1 month ago)
by
michael
- user.c, m_server.c: ip addresses are always propagated via UID regardless of ip spoofs
Revision
4965 -
Directory Listing
Modified
Mon Dec 1 13:59:44 2014 UTC
(6 years, 1 month ago)
by
michael
- user.c, m_server.c: ip addresses are always propagated via UID regardless of ip spoofs
Revision
4962 -
Directory Listing
Modified
Mon Dec 1 13:08:31 2014 UTC
(6 years, 1 month ago)
by
michael
- Get rid of NOCAPS
Revision
4961 -
Directory Listing
Modified
Sun Nov 30 18:09:49 2014 UTC
(6 years, 1 month ago)
by
michael
- libtool 2.4.4
Revision
4959 -
Directory Listing
Modified
Sun Nov 30 17:23:06 2014 UTC
(6 years, 1 month ago)
by
michael
- parse.c:parse_handle_numeric(): removed extraneous parentheses
Revision
4956 -
Directory Listing
Modified
Sun Nov 30 13:20:55 2014 UTC
(6 years, 1 month ago)
by
michael
- m_motd.c:m_motd(): don't take 'hide_servers' into account for remote MOTD requests since this
is up to 'disable_remote_commands'
Revision
4955 -
Directory Listing
Modified
Sun Nov 30 13:01:38 2014 UTC
(6 years, 1 month ago)
by
michael
- m_accept.c: whitespace changes
Revision
4950 -
Directory Listing
Modified
Sun Nov 30 12:24:12 2014 UTC
(6 years, 1 month ago)
by
michael
- Removed old mkkeypair script which has been used for cryptlinks
Revision
4948 -
Directory Listing
Modified
Sun Nov 30 12:15:48 2014 UTC
(6 years, 1 month ago)
by
michael
- Renamed variables; const correctness
Revision
4947 -
Directory Listing
Modified
Thu Nov 27 20:48:25 2014 UTC
(6 years, 1 month ago)
by
michael
- Update help/names
Revision
4944 -
Directory Listing
Modified
Thu Nov 27 20:41:38 2014 UTC
(6 years, 1 month ago)
by
michael
- user.c:user_set_hostmask(): skip target_p when sending JOINs to channel members
Revision
4942 -
Directory Listing
Modified
Thu Nov 27 15:27:08 2014 UTC
(6 years, 1 month ago)
by
michael
- Update help/etrace
Revision
4941 -
Directory Listing
Modified
Thu Nov 27 15:17:09 2014 UTC
(6 years, 1 month ago)
by
michael
- conf.c:conf_add_class_to_conf(): improve warning if there's no proper
class associated with an oper{} block
Revision
4938 -
Directory Listing
Modified
Thu Nov 27 15:07:25 2014 UTC
(6 years, 1 month ago)
by
michael
- user.c:check_xline(): removed pointless test on 'conf->reason'
Revision
4937 -
Directory Listing
Modified
Thu Nov 27 15:05:20 2014 UTC
(6 years, 1 month ago)
by
michael
- Renamed variables; const correctness
- Removed IsConfOperator macro
Revision
4934 -
Directory Listing
Modified
Tue Nov 25 21:09:09 2014 UTC
(6 years, 1 month ago)
by
michael
- Style corrections; constifications
Revision
4933 -
Directory Listing
Modified
Tue Nov 25 17:54:42 2014 UTC
(6 years, 1 month ago)
by
michael
- numeric.h, numeric.c: removed now unused ERR_GHOSTEDCLIENT
Revision
4931 -
Directory Listing
Modified
Tue Nov 25 17:48:19 2014 UTC
(6 years, 1 month ago)
by
michael
- send.c: further fixes to send_message_remote()
Revision
4928 -
Directory Listing
Modified
Tue Nov 25 16:56:29 2014 UTC
(6 years, 1 month ago)
by
michael
- parse.c:parse(): spelling fixes
Revision
4926 -
Directory Listing
Modified
Tue Nov 25 16:43:49 2014 UTC
(6 years, 1 month ago)
by
michael
- parse.c: get rid of parse_cancel_clients()
Revision
4925 -
Directory Listing
Modified
Tue Nov 25 16:22:09 2014 UTC
(6 years, 1 month ago)
by
michael
- send.c: replaced remaining DLINK_FOREACH_SAFE with just DLINK_FOREACH
Revision
4923 -
Directory Listing
Modified
Tue Nov 25 14:38:08 2014 UTC
(6 years, 1 month ago)
by
michael
- send.c: unbreak and sanitize send_message_remote()
Revision
4921 -
Directory Listing
Modified
Tue Nov 25 14:36:24 2014 UTC
(6 years, 1 month ago)
by
michael
- conf_pseudo:m_pseudo(): constification
Revision
4919 -
Directory Listing
Modified
Tue Nov 25 12:50:30 2014 UTC
(6 years, 1 month ago)
by
michael
- Update reference.conf
Revision
4915 -
Directory Listing
Modified
Tue Nov 25 12:37:46 2014 UTC
(6 years, 1 month ago)
by
michael
- Style corrections; renamed variables
Revision
4914 -
Directory Listing
Modified
Sun Nov 23 20:30:31 2014 UTC
(6 years, 1 month ago)
by
michael
- misc.c:ssl_get_cipher(): added dash between ssl/tls version and ciphers to match other ircds
Revision
4909 -
Directory Listing
Modified
Sat Nov 22 21:56:15 2014 UTC
(6 years, 2 months ago)
by
michael
- Nasty hack to allow for 'automake install -jx'
Revision
4907 -
Directory Listing
Modified
Sat Nov 22 21:43:07 2014 UTC
(6 years, 2 months ago)
by
michael
- svn propset
Revision
4906 -
Directory Listing
Modified
Sat Nov 22 21:40:31 2014 UTC
(6 years, 2 months ago)
by
michael
- autoreconf
Revision
4905 -
Directory Listing
Modified
Sat Nov 22 21:39:19 2014 UTC
(6 years, 2 months ago)
by
michael
- Added m_opme.c to modules/extra...
Revision
4899 -
Directory Listing
Modified
Fri Nov 21 17:52:21 2014 UTC
(6 years, 2 months ago)
by
michael
- m_kick.c:ms_kick(): hide remote server names if KICK comes from hidden servers
or if serverhide::hide_servers is set to 'yes'
Revision
4895 -
Directory Listing
Modified
Wed Nov 19 18:45:21 2014 UTC
(6 years, 2 months ago)
by
michael
- numeric.c: added 'h' (half-op) to supported channel modes in RPL_MYINFO
Revision
4894 -
Directory Listing
Modified
Wed Nov 19 17:16:06 2014 UTC
(6 years, 2 months ago)
by
michael
- Fixed compile warning
Revision
4892 -
Directory Listing
Modified
Wed Nov 19 17:14:30 2014 UTC
(6 years, 2 months ago)
by
michael
- Set reasonable default ciphers if there aren't any specified in general::ssl_cipher_list
Revision
4890 -
Directory Listing
Modified
Wed Nov 19 17:10:46 2014 UTC
(6 years, 2 months ago)
by
michael
- Style corrections
Revision
4888 -
Directory Listing
Modified
Tue Nov 18 16:56:37 2014 UTC
(6 years, 2 months ago)
by
michael
- m_names.c:m_names(): const correctness
Revision
4886 -
Directory Listing
Modified
Tue Nov 18 16:50:26 2014 UTC
(6 years, 2 months ago)
by
michael
- m_pong.c:mr_pong(): from p4: accept ping cookie replies even if the client still has a pending registration state
Revision
4884 -
Directory Listing
Modified
Tue Nov 18 16:22:34 2014 UTC
(6 years, 2 months ago)
by
michael
- Style corrections; fixed comments
Revision
4882 -
Directory Listing
Modified
Sun Nov 16 21:28:13 2014 UTC
(6 years, 2 months ago)
by
michael
- m_ison.c: don't attempt to remove trailing space in case no nick(s) have been found
Revision
4880 -
Directory Listing
Modified
Sun Nov 16 20:56:26 2014 UTC
(6 years, 2 months ago)
by
michael
- m_ison.c: unbreak /ison; removed useless indexing on parv; removed archaic ircII hack
Revision
4878 -
Directory Listing
Modified
Sun Nov 16 13:38:54 2014 UTC
(6 years, 2 months ago)
by
michael
- fdlist.c: removed set_fdlimit() wrapper function
Revision
4876 -
Directory Listing
Modified
Sun Nov 16 12:29:12 2014 UTC
(6 years, 2 months ago)
by
michael
- m_map.c:dump_map(): from p4: readd ':' after Users in /map
Revision
4874 -
Directory Listing
Modified
Tue Nov 11 18:29:49 2014 UTC
(6 years, 2 months ago)
by
michael
- Const-correctness
Revision
4872 -
Directory Listing
Modified
Sat Nov 8 16:54:42 2014 UTC
(6 years, 2 months ago)
by
michael
- user.c:init_isupport(): removed +e/+I values from EXCEPTS/INVEX tokens
Revision
4870 -
Directory Listing
Modified
Fri Nov 7 20:28:20 2014 UTC
(6 years, 2 months ago)
by
michael
- hash.c: constifications
Revision
4868 -
Directory Listing
Modified
Fri Nov 7 20:14:42 2014 UTC
(6 years, 2 months ago)
by
michael
- hash.c:free_list_task(): removed pointless MyConnect() test
Revision
4865 -
Directory Listing
Modified
Fri Nov 7 20:04:02 2014 UTC
(6 years, 2 months ago)
by
michael
- auth.c:start_auth_query(): removed archaic comment
Revision
4864 -
Directory Listing
Modified
Fri Nov 7 19:55:40 2014 UTC
(6 years, 2 months ago)
by
michael
- auth.c:auth_connect_callback(): use report_error() for reporting failed
getsockname() or getpeername() calls
Revision
4862 -
Directory Listing
Modified
Fri Nov 7 19:50:45 2014 UTC
(6 years, 2 months ago)
by
michael
- auth.c: constifications
Revision
4859 -
Directory Listing
Modified
Fri Nov 7 17:19:38 2014 UTC
(6 years, 2 months ago)
by
michael
- auth.c:auth_connect_callback(): decreased size of 'authbuf'
Revision
4858 -
Directory Listing
Modified
Fri Nov 7 17:18:14 2014 UTC
(6 years, 2 months ago)
by
michael
- auth.c: constifications
Revision
4856 -
Directory Listing
Modified
Fri Nov 7 16:58:11 2014 UTC
(6 years, 2 months ago)
by
michael
- user.c:report_and_set_user_flags(): fixed typo in comment
Revision
4854 -
Directory Listing
Modified
Thu Nov 6 17:39:26 2014 UTC
(6 years, 2 months ago)
by
michael
- auth.c: constification
Revision
4851 -
Directory Listing
Modified
Wed Nov 5 18:17:41 2014 UTC
(6 years, 2 months ago)
by
michael
- Update .travis.yml
Revision
4850 -
Directory Listing
Modified
Wed Nov 5 17:06:35 2014 UTC
(6 years, 2 months ago)
by
michael
- Removed init_host_hash()
Revision
4848 -
Directory Listing
Modified
Wed Nov 5 17:00:33 2014 UTC
(6 years, 2 months ago)
by
michael
- conf_class.c: fixed coding convention issues
Revision
4846 -
Directory Listing
Modified
Tue Nov 4 18:15:17 2014 UTC
(6 years, 2 months ago)
by
michael
- .travis.yml: update
Revision
4844 -
Directory Listing
Modified
Tue Nov 4 17:49:27 2014 UTC
(6 years, 2 months ago)
by
michael
- m_die.c:mo_die(), m_restart.c:mo_restart(): minor cleanups
Revision
4842 -
Directory Listing
Modified
Tue Nov 4 17:36:38 2014 UTC
(6 years, 2 months ago)
by
michael
- m_rehash.c:mo_rehash(): minor cleanup
Revision
4840 -
Directory Listing
Modified
Sun Nov 2 22:35:21 2014 UTC
(6 years, 2 months ago)
by
michael
- listener.c:listener_accept_connection(): no need to send the NUL byte
Revision
4838 -
Directory Listing
Modified
Sun Nov 2 18:54:03 2014 UTC
(6 years, 2 months ago)
by
michael
- Renamed clear_ban_cache() to clear_ban_cache_channel() to separate it
better from the clear_ban_cache_client() function
Revision
4836 -
Directory Listing
Modified
Sun Nov 2 11:54:27 2014 UTC
(6 years, 2 months ago)
by
michael
- m_svskill.c:ms_svskill(): use KILLLEN instead of KICKLEN
Revision
4833 -
Directory Listing
Modified
Sun Nov 2 11:45:04 2014 UTC
(6 years, 2 months ago)
by
michael
- Constification
Revision
4832 -
Directory Listing
Modified
Sun Nov 2 11:19:25 2014 UTC
(6 years, 2 months ago)
by
michael
- m_oper.c:m_oper(): constification
Revision
4829 -
Directory Listing
Modified
Sun Nov 2 11:14:39 2014 UTC
(6 years, 2 months ago)
by
michael
- m_oper.c:m_oper(): renamed variable
Revision
4828 -
Directory Listing
Modified
Sun Nov 2 10:59:42 2014 UTC
(6 years, 2 months ago)
by
michael
- m_userhost.c:m_userhost(): replaced sprintf() with snprintf()
Revision
4826 -
Directory Listing
Modified
Sun Nov 2 10:56:52 2014 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.c:add_id(), del_id(): replaced sprintf() with snprintf()
Revision
4823 -
Directory Listing
Modified
Sat Nov 1 18:22:33 2014 UTC
(6 years, 2 months ago)
by
michael
- client.c, m_who.c: style corrections
Revision
4822 -
Directory Listing
Modified
Sat Nov 1 17:50:25 2014 UTC
(6 years, 2 months ago)
by
michael
- Renamed exempt::coid to exempt::country_id
Revision
4819 -
Directory Listing
Modified
Sat Nov 1 16:49:40 2014 UTC
(6 years, 2 months ago)
by
michael
- Renamed Client::svid to Client::account
Revision
4818 -
Directory Listing
Modified
Sat Nov 1 16:06:36 2014 UTC
(6 years, 2 months ago)
by
michael
- Renamed variables
Revision
4815 -
Directory Listing
Modified
Sat Nov 1 15:28:42 2014 UTC
(6 years, 2 months ago)
by
michael
- Renamed variables
Revision
4814 -
Directory Listing
Modified
Sat Nov 1 12:12:05 2014 UTC
(6 years, 2 months ago)
by
michael
- Channel half-ops can now use /INVITE as well
Revision
4811 -
Directory Listing
Modified
Sat Nov 1 11:56:53 2014 UTC
(6 years, 2 months ago)
by
michael
- channel.c, channel.h: added clear_invites() and make use of it
- ms_sjoin.c:ms_sjoin(): clear invites if the introduced channel has lower TS
Revision
4810 -
Directory Listing
Modified
Sat Nov 1 11:44:23 2014 UTC
(6 years, 2 months ago)
by
michael
- m_sjoin.c:ms_sjoin(): moved remove_ban_lis() calls
Revision
4808 -
Directory Listing
Modified
Sat Nov 1 11:36:52 2014 UTC
(6 years, 2 months ago)
by
michael
- m_sjoin.c:ms_sjoin(): from p4: update channel names to match the case of the remote servers channel name on sjoin
Revision
4806 -
Directory Listing
Modified
Thu Oct 30 19:33:19 2014 UTC
(6 years, 2 months ago)
by
michael
- libtool 2.4.3
Revision
4804 -
Directory Listing
Modified
Tue Oct 28 15:27:43 2014 UTC
(6 years, 2 months ago)
by
michael
- send.c:sendto_anywhere(): replaced MyClient() test with MyConnect()
Revision
4803 -
Directory Listing
Modified
Tue Oct 28 15:19:52 2014 UTC
(6 years, 2 months ago)
by
michael
- send.c: added some assert(); removed useless test in send_message_remote
Revision
4800 -
Directory Listing
Modified
Tue Oct 28 13:59:43 2014 UTC
(6 years, 2 months ago)
by
michael
- Renamed variables
Revision
4799 -
Directory Listing
Modified
Tue Oct 28 13:29:53 2014 UTC
(6 years, 2 months ago)
by
michael
- Removed ChModeChange::mems
Revision
4796 -
Directory Listing
Modified
Tue Oct 28 13:15:03 2014 UTC
(6 years, 2 months ago)
by
michael
- send.c:sendto_match_servs(): style corrections
Revision
4795 -
Directory Listing
Modified
Tue Oct 28 13:11:47 2014 UTC
(6 years, 2 months ago)
by
michael
- Removed pointless test for UMODE_DEAF in both sendto_channel_local() and
sendto_channel_local_butone()
Revision
4792 -
Directory Listing
Modified
Tue Oct 28 12:44:43 2014 UTC
(6 years, 2 months ago)
by
michael
- Added support for the "extended-join" client capability
Revision
4791 -
Directory Listing
Modified
Tue Oct 28 12:03:03 2014 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.c, send.c: style corrections
Revision
4789 -
Directory Listing
Modified
Sat Oct 25 20:39:16 2014 UTC
(6 years, 2 months ago)
by
michael
- ts6.txt: update to v8
Revision
4786 -
Directory Listing
Modified
Sat Oct 25 16:56:03 2014 UTC
(6 years, 2 months ago)
by
michael
- reference.conf: removed missleading comment. Services may always override +g.
Revision
4785 -
Directory Listing
Modified
Sat Oct 25 16:13:48 2014 UTC
(6 years, 2 months ago)
by
michael
- Constification
Revision
4783 -
Directory Listing
Modified
Fri Oct 24 20:20:42 2014 UTC
(6 years, 2 months ago)
by
michael
- channel.c:msg_has_ctrls(): update documentation
Revision
4780 -
Directory Listing
Modified
Tue Oct 21 16:30:03 2014 UTC
(6 years, 3 months ago)
by
michael
- send.c, client.h: changed Connection::serial to an uint64_t
Revision
4778 -
Directory Listing
Modified
Tue Oct 21 16:12:19 2014 UTC
(6 years, 3 months ago)
by
michael
- Removed hybrid 6 leftovers
Revision
4776 -
Directory Listing
Modified
Tue Oct 21 09:47:34 2014 UTC
(6 years, 3 months ago)
by
michael
- Update .travis.yml
Revision
4774 -
Directory Listing
Modified
Tue Oct 21 08:35:25 2014 UTC
(6 years, 3 months ago)
by
michael
- Update README
Revision
4770 -
Directory Listing
Modified
Mon Oct 20 16:51:13 2014 UTC
(6 years, 3 months ago)
by
michael
- m_squit.c: style corrections
Revision
4769 -
Directory Listing
Modified
Mon Oct 20 16:41:46 2014 UTC
(6 years, 3 months ago)
by
michael
- m_squit.c:ms_squit(): don't drop SQUITs with empty reason
Revision
4767 -
Directory Listing
Modified
Sun Oct 19 18:02:20 2014 UTC
(6 years, 3 months ago)
by
michael
- /WHOWAS now shows the name of the services account a user was logged in
- Prepare whois_person() for target_p->svid[0] being '*' for user that aren't logged into a services account
Revision
4764 -
Directory Listing
Modified
Sun Oct 19 17:21:36 2014 UTC
(6 years, 3 months ago)
by
michael
- numeric.c: correction to RPL_ENDOFMODLIST
Revision
4763 -
Directory Listing
Modified
Sun Oct 19 15:02:58 2014 UTC
(6 years, 3 months ago)
by
michael
- ircd.c:ssl_init(): removed newline character from ilog()
Revision
4760 -
Directory Listing
Modified
Sun Oct 19 11:09:15 2014 UTC
(6 years, 3 months ago)
by
michael
- parse.c:parse(): renamed variable
Revision
4759 -
Directory Listing
Modified
Sun Oct 19 10:54:43 2014 UTC
(6 years, 3 months ago)
by
michael
- Improved RPL_LOAD2HI numeric
Revision
4756 -
Directory Listing
Modified
Sat Oct 18 19:11:02 2014 UTC
(6 years, 3 months ago)
by
michael
- channel.c:channel_find_last0(): style correction
Revision
4755 -
Directory Listing
Modified
Sat Oct 18 18:57:36 2014 UTC
(6 years, 3 months ago)
by
michael
- m_server.c, m_stats.c: constification
Revision
4752 -
Directory Listing
Modified
Thu Oct 16 12:30:09 2014 UTC
(6 years, 3 months ago)
by
michael
- m_list.c:do_list(): removed unused parameters
Revision
4751 -
Directory Listing
Modified
Thu Oct 16 12:18:56 2014 UTC
(6 years, 3 months ago)
by
michael
- ircd.c:ssl_init(): added two 'return' even though they are not reached
Revision
4748 -
Directory Listing
Modified
Thu Oct 16 12:10:27 2014 UTC
(6 years, 3 months ago)
by
michael
- ircd.c:write_pidfile(): use strerror() if fopen() fails
Revision
4747 -
Directory Listing
Modified
Thu Oct 16 11:53:11 2014 UTC
(6 years, 3 months ago)
by
michael
- parse.c:parse(): update documentation
Revision
4744 -
Directory Listing
Modified
Thu Oct 16 11:46:19 2014 UTC
(6 years, 3 months ago)
by
michael
- Enable ECDH for OpenSSL 0.9.8o and above
Revision
4742 -
Directory Listing
Modified
Sun Oct 12 16:53:55 2014 UTC
(6 years, 3 months ago)
by
michael
- m_module.c:mo_module(): improve readability; avoid indexing parv[] several times
Revision
4741 -
Directory Listing
Modified
Sun Oct 12 16:45:53 2014 UTC
(6 years, 3 months ago)
by
michael
- m_certfp.c:ms_certfp(): use source_p->certfp instead of parv[1]
Revision
4737 -
Directory Listing
Modified
Sun Oct 12 12:06:07 2014 UTC
(6 years, 3 months ago)
by
michael
- s_bsd.c:ssl_handshake(): use CONNECTTIMEOUT instead of hardcoded value
- server.c:ssl_server_handshake(): use CONNECTTIMEOUT instead of hardcoded value
Revision
4736 -
Directory Listing
Modified
Sun Oct 12 12:02:00 2014 UTC
(6 years, 3 months ago)
by
michael
- ircd.c:write_pidfile(): removed extraneous parentheses
Revision
4733 -
Directory Listing
Modified
Sun Oct 12 11:58:19 2014 UTC
(6 years, 3 months ago)
by
michael
- ircd.c: style corrections
Revision
4732 -
Directory Listing
Modified
Sun Oct 12 11:41:26 2014 UTC
(6 years, 3 months ago)
by
michael
- server.c:ssl_server_handshake(): correctly timeout outgoing connects
Revision
4730 -
Directory Listing
Modified
Sat Oct 11 19:16:48 2014 UTC
(6 years, 3 months ago)
by
michael
- ircd.c:ssl_init(): disabled session tickets aswell as session cache
Revision
4728 -
Directory Listing
Modified
Thu Oct 9 16:04:23 2014 UTC
(6 years, 3 months ago)
by
michael
- watch.c:watch_add_to_hash_table(): fixed typo in comment
Revision
4725 -
Directory Listing
Modified
Tue Oct 7 18:46:32 2014 UTC
(6 years, 3 months ago)
by
michael
- client.c:check_conf_klines(): removed useless !IsClient() test
Revision
4724 -
Directory Listing
Modified
Tue Oct 7 18:44:35 2014 UTC
(6 years, 3 months ago)
by
michael
- user.c: style corrections
Revision
4721 -
Directory Listing
Modified
Tue Oct 7 17:06:45 2014 UTC
(6 years, 3 months ago)
by
michael
- m_lusers.c:m_lusers(): removed redundant test on 'parc'
Revision
4720 -
Directory Listing
Modified
Tue Oct 7 16:58:35 2014 UTC
(6 years, 3 months ago)
by
michael
- m_whowas.c:m_whowas(), ms_whowas(): removed redundant test on 'parc'
Revision
4716 -
Directory Listing
Modified
Tue Oct 7 11:38:21 2014 UTC
(6 years, 3 months ago)
by
michael
- m_pong.c:ms_pong(): hash_find_client() covers both named servers and clients thus
replaced hash_find_server() with hash_find_id() for ID-based server/client lookups
Revision
4715 -
Directory Listing
Modified
Tue Oct 7 11:02:53 2014 UTC
(6 years, 3 months ago)
by
michael
- m_ping.c:ms_ping(): added sanity test for wrong directed PING messages as suggested by Adam.
Needs more discussion whether that test is still needed with TS6
Revision
4712 -
Directory Listing
Modified
Tue Oct 7 10:55:48 2014 UTC
(6 years, 3 months ago)
by
michael
- m_ping.c, m_pong.c: added proper TS6 support
Revision
4711 -
Directory Listing
Modified
Tue Oct 7 09:53:31 2014 UTC
(6 years, 3 months ago)
by
michael
- Applied EOB fix from p4:
Send EOB per-server during bursts
Will fix incorrectly marking servers are done bursting if they are not when
a server introduces a server currently bursting to you.
At a later time we will adjust the behavior of the EOB handler to no
longer recursively apply EOBs to all servers behind the source.
Revision
4709 -
Directory Listing
Modified
Mon Oct 6 16:52:29 2014 UTC
(6 years, 3 months ago)
by
michael
- user.c:valid_nickname(): minor cleanup
Revision
4707 -
Directory Listing
Modified
Sun Oct 5 16:43:31 2014 UTC
(6 years, 3 months ago)
by
michael
- Don't assemble umode buffer twice in send_umode_out()
Revision
4704 -
Directory Listing
Modified
Sun Oct 5 16:25:02 2014 UTC
(6 years, 3 months ago)
by
michael
- user.c:send_umode(): even if source_p == client_p, don't pass both client_p and
source_p as arguments
Revision
4703 -
Directory Listing
Modified
Sun Oct 5 16:19:05 2014 UTC
(6 years, 3 months ago)
by
michael
- m_kill.c:ms_kill(): replaced HasUMode(source_p, UMODE_OPER) with just IsClient(source_p)
Revision
4700 -
Directory Listing
Modified
Fri Oct 3 17:04:59 2014 UTC
(6 years, 3 months ago)
by
michael
- m_globops.c:ms_globops(): avoid indexing parv three times
Revision
4699 -
Directory Listing
Modified
Fri Oct 3 15:28:55 2014 UTC
(6 years, 3 months ago)
by
michael
- auth.c:start_auth_query(): removed extraneous ilog(). report_error() already does the logging
Revision
4696 -
Directory Listing
Modified
Fri Oct 3 15:23:02 2014 UTC
(6 years, 3 months ago)
by
michael
- auth.c:timeout_auth_queries_event(): removed logging
Revision
4695 -
Directory Listing
Modified
Fri Oct 3 14:24:19 2014 UTC
(6 years, 3 months ago)
by
michael
- m_whois.c:whois_person(): removed useless test on target_p->sockhost[0] which
can't be NUL now that TS6 is mandatory
Revision
4692 -
Directory Listing
Modified
Fri Oct 3 14:21:14 2014 UTC
(6 years, 3 months ago)
by
michael
- conf.c:find_user_host(): minor cleanup
Revision
4690 -
Directory Listing
Modified
Fri Oct 3 14:01:08 2014 UTC
(6 years, 3 months ago)
by
michael
- Style corrections
Revision
4689 -
Directory Listing
Modified
Fri Oct 3 13:05:54 2014 UTC
(6 years, 3 months ago)
by
michael
- m_connect.c: whitespace changes
Revision
4687 -
Directory Listing
Modified
Fri Oct 3 11:38:19 2014 UTC
(6 years, 3 months ago)
by
michael
- m_connect.c: clarify server notice. Don't use hardcoded "ircd.conf".
Revision
4684 -
Directory Listing
Modified
Fri Oct 3 11:29:06 2014 UTC
(6 years, 3 months ago)
by
michael
- m_connect.c:ms_connect(): properly sanity check parv[3] before
actually calling hunt_server()
Revision
4683 -
Directory Listing
Modified
Fri Oct 3 11:25:54 2014 UTC
(6 years, 3 months ago)
by
michael
- m_connect.c: style corrections
Revision
4680 -
Directory Listing
Modified
Fri Oct 3 11:17:57 2014 UTC
(6 years, 3 months ago)
by
michael
- m_connect.c: don't let wildcard /connects bypass hash_find_server()
Revision
4678 -
Directory Listing
Modified
Fri Oct 3 11:07:43 2014 UTC
(6 years, 3 months ago)
by
michael
- m_connect.c: use target_p->name instead of parv[1] for connection notices
Revision
4677 -
Directory Listing
Modified
Fri Oct 3 11:05:07 2014 UTC
(6 years, 3 months ago)
by
michael
- server.c:serv_connect(): made failed connection notice more descriptive for remote
/connects
Revision
4674 -
Directory Listing
Modified
Sun Sep 28 18:18:26 2014 UTC
(6 years, 3 months ago)
by
michael
- m_dline.c:mo_dline(): correction to previous commit
Revision
4673 -
Directory Listing
Modified
Sun Sep 28 17:27:08 2014 UTC
(6 years, 3 months ago)
by
michael
- m_dline.c, m_kline.c: avoid using valid_comment()
Revision
4670 -
Directory Listing
Modified
Sun Sep 28 16:49:01 2014 UTC
(6 years, 3 months ago)
by
michael
- m_unxline.c: renamed remove_xline_match to remove_xline_exact
Revision
4669 -
Directory Listing
Modified
Sun Sep 28 16:27:20 2014 UTC
(6 years, 3 months ago)
by
michael
- m_error.c: whitespace change
Revision
4666 -
Directory Listing
Modified
Sun Sep 28 12:42:36 2014 UTC
(6 years, 3 months ago)
by
michael
- m_stats.c:stats_glines(): removed useless test. conf->reason cannot be NULL
Revision
4665 -
Directory Listing
Modified
Sun Sep 28 12:32:52 2014 UTC
(6 years, 3 months ago)
by
michael
- m_kline.c:already_placed_kline(): removed useless test. conf->reason cannot be NULL
Revision
4660 -
Directory Listing
Modified
Sun Sep 28 11:51:25 2014 UTC
(6 years, 3 months ago)
by
michael
- client.c:accept_message(): don't allow +G to override +g
Revision
4659 -
Directory Listing
Modified
Tue Sep 23 15:34:00 2014 UTC
(6 years, 4 months ago)
by
michael
- m_server.c:mr_server(), ms_sid(): minor modification to allow for more parameters in the future
Revision
4656 -
Directory Listing
Modified
Tue Sep 23 14:53:17 2014 UTC
(6 years, 4 months ago)
by
michael
- m_dline.c: whitespace changes
Revision
4653 -
Directory Listing
Modified
Mon Sep 22 15:43:43 2014 UTC
(6 years, 4 months ago)
by
michael
- m_undline.c: fixed broken /dline remote.server
Revision
4650 -
Directory Listing
Modified
Sun Sep 21 18:48:07 2014 UTC
(6 years, 4 months ago)
by
michael
- m_resv.c, m_unresv.c: allow servers to add/remove RESVs
Revision
4647 -
Directory Listing
Modified
Sun Sep 21 16:35:21 2014 UTC
(6 years, 4 months ago)
by
michael
- m_dline.c:ms_dline(): whitespace changes
Revision
4646 -
Directory Listing
Modified
Sun Sep 21 12:43:10 2014 UTC
(6 years, 4 months ago)
by
michael
- m_xline.c, m_unxline.c: allow servers to add/remove XLINEs
Revision
4643 -
Directory Listing
Modified
Sun Sep 21 11:37:14 2014 UTC
(6 years, 4 months ago)
by
michael
- m_dline.c: cleaned up ms_dline(); removed useless junk
Revision
4642 -
Directory Listing
Modified
Sun Sep 21 11:24:01 2014 UTC
(6 years, 4 months ago)
by
michael
- conf.c:find_user_host(): replaced !IsServer() test with IsClient()
Revision
4639 -
Directory Listing
Modified
Sun Sep 21 11:17:58 2014 UTC
(6 years, 4 months ago)
by
michael
- m_dline.c, m_undline.c: allow servers to add/remove DLINEs
Revision
4638 -
Directory Listing
Modified
Sun Sep 21 10:58:38 2014 UTC
(6 years, 4 months ago)
by
michael
- m_server.c:ms_sid(): don't automatically consider servers behind u-lines are services as well
Revision
4635 -
Directory Listing
Modified
Sun Sep 21 10:49:27 2014 UTC
(6 years, 4 months ago)
by
michael
- m_kline.c, m_unkline.c: allow servers to add/remove KLINEs
Revision
4634 -
Directory Listing
Modified
Sun Sep 21 10:08:01 2014 UTC
(6 years, 4 months ago)
by
michael
- m_kline.c:ms_kline(): fixed outdated comment
Revision
4631 -
Directory Listing
Modified
Sun Sep 21 09:59:19 2014 UTC
(6 years, 4 months ago)
by
michael
- m_resv.c:parse_resv(): log permanent RESVs, too
Revision
4629 -
Directory Listing
Modified
Sun Sep 21 09:55:57 2014 UTC
(6 years, 4 months ago)
by
michael
- m_resv.c, m_xline.c: some places weren't using get_oper_name()
Revision
4628 -
Directory Listing
Modified
Sun Sep 21 09:48:05 2014 UTC
(6 years, 4 months ago)
by
michael
- conf.c: let get_oper_name() deal with servers. Makes it easier to allow servers to add/remove
xlines, resvs, etc. without rewriting too much code later on
Revision
4625 -
Directory Listing
Modified
Sun Sep 21 09:34:46 2014 UTC
(6 years, 4 months ago)
by
michael
- m_xline.c:relay_xline(): only call atoi() if really needed
Revision
4624 -
Directory Listing
Modified
Sun Sep 21 08:41:22 2014 UTC
(6 years, 4 months ago)
by
michael
- conf_parser.y: use SSL_CTX_use_certificate_chain_file() instead of SSL_CTX_use_certificate_file()
Revision
4622 -
Directory Listing
Modified
Mon Sep 8 18:25:00 2014 UTC
(6 years, 4 months ago)
by
michael
- send.c:send_format(): fixed bogus test
Revision
4620 -
Directory Listing
Modified
Sun Sep 7 13:03:42 2014 UTC
(6 years, 4 months ago)
by
michael
- ircd.c: fixed compile warning
Revision
4618 -
Directory Listing
Modified
Sun Sep 7 13:01:09 2014 UTC
(6 years, 4 months ago)
by
michael
- Renamed Channel::chname to Channel::name
Revision
4615 -
Directory Listing
Modified
Sun Sep 7 09:52:28 2014 UTC
(6 years, 4 months ago)
by
michael
- m_resv.c:mo_resv(): removed extraneous space which caused the reason to
be prepended with a space on remote servers
Revision
4612 -
Directory Listing
Modified
Tue Sep 2 08:55:13 2014 UTC
(6 years, 4 months ago)
by
michael
- m_server.c:server_estab(): since we no longer put connecting/unknown servers on the local_server_list,
we can simplify that "I'm no hub, I'm not allowed to link" test.
Revision
4611 -
Directory Listing
Modified
Tue Sep 2 08:35:35 2014 UTC
(6 years, 4 months ago)
by
michael
- m_server.c: removed some redundant ERROR messages. exit_client() already takes care of sending ERRORs
Revision
4609 -
Directory Listing
Modified
Sun Aug 31 08:12:35 2014 UTC
(6 years, 4 months ago)
by
michael
- ircd.h: changed Counter structures to anonymous structure
Revision
4607 -
Directory Listing
Modified
Sun Aug 31 08:05:38 2014 UTC
(6 years, 4 months ago)
by
michael
- m_server.c:server_estab(): don't set SetGotId here. There is no reason why
it should be done in this place
Revision
4605 -
Directory Listing
Modified
Sat Aug 30 18:18:59 2014 UTC
(6 years, 4 months ago)
by
michael
- m_server.c:server_estab(): cleaned up 'inpath', 'inpath_ip' mess
Revision
4603 -
Directory Listing
Modified
Sat Aug 30 18:11:36 2014 UTC
(6 years, 4 months ago)
by
michael
- m_names.c:m_names(): removed legacy code; constification
Revision
4600 -
Directory Listing
Modified
Sat Aug 30 17:23:49 2014 UTC
(6 years, 4 months ago)
by
michael
- m_kill.c: doxygen
Revision
4599 -
Directory Listing
Modified
Sat Aug 30 17:06:13 2014 UTC
(6 years, 4 months ago)
by
michael
- m_squit.c: doxygen
Revision
4596 -
Directory Listing
Modified
Sat Aug 30 16:56:32 2014 UTC
(6 years, 4 months ago)
by
michael
- conf.c:find_conf_name(): removed useless match(). with server name masking being removed
with TS6, this is no longer needed.
Revision
4595 -
Directory Listing
Modified
Sat Aug 30 16:53:05 2014 UTC
(6 years, 4 months ago)
by
michael
- m_server.c:server_estab(): removed 'host = client_p->name' assignment
Revision
4593 -
Directory Listing
Modified
Wed Aug 27 16:26:46 2014 UTC
(6 years, 4 months ago)
by
michael
- ircd.c:ssl_init(): add SSL_OP_CIPHER_SERVER_PREFERENCE to server options
Revision
4591 -
Directory Listing
Modified
Tue Aug 26 16:36:01 2014 UTC
(6 years, 4 months ago)
by
michael
- reference.conf: whitespace changes
Revision
4588 -
Directory Listing
Modified
Tue Aug 26 15:59:07 2014 UTC
(6 years, 4 months ago)
by
michael
- Renamed 'localClient' Client structure member to just 'connection'
Revision
4586 -
Directory Listing
Modified
Tue Aug 26 15:50:52 2014 UTC
(6 years, 4 months ago)
by
michael
- user.c:register_local_user(): cosmetical fixes to server notice
Revision
4585 -
Directory Listing
Modified
Tue Aug 26 15:45:26 2014 UTC
(6 years, 4 months ago)
by
michael
- numeric.h, numeric.c: removed unused ERR_RESTRICTED
Revision
4582 -
Directory Listing
Modified
Mon Aug 25 15:54:28 2014 UTC
(6 years, 4 months ago)
by
michael
- numeric.c: cosmetical fixes
Revision
4581 -
Directory Listing
Modified
Mon Aug 25 10:33:40 2014 UTC
(6 years, 4 months ago)
by
michael
- Fixed misspellings
Revision
4579 -
Directory Listing
Modified
Mon Aug 25 09:55:40 2014 UTC
(6 years, 4 months ago)
by
michael
- Renamed variables/definitions to meet coding standards
Revision
4576 -
Directory Listing
Modified
Mon Aug 25 09:45:11 2014 UTC
(6 years, 4 months ago)
by
michael
- Renamed struct LocalUser to struct Connection
Revision
4575 -
Directory Listing
Modified
Mon Aug 25 09:31:48 2014 UTC
(6 years, 4 months ago)
by
michael
- client.c:exit_client(): cosmetical fixes to server exiting notice
Revision
4572 -
Directory Listing
Modified
Sun Aug 24 17:07:32 2014 UTC
(6 years, 4 months ago)
by
michael
- m_server.c: fixed spelling in some places
Revision
4570 -
Directory Listing
Modified
Sun Aug 24 14:04:54 2014 UTC
(6 years, 4 months ago)
by
michael
- m_stats.c:report_Klines(): removed useless test
Revision
4567 -
Directory Listing
Modified
Sun Aug 24 10:45:02 2014 UTC
(6 years, 5 months ago)
by
michael
- Update NEWS
Revision
4565 -
Directory Listing
Modified
Sun Aug 24 10:27:40 2014 UTC
(6 years, 5 months ago)
by
michael
- Update GPL 2 license headers
Revision
4563 -
Directory Listing
Modified
Sun Aug 24 10:15:00 2014 UTC
(6 years, 5 months ago)
by
michael
- Update gpl2 license file
Revision
4560 -
Directory Listing
Modified
Sun Aug 24 09:44:32 2014 UTC
(6 years, 5 months ago)
by
michael
- Update doc/reference.conf
Revision
4557 -
Directory Listing
Modified
Sat Aug 23 17:25:03 2014 UTC
(6 years, 5 months ago)
by
michael
- Replaced RPL_NEWHOSTIS with RPL_VISIBLEHOST
Revision
4556 -
Directory Listing
Modified
Sat Aug 23 17:21:17 2014 UTC
(6 years, 5 months ago)
by
michael
- parse.c: fixed new defect found by coverity
Revision
4554 -
Directory Listing
Modified
Fri Aug 22 23:10:31 2014 UTC
(6 years, 5 months ago)
by
michael
- parse.c:parse(): small optimization as suggested by Adam
Revision
4552 -
Directory Listing
Modified
Fri Aug 22 09:13:32 2014 UTC
(6 years, 5 months ago)
by
michael
- parse.c: constification
Revision
4549 -
Directory Listing
Modified
Fri Aug 22 09:07:43 2014 UTC
(6 years, 5 months ago)
by
michael
- Fixed previous changes to parse.h
Revision
4548 -
Directory Listing
Modified
Fri Aug 22 08:51:07 2014 UTC
(6 years, 5 months ago)
by
michael
- parse.h: moved structure member
Revision
4545 -
Directory Listing
Modified
Fri Aug 22 08:46:13 2014 UTC
(6 years, 5 months ago)
by
michael
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers
Revision
4543 -
Directory Listing
Modified
Thu Aug 21 17:03:15 2014 UTC
(6 years, 5 months ago)
by
michael
- numeric.c: fixed ERR_PASSWDMISMATCH numeric string
Revision
4542 -
Directory Listing
Modified
Thu Aug 21 16:27:32 2014 UTC
(6 years, 5 months ago)
by
michael
- numeric.c: update ERR_SERVICESDOWN numeric string
Revision
4531 -
Directory Listing
Modified
Tue Aug 19 15:35:04 2014 UTC
(6 years, 5 months ago)
by
michael
- m_who.c:who_global(): style corrections
Revision
4529 -
Directory Listing
Modified
Tue Aug 19 15:21:21 2014 UTC
(6 years, 5 months ago)
by
michael
- m_who.c: made do_who_on_channel() only take 4 parameters
Revision
4528 -
Directory Listing
Modified
Tue Aug 19 10:39:39 2014 UTC
(6 years, 5 months ago)
by
michael
- m_message.c: fixed bug where "NOTICE +#somechan" did allow bypassing resv{} channels,
or channels that are set +c (no control codes)
Revision
4526 -
Directory Listing
Modified
Tue Aug 19 09:57:32 2014 UTC
(6 years, 5 months ago)
by
michael
- m_webirc.c: replaced CGI:IRC references with WEBIRC
Revision
4523 -
Directory Listing
Modified
Tue Aug 19 09:43:38 2014 UTC
(6 years, 5 months ago)
by
michael
- Fixed double dlinkDelete() in conf_free()
- Fixed memory leak with server/oper/auth configuration items
Revision
4521 -
Directory Listing
Modified
Sun Aug 17 20:20:19 2014 UTC
(6 years, 5 months ago)
by
michael
- listener.c: reformatting
Revision
4518 -
Directory Listing
Modified
Sun Aug 17 20:04:20 2014 UTC
(6 years, 5 months ago)
by
michael
- listener.c: renamed ListenerPollList to listener_list
Revision
4516 -
Directory Listing
Modified
Sun Aug 17 19:09:53 2014 UTC
(6 years, 5 months ago)
by
michael
- Update .travis.yml
Revision
4513 -
Directory Listing
Modified
Sun Aug 17 18:25:52 2014 UTC
(6 years, 5 months ago)
by
michael
- conf.c:rehash(): moved the strlcpy(me.info,...) to conf_parser.y
Revision
4511 -
Directory Listing
Modified
Sun Aug 17 14:50:39 2014 UTC
(6 years, 5 months ago)
by
michael
- conf.c:conf_free(): fixed possible infinite loop with /stats c as reported by Adam.
We now assume that all MaskItem are linked onto some list
Revision
4508 -
Directory Listing
Modified
Sun Aug 17 11:58:06 2014 UTC
(6 years, 5 months ago)
by
michael
- Instead of silently truncating WHO at 500 replies, added ERR_WHOLIMEXCEED numeric
to inform users about the /who limit being exceeded
Revision
4505 -
Directory Listing
Modified
Sun Aug 17 08:20:20 2014 UTC
(6 years, 5 months ago)
by
michael
- Update README
Revision
4504 -
Directory Listing
Modified
Sun Aug 17 08:17:32 2014 UTC
(6 years, 5 months ago)
by
michael
- Update INSTALL
Revision
4502 -
Directory Listing
Modified
Sat Aug 16 19:10:20 2014 UTC
(6 years, 5 months ago)
by
michael
- hash.c:safe_list_channels(): removed outdated comment
Revision
4499 -
Directory Listing
Modified
Sat Aug 16 18:29:23 2014 UTC
(6 years, 5 months ago)
by
michael
- conf_parser.y: removed useless tests on ConfigServerInfo.server_ctx
Revision
4497 -
Directory Listing
Modified
Sat Aug 16 18:20:57 2014 UTC
(6 years, 5 months ago)
by
michael
- ircd.c:ssl_init(): exit if we cannot setup client/server context
Revision
4496 -
Directory Listing
Modified
Sat Aug 16 18:13:37 2014 UTC
(6 years, 5 months ago)
by
michael
- conf.c:set_default_conf(): really default to secp256r1
Revision
4494 -
Directory Listing
Modified
Sat Aug 16 18:08:45 2014 UTC
(6 years, 5 months ago)
by
michael
- Update doc/reference.conf
Revision
4490 -
Directory Listing
Modified
Sat Aug 16 16:58:39 2014 UTC
(6 years, 5 months ago)
by
michael
- m_list.c:do_list(): no need to break in the '-' case
Revision
4489 -
Directory Listing
Modified
Sat Aug 16 16:56:18 2014 UTC
(6 years, 5 months ago)
by
michael
- Add topic mask option to /list
Revision
4486 -
Directory Listing
Modified
Sat Aug 16 16:18:04 2014 UTC
(6 years, 5 months ago)
by
michael
- hash.c:list_one_channel(): let other users see channelmodes in /list
Revision
4485 -
Directory Listing
Modified
Sat Aug 16 15:56:05 2014 UTC
(6 years, 5 months ago)
by
michael
- m_certfp.c:ms_certfp(): use xstrdup() instead of strdup()
Revision
4483 -
Directory Listing
Modified
Fri Aug 15 17:07:27 2014 UTC
(6 years, 5 months ago)
by
michael
- ax_arg_enable_warnings.m4: fiddle around with warning options
Revision
4481 -
Directory Listing
Modified
Thu Aug 14 16:39:12 2014 UTC
(6 years, 5 months ago)
by
michael
- event.h: removed typedef
Revision
4479 -
Directory Listing
Modified
Thu Aug 14 16:18:31 2014 UTC
(6 years, 5 months ago)
by
michael
- Fixed compile warnings
Revision
4476 -
Directory Listing
Modified
Thu Aug 14 09:49:49 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c: style corrections
Revision
4473 -
Directory Listing
Modified
Thu Aug 14 09:31:41 2014 UTC
(6 years, 5 months ago)
by
michael
- memory.c:MyRealloc(): As pointed out by Adam, realloc() can be called with
size being 0 which equals to free(). In that case the outofmemory handler
shouldn't be triggered.
Revision
4472 -
Directory Listing
Modified
Thu Aug 14 09:25:49 2014 UTC
(6 years, 5 months ago)
by
michael
- s_bsd_poll.c cleanups/fixes provided by Adam
Revision
4470 -
Directory Listing
Modified
Thu Aug 14 08:35:41 2014 UTC
(6 years, 5 months ago)
by
michael
- getopt.c:parseargs(): use xstrdup() instead of malloc/strcpy combo; don't modify memory pointed
by the argument vector. Fixes provided by Adam.
Revision
4468 -
Directory Listing
Modified
Wed Aug 13 19:00:50 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c:query_name(): get rid of useless typecasting
Revision
4465 -
Directory Listing
Modified
Wed Aug 13 18:56:33 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c:proc_answer(): error out and leave the client unresolved if we get an unexpected record type
Revision
4464 -
Directory Listing
Modified
Wed Aug 13 17:28:00 2014 UTC
(6 years, 5 months ago)
by
michael
- Removed CNCB typedef
Revision
4461 -
Directory Listing
Modified
Wed Aug 13 17:05:26 2014 UTC
(6 years, 5 months ago)
by
michael
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
Revision
4460 -
Directory Listing
Modified
Mon Aug 11 19:45:11 2014 UTC
(6 years, 5 months ago)
by
michael
- conf.c:conf_dns_lookup(): use gethost_byname_type()
- res.h, res.c: removed gethost_byname()
Revision
4457 -
Directory Listing
Modified
Mon Aug 11 16:28:23 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c:proc_answer(): delete useless castings
Revision
4456 -
Directory Listing
Modified
Mon Aug 11 15:59:33 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c:proc_answer(): use 'unsigned'
Revision
4453 -
Directory Listing
Modified
Mon Aug 11 15:53:17 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c: removed "request_state" enum
Revision
4452 -
Directory Listing
Modified
Mon Aug 11 15:51:47 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c:proc_answer(): applied "Ignore CNAME records in dns queries" fix from p4.
** Ignore CNAME records in dns queries. Allows PTRS to point to CNAMEs
which can point to an A/AAAA which resolves to the correct IP.
Revision
4449 -
Directory Listing
Modified
Mon Aug 11 15:46:56 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c: removed "try A if AAAA failed" logic
Revision
4448 -
Directory Listing
Modified
Sat Aug 9 19:20:10 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c:start_resolver(): made /stats F more descriptive about the resolver socket
Revision
4445 -
Directory Listing
Modified
Sat Aug 9 19:07:40 2014 UTC
(6 years, 5 months ago)
by
michael
- auth.h: update documentation
Revision
4444 -
Directory Listing
Modified
Sat Aug 9 18:59:03 2014 UTC
(6 years, 5 months ago)
by
michael
- res.h: add documentation about RFC1035_MAX_DOMAIN_LENGTH definition
Revision
4440 -
Directory Listing
Modified
Sat Aug 9 18:50:49 2014 UTC
(6 years, 5 months ago)
by
michael
- user.c:oper_up(): successful operator logins are now announced globally via GLOBOPS
Revision
4439 -
Directory Listing
Modified
Sat Aug 9 18:36:19 2014 UTC
(6 years, 5 months ago)
by
michael
- Renamed various variables
Revision
4436 -
Directory Listing
Modified
Thu Aug 7 20:42:37 2014 UTC
(6 years, 5 months ago)
by
michael
- Update doc/reference.conf
Revision
4435 -
Directory Listing
Modified
Thu Aug 7 19:49:31 2014 UTC
(6 years, 5 months ago)
by
michael
- m_info.c:send_conf_options(): made /info look nicer
Revision
4432 -
Directory Listing
Modified
Thu Aug 7 19:42:00 2014 UTC
(6 years, 5 months ago)
by
michael
- event.c: update show_events() to make /stats E look nicer
Revision
4431 -
Directory Listing
Modified
Thu Aug 7 19:04:30 2014 UTC
(6 years, 5 months ago)
by
michael
- Rewrite sendto_realops_flags_ratelimited() so it can be used in other places as well
Revision
4428 -
Directory Listing
Modified
Thu Aug 7 17:46:02 2014 UTC
(6 years, 5 months ago)
by
michael
- Added listener_release() and make use of it
Revision
4427 -
Directory Listing
Modified
Thu Aug 7 17:15:30 2014 UTC
(6 years, 5 months ago)
by
michael
- listener.c: reformatting
Revision
4424 -
Directory Listing
Modified
Thu Aug 7 17:09:14 2014 UTC
(6 years, 5 months ago)
by
michael
- listener.c:make_listener(): constification
Revision
4423 -
Directory Listing
Modified
Thu Aug 7 16:57:57 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c: was missing +1 in reslist::name
Revision
4420 -
Directory Listing
Modified
Thu Aug 7 16:51:58 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c:init_resolver(): removed useless memset()
Revision
4419 -
Directory Listing
Modified
Thu Aug 7 16:35:44 2014 UTC
(6 years, 5 months ago)
by
michael
- m_ison.c:m_ison(): replaced memcpy() with strlcpy()
Revision
4417 -
Directory Listing
Modified
Thu Aug 7 14:39:44 2014 UTC
(6 years, 5 months ago)
by
michael
- Update README
Revision
4415 -
Directory Listing
Modified
Thu Aug 7 14:09:36 2014 UTC
(6 years, 5 months ago)
by
michael
- Removed ipv6 detection. We now assume all systems that run hybrid have
ipv6 availability and sockaddr_storage.
Revision
4413 -
Directory Listing
Modified
Thu Aug 7 11:31:11 2014 UTC
(6 years, 5 months ago)
by
michael
- s_bsd.c:comm_accept(): fixed faulty memset()
Revision
4411 -
Directory Listing
Modified
Wed Aug 6 21:38:03 2014 UTC
(6 years, 5 months ago)
by
michael
- Let's allow overlength host name entries in connect {} blocks
Revision
4408 -
Directory Listing
Modified
Wed Aug 6 21:19:38 2014 UTC
(6 years, 5 months ago)
by
michael
- Fixed resolver/auth issues with too long hostnames
Revision
4407 -
Directory Listing
Modified
Wed Aug 6 18:42:42 2014 UTC
(6 years, 5 months ago)
by
michael
- Moved memset() from accept_connection() to comm_accept()
Revision
4404 -
Directory Listing
Modified
Wed Aug 6 17:02:18 2014 UTC
(6 years, 5 months ago)
by
michael
- Minor documentation updates
Revision
4403 -
Directory Listing
Modified
Wed Aug 6 16:09:58 2014 UTC
(6 years, 5 months ago)
by
michael
- Update doc/reference.conf
Revision
4400 -
Directory Listing
Modified
Tue Aug 5 17:42:56 2014 UTC
(6 years, 5 months ago)
by
michael
- Unset FLAGS_IPHASH on source_p in exit_client() when removing from ipcache
Revision
4399 -
Directory Listing
Modified
Mon Aug 4 19:35:36 2014 UTC
(6 years, 5 months ago)
by
michael
- ircd.c:main(): use event_add() for comm_checktimeouts
Revision
4396 -
Directory Listing
Modified
Sun Aug 3 20:23:25 2014 UTC
(6 years, 5 months ago)
by
michael
- Update README
Revision
4392 -
Directory Listing
Modified
Sun Aug 3 18:23:45 2014 UTC
(6 years, 5 months ago)
by
michael
- Update doc/reference.conf
Revision
4391 -
Directory Listing
Modified
Sun Aug 3 17:48:25 2014 UTC
(6 years, 5 months ago)
by
michael
- channel.c:send_mode_list(): constification
Revision
4388 -
Directory Listing
Modified
Sun Aug 3 17:45:49 2014 UTC
(6 years, 5 months ago)
by
michael
- channel.c: moved 'buf' to send_members() and send_mode_list()
Revision
4387 -
Directory Listing
Modified
Sun Aug 3 17:33:43 2014 UTC
(6 years, 5 months ago)
by
michael
- mempool.c:mp_pool_garbage_collect(): c99 style correction
Revision
4384 -
Directory Listing
Modified
Sun Aug 3 16:47:08 2014 UTC
(6 years, 5 months ago)
by
michael
- m_cap.c: moved qsorting of the capab_list to module_init()
Revision
4383 -
Directory Listing
Modified
Sun Aug 3 16:37:52 2014 UTC
(6 years, 5 months ago)
by
michael
- m_nick.c:change_local_nick(): improved an assert()
Revision
4380 -
Directory Listing
Modified
Sun Aug 3 16:26:48 2014 UTC
(6 years, 5 months ago)
by
michael
- numeric.c: ERR_NICKTOOFAST: use %u conversion specifier
Revision
4379 -
Directory Listing
Modified
Sun Aug 3 16:18:41 2014 UTC
(6 years, 5 months ago)
by
michael
- Fixed ERR_NICKTOOFAST numeric string to make more sense and to comply with other ircds
Revision
4376 -
Directory Listing
Modified
Sun Aug 3 15:22:27 2014 UTC
(6 years, 5 months ago)
by
michael
- numeric.c: fixed ERR_TOOMANYAWAY numeric string
Revision
4375 -
Directory Listing
Modified
Sun Aug 3 14:42:42 2014 UTC
(6 years, 5 months ago)
by
michael
- listener.h, listener.c: use HOSTIPLEN for Listener::name; update documentation
Revision
4372 -
Directory Listing
Modified
Sun Aug 3 14:11:58 2014 UTC
(6 years, 5 months ago)
by
michael
- ipcache.h: update documentation
Revision
4370 -
Directory Listing
Modified
Sun Aug 3 10:52:58 2014 UTC
(6 years, 5 months ago)
by
michael
- Update INSTALL
Revision
4367 -
Directory Listing
Modified
Sun Aug 3 10:33:39 2014 UTC
(6 years, 5 months ago)
by
michael
- ipcache.c: minor cleanup
Revision
4365 -
Directory Listing
Modified
Sat Aug 2 22:41:12 2014 UTC
(6 years, 5 months ago)
by
michael
- ax_arg_openssl.m4: cosmetical fixes for LibreSSL
Revision
4364 -
Directory Listing
Modified
Sat Aug 2 22:23:25 2014 UTC
(6 years, 5 months ago)
by
michael
- Moved ax_check_openssl.m4 to ax_arg_openssl.m4
Revision
4361 -
Directory Listing
Modified
Sat Aug 2 20:51:40 2014 UTC
(6 years, 5 months ago)
by
michael
- ax_library_net.m4: removed useless member test of sockaddr_in.sin_len
Revision
4360 -
Directory Listing
Modified
Sat Aug 2 20:40:29 2014 UTC
(6 years, 5 months ago)
by
michael
- Got rid of acinclude.m4
Revision
4357 -
Directory Listing
Modified
Sat Aug 2 18:31:44 2014 UTC
(6 years, 5 months ago)
by
michael
- configure.ac: must be excuting GCC_STACK_PROTECT_LIB aswell, otherwise we won't get
linked against SSP lib (if there's any)
Revision
4355 -
Directory Listing
Modified
Sat Aug 2 18:09:53 2014 UTC
(6 years, 5 months ago)
by
michael
- acinclude.m4: fixed typo in comment
Revision
4352 -
Directory Listing
Modified
Sat Aug 2 17:53:48 2014 UTC
(6 years, 5 months ago)
by
michael
- Cleaned up epoll detection
Revision
4351 -
Directory Listing
Modified
Sat Aug 2 17:20:32 2014 UTC
(6 years, 5 months ago)
by
michael
- motd.h, motd.c: renamed Motd::hostmask to just Motd::mask just because it's kinda
missleading since the mask can also be a class name
Revision
4348 -
Directory Listing
Modified
Sat Aug 2 17:14:44 2014 UTC
(6 years, 5 months ago)
by
michael
- motd.h, motd.c: clean up/fix comments
Revision
4347 -
Directory Listing
Modified
Sat Aug 2 17:07:28 2014 UTC
(6 years, 5 months ago)
by
michael
- motd.c:motd_cache(): fixed cast
Revision
4344 -
Directory Listing
Modified
Sat Aug 2 17:00:47 2014 UTC
(6 years, 5 months ago)
by
michael
- Re-arranged ConfigServerInfo structure
Revision
4343 -
Directory Listing
Modified
Sat Aug 2 16:58:33 2014 UTC
(6 years, 5 months ago)
by
michael
- Removed unused ConfigServerInfo structure member
Revision
4340 -
Directory Listing
Modified
Sat Aug 2 16:53:22 2014 UTC
(6 years, 5 months ago)
by
michael
- Renamed structures to meet code conventions
Revision
4339 -
Directory Listing
Modified
Sat Aug 2 16:35:48 2014 UTC
(6 years, 5 months ago)
by
michael
- event.h: style correction
Revision
4336 -
Directory Listing
Modified
Sat Aug 2 16:33:58 2014 UTC
(6 years, 5 months ago)
by
michael
- event.h: replaced shorts with ints
Revision
4335 -
Directory Listing
Modified
Sat Aug 2 16:05:40 2014 UTC
(6 years, 5 months ago)
by
michael
- ./configure now requires OpenSSL 0.9.8o or above in order to enable TLS/SSL support
Revision
4333 -
Directory Listing
Modified
Sat Aug 2 15:53:16 2014 UTC
(6 years, 5 months ago)
by
michael
- Removed select() support
Revision
4332 -
Directory Listing
Modified
Fri Aug 1 19:49:21 2014 UTC
(6 years, 5 months ago)
by
michael
- conf.c:attach_iline(): constification
Revision
4329 -
Directory Listing
Modified
Fri Aug 1 18:36:15 2014 UTC
(6 years, 5 months ago)
by
michael
- ipcache.c:ipcache_get_stats(): constification; depend on the caller to set integers to zero
Revision
4327 -
Directory Listing
Modified
Fri Aug 1 18:16:05 2014 UTC
(6 years, 5 months ago)
by
michael
- svn propset on ipcache.c, ipcache.h
Revision
4325 -
Directory Listing
Modified
Fri Aug 1 18:06:07 2014 UTC
(6 years, 5 months ago)
by
michael
- Moved all ip caching related code to ipcache.c
Revision
4324 -
Directory Listing
Modified
Fri Aug 1 16:59:35 2014 UTC
(6 years, 5 months ago)
by
michael
- conf.c: optimized count_ip_hash()
Revision
4321 -
Directory Listing
Modified
Fri Aug 1 16:55:07 2014 UTC
(6 years, 5 months ago)
by
michael
- conf.c:ipcache_remove_expired_entries(): of course should be DLINK_FOREACH_SAFE
Revision
4319 -
Directory Listing
Modified
Fri Aug 1 16:48:38 2014 UTC
(6 years, 5 months ago)
by
michael
- Cleaned up ipcache
Revision
4317 -
Directory Listing
Modified
Thu Jul 31 21:16:49 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c:res_readreply(): read as many packets as possible from kernel buffer
in a single run. This might increase performance for heavy loaded servers
doing lots of dns requests. As side-effect it fixes issues with edge-triggered
epoll (we're only doing level-triggered right now)
Revision
4316 -
Directory Listing
Modified
Thu Jul 31 20:46:32 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c:res_readreply(): don't grant further retries if the packet
couldn't be decoded. We only give it one shot.
Revision
4313 -
Directory Listing
Modified
Thu Jul 31 18:50:11 2014 UTC
(6 years, 5 months ago)
by
michael
- Improved AWAY throttling to allow for better fine-tuning
Revision
4311 -
Directory Listing
Modified
Thu Jul 31 17:02:13 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c: reformatting; style corrections; updated comments
Revision
4309 -
Directory Listing
Modified
Tue Jul 29 17:24:25 2014 UTC
(6 years, 5 months ago)
by
michael
- Backported auth code related cleanups from newio branch
Revision
4308 -
Directory Listing
Modified
Sun Jul 27 12:17:00 2014 UTC
(6 years, 5 months ago)
by
michael
- Update doc/reference.conf [ci skip]
Revision
4305 -
Directory Listing
Modified
Sun Jul 27 10:40:32 2014 UTC
(6 years, 5 months ago)
by
michael
- Update doc/reference.conf [ci skip]
Revision
4303 -
Directory Listing
Modified
Sat Jul 26 17:56:04 2014 UTC
(6 years, 5 months ago)
by
michael
- res.c:res_readreply(): use ssize_t for 'rc'
Revision
4301 -
Directory Listing
Modified
Sun Jul 20 17:23:17 2014 UTC
(6 years, 6 months ago)
by
michael
- Update doc/reference.conf
Revision
4298 -
Directory Listing
Modified
Sun Jul 20 13:51:16 2014 UTC
(6 years, 6 months ago)
by
michael
- Fixed typos all over the place
Revision
4288 -
Directory Listing
Modified
Sun Jul 20 09:21:35 2014 UTC
(6 years, 6 months ago)
by
michael
- Update doc/reference.conf
Revision
4284 -
Directory Listing
Modified
Sat Jul 19 19:50:21 2014 UTC
(6 years, 6 months ago)
by
michael
- m_oper.c, m_challenge.c: cosmetical fixes
Revision
4283 -
Directory Listing
Modified
Sat Jul 19 19:40:12 2014 UTC
(6 years, 6 months ago)
by
michael
- m_challenge.c:m_challenge(): added sanity test on parv[1]
Revision
4274 -
Directory Listing
Modified
Sat Jul 19 18:56:19 2014 UTC
(6 years, 6 months ago)
by
michael
- m_xline.c, m_resv.c: fixed bug where the mask which is to be banned is checked in
both valid_wild_card_simple() and valid_wild_card()
Revision
4273 -
Directory Listing
Modified
Sat Jul 19 18:21:29 2014 UTC
(6 years, 6 months ago)
by
michael
- Update challenge.txt
Revision
4270 -
Directory Listing
Modified
Sat Jul 19 18:17:07 2014 UTC
(6 years, 6 months ago)
by
michael
- m_challenge.c:m_challenge(): cosmetical fix
Revision
4269 -
Directory Listing
Modified
Sat Jul 19 17:37:22 2014 UTC
(6 years, 6 months ago)
by
michael
- m_help.c: style corrections
Revision
4266 -
Directory Listing
Modified
Sat Jul 19 17:26:42 2014 UTC
(6 years, 6 months ago)
by
michael
- Update reference.conf
Revision
4265 -
Directory Listing
Modified
Sat Jul 19 17:21:27 2014 UTC
(6 years, 6 months ago)
by
michael
- conf.c:valid_wild_card_simple(): don't read past the zero character
Revision
4262 -
Directory Listing
Modified
Fri Jul 18 20:59:53 2014 UTC
(6 years, 6 months ago)
by
michael
- respond.c: update binary_to_hex()
Revision
4258 -
Directory Listing
Modified
Fri Jul 18 20:46:48 2014 UTC
(6 years, 6 months ago)
by
michael
- conf_parser.y: do some logging if the dh param file can't be opened/read
Revision
4256 -
Directory Listing
Modified
Fri Jul 18 20:37:01 2014 UTC
(6 years, 6 months ago)
by
michael
- conf_parser.y: fixed logging of invalid private key
Revision
4254 -
Directory Listing
Modified
Fri Jul 18 19:07:27 2014 UTC
(6 years, 6 months ago)
by
michael
- Cleaned up and sanitized /challenge related code
- rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes()
if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.
Revision
4250 -
Directory Listing
Modified
Fri Jul 18 17:16:18 2014 UTC
(6 years, 6 months ago)
by
michael
- .travis.yml: according to the travis ci guys, gcc-4.8 is now pre-installed on osx.
Let's see if it works this time.
Revision
4247 -
Directory Listing
Modified
Thu Jul 17 19:41:48 2014 UTC
(6 years, 6 months ago)
by
michael
- m_server.c: fixed build with LibreSSL which hasn't compression support
- ax_check_openssl.m4: 0.9.8m is now the minimum requirement
Revision
4245 -
Directory Listing
Modified
Thu Jul 17 19:15:05 2014 UTC
(6 years, 6 months ago)
by
michael
- auth.h, s_bsd.h: removed unused function declarations
Revision
4242 -
Directory Listing
Modified
Thu Jul 17 15:19:02 2014 UTC
(6 years, 6 months ago)
by
michael
- m_xline.c: fixed broken check_xline()
Revision
4240 -
Directory Listing
Modified
Tue Jul 15 17:40:39 2014 UTC
(6 years, 6 months ago)
by
michael
- res.c:res_readreply(): removed sparc/alpha hack
Revision
4237 -
Directory Listing
Modified
Tue Jul 15 17:38:39 2014 UTC
(6 years, 6 months ago)
by
michael
- res.c:res_readreply(): don't do anything until we checked for possible
fake replies
Revision
4236 -
Directory Listing
Modified
Tue Jul 15 17:32:28 2014 UTC
(6 years, 6 months ago)
by
michael
- res.c:res_readreply(): even if it's not clear if it's possible to receive
a response for a query we didn't send, but we better execute auth_dns_callback()
immediately instead of waiting until timeout_auth_queries_event() takes action.
Revision
4233 -
Directory Listing
Modified
Tue Jul 15 17:24:50 2014 UTC
(6 years, 6 months ago)
by
michael
- res.c: made timeout_query_list() not require an argument
Revision
4231 -
Directory Listing
Modified
Tue Jul 15 16:57:00 2014 UTC
(6 years, 6 months ago)
by
michael
- parse.c: reformatting
Revision
4230 -
Directory Listing
Modified
Mon Jul 14 20:11:27 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick(), mr_nick(): use target_p->name when reporting ERR_NICKNAMEINUSE
Revision
4227 -
Directory Listing
Modified
Mon Jul 14 19:47:22 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick.c:check_clean_nick(): make sure not to send a KILL for a server
Revision
4226 -
Directory Listing
Modified
Mon Jul 14 19:40:53 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick.c: removed unused header includes
Revision
4223 -
Directory Listing
Modified
Mon Jul 14 19:08:48 2014 UTC
(6 years, 6 months ago)
by
michael
- user.c:register_remote_user(): constification
Revision
4222 -
Directory Listing
Modified
Mon Jul 14 18:56:29 2014 UTC
(6 years, 6 months ago)
by
michael
- user.c:user_welcome(): removed useless test on source_p->id
Revision
4219 -
Directory Listing
Modified
Mon Jul 14 15:55:58 2014 UTC
(6 years, 6 months ago)
by
michael
- Update ircd manpage [ci skip]
Revision
4214 -
Directory Listing
Modified
Mon Jul 14 12:35:00 2014 UTC
(6 years, 6 months ago)
by
michael
- client.c: cleaned up style; sprinkled some assert() statements
Revision
4213 -
Directory Listing
Modified
Mon Jul 14 09:26:05 2014 UTC
(6 years, 6 months ago)
by
michael
- Renamed serv_list to local_server_list
Revision
4210 -
Directory Listing
Modified
Sat Jul 12 19:22:05 2014 UTC
(6 years, 6 months ago)
by
michael
- server.c:hunt_server(): removed useless test. Discussed and approved by Adam.
Revision
4209 -
Directory Listing
Modified
Sat Jul 12 18:15:19 2014 UTC
(6 years, 6 months ago)
by
michael
- Renammed global_serv_list to global_server_list
Revision
4206 -
Directory Listing
Modified
Sat Jul 12 17:51:55 2014 UTC
(6 years, 6 months ago)
by
michael
- server.c: cleaned up hunt_server()
Revision
4205 -
Directory Listing
Modified
Sat Jul 12 17:32:25 2014 UTC
(6 years, 6 months ago)
by
michael
- Update reference.conf
Revision
4202 -
Directory Listing
Modified
Sat Jul 12 17:26:34 2014 UTC
(6 years, 6 months ago)
by
michael
- Update helpfiles
Revision
4200 -
Directory Listing
Modified
Fri Jul 11 19:50:51 2014 UTC
(6 years, 6 months ago)
by
michael
- parse.c:handle_numeric(): if source_p is a hidden server, rewrite prefix aswell
Revision
4199 -
Directory Listing
Modified
Thu Jul 10 19:52:40 2014 UTC
(6 years, 6 months ago)
by
michael
- ircd.c:initialize_global_set_options(): removed useless memset()
Revision
4196 -
Directory Listing
Modified
Thu Jul 10 19:48:48 2014 UTC
(6 years, 6 months ago)
by
michael
- server.c:try_connections(): whitespace changes
Revision
4195 -
Directory Listing
Modified
Thu Jul 10 19:10:26 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick.c:perform_nick_change_collides(): style cleanups
Revision
4192 -
Directory Listing
Modified
Thu Jul 10 18:21:51 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick.c: removed unused/dead code
Revision
4190 -
Directory Listing
Modified
Mon Jul 7 19:02:53 2014 UTC
(6 years, 6 months ago)
by
michael
- Removed doc/Tao-of-IRC.940110
Revision
4189 -
Directory Listing
Modified
Mon Jul 7 18:30:34 2014 UTC
(6 years, 6 months ago)
by
michael
- Don't add/remove unregistered connections to/from global_client_list
Revision
4187 -
Directory Listing
Modified
Sun Jul 6 16:14:34 2014 UTC
(6 years, 6 months ago)
by
michael
- client.c:exit_one_client(): re-added test on source_p->node.next
Revision
4185 -
Directory Listing
Modified
Sun Jul 6 15:43:25 2014 UTC
(6 years, 6 months ago)
by
michael
- Update reference.conf
Revision
4176 -
Directory Listing
Modified
Sat Jul 5 17:41:13 2014 UTC
(6 years, 6 months ago)
by
michael
- channel_mode.c:clear_ban_cache(): use locmembers list
Revision
4173 -
Directory Listing
Modified
Sat Jul 5 15:59:30 2014 UTC
(6 years, 6 months ago)
by
michael
- Update reference.conf
Revision
4170 -
Directory Listing
Modified
Sat Jul 5 15:32:59 2014 UTC
(6 years, 6 months ago)
by
michael
- Bring back channel->locmember list
Revision
4168 -
Directory Listing
Modified
Fri Jul 4 18:41:17 2014 UTC
(6 years, 6 months ago)
by
michael
- .travis.yml: build with --enable-assert
Revision
4165 -
Directory Listing
Modified
Fri Jul 4 17:35:38 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick.c: fixed compile error with --enable-assert
Revision
4162 -
Directory Listing
Modified
Thu Jul 3 19:39:31 2014 UTC
(6 years, 6 months ago)
by
michael
- Removed ssl_server_method and ssl_client_method configuration options.
ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending
on the OpenSSL version.
Revision
4161 -
Directory Listing
Modified
Thu Jul 3 18:25:53 2014 UTC
(6 years, 6 months ago)
by
michael
- ircd.c:ssl_init(): removed SSL_OP_TLS_ROLLBACK_BUG from options
Revision
4155 -
Directory Listing
Modified
Wed Jul 2 18:24:06 2014 UTC
(6 years, 6 months ago)
by
michael
- m_encap.c: respect args_min when calling the encap handler
Revision
4151 -
Directory Listing
Modified
Wed Jul 2 17:44:54 2014 UTC
(6 years, 6 months ago)
by
michael
- channel.c: from p4: move resv channel oper notice to umode reject
Revision
4150 -
Directory Listing
Modified
Wed Jul 2 17:34:45 2014 UTC
(6 years, 6 months ago)
by
michael
- Another help/stats update
Revision
4146 -
Directory Listing
Modified
Wed Jul 2 17:25:06 2014 UTC
(6 years, 6 months ago)
by
michael
- Update help/stats
Revision
4145 -
Directory Listing
Modified
Wed Jul 2 17:16:11 2014 UTC
(6 years, 6 months ago)
by
michael
- Update help/stats
Revision
4142 -
Directory Listing
Modified
Wed Jul 2 17:14:47 2014 UTC
(6 years, 6 months ago)
by
michael
- Removed hooking system
Revision
4140 -
Directory Listing
Modified
Wed Jul 2 14:44:45 2014 UTC
(6 years, 6 months ago)
by
michael
- client.c:exit_one_client(): removed XXX; added an assert() just in case
Revision
4139 -
Directory Listing
Modified
Wed Jul 2 14:23:47 2014 UTC
(6 years, 6 months ago)
by
michael
- ircd.c:ssl_init(): add SSL_OP_SINGLE_DH_USE to options
Revision
4136 -
Directory Listing
Modified
Wed Jul 2 11:30:49 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick.c:uid_from_server(): fixed use of wrong CLient pointer
Revision
4135 -
Directory Listing
Modified
Wed Jul 2 11:01:25 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick.c:change_remote_nick(): fixed broken assert()
Revision
4133 -
Directory Listing
Modified
Tue Jul 1 21:43:15 2014 UTC
(6 years, 6 months ago)
by
michael
- ircd.c: removed 'event_check_splitmode'. Changed 'splitmode_event' to run every 5 seconds
if server is in splitmode
Revision
4130 -
Directory Listing
Modified
Tue Jul 1 19:49:09 2014 UTC
(6 years, 6 months ago)
by
michael
- event.c, event.h: update copyright headers
Revision
4129 -
Directory Listing
Modified
Tue Jul 1 19:32:19 2014 UTC
(6 years, 6 months ago)
by
michael
- ircd.c:ssl_init(): minor cleanup
Revision
4126 -
Directory Listing
Modified
Tue Jul 1 19:24:16 2014 UTC
(6 years, 6 months ago)
by
michael
- event.c:event_addish(): removed XXX
Revision
4125 -
Directory Listing
Modified
Tue Jul 1 17:43:47 2014 UTC
(6 years, 6 months ago)
by
michael
- event.c: removed unused header includes
Revision
4122 -
Directory Listing
Modified
Tue Jul 1 17:25:54 2014 UTC
(6 years, 6 months ago)
by
michael
- Update reference.conf
Revision
4121 -
Directory Listing
Modified
Tue Jul 1 17:01:33 2014 UTC
(6 years, 6 months ago)
by
michael
- conf_parser.y: fixed stupid bug. no comment there...
Revision
4118 -
Directory Listing
Modified
Tue Jul 1 16:56:15 2014 UTC
(6 years, 6 months ago)
by
michael
- event.c:event_run(): changed 'len' variable to an unsigned int.
Note that dlink_list_length() is unsigned int.
Revision
4117 -
Directory Listing
Modified
Tue Jul 1 16:51:11 2014 UTC
(6 years, 6 months ago)
by
michael
- event.c:event_run(): removed unused variable
Revision
4114 -
Directory Listing
Modified
Tue Jul 1 16:47:15 2014 UTC
(6 years, 6 months ago)
by
michael
- Added ssl_message_digest_algorithm configuration option to serverinfo{} block.
See doc/reference.conf for more information.
Revision
4113 -
Directory Listing
Modified
Tue Jul 1 16:02:52 2014 UTC
(6 years, 6 months ago)
by
michael
- Make use of binary_to_hex() in ssl_handshake() and ssl_server_handshake()
Revision
4110 -
Directory Listing
Modified
Tue Jul 1 15:56:12 2014 UTC
(6 years, 6 months ago)
by
michael
- rsa.c: make binary_to_hex() more readable
Revision
4108 -
Directory Listing
Modified
Mon Jun 30 21:02:06 2014 UTC
(6 years, 6 months ago)
by
michael
- Allow [ in usernames
Revision
4106 -
Directory Listing
Modified
Mon Jun 30 15:50:11 2014 UTC
(6 years, 6 months ago)
by
michael
- ircd.h, ircd.c: change some structures to anonymous structures
Revision
4105 -
Directory Listing
Modified
Mon Jun 30 15:39:47 2014 UTC
(6 years, 6 months ago)
by
michael
- Removed supported.h
Revision
4102 -
Directory Listing
Modified
Sun Jun 29 19:35:28 2014 UTC
(6 years, 6 months ago)
by
michael
- Add CHACCESS_REMOTE for servers remote Clients
Revision
4099 -
Directory Listing
Modified
Sun Jun 29 17:22:27 2014 UTC
(6 years, 6 months ago)
by
michael
- event.c: fixed issue in event_run()
Revision
4098 -
Directory Listing
Modified
Sun Jun 29 12:18:50 2014 UTC
(6 years, 6 months ago)
by
michael
- mempool.c: run mp_pool_garbage_collect every 3 minutes
Revision
4094 -
Directory Listing
Modified
Sun Jun 29 11:48:50 2014 UTC
(6 years, 6 months ago)
by
michael
- Merged Adam's event system rewrite
Revision
4093 -
Directory Listing
Modified
Sun Jun 29 09:51:41 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick.c: improve documentation
Revision
4090 -
Directory Listing
Modified
Sat Jun 28 19:05:06 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick.c: further cleanups
Revision
4089 -
Directory Listing
Modified
Sat Jun 28 17:50:35 2014 UTC
(6 years, 6 months ago)
by
michael
- m_nick.c:perform_uid_introduction_collides(): removed useless IsServer() test
Revision
4088 -
Directory Listing
Modified
Sat Jun 28 17:36:17 2014 UTC
(6 years, 6 months ago)
by
michael
- Cleaned up UID introduction / NICK change related code
Revision
4086 -
Directory Listing
Modified
Sat Jun 28 16:44:20 2014 UTC
(6 years, 6 months ago)
by
michael
- Let mp_pool_get() clear memory
Revision
4085 -
Directory Listing
Modified
Sat Jun 28 16:31:25 2014 UTC
(6 years, 6 months ago)
by
michael
- m_message.c: style cleanups; constification
Revision
4081 -
Directory Listing
Modified
Sat Jun 28 16:19:37 2014 UTC
(6 years, 6 months ago)
by
michael
- m_knock.c, m_invite.c: don't further penalize throttled clients
Revision
4080 -
Directory Listing
Modified
Sat Jun 28 16:02:44 2014 UTC
(6 years, 6 months ago)
by
michael
- conf.c, conf.h: change some structures to anonymous structures
Revision
4078 -
Directory Listing
Modified
Fri Jun 27 15:34:00 2014 UTC
(6 years, 6 months ago)
by
michael
- Update README
Revision
4073 -
Directory Listing
Modified
Thu Jun 26 15:44:44 2014 UTC
(6 years, 6 months ago)
by
michael
- ircd.c:ssl_init(): removed SSL_OP_ALL from options
Revision
4070 -
Directory Listing
Modified
Thu Jun 26 15:36:08 2014 UTC
(6 years, 6 months ago)
by
michael
- Added proper ECDH support
Revision
4068 -
Directory Listing
Modified
Wed Jun 25 16:43:33 2014 UTC
(6 years, 6 months ago)
by
michael
- conf.c:set_default_conf(): default to 1 connection per 1 second
Revision
4067 -
Directory Listing
Modified
Wed Jun 25 16:00:43 2014 UTC
(6 years, 6 months ago)
by
michael
- .travis.yml: so I got told by some travis guy gcc-4.8 isn't installed yet on Mac OS X
Revision
4066 -
Directory Listing
Modified
Wed Jun 25 15:16:13 2014 UTC
(6 years, 6 months ago)
by
michael
- channel.c:check_splitmode(): logic fixes
Revision
4063 -
Directory Listing
Modified
Wed Jun 25 14:30:20 2014 UTC
(6 years, 6 months ago)
by
michael
- Update .travis.yml. See if it still complains...
Revision
4062 -
Directory Listing
Modified
Wed Jun 25 12:04:08 2014 UTC
(6 years, 6 months ago)
by
michael
- m_eob.c:server_eob(): fixed faulty assert()
Revision
4058 -
Directory Listing
Modified
Tue Jun 24 18:18:58 2014 UTC
(6 years, 6 months ago)
by
michael
- Use %u conversion specifier for unsigned ints
Revision
4055 -
Directory Listing
Modified
Tue Jun 24 16:09:27 2014 UTC
(6 years, 7 months ago)
by
michael
- conf.c:conf_connect_allowed(): fixed some logic errors
Revision
4054 -
Directory Listing
Modified
Tue Jun 24 15:31:49 2014 UTC
(6 years, 7 months ago)
by
michael
- conf.c:read_conf_files(): chanmodes c an M were missed in CHANMODES
Revision
4049 -
Directory Listing
Modified
Sun Jun 22 21:50:31 2014 UTC
(6 years, 7 months ago)
by
michael
- m_undline.c:mo_undline(): don't require an address to be prepended with *@
Revision
4047 -
Directory Listing
Modified
Sun Jun 22 16:14:02 2014 UTC
(6 years, 7 months ago)
by
michael
- channel.c:get_member_status(): document the magic value of 4
Revision
4044 -
Directory Listing
Modified
Sun Jun 22 16:09:12 2014 UTC
(6 years, 7 months ago)
by
michael
- channel.c, channel_mode.c: update documentation in some places
Revision
4043 -
Directory Listing
Modified
Sun Jun 22 16:06:40 2014 UTC
(6 years, 7 months ago)
by
michael
- m_accept.c:list_accepts(): make sure to have one byte left for the space
Revision
4040 -
Directory Listing
Modified
Sun Jun 22 13:29:56 2014 UTC
(6 years, 7 months ago)
by
michael
- m_stats.c:stats_tstats(): prefix "/stats t" reply with 't' instead of 'T',
as "/stats T" reports configured motd{} blocks
Revision
4037 -
Directory Listing
Modified
Sun Jun 22 12:03:40 2014 UTC
(6 years, 7 months ago)
by
michael
- m_stats.c:stats_auth(): removed useless test on conf->class
Revision
4034 -
Directory Listing
Modified
Sun Jun 22 11:59:24 2014 UTC
(6 years, 7 months ago)
by
michael
- m_stats.c: style corrections
Revision
4032 -
Directory Listing
Modified
Sat Jun 21 19:43:45 2014 UTC
(6 years, 7 months ago)
by
michael
- m_stats.c: constification
Revision
4030 -
Directory Listing
Modified
Sat Jun 21 19:37:41 2014 UTC
(6 years, 7 months ago)
by
michael
- m_stats.c:report_confitem_types(), report_auth(): removed useless test on conf->class
Revision
4028 -
Directory Listing
Modified
Sat Jun 21 18:30:46 2014 UTC
(6 years, 7 months ago)
by
michael
- server.c:try_connections(): removed useless test on conf->class to
make coverity shut up. There shouldn't ever be a MaskItem on the
server_items list that hasn't a class attached to it.
Revision
4027 -
Directory Listing
Modified
Fri Jun 20 16:41:26 2014 UTC
(6 years, 7 months ago)
by
michael
- client.h: fixed comment
Revision
4024 -
Directory Listing
Modified
Fri Jun 20 16:35:26 2014 UTC
(6 years, 7 months ago)
by
michael
- Removed LocalUser.last_nick_change as well as LocalUser.number_of_nick_changes.
Now using existing struct which is also being used for INVITE/KNOCK throttling.
Revision
4023 -
Directory Listing
Modified
Fri Jun 20 16:28:42 2014 UTC
(6 years, 7 months ago)
by
michael
- channel.h: removed Channel.last_invite; it's not used anymore
Revision
4020 -
Directory Listing
Modified
Fri Jun 20 16:17:27 2014 UTC
(6 years, 7 months ago)
by
michael
- Got rid of SEND_UMODES. We now propagate all modes.
Revision
4019 -
Directory Listing
Modified
Fri Jun 20 16:06:42 2014 UTC
(6 years, 7 months ago)
by
michael
- Renamed OPER_FLAG_K to OPER_FLAG_KLINE
Revision
4016 -
Directory Listing
Modified
Fri Jun 20 15:56:51 2014 UTC
(6 years, 7 months ago)
by
michael
- client.h: update/fix comments
Revision
4014 -
Directory Listing
Modified
Thu Jun 19 18:49:16 2014 UTC
(6 years, 7 months ago)
by
michael
- m_accept.c:list_accepts(): whitespace changes; fixed typo
Revision
4013 -
Directory Listing
Modified
Thu Jun 19 18:29:31 2014 UTC
(6 years, 7 months ago)
by
michael
- m_accept.c:list_accepts(): fixed magic value to actually fully utilize all 512 bytes.
Add some documentation which describes this magic value so other people don't tear
their hair out about this value.
Revision
4010 -
Directory Listing
Modified
Thu Jun 19 15:56:23 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c:msg_client(): minor optimization
Revision
4009 -
Directory Listing
Modified
Thu Jun 19 15:18:34 2014 UTC
(6 years, 7 months ago)
by
michael
- m_server.c:server_estab(): SVINFO can be prefixed
Revision
4005 -
Directory Listing
Modified
Thu Jun 19 15:00:20 2014 UTC
(6 years, 7 months ago)
by
michael
- AUTHORS, version.c: added Fawkes to contributors
Revision
4003 -
Directory Listing
Modified
Thu Jun 19 12:59:37 2014 UTC
(6 years, 7 months ago)
by
michael
- m_encap.c: minor cleanup. Also there must always be some function
assigned to the ENCAP handler. Let it crash if there isn't one.
Revision
4001 -
Directory Listing
Modified
Wed Jun 18 18:39:08 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c: constification; fixed style in some places
Revision
4000 -
Directory Listing
Modified
Wed Jun 18 18:18:42 2014 UTC
(6 years, 7 months ago)
by
michael
- channel.c:send_mode_list(): improve documentation
Revision
3997 -
Directory Listing
Modified
Wed Jun 18 18:09:29 2014 UTC
(6 years, 7 months ago)
by
michael
- channel.c:send_mode_list(): renamed variable
Revision
3996 -
Directory Listing
Modified
Wed Jun 18 18:07:22 2014 UTC
(6 years, 7 months ago)
by
michael
- channel.c:send_mode_list(): removed outdated comment
Revision
3993 -
Directory Listing
Modified
Wed Jun 18 16:31:01 2014 UTC
(6 years, 7 months ago)
by
michael
- version.c: fixed compile warning with clang -Winvalid-source-encoding. Fix provided by grawity.
Revision
3990 -
Directory Listing
Modified
Wed Jun 18 16:23:52 2014 UTC
(6 years, 7 months ago)
by
michael
- Update README. 8.x works properly on Mac OS X 10.9 (Mavericks). [ci skip]
Revision
3986 -
Directory Listing
Modified
Wed Jun 18 14:40:01 2014 UTC
(6 years, 7 months ago)
by
michael
- Removed unused header includes
Revision
3984 -
Directory Listing
Modified
Wed Jun 18 13:24:34 2014 UTC
(6 years, 7 months ago)
by
michael
- s_bsd_epoll.c, s_bsd_kqueue.c: removed defines/prototypes for extremely outdated systems
Revision
3983 -
Directory Listing
Modified
Wed Jun 18 12:56:17 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c:build_target_list(): constification; made things look nicer with an EmptyString()
Revision
3980 -
Directory Listing
Modified
Wed Jun 18 12:43:31 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c:build_target_list(): constification
Revision
3979 -
Directory Listing
Modified
Wed Jun 18 12:41:29 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c:msg_client(): minor optimization. Most clients aren't set away, and a
directed message is nearly always a PRIVMSG
Revision
3975 -
Directory Listing
Modified
Wed Jun 18 11:58:56 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c:msg_client(): replaced MyConnect with MyClient test. Otherwise +R/+G opers won't receive
server notices for remote CONNECT and remote KLINE/DLINE/XLINE/RESV attempts.
Revision
3972 -
Directory Listing
Modified
Wed Jun 18 11:40:12 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c: update client->localClient->last_privmsg in m_privmsg()
Revision
3971 -
Directory Listing
Modified
Wed Jun 18 11:26:50 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c:msg_client(): style corrections
Revision
3968 -
Directory Listing
Modified
Wed Jun 18 11:13:13 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c:handle_special(): fixed stupid logic error
Revision
3967 -
Directory Listing
Modified
Wed Jun 18 10:53:47 2014 UTC
(6 years, 7 months ago)
by
michael
- m_svsnick.c:ms_svsnick(): don't use hunt_server()
Revision
3965 -
Directory Listing
Modified
Tue Jun 17 18:32:17 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c:handle_special(): removed redundant HasUMode(source_p, UMODE_OPER) test
Revision
3961 -
Directory Listing
Modified
Tue Jun 17 18:15:20 2014 UTC
(6 years, 7 months ago)
by
michael
- Fixed EOB logic for remote servers. Fix derived from p4
Revision
3957 -
Directory Listing
Modified
Tue Jun 17 16:15:38 2014 UTC
(6 years, 7 months ago)
by
michael
- .travis.yml: fixed syntax issue
Revision
3956 -
Directory Listing
Modified
Tue Jun 17 15:52:39 2014 UTC
(6 years, 7 months ago)
by
michael
- .travis.yml: build with --disable-openssl on Mac OS X
Revision
3955 -
Directory Listing
Modified
Mon Jun 16 22:31:00 2014 UTC
(6 years, 7 months ago)
by
michael
- Update .travis.yml
Revision
3954 -
Directory Listing
Modified
Mon Jun 16 21:59:41 2014 UTC
(6 years, 7 months ago)
by
michael
- Update .travis.yml
Revision
3952 -
Directory Listing
Modified
Mon Jun 16 19:53:05 2014 UTC
(6 years, 7 months ago)
by
michael
- channel.c: improve documentation
Revision
3951 -
Directory Listing
Modified
Mon Jun 16 18:50:15 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message.c:handle_special(): constification
Revision
3949 -
Directory Listing
Modified
Mon Jun 16 18:48:17 2014 UTC
(6 years, 7 months ago)
by
michael
- send.c:handle_special(): removed user@server messages to local users.
Going the RB and Chary way for now, as this was an easy way to bypass
+R/+G usermodes.
Revision
3947 -
Directory Listing
Modified
Mon Jun 16 18:08:55 2014 UTC
(6 years, 7 months ago)
by
michael
- send.c:sendto_match_servs(): swap function calls; renamed variable
Revision
3944 -
Directory Listing
Modified
Mon Jun 16 18:04:03 2014 UTC
(6 years, 7 months ago)
by
michael
- Renamed global_channel_list to channel_list
Revision
3942 -
Directory Listing
Modified
Mon Jun 16 17:57:27 2014 UTC
(6 years, 7 months ago)
by
michael
- send.c: fixed stupid 'bug' in sendto_match_servs()
Revision
3941 -
Directory Listing
Modified
Tue Jun 10 19:29:19 2014 UTC
(6 years, 7 months ago)
by
michael
- Renamed set_channel_topic() to channel_set_topic()
Revision
3938 -
Directory Listing
Modified
Tue Jun 10 19:19:31 2014 UTC
(6 years, 7 months ago)
by
michael
- channel.c:channel_do_join(): use chptr->chname if we know the channel exists
Revision
3937 -
Directory Listing
Modified
Tue Jun 10 19:01:12 2014 UTC
(6 years, 7 months ago)
by
michael
- Fixed SVSJOIN/SVSPART issues
Revision
3933 -
Directory Listing
Modified
Mon Jun 9 17:56:42 2014 UTC
(6 years, 7 months ago)
by
michael
- Added max_channels to class{} blocks
Revision
3931 -
Directory Listing
Modified
Mon Jun 9 15:24:54 2014 UTC
(6 years, 7 months ago)
by
michael
- conf.c:valid_wild_card(): use unsigned
Revision
3929 -
Directory Listing
Modified
Mon Jun 9 14:56:25 2014 UTC
(6 years, 7 months ago)
by
michael
- Greatly speedup d-line lookup. Instead of testing every single client against
every existing d-line just check the just added ban against connected clients.
Also now check d-line _before_ looking for a matching exempt{}
Revision
3928 -
Directory Listing
Modified
Mon Jun 9 13:40:09 2014 UTC
(6 years, 7 months ago)
by
michael
- m_kline.c: fixed compile warning with -Wconversion
Revision
3925 -
Directory Listing
Modified
Mon Jun 9 13:34:36 2014 UTC
(6 years, 7 months ago)
by
michael
- Fixed bunch of compile warnings with -Wconversion
Revision
3923 -
Directory Listing
Modified
Mon Jun 9 12:33:34 2014 UTC
(6 years, 7 months ago)
by
michael
- Ugly-fix compile warning
Revision
3919 -
Directory Listing
Modified
Sun Jun 8 14:48:06 2014 UTC
(6 years, 7 months ago)
by
michael
- m_svspart.c:ms_svspart(): must of course use target_p
Revision
3916 -
Directory Listing
Modified
Sun Jun 8 13:49:41 2014 UTC
(6 years, 7 months ago)
by
michael
- m_join.c: removed do_join_0()
Revision
3915 -
Directory Listing
Modified
Sun Jun 8 13:23:19 2014 UTC
(6 years, 7 months ago)
by
michael
- m_oper.c:m_oper(): style corrections
Revision
3912 -
Directory Listing
Modified
Sun Jun 8 13:10:20 2014 UTC
(6 years, 7 months ago)
by
michael
- Moved duplicated code used by m_svspart.c and m_part.c, aswell as
m_svsjoin.c and m_join.c to channel.c
Revision
3911 -
Directory Listing
Modified
Sat Jun 7 00:09:36 2014 UTC
(6 years, 7 months ago)
by
michael
- m_who.c: Use 'unsigned' whenever possible
Revision
3908 -
Directory Listing
Modified
Fri Jun 6 23:57:28 2014 UTC
(6 years, 7 months ago)
by
michael
- hash.c: Use 'unsigned' whenever possible
Revision
3907 -
Directory Listing
Modified
Fri Jun 6 23:53:35 2014 UTC
(6 years, 7 months ago)
by
michael
- Use 'unsigned' whenever possible
Revision
3905 -
Directory Listing
Modified
Fri Jun 6 22:27:00 2014 UTC
(6 years, 7 months ago)
by
michael
- m_squit.c:mo_squit(): "fixed" coverity CID 1135874
Revision
3902 -
Directory Listing
Modified
Fri Jun 6 21:39:29 2014 UTC
(6 years, 7 months ago)
by
michael
- ircd.h: use 'unsigned' whenever possible
Revision
3901 -
Directory Listing
Modified
Fri Jun 6 21:32:44 2014 UTC
(6 years, 7 months ago)
by
michael
- client.h: fixed spelling error
Revision
3898 -
Directory Listing
Modified
Fri Jun 6 20:43:46 2014 UTC
(6 years, 7 months ago)
by
michael
- client.h: fixed compile warnings with -Wsign-conversion
Revision
3896 -
Directory Listing
Modified
Fri Jun 6 19:08:47 2014 UTC
(6 years, 7 months ago)
by
michael
- user.c:add_isupport(): fixed compile warning with -Wconditional-uninitialized
Revision
3893 -
Directory Listing
Modified
Fri Jun 6 18:47:06 2014 UTC
(6 years, 7 months ago)
by
michael
- m_info.c:send_info_text(): fixed compile warning
Revision
3892 -
Directory Listing
Modified
Fri Jun 6 18:42:41 2014 UTC
(6 years, 7 months ago)
by
michael
- conf_parser.y: fixed stupid bug that has successfully has hidden itself since Feb 5, 2002
Revision
3888 -
Directory Listing
Modified
Fri Jun 6 18:22:02 2014 UTC
(6 years, 7 months ago)
by
michael
- channel.c: documentation updates
Revision
3887 -
Directory Listing
Modified
Fri Jun 6 17:33:42 2014 UTC
(6 years, 7 months ago)
by
michael
- Update .travis.yml
Revision
3882 -
Directory Listing
Modified
Fri Jun 6 17:09:56 2014 UTC
(6 years, 7 months ago)
by
michael
- Update reference.conf
Revision
3881 -
Directory Listing
Modified
Fri Jun 6 16:40:31 2014 UTC
(6 years, 7 months ago)
by
michael
- rng_mt.c: removed trailing whitespaces
Revision
3878 -
Directory Listing
Modified
Fri Jun 6 16:02:56 2014 UTC
(6 years, 7 months ago)
by
michael
- m_info.c.:send_info_text(): style corrections
Revision
3877 -
Directory Listing
Modified
Fri Jun 6 15:49:13 2014 UTC
(6 years, 7 months ago)
by
michael
- Added general::throttle_count idea from p4
Revision
3875 -
Directory Listing
Modified
Fri Jun 6 14:46:28 2014 UTC
(6 years, 7 months ago)
by
michael
- Style corrections; fixed comments
Revision
3872 -
Directory Listing
Modified
Fri Jun 6 13:20:05 2014 UTC
(6 years, 7 months ago)
by
michael
- parse.c:mod_add_cmd(): no need to reset command counters upon module load
Revision
3870 -
Directory Listing
Modified
Fri Jun 6 13:07:05 2014 UTC
(6 years, 7 months ago)
by
michael
- Use unsigned whenever possible
Revision
3869 -
Directory Listing
Modified
Thu Jun 5 22:19:27 2014 UTC
(6 years, 7 months ago)
by
michael
- Removed OPERWALL. Use GLOBOPS instead.
Revision
3866 -
Directory Listing
Modified
Thu Jun 5 21:07:55 2014 UTC
(6 years, 7 months ago)
by
michael
- m_invite.c, m_knock.c: fixed stupid logic error
Revision
3862 -
Directory Listing
Modified
Thu Jun 5 20:16:55 2014 UTC
(6 years, 7 months ago)
by
michael
- m_info.c:info_table[]: better description for knock_client_time and invite_client_time
Revision
3861 -
Directory Listing
Modified
Thu Jun 5 20:13:54 2014 UTC
(6 years, 7 months ago)
by
michael
- m_info.c:info_table[]: fixed description of knock_client_time and knock_client_count
Revision
3860 -
Directory Listing
Modified
Thu Jun 5 19:55:07 2014 UTC
(6 years, 7 months ago)
by
michael
- Made the INVITE/KNOCK throttling logic less aggressive as requested by Adam
Revision
3859 -
Directory Listing
Modified
Thu Jun 5 16:43:04 2014 UTC
(6 years, 7 months ago)
by
michael
- doc/reference.conf: whitespace changes
Revision
3856 -
Directory Listing
Modified
Thu Jun 5 14:10:03 2014 UTC
(6 years, 7 months ago)
by
michael
- m_set.c: made things use an unsigned int
Revision
3855 -
Directory Listing
Modified
Thu Jun 5 14:04:45 2014 UTC
(6 years, 7 months ago)
by
michael
- m_set.c: whitespace changes
Revision
3852 -
Directory Listing
Modified
Thu Jun 5 13:12:45 2014 UTC
(6 years, 7 months ago)
by
michael
- reslib.c: style corrections
Revision
3851 -
Directory Listing
Modified
Thu Jun 5 12:43:39 2014 UTC
(6 years, 7 months ago)
by
michael
- m_squit.c:ms_squit(): use sendto_realops_flags() when announcing remote SQUITs
Revision
3848 -
Directory Listing
Modified
Thu Jun 5 12:00:17 2014 UTC
(6 years, 7 months ago)
by
michael
- m_connect.c:ms_connect(): use sendto_realops_flags() when announcing the CONNECT
Revision
3847 -
Directory Listing
Modified
Thu Jun 5 11:55:45 2014 UTC
(6 years, 7 months ago)
by
michael
- m_locops.c, m_globops.c: removed extra colons
Revision
3844 -
Directory Listing
Modified
Thu Jun 5 11:34:52 2014 UTC
(6 years, 7 months ago)
by
michael
- send.h: update comment
Revision
3841 -
Directory Listing
Modified
Thu Jun 5 11:19:00 2014 UTC
(6 years, 7 months ago)
by
michael
- Removed ONLY_CHANOPS; let non-ops see +I/+e lists, too
Revision
3838 -
Directory Listing
Modified
Thu Jun 5 00:33:36 2014 UTC
(6 years, 7 months ago)
by
michael
- Update macros in m4/
Revision
3835 -
Directory Listing
Modified
Wed Jun 4 23:19:49 2014 UTC
(6 years, 7 months ago)
by
michael
- .travis.yml: build with libGeoIP
Revision
3834 -
Directory Listing
Modified
Wed Jun 4 23:06:21 2014 UTC
(6 years, 7 months ago)
by
michael
- .travis.yml: revert to -r3830
Revision
3833 -
Directory Listing
Modified
Wed Jun 4 22:38:05 2014 UTC
(6 years, 7 months ago)
by
michael
- Update .travis.yml and see how it behaves with warnings enables
Revision
3831 -
Directory Listing
Modified
Wed Jun 4 21:47:26 2014 UTC
(6 years, 7 months ago)
by
michael
- Change to cause a compile error just to see how travis deals with it
Revision
3830 -
Directory Listing
Modified
Wed Jun 4 20:07:25 2014 UTC
(6 years, 7 months ago)
by
michael
- Update .travis.yml
Revision
3826 -
Directory Listing
Modified
Wed Jun 4 18:52:27 2014 UTC
(6 years, 7 months ago)
by
michael
- Update .travis.yml
Revision
3824 -
Directory Listing
Modified
Wed Jun 4 18:33:42 2014 UTC
(6 years, 7 months ago)
by
michael
- Update .travis.yml
Revision
3819 -
Directory Listing
Modified
Wed Jun 4 18:09:44 2014 UTC
(6 years, 7 months ago)
by
michael
- Added .travis.yml
Revision
3818 -
Directory Listing
Modified
Tue Jun 3 21:42:45 2014 UTC
(6 years, 7 months ago)
by
michael
- doc/reference.conf: fixed spelling error
Revision
3814 -
Directory Listing
Modified
Tue Jun 3 20:13:35 2014 UTC
(6 years, 7 months ago)
by
michael
- Added -Wlogical-op to warning options
Revision
3812 -
Directory Listing
Modified
Tue Jun 3 19:34:53 2014 UTC
(6 years, 7 months ago)
by
michael
- Added -Wpointer-arith to warning options
Revision
3810 -
Directory Listing
Modified
Tue Jun 3 19:18:37 2014 UTC
(6 years, 7 months ago)
by
michael
- Added -Wmissing-include-dirs to warnings options
Revision
3809 -
Directory Listing
Modified
Tue Jun 3 18:58:01 2014 UTC
(6 years, 7 months ago)
by
michael
- m_squit.c:ms_squit(): use GLOBOPS to announce remote squits
Revision
3806 -
Directory Listing
Modified
Tue Jun 3 18:54:57 2014 UTC
(6 years, 7 months ago)
by
michael
- m_connect.c:ms_connect(): use GLOBOPS to announce remote connects
Revision
3805 -
Directory Listing
Modified
Tue Jun 3 18:27:44 2014 UTC
(6 years, 7 months ago)
by
michael
- send.c:sendto_channel_butone(): replaced IsServer() test with IsClient()
Revision
3803 -
Directory Listing
Modified
Tue Jun 3 18:24:31 2014 UTC
(6 years, 7 months ago)
by
michael
- send.c:sendto_match_servs(): use DLINK_FOREACH_SAFE() as send_message_remote()
might exit client/server
Revision
3800 -
Directory Listing
Modified
Mon Jun 2 23:44:23 2014 UTC
(6 years, 7 months ago)
by
michael
- stdinc.h: whitespace commit
Revision
3797 -
Directory Listing
Modified
Mon Jun 2 23:39:44 2014 UTC
(6 years, 7 months ago)
by
michael
- help/quit: whitespace commit
Revision
3796 -
Directory Listing
Modified
Mon Jun 2 23:38:15 2014 UTC
(6 years, 7 months ago)
by
michael
- m_connect.c: whitespace commit
Revision
3793 -
Directory Listing
Modified
Mon Jun 2 23:36:13 2014 UTC
(6 years, 7 months ago)
by
michael
- m_gline.c: whitespace commit
Revision
3792 -
Directory Listing
Modified
Mon Jun 2 23:32:58 2014 UTC
(6 years, 7 months ago)
by
michael
- m_xline.c, m_unkline.c: whitespace commit
Revision
3789 -
Directory Listing
Modified
Mon Jun 2 23:29:54 2014 UTC
(6 years, 7 months ago)
by
michael
- m_set.c: whitespace commit
Revision
3787 -
Directory Listing
Modified
Mon Jun 2 23:27:50 2014 UTC
(6 years, 7 months ago)
by
michael
- m_etrace.c: whitespace commit
Revision
3786 -
Directory Listing
Modified
Mon Jun 2 23:27:06 2014 UTC
(6 years, 7 months ago)
by
michael
- m_challenge.c: whitespace commit
Revision
3785 -
Directory Listing
Modified
Mon Jun 2 23:26:01 2014 UTC
(6 years, 7 months ago)
by
michael
- m_admin.c: whitespace commit
Revision
3782 -
Directory Listing
Modified
Mon Jun 2 23:24:20 2014 UTC
(6 years, 7 months ago)
by
michael
- channel.c: whitespace commit
Revision
3780 -
Directory Listing
Modified
Mon Jun 2 20:43:29 2014 UTC
(6 years, 7 months ago)
by
michael
- conf.c:set_default_conf(): reset ConfigFileEntry.stats_e_disabled
Revision
3777 -
Directory Listing
Modified
Mon Jun 2 19:05:25 2014 UTC
(6 years, 7 months ago)
by
michael
- m_bmask.c: doxygen
Revision
3776 -
Directory Listing
Modified
Mon Jun 2 18:59:39 2014 UTC
(6 years, 7 months ago)
by
michael
- m_tburst.c: doxygen
Revision
3773 -
Directory Listing
Modified
Mon Jun 2 18:46:09 2014 UTC
(6 years, 7 months ago)
by
michael
- m_message: style corrections; made things use an enum
Revision
3770 -
Directory Listing
Modified
Sun Jun 1 22:42:28 2014 UTC
(6 years, 7 months ago)
by
michael
- hostmask.c:mask_addr(): ficed compile warnings:
hostmask.c: In function ‘mask_addr’:
hostmask.c:332:35: warning: declaration of ‘__v’ shadows a previous local [-Wshadow]
hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]
hostmask.c:332:35: warning: declaration of ‘__x’ shadows a previous local [-Wshadow]
hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]
Revision
3767 -
Directory Listing
Modified
Sun Jun 1 21:44:18 2014 UTC
(6 years, 7 months ago)
by
michael
- /INVITE without any parameters now shows a list of channels a client is invited to
Revision
3764 -
Directory Listing
Modified
Sun Jun 1 21:28:38 2014 UTC
(6 years, 7 months ago)
by
michael
- Make sure ConfigChannel.invite_delay_channel and ConfigChannel.invite_delay
get initialized in conf.c:set_default_conf(). Also make sure the values are
reported in /info.
---This line, and those below, will be ignored--
M modules/m_info.c
M src/conf.c
Revision
3762 -
Directory Listing
Modified
Sun Jun 1 19:35:16 2014 UTC
(6 years, 7 months ago)
by
michael
- Added INVITE flood protection/throttling as requested by Adam. This basically
works similar as the KNOCK throttling algorithm.
Revision
3760 -
Directory Listing
Modified
Sun Jun 1 18:40:22 2014 UTC
(6 years, 7 months ago)
by
michael
- Update ircd man page
Revision
3757 -
Directory Listing
Modified
Sun Jun 1 18:38:06 2014 UTC
(6 years, 7 months ago)
by
michael
- Update modes.txt
Revision
3754 -
Directory Listing
Modified
Sun Jun 1 18:26:52 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c, channel_mode.h: constification
Revision
3753 -
Directory Listing
Modified
Sun Jun 1 18:11:35 2014 UTC
(6 years, 7 months ago)
by
michael
- More ms_sjoin() cleanups
Revision
3750 -
Directory Listing
Modified
Sun Jun 1 17:57:36 2014 UTC
(6 years, 7 months ago)
by
michael
- m_sjoin.c: style corrections
Revision
3749 -
Directory Listing
Modified
Sun Jun 1 17:41:26 2014 UTC
(6 years, 7 months ago)
by
michael
- m_sjoin.c:remove_ban_list(): replaced sprintf() with snprintf()
Revision
3746 -
Directory Listing
Modified
Sun Jun 1 17:15:27 2014 UTC
(6 years, 7 months ago)
by
michael
- server.c:send_capabilities(): replaced sprintf() with strlcat()
Revision
3745 -
Directory Listing
Modified
Sun Jun 1 17:06:52 2014 UTC
(6 years, 7 months ago)
by
michael
- m_rehash.c: removed useless comment; style corrections
Revision
3742 -
Directory Listing
Modified
Sun Jun 1 16:38:45 2014 UTC
(6 years, 7 months ago)
by
michael
- m_info.c: style corrections; make things use an enum
Revision
3741 -
Directory Listing
Modified
Sun Jun 1 16:27:59 2014 UTC
(6 years, 7 months ago)
by
michael
- m_gline.c: removed useless asserts; style corrections
Revision
3738 -
Directory Listing
Modified
Sun Jun 1 16:18:16 2014 UTC
(6 years, 7 months ago)
by
michael
- m_ison.c:m_ison(): style corrections
Revision
3737 -
Directory Listing
Modified
Sun Jun 1 16:11:02 2014 UTC
(6 years, 7 months ago)
by
michael
- Added some documentation about find_chasing()
Revision
3734 -
Directory Listing
Modified
Sun Jun 1 16:03:20 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c: minor cleanups and code rearrangements
Revision
3733 -
Directory Listing
Modified
Sun Jun 1 15:29:23 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c: get rid of fix_key_old()
Revision
3730 -
Directory Listing
Modified
Sat May 31 20:58:24 2014 UTC
(6 years, 7 months ago)
by
michael
- client.c:get_client_name(): minor optimization
Revision
3729 -
Directory Listing
Modified
Sat May 31 17:21:32 2014 UTC
(6 years, 7 months ago)
by
michael
- parse.c:cancel_clients(): removed outdated comments
Revision
3726 -
Directory Listing
Modified
Sat May 31 17:16:53 2014 UTC
(6 years, 7 months ago)
by
michael
- parse.c:cancel_clients(): be a void function
Revision
3724 -
Directory Listing
Modified
Sat May 31 16:27:09 2014 UTC
(6 years, 7 months ago)
by
michael
- Halfops are now part of the ircd core and enabled by default
Revision
3723 -
Directory Listing
Modified
Fri May 30 18:25:31 2014 UTC
(6 years, 7 months ago)
by
michael
- m_kick.c:m_kick(): removed outdated comment
Revision
3719 -
Directory Listing
Modified
Fri May 30 17:45:55 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c:chm_simple(): channel halfops may now set +p
Revision
3717 -
Directory Listing
Modified
Fri May 30 17:43:34 2014 UTC
(6 years, 7 months ago)
by
michael
- m_kick.c:m_kick(): channel halfops (%) may now no longer KICK other channel halfops
Revision
3713 -
Directory Listing
Modified
Fri May 30 17:21:08 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c:chm_hop(): channel halfops (%) may now no longer (de)halfop other channel members
Revision
3711 -
Directory Listing
Modified
Fri May 30 16:47:04 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c: irc-operators may now no longer set a channel +O if they are only halfops (%)
Revision
3707 -
Directory Listing
Modified
Fri May 30 16:20:47 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.h: removed outdated comment
Revision
3706 -
Directory Listing
Modified
Fri May 30 16:19:31 2014 UTC
(6 years, 7 months ago)
by
michael
- Removed unused ChModeChange.client
Revision
3704 -
Directory Listing
Modified
Fri May 30 16:14:30 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c:send_mode_changes(): removed anonops leftovers
Revision
3701 -
Directory Listing
Modified
Fri May 30 16:12:25 2014 UTC
(6 years, 7 months ago)
by
michael
- send.h: removed anonops leftovers
Revision
3700 -
Directory Listing
Modified
Fri May 30 16:09:51 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c: style corrections
Revision
3696 -
Directory Listing
Modified
Fri May 30 15:59:44 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c:chm_operonly(): removed dead code
Revision
3695 -
Directory Listing
Modified
Thu May 29 19:38:18 2014 UTC
(6 years, 7 months ago)
by
michael
- Removed CHFL_DEOPPED flags which is no longer needed with TS6
Revision
3692 -
Directory Listing
Modified
Thu May 29 17:27:06 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c: revert changes to channel_modes() for now. apparently
there are some other parts that rely on this odd behaviour.
Revision
3687 -
Directory Listing
Modified
Thu May 29 16:12:37 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c:channel_modes(): replaced sprintf with strcat;
use %u conversion specifier for unsigned ints
Revision
3685 -
Directory Listing
Modified
Thu May 29 15:59:17 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c:channel_modes(): fix to previous changes
Revision
3681 -
Directory Listing
Modified
Thu May 29 15:47:52 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c:channel_modes(): get rid of trailing spaces if
the channel is +k/+l
Revision
3679 -
Directory Listing
Modified
Thu May 29 14:53:10 2014 UTC
(6 years, 7 months ago)
by
michael
- m_nick.c: style corrections
Revision
3678 -
Directory Listing
Modified
Thu May 29 14:42:04 2014 UTC
(6 years, 7 months ago)
by
michael
- m_nick.c:ms_uid(): updated documentation
Revision
3674 -
Directory Listing
Modified
Thu May 29 14:33:49 2014 UTC
(6 years, 7 months ago)
by
michael
- conf.h:struct config_file_entry: changed 'oper_only_umodes' and 'oper_umodes'
to unsigned int types. Otherwise we may expect integer overflows in the future
if more user modes get added.
Revision
3672 -
Directory Listing
Modified
Thu May 29 11:57:31 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c:chm_op(), chm_hop(), chm_voice(): use target_p->name when
reporting ERR_USERNOTINCHANNEL
Revision
3671 -
Directory Listing
Modified
Thu May 29 11:47:48 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c: style corrections
Revision
3668 -
Directory Listing
Modified
Thu May 29 11:29:14 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c:send_mode_changes_server(): removed resolved XXX
Revision
3667 -
Directory Listing
Modified
Thu May 29 10:33:01 2014 UTC
(6 years, 7 months ago)
by
michael
- m_mode.c:m_mode(): moved 'parabuf' and 'modebuf' to inner scope
Revision
3664 -
Directory Listing
Modified
Thu May 29 10:29:32 2014 UTC
(6 years, 7 months ago)
by
michael
- m_mode.c:set_user_mode(): moved 'buf' to inner scope
Revision
3663 -
Directory Listing
Modified
Thu May 29 10:25:14 2014 UTC
(6 years, 7 months ago)
by
michael
- conf.h: removed extraneous comma
Revision
3660 -
Directory Listing
Modified
Thu May 29 10:18:40 2014 UTC
(6 years, 7 months ago)
by
michael
- m_join.c: style corrections
Revision
3659 -
Directory Listing
Modified
Thu May 29 09:59:48 2014 UTC
(6 years, 7 months ago)
by
michael
- reference.conf: add resv{} for nick 'Global'
Revision
3656 -
Directory Listing
Modified
Thu May 29 09:44:46 2014 UTC
(6 years, 7 months ago)
by
michael
- user.c:valid_username(): removed extraneous semicolon
Revision
3655 -
Directory Listing
Modified
Wed May 28 20:51:21 2014 UTC
(6 years, 7 months ago)
by
michael
- user.c, m_stats.c: whitespace changes
Revision
3652 -
Directory Listing
Modified
Mon May 26 15:41:42 2014 UTC
(6 years, 7 months ago)
by
michael
- res.c: removed unused definitions
Revision
3651 -
Directory Listing
Modified
Mon May 26 15:33:15 2014 UTC
(6 years, 7 months ago)
by
michael
- send.h: removed unused kill_client_serv_butone() prototype
Revision
3648 -
Directory Listing
Modified
Mon May 26 14:11:18 2014 UTC
(6 years, 7 months ago)
by
michael
- channel_mode.c:chm_operonly(): removed dead code
Revision
3647 -
Directory Listing
Modified
Mon May 26 14:06:35 2014 UTC
(6 years, 7 months ago)
by
michael
- m_etrace.c:do_etrace(): removed dead code
Revision
3642 -
Directory Listing
Modified
Mon May 26 10:56:50 2014 UTC
(6 years, 7 months ago)
by
michael
- m_stats.c:stats_tstats(): fixed faulty sendto_one_numeric
Revision
3641 -
Directory Listing
Modified
Fri May 23 20:01:02 2014 UTC
(6 years, 8 months ago)
by
michael
- m_map.c:dump_map(): use 'unsigned' whenever possible
Revision
3638 -
Directory Listing
Modified
Fri May 23 19:54:30 2014 UTC
(6 years, 8 months ago)
by
michael
- parse.c: moved *para[] to parse()
Revision
3637 -
Directory Listing
Modified
Fri May 23 18:57:06 2014 UTC
(6 years, 8 months ago)
by
michael
- m_join.c:ms_join(): fixed compile warning
Revision
3634 -
Directory Listing
Modified
Fri May 23 18:55:33 2014 UTC
(6 years, 8 months ago)
by
michael
- channel_mode.c: removed unused SM_ERR_NOTS; made errorcodes use an enum
Revision
3632 -
Directory Listing
Modified
Fri May 23 18:39:59 2014 UTC
(6 years, 8 months ago)
by
michael
- parse.c:handle_numeric(): replaced MyClient test with MyConnect(). find_person()
already ensures that target_p is a fully registered client.
Revision
3629 -
Directory Listing
Modified
Fri May 23 18:36:26 2014 UTC
(6 years, 8 months ago)
by
michael
- channel_mode.c:chm_operonly(): removed redundant assignment
Revision
3628 -
Directory Listing
Modified
Thu May 22 20:19:49 2014 UTC
(6 years, 8 months ago)
by
michael
- parse.c: cleanup comments
Revision
3625 -
Directory Listing
Modified
Thu May 22 20:12:46 2014 UTC
(6 years, 8 months ago)
by
michael
- m_sjoin.c:ms_sjoin(): let handle_command() test for the right amount
of parameters passed to SJOIN
Revision
3624 -
Directory Listing
Modified
Thu May 22 19:51:26 2014 UTC
(6 years, 8 months ago)
by
michael
- parse.c:add_msg_element(), del_msg_element(): zero initialize pointers for
debugging purposes
Revision
3621 -
Directory Listing
Modified
Thu May 22 19:31:16 2014 UTC
(6 years, 8 months ago)
by
michael
- m_sjoin.c:ms_sjoin(): hardened test to make sure SJOINs are really
only processed if sent by a server
Revision
3617 -
Directory Listing
Modified
Thu May 22 19:19:15 2014 UTC
(6 years, 8 months ago)
by
michael
- m_join.c:ms_join(): don't allow servers to join channels
Revision
3614 -
Directory Listing
Modified
Thu May 22 18:40:26 2014 UTC
(6 years, 8 months ago)
by
michael
- parse.c:mod_del_cmd(): make sure the command actually exists in the trie before
attempting to remove it. We could end up in a corrupted trie otherwise.
Revision
3613 -
Directory Listing
Modified
Thu May 22 17:59:27 2014 UTC
(6 years, 8 months ago)
by
michael
- parse.c:remove_unknown(): use me.id when sending KILL/SQUIT to servers
Revision
3610 -
Directory Listing
Modified
Thu May 22 17:57:18 2014 UTC
(6 years, 8 months ago)
by
michael
- parser.c:do_numeric(): fixed stupid bug introduced in -3573
Revision
3608 -
Directory Listing
Modified
Tue May 20 18:22:43 2014 UTC
(6 years, 8 months ago)
by
michael
- m_trace.c: removed set_time() calls
Revision
3606 -
Directory Listing
Modified
Tue May 20 17:44:20 2014 UTC
(6 years, 8 months ago)
by
michael
- m_set.c: whitespace changes
Revision
3605 -
Directory Listing
Modified
Tue May 20 17:39:58 2014 UTC
(6 years, 8 months ago)
by
michael
- m_accept.c: style corrections
Revision
3602 -
Directory Listing
Modified
Tue May 20 17:35:42 2014 UTC
(6 years, 8 months ago)
by
michael
- fdlist.c: style corrections
Revision
3600 -
Directory Listing
Modified
Tue May 20 17:32:55 2014 UTC
(6 years, 8 months ago)
by
michael
- fdlist.c: use unsigned whenever possible
Revision
3599 -
Directory Listing
Modified
Tue May 20 17:29:18 2014 UTC
(6 years, 8 months ago)
by
michael
- event.c: use unsigned whenever possible
Revision
3596 -
Directory Listing
Modified
Tue May 20 17:15:01 2014 UTC
(6 years, 8 months ago)
by
michael
- m_svsnick.c: whitespace changes
Revision
3595 -
Directory Listing
Modified
Sun May 18 19:35:02 2014 UTC
(6 years, 8 months ago)
by
michael
- stdinc.h: disable printf format __attribute__
Revision
3593 -
Directory Listing
Modified
Sun May 18 19:32:43 2014 UTC
(6 years, 8 months ago)
by
michael
- m_services.c:m_botserv(): add missing return
Revision
3591 -
Directory Listing
Modified
Sun May 18 16:42:51 2014 UTC
(6 years, 8 months ago)
by
michael
- m_services.c: clean up services handlers in preparation of configurable aliases.
Made PRIVMSG targets use UIDs
Revision
3589 -
Directory Listing
Modified
Sun May 18 15:24:35 2014 UTC
(6 years, 8 months ago)
by
michael
- Use sendto_one_numeric() everywhere
Revision
3587 -
Directory Listing
Modified
Sun May 18 14:55:46 2014 UTC
(6 years, 8 months ago)
by
michael
- m_services.c: use UID prefixed PRIVMSGs when sending stuff to services
Revision
3585 -
Directory Listing
Modified
Sun May 18 14:30:53 2014 UTC
(6 years, 8 months ago)
by
michael
- m_sjoin.c:ms_sjoin(): removed faulty assert
Revision
3582 -
Directory Listing
Modified
Sun May 18 14:10:00 2014 UTC
(6 years, 8 months ago)
by
michael
- Update help files
Revision
3580 -
Directory Listing
Modified
Sat May 17 17:26:25 2014 UTC
(6 years, 8 months ago)
by
michael
- m_etrace.c: further cleanups
Revision
3578 -
Directory Listing
Modified
Sat May 17 17:22:20 2014 UTC
(6 years, 8 months ago)
by
michael
- m_etrace.c: constification & style corrections
Revision
3575 -
Directory Listing
Modified
Sat May 17 16:21:54 2014 UTC
(6 years, 8 months ago)
by
michael
- Update help files
Revision
3573 -
Directory Listing
Modified
Fri May 16 17:09:50 2014 UTC
(6 years, 8 months ago)
by
michael
- Replaced remaining sendto_one() with sendto_one_numeric().
SND_EXPLICIT idea derived from ircu.
Revision
3571 -
Directory Listing
Modified
Fri May 16 15:03:14 2014 UTC
(6 years, 8 months ago)
by
michael
- user.c:valid_username(): removed extraneous parentheses
Revision
3569 -
Directory Listing
Modified
Fri May 16 14:59:21 2014 UTC
(6 years, 8 months ago)
by
michael
- user.c:add_one_to_uid(): use unsigned keyword
Revision
3567 -
Directory Listing
Modified
Fri May 16 14:52:50 2014 UTC
(6 years, 8 months ago)
by
michael
- user.c:register_local_user(): removed redundant source_p->localClient->allow_read = MAX_FLOOD_BURST
assignment
Revision
3565 -
Directory Listing
Modified
Fri May 16 14:47:42 2014 UTC
(6 years, 8 months ago)
by
michael
- Style corrections
Revision
3563 -
Directory Listing
Modified
Fri May 16 14:00:53 2014 UTC
(6 years, 8 months ago)
by
michael
- auth.c: constification
Revision
3561 -
Directory Listing
Modified
Fri May 16 13:51:39 2014 UTC
(6 years, 8 months ago)
by
michael
- m_svsmode:ms_svsmode(): removed legacy code
Revision
3559 -
Directory Listing
Modified
Fri May 16 13:04:49 2014 UTC
(6 years, 8 months ago)
by
michael
- m_resv.c: reformatting
Revision
3557 -
Directory Listing
Modified
Fri May 16 12:55:39 2014 UTC
(6 years, 8 months ago)
by
michael
- numeric.c: minor conversion specifier cleanups
Revision
3555 -
Directory Listing
Modified
Fri May 16 12:43:24 2014 UTC
(6 years, 8 months ago)
by
michael
- Removed RPL_STATSNLINE
Revision
3553 -
Directory Listing
Modified
Fri May 16 12:35:55 2014 UTC
(6 years, 8 months ago)
by
michael
- find_address_conf(): constification
Revision
3550 -
Directory Listing
Modified
Fri May 16 11:59:31 2014 UTC
(6 years, 8 months ago)
by
michael
- Update documents
Revision
3547 -
Directory Listing
Modified
Fri May 16 11:21:48 2014 UTC
(6 years, 8 months ago)
by
michael
- conf_class.c:class_free(): added an assert()
Revision
3545 -
Directory Listing
Modified
Fri May 16 11:00:20 2014 UTC
(6 years, 8 months ago)
by
michael
- m_info.c:info_table[]: cosmetical fixes
Revision
3539 -
Directory Listing
Modified
Thu May 15 16:22:56 2014 UTC
(6 years, 8 months ago)
by
michael
- m_mode.c:set_user_mode(): renamed variables
Revision
3537 -
Directory Listing
Modified
Thu May 15 16:01:38 2014 UTC
(6 years, 8 months ago)
by
michael
- m_bmask.c:ms_bmask(): cleaned up style
Revision
3535 -
Directory Listing
Modified
Thu May 15 15:46:25 2014 UTC
(6 years, 8 months ago)
by
michael
- hostmask.c:delete_one_address_conf(): replaced a DLINK_FOREACH_SAFE with DLINK_FOREACH
Revision
3533 -
Directory Listing
Modified
Thu May 15 15:43:29 2014 UTC
(6 years, 8 months ago)
by
michael
- doxygen
Revision
3530 -
Directory Listing
Modified
Thu May 15 15:24:58 2014 UTC
(6 years, 8 months ago)
by
michael
- Update reference.conf
Revision
3528 -
Directory Listing
Modified
Wed May 14 15:44:52 2014 UTC
(6 years, 8 months ago)
by
michael
- user.c:register_local_user(): removed pointless assignment
Revision
3525 -
Directory Listing
Modified
Wed May 14 15:24:21 2014 UTC
(6 years, 8 months ago)
by
michael
- ircd.c:main(): make this "don't run ircd as root!!!11" message look more serious
Revision
3523 -
Directory Listing
Modified
Wed May 14 15:03:00 2014 UTC
(6 years, 8 months ago)
by
michael
- channel.c:send_mode_list(): removed TS5 leftover
Revision
3520 -
Directory Listing
Modified
Tue May 13 15:32:26 2014 UTC
(6 years, 8 months ago)
by
michael
- Update reference.conf
Revision
3518 -
Directory Listing
Modified
Mon May 12 19:06:39 2014 UTC
(6 years, 8 months ago)
by
michael
- Removed unused macros; cleaned up comments
Revision
3516 -
Directory Listing
Modified
Mon May 12 17:34:43 2014 UTC
(6 years, 8 months ago)
by
michael
- m_stats.c:stats_operedup(): don't show idle time if operator is +q
Revision
3513 -
Directory Listing
Modified
Mon May 12 16:28:29 2014 UTC
(6 years, 8 months ago)
by
michael
- Added usermode +p which hides channel list in WHOIS
Revision
3511 -
Directory Listing
Modified
Sun May 11 17:55:54 2014 UTC
(6 years, 8 months ago)
by
michael
- Fixed bug where "STATS p" would show an invalid amount of irc-operators
in case there are +H opers
Revision
3508 -
Directory Listing
Modified
Sun May 11 17:17:24 2014 UTC
(6 years, 8 months ago)
by
michael
- Update docs to reflect new +q usermode
Revision
3506 -
Directory Listing
Modified
Sun May 11 17:03:20 2014 UTC
(6 years, 8 months ago)
by
michael
- Added usermode +q which hides idle and signon time in WHOIS
Revision
3504 -
Directory Listing
Modified
Sat May 10 19:51:29 2014 UTC
(6 years, 8 months ago)
by
michael
- Renamed MyMalloc() to MyCalloc()
Revision
3502 -
Directory Listing
Modified
Sat May 10 19:42:22 2014 UTC
(6 years, 8 months ago)
by
michael
- client.c:free_client(): sanitize some weird looking assert()
Revision
3499 -
Directory Listing
Modified
Sat May 10 19:29:52 2014 UTC
(6 years, 8 months ago)
by
michael
- conf.c:parse_aline(): use CONF_NOREASON for default reason
Revision
3497 -
Directory Listing
Modified
Sat May 10 18:59:07 2014 UTC
(6 years, 8 months ago)
by
michael
- m_cap.c: from p4: Ignore trailing spaces from CAP REQ/ACKs to prevent rejecting requests
Revision
3493 -
Directory Listing
Modified
Thu May 8 17:57:18 2014 UTC
(6 years, 8 months ago)
by
michael
- conf.h: remove invalid/useless comments
Revision
3491 -
Directory Listing
Modified
Thu May 8 17:54:54 2014 UTC
(6 years, 8 months ago)
by
michael
- conf.h: remove unused macros
Revision
3488 -
Directory Listing
Modified
Wed May 7 16:19:45 2014 UTC
(6 years, 8 months ago)
by
michael
- numeric.c: fixed RPL_WHOISCHANNELS using wrong numeric
Revision
3486 -
Directory Listing
Modified
Mon May 5 19:49:30 2014 UTC
(6 years, 8 months ago)
by
michael
- m_die(), m_restart(): initialize buf[] to something saner
Revision
3483 -
Directory Listing
Modified
Mon May 5 19:45:50 2014 UTC
(6 years, 8 months ago)
by
michael
- m_die(), m_restart(): use get_client_name() instead of get_oper_name()
Revision
3481 -
Directory Listing
Modified
Mon May 5 18:33:41 2014 UTC
(6 years, 8 months ago)
by
michael
- Style corrections
Revision
3479 -
Directory Listing
Modified
Sun May 4 16:49:06 2014 UTC
(6 years, 8 months ago)
by
michael
- m_svsmode.c:ms_svsmode(): use pre-decrement just for consistency
Revision
3477 -
Directory Listing
Modified
Sun May 4 16:43:58 2014 UTC
(6 years, 8 months ago)
by
michael
- m_mode.c:set_user_mode(): use pre-decrement just for consistency
Revision
3475 -
Directory Listing
Modified
Sun May 4 15:46:50 2014 UTC
(6 years, 8 months ago)
by
michael
- Update help/stats
Revision
3473 -
Directory Listing
Modified
Sun May 4 15:40:26 2014 UTC
(6 years, 8 months ago)
by
michael
- Renamed general::warn_no_nline to warn_no_connect_block
Revision
3471 -
Directory Listing
Modified
Sun May 4 15:11:32 2014 UTC
(6 years, 8 months ago)
by
michael
- channel.c:send_members(): added missing #ifdef HALFOPS
Revision
3469 -
Directory Listing
Modified
Sat May 3 17:55:53 2014 UTC
(6 years, 8 months ago)
by
michael
- hostmask.c: style corrections
Revision
3467 -
Directory Listing
Modified
Sat May 3 15:39:44 2014 UTC
(6 years, 8 months ago)
by
michael
- m_xline.c:write_xline(): removed collapse() call
Revision
3459 -
Directory Listing
Modified
Thu May 1 20:14:25 2014 UTC
(6 years, 8 months ago)
by
michael
- m_info.c:send_conf_options(): cleaned up style
Revision
3457 -
Directory Listing
Modified
Thu May 1 19:42:52 2014 UTC
(6 years, 8 months ago)
by
michael
- rsa.c:binary_to_hex(): use unsigned int
Revision
3455 -
Directory Listing
Modified
Thu May 1 19:39:12 2014 UTC
(6 years, 8 months ago)
by
michael
- misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4.
Use IRCD_BUFSIZE instead.
Revision
3453 -
Directory Listing
Modified
Thu May 1 19:31:11 2014 UTC
(6 years, 8 months ago)
by
michael
- packet.c: style corrections
Revision
3451 -
Directory Listing
Modified
Thu May 1 19:19:56 2014 UTC
(6 years, 8 months ago)
by
michael
- server.c: minor valid_servname() cleanup
Revision
3449 -
Directory Listing
Modified
Thu May 1 19:14:42 2014 UTC
(6 years, 8 months ago)
by
michael
- server.c:hunt_server(): save extra has_wildcards() call everytime hunt_server()
finds a client/server in the hash tables.
Revision
3447 -
Directory Listing
Modified
Thu May 1 18:51:06 2014 UTC
(6 years, 8 months ago)
by
michael
- Update reference.conf
Revision
3445 -
Directory Listing
Modified
Thu May 1 18:45:39 2014 UTC
(6 years, 8 months ago)
by
michael
- Upate reference.conf
Revision
3443 -
Directory Listing
Modified
Thu May 1 18:36:53 2014 UTC
(6 years, 8 months ago)
by
michael
- conf_parser.y: style corrections
Revision
3441 -
Directory Listing
Modified
Thu May 1 18:30:41 2014 UTC
(6 years, 8 months ago)
by
michael
- conf_parser.y: removed extraneous strlen(). valid_hostname() already checks
for too long hostnames
Revision
3439 -
Directory Listing
Modified
Thu May 1 14:32:47 2014 UTC
(6 years, 8 months ago)
by
michael
- conf_parser.y: cleaned up style
Revision
3437 -
Directory Listing
Modified
Thu May 1 13:59:11 2014 UTC
(6 years, 8 months ago)
by
michael
- Update reference.conf
Revision
3435 -
Directory Listing
Modified
Thu May 1 13:57:39 2014 UTC
(6 years, 8 months ago)
by
michael
- conf_parser.y: fixed bug where the parser wouldn't take time units
into consideration for the join_flood_time and throttle_time config
options.
Revision
3431 -
Directory Listing
Modified
Thu May 1 12:44:31 2014 UTC
(6 years, 8 months ago)
by
michael
- Replace few hash_find_id() with find_person()
Revision
3429 -
Directory Listing
Modified
Thu May 1 11:49:45 2014 UTC
(6 years, 8 months ago)
by
michael
- hash.c:list_one_channel(): constification
Revision
3428 -
Directory Listing
Modified
Thu May 1 11:46:23 2014 UTC
(6 years, 8 months ago)
by
michael
- hash.c:list_one_channel(): optimize for the admin case
Revision
3424 -
Directory Listing
Modified
Wed Apr 30 20:27:25 2014 UTC
(6 years, 8 months ago)
by
michael
- Fixed possible WATCH core. Fix provided by Adam
Revision
3421 -
Directory Listing
Modified
Tue Apr 29 17:22:41 2014 UTC
(6 years, 8 months ago)
by
michael
- Get rid of LOCAL_CHANNELLEN; change CHANNELLEN to 50
Revision
3382 -
Directory Listing
Modified
Fri Apr 25 13:23:23 2014 UTC
(6 years, 8 months ago)
by
michael
- m_set.c:mo_set(): removed hack. Let quote_autoconn() deal
with missing parameters.
Revision
3376 -
Directory Listing
Modified
Thu Apr 24 15:47:06 2014 UTC
(6 years, 9 months ago)
by
michael
- Update NEWS
Revision
3375 -
Directory Listing
Modified
Wed Apr 23 16:03:50 2014 UTC
(6 years, 9 months ago)
by
michael
- Style corrections
Revision
3374 -
Directory Listing
Modified
Tue Apr 22 20:01:46 2014 UTC
(6 years, 9 months ago)
by
michael
- channel_mode.c: style corrections
Revision
3373 -
Directory Listing
Modified
Mon Apr 21 16:44:02 2014 UTC
(6 years, 9 months ago)
by
michael
- Fixed previous commit to m_set.c
Revision
3372 -
Directory Listing
Modified
Mon Apr 21 16:27:24 2014 UTC
(6 years, 9 months ago)
by
michael
- m_set.c: minor cleanups
Revision
3371 -
Directory Listing
Modified
Mon Apr 21 16:01:21 2014 UTC
(6 years, 9 months ago)
by
michael
- m_join.c:ms_join(): replaced irccmp() with strcmp()
Revision
3370 -
Directory Listing
Modified
Mon Apr 21 15:57:54 2014 UTC
(6 years, 9 months ago)
by
michael
- m_accept.c:m_accept(): replaced irccmp() swith strcmp()
Revision
3369 -
Directory Listing
Modified
Mon Apr 21 15:16:02 2014 UTC
(6 years, 9 months ago)
by
michael
- reslib.c:parse_resvconf(): replaced irccmp with strcasecmp()
Revision
3368 -
Directory Listing
Modified
Mon Apr 21 14:24:16 2014 UTC
(6 years, 9 months ago)
by
michael
- Style corrections
Revision
3367 -
Directory Listing
Modified
Mon Apr 21 11:44:56 2014 UTC
(6 years, 9 months ago)
by
michael
- m_unxline.c:remove_xline_match(): replaced DLINK_FOREACH_SAFE with
DLINK_FOREACH
Revision
3366 -
Directory Listing
Modified
Mon Apr 21 11:40:24 2014 UTC
(6 years, 9 months ago)
by
michael
- Fix comments
Revision
3365 -
Directory Listing
Modified
Mon Apr 21 11:32:40 2014 UTC
(6 years, 9 months ago)
by
michael
- doxygen
Revision
3364 -
Directory Listing
Modified
Mon Apr 21 11:25:02 2014 UTC
(6 years, 9 months ago)
by
michael
- defaults.h: revert previous change
Revision
3363 -
Directory Listing
Modified
Mon Apr 21 11:19:50 2014 UTC
(6 years, 9 months ago)
by
michael
- Doxygen
- Update help/undline
Revision
3357 -
Directory Listing
Modified
Sun Apr 20 14:49:14 2014 UTC
(6 years, 9 months ago)
by
michael
- svn propset on m_bmask.c and m_tmode.c
Revision
3356 -
Directory Listing
Modified
Sun Apr 20 14:48:33 2014 UTC
(6 years, 9 months ago)
by
michael
- Added m_bmask.c and m_tmode.c
Revision
3355 -
Directory Listing
Modified
Sun Apr 20 14:35:20 2014 UTC
(6 years, 9 months ago)
by
michael
- svn propset on m_unresv.c
Revision
3354 -
Directory Listing
Modified
Sun Apr 20 14:34:51 2014 UTC
(6 years, 9 months ago)
by
michael
- Added m_unresv.c and moved all UNRESV related code into it
Revision
3353 -
Directory Listing
Modified
Sun Apr 20 14:26:42 2014 UTC
(6 years, 9 months ago)
by
michael
- svn propset on m_unxline.c
Revision
3352 -
Directory Listing
Modified
Sun Apr 20 14:26:15 2014 UTC
(6 years, 9 months ago)
by
michael
- Added m_unxline.c and moved all UNXLINE related code into it
Revision
3351 -
Directory Listing
Modified
Sun Apr 20 14:17:58 2014 UTC
(6 years, 9 months ago)
by
michael
- svn propset on m_unkline.c
Revision
3350 -
Directory Listing
Modified
Sun Apr 20 14:17:26 2014 UTC
(6 years, 9 months ago)
by
michael
- Added m_unkline.c and moved all UNKLINE related code into it
Revision
3349 -
Directory Listing
Modified
Sun Apr 20 14:10:16 2014 UTC
(6 years, 9 months ago)
by
michael
- svn propset on m_undline.c
Revision
3348 -
Directory Listing
Modified
Sun Apr 20 14:09:22 2014 UTC
(6 years, 9 months ago)
by
michael
- Added m_undline.c and moved all UNDLINE related code into it
Revision
3347 -
Directory Listing
Modified
Sun Apr 20 14:03:06 2014 UTC
(6 years, 9 months ago)
by
michael
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
Revision
3346 -
Directory Listing
Modified
Sun Apr 20 13:50:01 2014 UTC
(6 years, 9 months ago)
by
michael
- doxygen
Revision
3345 -
Directory Listing
Modified
Sun Apr 20 12:15:00 2014 UTC
(6 years, 9 months ago)
by
michael
- m_map.c: notify irc-operators about /map requests
Revision
3344 -
Directory Listing
Modified
Sun Apr 20 10:47:04 2014 UTC
(6 years, 9 months ago)
by
michael
- Doxygen
Revision
3343 -
Directory Listing
Modified
Sun Apr 20 10:28:13 2014 UTC
(6 years, 9 months ago)
by
michael
- m_info.c: constification
Revision
3342 -
Directory Listing
Modified
Fri Apr 18 13:37:41 2014 UTC
(6 years, 9 months ago)
by
michael
- Cleaned up style & fixed comments
Revision
3341 -
Directory Listing
Modified
Fri Apr 18 12:47:52 2014 UTC
(6 years, 9 months ago)
by
michael
- Update reference.conf
Revision
3340 -
Directory Listing
Modified
Fri Apr 18 12:11:27 2014 UTC
(6 years, 9 months ago)
by
michael
- Further cleanups to m_module.c
Revision
3339 -
Directory Listing
Modified
Fri Apr 18 11:50:41 2014 UTC
(6 years, 9 months ago)
by
michael
- Clean up m_module.c
Revision
3338 -
Directory Listing
Modified
Fri Apr 18 11:05:56 2014 UTC
(6 years, 9 months ago)
by
michael
- m_whowas.c: renamed whowas_do to do_whowas
Revision
3337 -
Directory Listing
Modified
Fri Apr 18 11:04:08 2014 UTC
(6 years, 9 months ago)
by
michael
- m_motd.c: renamed mo_motd to ms_motd
Revision
3336 -
Directory Listing
Modified
Fri Apr 18 11:03:09 2014 UTC
(6 years, 9 months ago)
by
michael
- doxygen
Revision
3335 -
Directory Listing
Modified
Thu Apr 17 18:55:31 2014 UTC
(6 years, 9 months ago)
by
michael
- Style corrections
Revision
3334 -
Directory Listing
Modified
Wed Apr 16 16:42:54 2014 UTC
(6 years, 9 months ago)
by
michael
- Replaced strcpy() with strlcpy() in some places
Revision
3333 -
Directory Listing
Modified
Wed Apr 16 16:19:02 2014 UTC
(6 years, 9 months ago)
by
michael
- Removed pointless comments
Revision
3332 -
Directory Listing
Modified
Wed Apr 16 15:58:26 2014 UTC
(6 years, 9 months ago)
by
michael
- doxygen
Revision
3331 -
Directory Listing
Modified
Wed Apr 16 15:29:40 2014 UTC
(6 years, 9 months ago)
by
michael
- Fixed inconsistent style in some places
Revision
3330 -
Directory Listing
Modified
Tue Apr 15 18:55:29 2014 UTC
(6 years, 9 months ago)
by
michael
- Update NEWS
Revision
3329 -
Directory Listing
Modified
Tue Apr 15 18:52:48 2014 UTC
(6 years, 9 months ago)
by
michael
- m_svspart.c:ms_svspart(): added missing colon
Revision
3328 -
Directory Listing
Modified
Tue Apr 15 18:47:45 2014 UTC
(6 years, 9 months ago)
by
michael
- m_svspart.c: propset
Revision
3327 -
Directory Listing
Modified
Tue Apr 15 18:47:15 2014 UTC
(6 years, 9 months ago)
by
michael
- Added SVSPART
Revision
3326 -
Directory Listing
Modified
Tue Apr 15 17:26:29 2014 UTC
(6 years, 9 months ago)
by
michael
- m_svsjoin.c: propset
Revision
3325 -
Directory Listing
Modified
Tue Apr 15 17:25:35 2014 UTC
(6 years, 9 months ago)
by
michael
- Added SVSJOIN. Note that SVSJOIN does _not_ allow clients to override any channel
modes, limits, keys or anything else.
Revision
3324 -
Directory Listing
Modified
Tue Apr 15 16:18:07 2014 UTC
(6 years, 9 months ago)
by
michael
- Moved s_auth.c to auth.c
Revision
3323 -
Directory Listing
Modified
Tue Apr 15 16:11:50 2014 UTC
(6 years, 9 months ago)
by
michael
- gline.h: updated comment
Revision
3322 -
Directory Listing
Modified
Tue Apr 15 16:11:11 2014 UTC
(6 years, 9 months ago)
by
michael
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c
Revision
3321 -
Directory Listing
Modified
Tue Apr 15 16:02:56 2014 UTC
(6 years, 9 months ago)
by
michael
- Moved s_gline.c to gline.c
Revision
3320 -
Directory Listing
Modified
Tue Apr 15 15:58:33 2014 UTC
(6 years, 9 months ago)
by
michael
- Removed useless header includes
Revision
3319 -
Directory Listing
Modified
Tue Apr 15 15:41:50 2014 UTC
(6 years, 9 months ago)
by
michael
- Removed useless header includes
Revision
3318 -
Directory Listing
Modified
Tue Apr 15 14:26:38 2014 UTC
(6 years, 9 months ago)
by
michael
- s_user.c:valid_nickname(): removed redundant assert()
Revision
3317 -
Directory Listing
Modified
Tue Apr 15 14:25:19 2014 UTC
(6 years, 9 months ago)
by
michael
- s_user.c: update/cleanup documentation
Revision
3316 -
Directory Listing
Modified
Tue Apr 15 14:09:39 2014 UTC
(6 years, 9 months ago)
by
michael
- s_user.c:register_local_user(): remove/update pretty outdated comment
Revision
3315 -
Directory Listing
Modified
Tue Apr 15 13:03:59 2014 UTC
(6 years, 9 months ago)
by
michael
- m_mode.c:set_user_mode(): removed pointless assert()
Revision
3314 -
Directory Listing
Modified
Tue Apr 15 12:35:44 2014 UTC
(6 years, 9 months ago)
by
michael
- m_mode.c: minor cleanups to set_user_mode()
Revision
3313 -
Directory Listing
Modified
Tue Apr 15 12:32:01 2014 UTC
(6 years, 9 months ago)
by
michael
- Moved set_user_mode() to m_mode.c
Revision
3312 -
Directory Listing
Modified
Tue Apr 15 12:13:07 2014 UTC
(6 years, 9 months ago)
by
michael
- Readded FLAGS_BLOCKED
Revision
3308 -
Directory Listing
Modified
Mon Apr 14 19:08:17 2014 UTC
(6 years, 9 months ago)
by
michael
- Channel.c: update documentation
Revision
3306 -
Directory Listing
Modified
Mon Apr 14 18:37:05 2014 UTC
(6 years, 9 months ago)
by
michael
- Made server_estab() and sendnick_TS() use 'static' keyword
Revision
3303 -
Directory Listing
Modified
Sun Apr 13 11:19:36 2014 UTC
(6 years, 9 months ago)
by
michael
- s_serv.c, m_server.c: moved all netburst related code to m_server.c
Revision
3302 -
Directory Listing
Modified
Sat Apr 12 21:16:23 2014 UTC
(6 years, 9 months ago)
by
michael
- m_quit.c:ms_quit(): don't default to source_p->name if no quit message is given
Revision
3301 -
Directory Listing
Modified
Sat Apr 12 18:28:28 2014 UTC
(6 years, 9 months ago)
by
michael
- m_module.c:mo_module(): whitespace commit
Revision
3300 -
Directory Listing
Modified
Sat Apr 12 18:26:22 2014 UTC
(6 years, 9 months ago)
by
michael
- doxygen
Revision
3299 -
Directory Listing
Modified
Sat Apr 12 16:55:13 2014 UTC
(6 years, 9 months ago)
by
michael
- doxygen
Revision
3298 -
Directory Listing
Modified
Fri Apr 11 16:21:02 2014 UTC
(6 years, 9 months ago)
by
michael
- irc_res.c: style fixes
Revision
3297 -
Directory Listing
Modified
Fri Apr 11 16:08:55 2014 UTC
(6 years, 9 months ago)
by
michael
- Made irc_nscount an unsigned type
Revision
3296 -
Directory Listing
Modified
Thu Apr 10 19:07:22 2014 UTC
(6 years, 9 months ago)
by
michael
- m_capab.c:mr_capab(): capability tokens must be all in parv[1] now
Revision
3295 -
Directory Listing
Modified
Thu Apr 10 18:59:33 2014 UTC
(6 years, 9 months ago)
by
michael
- doxygen
Revision
3294 -
Directory Listing
Modified
Thu Apr 10 18:48:55 2014 UTC
(6 years, 9 months ago)
by
michael
- doxygen
Revision
3292 -
Directory Listing
Modified
Thu Apr 10 13:53:16 2014 UTC
(6 years, 9 months ago)
by
michael
- motd.c:motd_lookup(): replaced MyClient() test with MyConnect()
Revision
3291 -
Directory Listing
Modified
Wed Apr 9 21:41:25 2014 UTC
(6 years, 9 months ago)
by
michael
- hash.c:safe_list_channels(): since we don't allow remote /LIST requests
use source_p instead of of source_p->from when testing for
sendq exceedance
Revision
3290 -
Directory Listing
Modified
Wed Apr 9 20:01:25 2014 UTC
(6 years, 9 months ago)
by
michael
- m_list.c: update documentation
Revision
3289 -
Directory Listing
Modified
Wed Apr 9 19:50:19 2014 UTC
(6 years, 9 months ago)
by
michael
- Made free_list_task() only take one parameter
Revision
3288 -
Directory Listing
Modified
Wed Apr 9 19:04:47 2014 UTC
(6 years, 9 months ago)
by
michael
- Made safe_list_channels and list_one_channel only take two parameters
Revision
3287 -
Directory Listing
Modified
Wed Apr 9 18:48:19 2014 UTC
(6 years, 9 months ago)
by
michael
- hash.c:delete_user_host(): replaced DLINK_FOREACH_SAFE with DLINK_FOREACH
Revision
3286 -
Directory Listing
Modified
Wed Apr 9 17:35:12 2014 UTC
(6 years, 9 months ago)
by
michael
- conf_db.c: fixed documentation
Revision
3285 -
Directory Listing
Modified
Tue Apr 8 16:53:39 2014 UTC
(6 years, 9 months ago)
by
michael
- Fixed corrupted "STATS U" output
Revision
3283 -
Directory Listing
Modified
Tue Apr 8 16:39:50 2014 UTC
(6 years, 9 months ago)
by
michael
- Style corrections/constification
Revision
3282 -
Directory Listing
Modified
Tue Apr 8 15:52:35 2014 UTC
(6 years, 9 months ago)
by
michael
- m_eob.c: removed invalid comment
Revision
3280 -
Directory Listing
Modified
Mon Apr 7 18:21:22 2014 UTC
(6 years, 9 months ago)
by
michael
- Fixed compile warnings
Revision
3279 -
Directory Listing
Modified
Sun Apr 6 16:49:46 2014 UTC
(6 years, 9 months ago)
by
michael
- mempool.c: style corrections
Revision
3278 -
Directory Listing
Modified
Sun Apr 6 14:12:18 2014 UTC
(6 years, 9 months ago)
by
michael
- Update Doxyfile
Revision
3277 -
Directory Listing
Modified
Sun Apr 6 14:05:05 2014 UTC
(6 years, 9 months ago)
by
michael
- Update Doxyfile
Revision
3276 -
Directory Listing
Modified
Sun Apr 6 12:55:24 2014 UTC
(6 years, 9 months ago)
by
michael
- m_gline.c:mo_gline(): whitespace commit
Revision
3275 -
Directory Listing
Modified
Sun Apr 6 12:36:48 2014 UTC
(6 years, 9 months ago)
by
michael
- Worked towards improving documentation
Revision
3274 -
Directory Listing
Modified
Sun Apr 6 12:22:23 2014 UTC
(6 years, 9 months ago)
by
michael
- Clean up redundant/unused header includes
Revision
3273 -
Directory Listing
Modified
Sun Apr 6 11:37:36 2014 UTC
(6 years, 9 months ago)
by
michael
- whowas.c:whowas_add_history(): constification; sanitize assert()
Revision
3272 -
Directory Listing
Modified
Sun Apr 6 11:34:14 2014 UTC
(6 years, 9 months ago)
by
michael
- s_user.c: reformating
Revision
3270 -
Directory Listing
Modified
Sat Apr 5 22:41:19 2014 UTC
(6 years, 9 months ago)
by
michael
- m_who.c:m_who(): admins may now see all channel members via "WHO #channel"
regardless of channel mode +s
Revision
3268 -
Directory Listing
Modified
Sat Apr 5 19:21:55 2014 UTC
(6 years, 9 months ago)
by
michael
- irc_res.c:make_request(): lowered retries counter to 2
Revision
3267 -
Directory Listing
Modified
Sat Apr 5 19:16:06 2014 UTC
(6 years, 9 months ago)
by
michael
- Re-add CHW capability to cope nice with rb
Revision
3266 -
Directory Listing
Modified
Sat Apr 5 19:15:11 2014 UTC
(6 years, 9 months ago)
by
michael
- Worked towards improving documentation
Revision
3263 -
Directory Listing
Modified
Thu Apr 3 19:29:03 2014 UTC
(6 years, 9 months ago)
by
michael
- conf.c:match_conf_password(): fixed undefined behaviour with crypt()
returning NULL since glibc2.17 in certain cases.
Revision
3254 -
Directory Listing
Modified
Thu Apr 3 16:47:23 2014 UTC
(6 years, 9 months ago)
by
michael
- motd.c: update/fix some comments
Revision
3250 -
Directory Listing
Modified
Sun Mar 30 20:47:30 2014 UTC
(6 years, 9 months ago)
by
michael
- Fixed inconsistent style in several places
Revision
3249 -
Directory Listing
Modified
Sun Mar 30 18:13:57 2014 UTC
(6 years, 9 months ago)
by
michael
- client.c:exit_client(): removed another comment that makes no sense here
Revision
3248 -
Directory Listing
Modified
Sun Mar 30 17:58:03 2014 UTC
(6 years, 9 months ago)
by
michael
- client.c:exit_client(): removed outdated comment
Revision
3247 -
Directory Listing
Modified
Sun Mar 30 17:54:34 2014 UTC
(6 years, 9 months ago)
by
michael
- client.c:exit_client(): removed kludgy code, also replaced
x->servptr == &me test with just MyConnect(x)
Revision
3246 -
Directory Listing
Modified
Sun Mar 30 17:37:13 2014 UTC
(6 years, 9 months ago)
by
michael
- Fixed inconsistent style in several places
Revision
3245 -
Directory Listing
Modified
Sun Mar 30 17:08:23 2014 UTC
(6 years, 9 months ago)
by
michael
- s_bsd.c: no longer resetting source_p->from in close_connection()
Revision
3244 -
Directory Listing
Modified
Sun Mar 30 16:56:13 2014 UTC
(6 years, 9 months ago)
by
michael
- s_misc.c: mostly style cleanups
Revision
3243 -
Directory Listing
Modified
Sun Mar 30 16:53:43 2014 UTC
(6 years, 9 months ago)
by
michael
- send.c: mostly style cleanups. Removed some useless assert() statements
Revision
3242 -
Directory Listing
Modified
Sun Mar 30 16:49:56 2014 UTC
(6 years, 9 months ago)
by
michael
- hash.c: style fixes only
Revision
3241 -
Directory Listing
Modified
Sun Mar 30 16:45:31 2014 UTC
(6 years, 9 months ago)
by
michael
- Incorporate Adam's writev() patch
Revision
3240 -
Directory Listing
Modified
Sun Mar 30 13:56:44 2014 UTC
(6 years, 9 months ago)
by
michael
- m_sjoin.c:ms_sjoin(): removed unused variable
Revision
3239 -
Directory Listing
Modified
Sun Mar 30 13:55:44 2014 UTC
(6 years, 9 months ago)
by
michael
- Have /info report MPATH and SPATH aswell
Revision
3238 -
Directory Listing
Modified
Sun Mar 30 13:44:07 2014 UTC
(6 years, 9 months ago)
by
michael
- s_user.c:send_umode_out(): removed unused variable
Revision
3237 -
Directory Listing
Modified
Sun Mar 30 13:43:22 2014 UTC
(6 years, 9 months ago)
by
michael
- m_info.c:send_conf_options(): fixed core
Revision
3236 -
Directory Listing
Modified
Sat Mar 29 20:24:28 2014 UTC
(6 years, 9 months ago)
by
michael
- m_info.c:info_table[]: report DPATH before anything else
Revision
3235 -
Directory Listing
Modified
Sat Mar 29 19:34:16 2014 UTC
(6 years, 9 months ago)
by
michael
- Style corrections all over the place
Revision
3232 -
Directory Listing
Modified
Sat Mar 29 17:47:40 2014 UTC
(6 years, 9 months ago)
by
michael
- m_tburst.c:ms_tburst(): removed pointless MyClient() test on source_p.
source_p can't be a local client.
Revision
3229 -
Directory Listing
Modified
Sat Mar 29 17:28:01 2014 UTC
(6 years, 9 months ago)
by
michael
- flex 2.5.39
Revision
3227 -
Directory Listing
Modified
Fri Mar 28 20:40:50 2014 UTC
(6 years, 9 months ago)
by
michael
- m_stats.c:stats_servlinks(): removed extranous spaces
Revision
3222 -
Directory Listing
Modified
Thu Mar 27 20:00:45 2014 UTC
(6 years, 9 months ago)
by
michael
- m_gline.c:ms_gline(): first argument to sendto_server() should be 'source_p'
Revision
3221 -
Directory Listing
Modified
Thu Mar 27 19:57:40 2014 UTC
(6 years, 9 months ago)
by
michael
- m_gline.c:do_sungline(): first argument to sendto_server() should be 'source_p'
Revision
3220 -
Directory Listing
Modified
Thu Mar 27 17:49:38 2014 UTC
(6 years, 9 months ago)
by
michael
- m_topic.c:m_topic(): use chptr->chname when reporting ERR_NOTONCHANNEL
Revision
3219 -
Directory Listing
Modified
Wed Mar 26 19:52:03 2014 UTC
(6 years, 9 months ago)
by
michael
- m_stats.c: renamed mo_stats() to ms_stats()
Revision
3218 -
Directory Listing
Modified
Wed Mar 26 19:38:42 2014 UTC
(6 years, 9 months ago)
by
michael
- hook.c: minor style fixes
Revision
3217 -
Directory Listing
Modified
Wed Mar 26 19:32:40 2014 UTC
(6 years, 9 months ago)
by
michael
- m_user.c: renamed do_local_user() to do_user(). Fixed comments.
Revision
3216 -
Directory Listing
Modified
Tue Mar 25 19:40:00 2014 UTC
(6 years, 9 months ago)
by
michael
- m_user.c:do_local_user(): removed unused parameters
Revision
3215 -
Directory Listing
Modified
Tue Mar 25 19:23:15 2014 UTC
(6 years, 9 months ago)
by
michael
- Fixed some comments; cleaned up style here and there
Revision
3213 -
Directory Listing
Modified
Tue Mar 25 16:48:27 2014 UTC
(6 years, 9 months ago)
by
michael
- m_watch.c:m_watch(): replaced all strcat() with strlcat()
Revision
3212 -
Directory Listing
Modified
Tue Mar 25 16:23:12 2014 UTC
(6 years, 9 months ago)
by
michael
- m_part.c:part_one_client(): use chptr->chname if we already looked up the channel
Revision
3209 -
Directory Listing
Modified
Tue Mar 25 16:11:29 2014 UTC
(6 years, 9 months ago)
by
michael
- m_user.c:mr_user(): optimize in case parv[4] is empty
Revision
3208 -
Directory Listing
Modified
Tue Mar 25 15:31:30 2014 UTC
(6 years, 9 months ago)
by
michael
- Minor cleanup to m_dline.c, m_gline.c, m_kline.c
Revision
3207 -
Directory Listing
Modified
Tue Mar 25 15:19:02 2014 UTC
(6 years, 9 months ago)
by
michael
- client.c: optimized find_person(). Removed pointless test.
Revision
3206 -
Directory Listing
Modified
Mon Mar 24 20:42:55 2014 UTC
(6 years, 10 months ago)
by
michael
- m_invite.c:ms_invite(): replaced find_person() with hash_find_id()
Revision
3205 -
Directory Listing
Modified
Mon Mar 24 20:41:24 2014 UTC
(6 years, 10 months ago)
by
michael
- m_invite.c: add ms_invite(). Cleaned up m_invite()
Revision
3204 -
Directory Listing
Modified
Mon Mar 24 19:42:47 2014 UTC
(6 years, 10 months ago)
by
michael
- m_kick.c: incorporate some of Adam's cleanups.
Revision
3203 -
Directory Listing
Modified
Mon Mar 24 17:43:50 2014 UTC
(6 years, 10 months ago)
by
michael
- m_vesion.c: merged mo_version() and ms_version()
Revision
3202 -
Directory Listing
Modified
Mon Mar 24 17:18:43 2014 UTC
(6 years, 10 months ago)
by
michael
- client.c:exit_one_client(): remove useless test on source_p->servptr->serv
Revision
3201 -
Directory Listing
Modified
Mon Mar 24 17:09:10 2014 UTC
(6 years, 10 months ago)
by
michael
- m_kill.c: further cleanups
Revision
3200 -
Directory Listing
Modified
Mon Mar 24 16:17:44 2014 UTC
(6 years, 10 months ago)
by
michael
- m_kill.c: cleanup ms_kill(). parv[2] must be non-null; otherwise the KILL
is silently dropped.
Revision
3199 -
Directory Listing
Modified
Sun Mar 23 20:58:07 2014 UTC
(6 years, 10 months ago)
by
michael
- Fix to previous commit to m_kick.c
Revision
3198 -
Directory Listing
Modified
Sun Mar 23 20:48:40 2014 UTC
(6 years, 10 months ago)
by
michael
- m_kick.c: cleaned up m_kick()
Revision
3197 -
Directory Listing
Modified
Sun Mar 23 20:26:09 2014 UTC
(6 years, 10 months ago)
by
michael
- m_kill.c:ms_kill(): fixed compile warning
Revision
3196 -
Directory Listing
Modified
Sun Mar 23 20:25:35 2014 UTC
(6 years, 10 months ago)
by
michael
- m_kick.c:m_kick(): renamed 'who' Client pointer to 'target_p'
Revision
3195 -
Directory Listing
Modified
Sun Mar 23 20:01:32 2014 UTC
(6 years, 10 months ago)
by
michael
- m_kill.c: cleanup ms_kill(). Now no longer doing the find_chasing stuff, since
ms_kill() only deals with targets being an UID.
Revision
3192 -
Directory Listing
Modified
Sun Mar 23 19:46:39 2014 UTC
(6 years, 10 months ago)
by
michael
- Fixed compile error in ms_sid()
- Cleaned up find_chasing(). Removed useless third 'chasing' argument.
Revision
3190 -
Directory Listing
Modified
Fri Mar 21 18:58:43 2014 UTC
(6 years, 10 months ago)
by
michael
- mr_server(), ms_sid(): minor cleanup
Revision
3189 -
Directory Listing
Modified
Fri Mar 21 18:18:00 2014 UTC
(6 years, 10 months ago)
by
michael
- send.c:sendto_one_numeric(), sendto_one_numeric(): fixed issue where NOTICE and numerics
were destined to the wrong target nick/ID
Revision
3188 -
Directory Listing
Modified
Thu Mar 20 21:45:23 2014 UTC
(6 years, 10 months ago)
by
michael
- Adam s00xx ;-)
Revision
3187 -
Directory Listing
Modified
Thu Mar 20 18:29:05 2014 UTC
(6 years, 10 months ago)
by
michael
- Get rid of the HasID() macro
Revision
3186 -
Directory Listing
Modified
Thu Mar 20 18:09:34 2014 UTC
(6 years, 10 months ago)
by
michael
- Get rid of the ID() macro
Revision
3184 -
Directory Listing
Modified
Thu Mar 20 17:39:13 2014 UTC
(6 years, 10 months ago)
by
michael
- Cleanup more places where ID_or_name() is no longer necessary
Revision
3183 -
Directory Listing
Modified
Thu Mar 20 16:49:21 2014 UTC
(6 years, 10 months ago)
by
michael
- Cleanup some places where we no longer need to use ID_or_name()
Revision
3182 -
Directory Listing
Modified
Thu Mar 20 16:43:57 2014 UTC
(6 years, 10 months ago)
by
michael
- s_user.c:check_xline(): use CONF_NOREASON for default reason
Revision
3181 -
Directory Listing
Modified
Thu Mar 20 16:38:37 2014 UTC
(6 years, 10 months ago)
by
michael
- m_map.c, m_admin.c, m_hash.c: remove unused header includes
Revision
3180 -
Directory Listing
Modified
Thu Mar 20 16:33:57 2014 UTC
(6 years, 10 months ago)
by
michael
- m_locops.c:ms_locops(): accept LOCOPS from servers
Revision
3179 -
Directory Listing
Modified
Wed Mar 19 18:43:49 2014 UTC
(6 years, 10 months ago)
by
michael
- m_kill.c: get rid of relay_kill()
Revision
3178 -
Directory Listing
Modified
Wed Mar 19 18:27:44 2014 UTC
(6 years, 10 months ago)
by
michael
- Get rid of kill_client_serv_butone()
Revision
3176 -
Directory Listing
Modified
Tue Mar 18 20:00:16 2014 UTC
(6 years, 10 months ago)
by
michael
- Get rid of kill_client()
Revision
3175 -
Directory Listing
Modified
Tue Mar 18 19:48:30 2014 UTC
(6 years, 10 months ago)
by
michael
- m_nick.c:perform_nick_collides(): incorporate Adam's "Send kills due to nick collisions back to the source."
changes. Original commit message:
Send kills due to nick collisions back to the source.
This fixes a race condition with users changing hosts and then nick
colliding which causes servers to disagree on whether or not the
colliding users are the same user.
With this patch if this happens both users are killed instead, even if
their timestamps differ.
The proper way to fix this is to compare a 'real host', which we do not
store, or IP.
With TS5 and prior we could not do this because the KILLs would be
targeting nicks and not UIDs, which would not work as both sides would
always lose, but we can do this now as the other side can safely drop
the KILL for a nonexistant UID if the servers do agree.
Revision
3174 -
Directory Listing
Modified
Mon Mar 17 18:56:20 2014 UTC
(6 years, 10 months ago)
by
michael
- send.c:send_message_remote(): use to->id instead of to->name when propagating the KILL
Revision
3172 -
Directory Listing
Modified
Sun Mar 16 12:24:25 2014 UTC
(6 years, 10 months ago)
by
michael
- m_svinfo.c: minimum required argument count is 5. Remove redundant test on parc
in ms_svinfo()
Revision
3171 -
Directory Listing
Modified
Sun Mar 16 11:51:48 2014 UTC
(6 years, 10 months ago)
by
michael
- Incorporate Adam's exit_client/quit storm cleanups
Note: QS is mandatory now
Revision
3170 -
Directory Listing
Modified
Sun Mar 16 10:58:17 2014 UTC
(6 years, 10 months ago)
by
michael
- More client_p removal cleanups
Revision
3169 -
Directory Listing
Modified
Sun Mar 16 09:55:04 2014 UTC
(6 years, 10 months ago)
by
michael
- ms_join(), ms_sjoin(): made some server notices more descriptive
Revision
3168 -
Directory Listing
Modified
Sat Mar 15 23:46:08 2014 UTC
(6 years, 10 months ago)
by
michael
- s_auth.c: made sendheader macro use sendto_one_notice()
Revision
3167 -
Directory Listing
Modified
Sat Mar 15 22:01:39 2014 UTC
(6 years, 10 months ago)
by
michael
- Get rid of restart() wrapper function
Revision
3166 -
Directory Listing
Modified
Sat Mar 15 21:53:37 2014 UTC
(6 years, 10 months ago)
by
michael
- restart.c:server_die(): replaced a sendto_one() with sendto_one_notice()
Revision
3165 -
Directory Listing
Modified
Sat Mar 15 21:51:34 2014 UTC
(6 years, 10 months ago)
by
michael
- restart.c:server_die(): replaced a DLINK_FOREACH loop on serv_list
with just sendto_server(). Also make sure to use me.id as sender
prefix if possible
Revision
3164 -
Directory Listing
Modified
Sat Mar 15 20:19:15 2014 UTC
(6 years, 10 months ago)
by
michael
- More client_p removal cleanups
- parse.c:handle_command: now no longer drop servers if the right
amount of parameters isn't given
Revision
3163 -
Directory Listing
Modified
Sat Mar 15 19:57:13 2014 UTC
(6 years, 10 months ago)
by
michael
- parse.h: removed redundant comment
Revision
3162 -
Directory Listing
Modified
Sat Mar 15 19:43:39 2014 UTC
(6 years, 10 months ago)
by
michael
- ms_join(), ms_sjoin(): made some server notices more descriptive
Revision
3161 -
Directory Listing
Modified
Sat Mar 15 17:56:05 2014 UTC
(6 years, 10 months ago)
by
michael
- parse.c: whitespace changes
Revision
3160 -
Directory Listing
Modified
Sat Mar 15 17:47:46 2014 UTC
(6 years, 10 months ago)
by
michael
- Minor corrections to -r3156 [Removed client_p pointers from everywhere]
Revision
3159 -
Directory Listing
Modified
Sat Mar 15 16:28:33 2014 UTC
(6 years, 10 months ago)
by
michael
- Fixed now outdated comments
Revision
3158 -
Directory Listing
Modified
Fri Mar 14 20:30:06 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c:chm_voice, chm_hop, chm_op: removed useless IsClient() test
Revision
3157 -
Directory Listing
Modified
Fri Mar 14 20:19:36 2014 UTC
(6 years, 10 months ago)
by
michael
- s_user.c:set_user_mode(): replaced a IsServer () test with MyConnect()
Revision
3156 -
Directory Listing
Modified
Fri Mar 14 19:57:38 2014 UTC
(6 years, 10 months ago)
by
michael
- Removed client_p pointers from everywhere
Revision
3155 -
Directory Listing
Modified
Fri Mar 14 16:59:17 2014 UTC
(6 years, 10 months ago)
by
michael
- s_user.c:send_umode_out(): replaced a DLINK_FOREACH loopn on serv_list with
just sendto_server()
Revision
3153 -
Directory Listing
Modified
Fri Mar 14 15:39:21 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c:chm_limit(): instead of passing an empty buffer to atoi()
we just bail out
Revision
3152 -
Directory Listing
Modified
Fri Mar 14 15:07:43 2014 UTC
(6 years, 10 months ago)
by
michael
- m_hash.c: add missing colons which got lost in -r3110
Revision
3151 -
Directory Listing
Modified
Fri Mar 14 14:24:09 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c: style corrections
Revision
3150 -
Directory Listing
Modified
Fri Mar 14 14:11:34 2014 UTC
(6 years, 10 months ago)
by
michael
- Removed unused client_p pointer from all chm_* channel mode handlers
Revision
3149 -
Directory Listing
Modified
Fri Mar 14 12:38:27 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c: style corrections here and there
Revision
3148 -
Directory Listing
Modified
Fri Mar 14 12:34:45 2014 UTC
(6 years, 10 months ago)
by
michael
- m_server.c:mr_server(): check for bogus server ID
Revision
3145 -
Directory Listing
Modified
Wed Mar 12 20:12:46 2014 UTC
(6 years, 10 months ago)
by
michael
- channel.c: moved modebuf[] and parabuf[] to send_channel_modes()
Revision
3144 -
Directory Listing
Modified
Wed Mar 12 20:02:20 2014 UTC
(6 years, 10 months ago)
by
michael
- removed unused variables
Revision
3143 -
Directory Listing
Modified
Wed Mar 12 19:56:58 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c:chm_op, ch_hop, chm_voice: renamed 'targ_p' to 'target_p'
Revision
3142 -
Directory Listing
Modified
Wed Mar 12 19:38:36 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c: removed unused defines
Revision
3141 -
Directory Listing
Modified
Wed Mar 12 19:35:27 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c: fixed buglet in send_mode_changes_server()
Revision
3140 -
Directory Listing
Modified
Wed Mar 12 19:23:20 2014 UTC
(6 years, 10 months ago)
by
michael
- Get rid of halfop -> op rewriting for servers that don't support halfops
Revision
3139 -
Directory Listing
Modified
Wed Mar 12 18:33:51 2014 UTC
(6 years, 10 months ago)
by
michael
- m_server.c:ms_sid(): constification + fixed comments
Revision
3138 -
Directory Listing
Modified
Tue Mar 11 19:07:25 2014 UTC
(6 years, 10 months ago)
by
michael
- m_svsnick.c: applied "Do not self collide clients who svsnick to themselves" patch by adam
Revision
3137 -
Directory Listing
Modified
Tue Mar 11 19:01:43 2014 UTC
(6 years, 10 months ago)
by
michael
- s_serv.c:server_estab() moved target_p pointer to inner scope
Revision
3136 -
Directory Listing
Modified
Tue Mar 11 18:24:03 2014 UTC
(6 years, 10 months ago)
by
michael
- Various fixes to previous ts5 removal changes
Revision
3135 -
Directory Listing
Modified
Mon Mar 10 21:11:25 2014 UTC
(6 years, 10 months ago)
by
michael
- Server now no longer accepts TS5 links
Revision
3133 -
Directory Listing
Modified
Sun Mar 9 22:12:06 2014 UTC
(6 years, 10 months ago)
by
michael
- svn propset
Revision
3131 -
Directory Listing
Modified
Sun Mar 9 22:06:41 2014 UTC
(6 years, 10 months ago)
by
michael
- respond.c: update copyright header
Revision
3130 -
Directory Listing
Modified
Sun Mar 9 21:06:49 2014 UTC
(6 years, 10 months ago)
by
michael
- Update tools/README.mkpasswd
Revision
3126 -
Directory Listing
Modified
Sun Mar 9 20:10:33 2014 UTC
(6 years, 10 months ago)
by
michael
- mkpasswd.c: mkpasswd now defaults to MD5 instead of DES
Revision
3125 -
Directory Listing
Modified
Sun Mar 9 20:06:46 2014 UTC
(6 years, 10 months ago)
by
michael
- mkpasswd.c: cosmetical fixes
Revision
3123 -
Directory Listing
Modified
Sun Mar 9 17:23:22 2014 UTC
(6 years, 10 months ago)
by
michael
- Update help/Makefile.in
Revision
3121 -
Directory Listing
Modified
Sun Mar 9 17:19:47 2014 UTC
(6 years, 10 months ago)
by
michael
- Removed m_users.c
Revision
3120 -
Directory Listing
Modified
Fri Mar 7 21:52:54 2014 UTC
(6 years, 10 months ago)
by
michael
- Missed some of the parv[0] removal changes. Fixed.
Revision
3119 -
Directory Listing
Modified
Fri Mar 7 20:34:49 2014 UTC
(6 years, 10 months ago)
by
michael
- m_invite.c: whitespace commit
Revision
3118 -
Directory Listing
Modified
Fri Mar 7 19:32:34 2014 UTC
(6 years, 10 months ago)
by
michael
- numeric.c, m_dline.c: fixed inconsistent use of "can't" and "cannot"
Revision
3117 -
Directory Listing
Modified
Fri Mar 7 19:28:54 2014 UTC
(6 years, 10 months ago)
by
michael
- Removed unused header includes here and there
Revision
3116 -
Directory Listing
Modified
Fri Mar 7 19:06:03 2014 UTC
(6 years, 10 months ago)
by
michael
- m_trace.c: get rid of remaining from & to pointers
Revision
3115 -
Directory Listing
Modified
Fri Mar 7 19:02:12 2014 UTC
(6 years, 10 months ago)
by
michael
- m_info.c: get rid of remaining from & to pointers
Revision
3114 -
Directory Listing
Modified
Thu Mar 6 22:30:01 2014 UTC
(6 years, 10 months ago)
by
michael
- m_stats.c: get rid of remaining from & to pointers
Revision
3113 -
Directory Listing
Modified
Thu Mar 6 22:19:29 2014 UTC
(6 years, 10 months ago)
by
michael
- Update dbuf.h, dbuf.c
Revision
3112 -
Directory Listing
Modified
Thu Mar 6 22:06:02 2014 UTC
(6 years, 10 months ago)
by
michael
- send.c: removed useless to->from checks
Revision
3111 -
Directory Listing
Modified
Thu Mar 6 21:16:52 2014 UTC
(6 years, 10 months ago)
by
michael
- send.h: update sendto_one_notice() prototype
Revision
3110 -
Directory Listing
Modified
Thu Mar 6 20:33:17 2014 UTC
(6 years, 10 months ago)
by
michael
- Added sendto_one_notice()
Revision
3109 -
Directory Listing
Modified
Thu Mar 6 19:25:12 2014 UTC
(6 years, 10 months ago)
by
michael
- Applied Adam's sendto_one_numeric() changes
Revision
3107 -
Directory Listing
Modified
Thu Mar 6 12:09:42 2014 UTC
(6 years, 10 months ago)
by
michael
- Applied dbuf changes as provided by Adam:
Refcount dbufs instead of copying the same message to many
different buffers.
Revision
3105 -
Directory Listing
Modified
Thu Mar 6 00:08:26 2014 UTC
(6 years, 10 months ago)
by
michael
- send.c:do_numeric(): fixed first parameter of sendto_channel_butone() call
Revision
3104 -
Directory Listing
Modified
Thu Mar 6 00:07:29 2014 UTC
(6 years, 10 months ago)
by
michael
- parse.c:do_numeric(): now use sendto_channel_butone() to also forward
numerics that are sent to channels to remote clients
Revision
3103 -
Directory Listing
Modified
Thu Mar 6 00:05:12 2014 UTC
(6 years, 10 months ago)
by
michael
- send.c: cleaned up sendto_channel_butone() as suggested by Adam
Revision
3100 -
Directory Listing
Modified
Wed Mar 5 20:19:15 2014 UTC
(6 years, 10 months ago)
by
michael
- parse.c: removed redundant comment
Revision
3099 -
Directory Listing
Modified
Wed Mar 5 16:40:37 2014 UTC
(6 years, 10 months ago)
by
michael
- parse.c:handle_command(): properly deal with parv[0] which now points to the actual
command string
Revision
3096 -
Directory Listing
Modified
Sat Mar 1 23:31:45 2014 UTC
(6 years, 10 months ago)
by
michael
- Applied Adam's "Put the command name in parv[0], not prefix name" patch
Revision
3093 -
Directory Listing
Modified
Sat Mar 1 19:44:52 2014 UTC
(6 years, 10 months ago)
by
michael
- conf.h: made some more constants use an enum
Revision
3092 -
Directory Listing
Modified
Sat Mar 1 19:17:39 2014 UTC
(6 years, 10 months ago)
by
michael
- s_auth.h: made 'flags' an unsigned int type
Revision
3089 -
Directory Listing
Modified
Sat Mar 1 18:50:21 2014 UTC
(6 years, 10 months ago)
by
michael
- modules.h: use an enum for flag types
Revision
3087 -
Directory Listing
Modified
Sat Mar 1 18:46:55 2014 UTC
(6 years, 10 months ago)
by
michael
- conf_class.h: use an enum for flag types
Revision
3085 -
Directory Listing
Modified
Sat Mar 1 18:40:58 2014 UTC
(6 years, 10 months ago)
by
michael
- listener.h: use an enum for flag types
Revision
3084 -
Directory Listing
Modified
Sat Mar 1 18:37:38 2014 UTC
(6 years, 10 months ago)
by
michael
- defaults.h: removed MSGPATH definition
Revision
3081 -
Directory Listing
Modified
Sat Mar 1 18:30:06 2014 UTC
(6 years, 10 months ago)
by
michael
- m_stats.c, conf.h: removed unused CONF_FLAGS_LIMIT_IP and CONF_FLAGS_NOMATCH_IP
definitions
Revision
3079 -
Directory Listing
Modified
Sat Mar 1 17:22:03 2014 UTC
(6 years, 10 months ago)
by
michael
- white-space changes / style cleanups
Revision
3078 -
Directory Listing
Modified
Fri Feb 28 20:34:07 2014 UTC
(6 years, 10 months ago)
by
michael
- Renamed ts_warn() to sendto_realops_flags_ratelimited()
Revision
3076 -
Directory Listing
Modified
Thu Feb 27 20:08:52 2014 UTC
(6 years, 10 months ago)
by
michael
- mkkeypair: LICENSE doesn't exist anymore. It's now COPYING
Revision
3073 -
Directory Listing
Modified
Thu Feb 27 20:05:26 2014 UTC
(6 years, 10 months ago)
by
michael
- mkpasswd.c:main(): constification
Revision
3071 -
Directory Listing
Modified
Thu Feb 27 19:58:24 2014 UTC
(6 years, 10 months ago)
by
michael
- Update tools/README.mkpasswd
Revision
3069 -
Directory Listing
Modified
Thu Feb 27 19:12:00 2014 UTC
(6 years, 10 months ago)
by
michael
- numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"
Revision
3067 -
Directory Listing
Modified
Thu Feb 27 19:09:11 2014 UTC
(6 years, 10 months ago)
by
michael
- conf_db.c: fixed inconsistent use of "can't" and "cannot"
Revision
3065 -
Directory Listing
Modified
Thu Feb 27 19:03:46 2014 UTC
(6 years, 10 months ago)
by
michael
- ircd.c:io_loop(): minor cosmetical fixes to the "reloading motd files"
server notice
Revision
3063 -
Directory Listing
Modified
Thu Feb 27 18:59:06 2014 UTC
(6 years, 10 months ago)
by
michael
- ircd_signal.c:sigint_handler(): fixed inconsistent
"SIGINT received" vs. "received signal SIGTERM" message
Revision
3061 -
Directory Listing
Modified
Thu Feb 27 18:47:50 2014 UTC
(6 years, 10 months ago)
by
michael
- numeric.c: fixed inconsistent use of "can't" and "cannot"
Revision
3059 -
Directory Listing
Modified
Thu Feb 27 17:06:58 2014 UTC
(6 years, 10 months ago)
by
michael
- reference.conf: applied 0001-ciphers-doc.patch by Guillaume Parent
Revision
3057 -
Directory Listing
Modified
Wed Feb 26 19:33:54 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c: made mode_count, mode_limit, simple_modes_mask unsigned int types
Revision
3055 -
Directory Listing
Modified
Wed Feb 26 18:38:06 2014 UTC
(6 years, 10 months ago)
by
michael
- Removed FAKEHOST server capability for now
Revision
3054 -
Directory Listing
Modified
Wed Feb 26 17:41:01 2014 UTC
(6 years, 10 months ago)
by
michael
- Update NEWS
Revision
3051 -
Directory Listing
Modified
Wed Feb 26 16:50:14 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c:send_cap_mode_changes(): fixed bug where MODE is used when
it should use TMODE
Revision
3049 -
Directory Listing
Modified
Tue Feb 25 22:35:11 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c: removed CAP_IE and CAP_EX from channel_capabs[]
Revision
3048 -
Directory Listing
Modified
Tue Feb 25 22:30:30 2014 UTC
(6 years, 10 months ago)
by
michael
- ircd binary is now again placed in /bin instead of /sbin
Revision
3045 -
Directory Listing
Modified
Tue Feb 25 21:38:23 2014 UTC
(6 years, 10 months ago)
by
michael
- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25
Revision
3044 -
Directory Listing
Modified
Tue Feb 25 21:10:46 2014 UTC
(6 years, 10 months ago)
by
michael
- ms_bmask(): made mode_type an unsigned int type
Revision
3041 -
Directory Listing
Modified
Tue Feb 25 20:42:13 2014 UTC
(6 years, 10 months ago)
by
michael
- ms_bmask(), remove_ban_list(): removed capability tests for CAP_IE and CAP_EX
as +I and +e are mandatory for quite a while now
Revision
3039 -
Directory Listing
Modified
Tue Feb 25 19:47:51 2014 UTC
(6 years, 10 months ago)
by
michael
- m_join.c:m_join(): constification
Revision
3037 -
Directory Listing
Modified
Tue Feb 25 19:41:43 2014 UTC
(6 years, 10 months ago)
by
michael
- m_encap.c:ms_encap(): removed irrelevant comment
Revision
3036 -
Directory Listing
Modified
Tue Feb 25 14:22:19 2014 UTC
(6 years, 10 months ago)
by
michael
- mempool.c: ifdef out destroy_chunks()
Revision
3031 -
Directory Listing
Modified
Tue Feb 25 11:50:53 2014 UTC
(6 years, 10 months ago)
by
michael
- modules.c:load_one_module(): renamed variables to make less confusing
Revision
3029 -
Directory Listing
Modified
Tue Feb 25 10:55:08 2014 UTC
(6 years, 10 months ago)
by
michael
- channel_mode.c: replaced several sprintf() with snprintf()
Revision
3028 -
Directory Listing
Modified
Tue Feb 25 10:49:10 2014 UTC
(6 years, 10 months ago)
by
michael
- Update NEWS
Revision
3026 -
Directory Listing
Modified
Tue Feb 25 00:07:09 2014 UTC
(6 years, 10 months ago)
by
michael
- m_help.c: whitespace changes