Log of /ircd-hybrid/branches/8.3.x
Directory Listing
Revision
6783 -
Directory Listing
Modified
Sun Nov 15 18:50:00 2015 UTC
(5 years, 3 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
6779 -
Directory Listing
Modified
Fri Nov 13 20:32:36 2015 UTC
(5 years, 3 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
6776 -
Directory Listing
Modified
Fri Nov 13 20:23:14 2015 UTC
(5 years, 3 months ago)
by
michael
- Implement ircv3.2 chghost client capability support
Revision
6773 -
Directory Listing
Modified
Fri Nov 13 19:05:44 2015 UTC
(5 years, 3 months ago)
by
michael
- m_invite.c: fix arguments to sendto_channel_local()
Revision
6769 -
Directory Listing
Modified
Fri Nov 13 18:47:58 2015 UTC
(5 years, 3 months ago)
by
michael
- Implement ircv3.2 invite-notify client capability support
Revision
6766 -
Directory Listing
Modified
Fri Nov 13 18:38:50 2015 UTC
(5 years, 3 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
6763 -
Directory Listing
Modified
Fri Nov 13 18:28:46 2015 UTC
(5 years, 3 months ago)
by
michael
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
Revision
6761 -
Directory Listing
Modified
Fri Nov 13 18:26:18 2015 UTC
(5 years, 3 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_nick.c: get rid of the server_p argument in check_clean_nick, check_clean_user, check_clean_host
Revision
6746 -
Directory Listing
Modified
Tue Nov 10 17:39:33 2015 UTC
(5 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
6740 -
Directory Listing
Modified
Mon Nov 9 17:22:01 2015 UTC
(5 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Increase default values of 'max_watch' and 'max_accept' to 50
Revision
6732 -
Directory Listing
Modified
Wed Nov 4 21:56:03 2015 UTC
(5 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
6721 -
Directory Listing
Modified
Tue Nov 3 19:44:01 2015 UTC
(5 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- server.c:try_connections(): remove outdated comment
Revision
6719 -
Directory Listing
Modified
Fri Oct 30 18:18:07 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
Revision
6715 -
Directory Listing
Modified
Fri Oct 30 17:26:21 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_svsmode.c:ms_svsmode(): minor logic fix/cleanup
Revision
6700 -
Directory Listing
Modified
Thu Oct 29 13:12:04 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:oper_privs_as_string(): unbreak episode 2
Revision
6698 -
Directory Listing
Modified
Thu Oct 29 13:08:59 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:oper_privs_as_string(): unbreak; make it display "0" in /stats o in case there are no privileges specified
Revision
6691 -
Directory Listing
Modified
Thu Oct 29 12:48:48 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Add all the missing irc-operator flags to /stats o output
Revision
6684 -
Directory Listing
Modified
Wed Oct 28 19:55:57 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- RSA keys with less than 2048 bits are no longer supported; same applies to the DH param file
Revision
6656 -
Directory Listing
Modified
Sun Oct 25 17:45:08 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.h: add some rather useful documentation to Connection::lasttime
Revision
6646 -
Directory Listing
Modified
Sat Oct 24 18:56:30 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c, conf_parser.y: use EXIT_FAILURE instead of some magic value to be passed to exit()
Revision
6641 -
Directory Listing
Modified
Sat Oct 24 18:37:10 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:set_default_conf(): removed useless NULL assignments already done by clear_out_old_conf()
Revision
6636 -
Directory Listing
Modified
Sat Oct 24 17:27:12 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Use client->name when updating the fd's associated name record with fd_note()
Revision
6628 -
Directory Listing
Modified
Sat Oct 24 13:29:47 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Rename uconf_items to shared_items and oconf_items to operator_items
Revision
6624 -
Directory Listing
Modified
Sat Oct 24 12:44:56 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- reference.conf: minor restructuring and tab cleanup
Revision
6620 -
Directory Listing
Modified
Sat Oct 24 12:18:13 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.h: removed pointless cruft in the SetClient macro
Revision
6616 -
Directory Listing
Modified
Sat Oct 24 11:48:10 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.h: clean up some nonsense in the SetOper/ClearOper macros
Revision
6602 -
Directory Listing
Modified
Thu Oct 22 18:07:38 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Renamed serverhide::links_delay configuration directive to serverhide::flatten_links_delay
Revision
6592 -
Directory Listing
Modified
Wed Oct 21 20:16:57 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- mkpasswd.c: remove MD5 support as well; reformatting
- Update README.mkpasswd
Revision
6571 -
Directory Listing
Modified
Sun Oct 18 16:58:34 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- s_bsd_kqueue.c:init_netio(): improve error reporting
Revision
6556 -
Directory Listing
Modified
Sat Oct 3 17:18:49 2015 UTC
(5 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:conf_connect_allowed(): cleanup redundant test on 'conf'
Revision
6546 -
Directory Listing
Modified
Wed Sep 16 19:55:55 2015 UTC
(5 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Removed that dirty strtoken definition in stdinc.h
Revision
6537 -
Directory Listing
Modified
Sat Sep 12 16:30:37 2015 UTC
(5 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Minor corrections to doc/modeg.txt provided by jackal
Revision
6514 -
Directory Listing
Modified
Sun Sep 6 19:26:18 2015 UTC
(5 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_info.c:send_birthdate_online_time(): use date() instead of myctime()
Revision
6506 -
Directory Listing
Modified
Sun Sep 6 11:17:15 2015 UTC
(5 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
6502 -
Directory Listing
Modified
Sat Sep 5 19:54:16 2015 UTC
(5 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- misc.c: cleanup date() and make it use strftime()
Revision
6497 -
Directory Listing
Modified
Sat Sep 5 17:13:43 2015 UTC
(5 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd_defs.h: increase KILLLEN and REASONLEN to 240
Revision
6482 -
Directory Listing
Modified
Thu Sep 3 18:57:42 2015 UTC
(5 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:set_time(): server_die() already does the logging plus notification, no need doing it twice
Revision
6473 -
Directory Listing
Modified
Thu Sep 3 13:14:14 2015 UTC
(5 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_accept.c:m_accept(): run collapse() on the mask before using it
Revision
6462 -
Directory Listing
Modified
Sat Aug 29 20:47:15 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.h: wrong value assigned to OPER_FLAG_UNRESV
Revision
6458 -
Directory Listing
Modified
Sat Aug 29 19:42:26 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_dline.c, m_kline.c, m_resv.c, m_xline.c: rename 't?line_time' variable to 'duration'
Revision
6447 -
Directory Listing
Modified
Sat Aug 29 18:49:58 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- parse.c:parse_remove_unknown(): use get_client_name()
Revision
6436 -
Directory Listing
Modified
Thu Aug 27 12:51:49 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_server.c:server_estab(): use get_client_name() when reporting errors
Revision
6429 -
Directory Listing
Modified
Thu Aug 27 10:44:15 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- hostmask.h, hostmask.c: use const keyword where appropriate
Revision
6428 -
Directory Listing
Modified
Thu Aug 27 09:59:42 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
6422 -
Directory Listing
Modified
Wed Aug 26 18:12:52 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- misc.c: for consistency, have myctime() to behave like the other date/time functions when called with an argument being 0
Revision
6413 -
Directory Listing
Modified
Wed Aug 26 17:14:06 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- misc.c: optimize time/date functions for subseqent calls with same argument value
Revision
6409 -
Directory Listing
Modified
Tue Aug 25 19:56:57 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_invite.c: p4 style broadcast of INVITE to all servers on the network
Revision
6397 -
Directory Listing
Modified
Sun Aug 23 15:15:53 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- server.c:serv_connect_callback(): constification
Revision
6393 -
Directory Listing
Modified
Sun Aug 23 14:58:44 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Use an embedded list node for the ListTask struct
Revision
6383 -
Directory Listing
Modified
Fri Aug 21 17:24:00 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- getopt.c: use pointer arithmetic instead of array subscripting
Revision
6381 -
Directory Listing
Modified
Fri Aug 21 17:20:11 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- getopt.c: fixed inconsistent use of 'error' vs. 'Error'
Revision
6373 -
Directory Listing
Modified
Fri Aug 21 10:00:10 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Rename several functions in channel.c to comply with naming convention
Revision
6370 -
Directory Listing
Modified
Wed Aug 19 10:37:10 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Rename several functions in listener.c to comply with naming convention
Revision
6362 -
Directory Listing
Modified
Tue Aug 18 07:27:15 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Make server_die() use enum; minor cleanups here and there
Revision
6354 -
Directory Listing
Modified
Fri Aug 14 17:53:44 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Rename server capabilities flags from CAP_* to CAPAB_*
Revision
6351 -
Directory Listing
Modified
Tue Aug 11 18:39:23 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_resv.c: enable temporary s2s RESVs. Previously this only worked with encapsulated RESVs.
Revision
6339 -
Directory Listing
Modified
Mon Aug 10 18:38:55 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.h: rename FLOOD_NOTICED to MSG_FLOOD_NOTICED
Revision
6325 -
Directory Listing
Modified
Sat Aug 8 17:54:22 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Get rid of the IsRegistered() macro, which is a rather dangerous macro for coders who add new connection states
Revision
6313 -
Directory Listing
Modified
Sat Aug 1 18:03:39 2015 UTC
(5 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:get_client_name(): minor documentation change
Revision
6306 -
Directory Listing
Modified
Fri Jul 24 13:23:31 2015 UTC
(5 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- restart.c:server_die(): use EXIT_SUCCESS/EXIT_FAILURE
Revision
6255 -
Directory Listing
Modified
Fri Jul 10 15:40:48 2015 UTC
(5 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- isupport.c:isupport_rebuild(): make coverity shut up (CID 1308362)
Revision
6189 -
Directory Listing
Modified
Wed Jun 24 17:56:29 2015 UTC
(5 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Rename user_usermodes_init() to user_modes_init()
Revision
6185 -
Directory Listing
Modified
Wed Jun 24 17:46:27 2015 UTC
(5 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention
Revision
6159 -
Directory Listing
Modified
Thu Jun 18 09:36:14 2015 UTC
(5 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Various documentation updates provided by Jackal
Revision
6125 -
Directory Listing
Modified
Thu Jun 11 14:32:01 2015 UTC
(5 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Moved NICKNAMEHISTORYLENGTH definition to whowas.h
Revision
6119 -
Directory Listing
Modified
Thu Jun 11 14:10:27 2015 UTC
(5 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- configure.ac: removed invalid copyright information
Revision
6117 -
Directory Listing
Modified
Thu Jun 11 13:28:51 2015 UTC
(5 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Update reference.conf. SSLv3 is no longer supported
Revision
6060 -
Directory Listing
Modified
Sat Jun 6 17:22:50 2015 UTC
(5 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
6053 -
Directory Listing
Modified
Thu Jun 4 17:11:06 2015 UTC
(5 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Update ax_check_compile_flag.m4 to latest version
Revision
5990 -
Directory Listing
Modified
Tue May 26 19:03:28 2015 UTC
(5 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf_lexer.l: fixed typo introduced in previous commit
Revision
5983 -
Directory Listing
Modified
Mon May 25 15:24:48 2015 UTC
(5 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:conf_try_ban(): use the proper conversion specifier
Revision
5976 -
Directory Listing
Modified
Mon May 18 15:36:11 2015 UTC
(5 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- hostmask.c:try_parse_v4_netmask(): fixed possible OOB read
Revision
5955 -
Directory Listing
Modified
Sat May 9 19:34:32 2015 UTC
(5 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:parse_aline(): removed test on target_server. There's no command that doesn't support the "ON" option
Revision
5933 -
Directory Listing
Modified
Wed May 6 18:30:17 2015 UTC
(5 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Removed the 'havent_read_conf' configuration directive as it only caused a whole lot more trouble than
it actually helped
Revision
5899 -
Directory Listing
Modified
Mon May 4 11:19:16 2015 UTC
(5 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- '!' and '@' are no longer threated as wildcard characters
Revision
5893 -
Directory Listing
Modified
Sun May 3 20:50:30 2015 UTC
(5 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_info.c: don't int overflow if for some unknown reason someone configures insanely high values of > 2^31-1
Revision
5884 -
Directory Listing
Modified
Sun May 3 16:17:51 2015 UTC
(5 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Style corrections; removed trailing whitespaces
Revision
5870 -
Directory Listing
Modified
Tue Apr 28 19:57:52 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_xline.c: renamed write_xline() to xline_add()
Revision
5865 -
Directory Listing
Modified
Tue Apr 28 12:42:56 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.c:clear_invites_client(): add missing documentation
Revision
5852 -
Directory Listing
Modified
Mon Apr 27 17:55:01 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- hostmask.c:find_conf_by_address(): constification
Revision
5847 -
Directory Listing
Modified
Sun Apr 26 19:02:58 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:clear_out_old_conf(): fixed bug where REHASH would clear all x-lines that
have been set with the XLINE command
Revision
5833 -
Directory Listing
Modified
Sun Apr 26 16:53:07 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_undline.c, m_unkline.c: deduplication
- m_unxline.c: renamed functions
Revision
5825 -
Directory Listing
Modified
Sun Apr 26 15:55:57 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_resv.c:parse_resv(): cleaned up the massive mess a bit
Revision
5822 -
Directory Listing
Modified
Sun Apr 26 12:42:15 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_dline.c:mo_dline(): get rid of some stupid parse_netmask() call
Revision
5815 -
Directory Listing
Modified
Fri Apr 24 17:32:26 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_dline.c: fix compile warnings with -Wunused-variable
Revision
5807 -
Directory Listing
Modified
Wed Apr 22 20:12:17 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_dline.c: allow d-lines to be added even if an exempt {} exists
Revision
5805 -
Directory Listing
Modified
Tue Apr 21 21:49:58 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
dline_min_cidr6 configuration options
Revision
5800 -
Directory Listing
Modified
Fri Apr 17 18:55:55 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:conf_add_class_to_conf(): cleaned up duplicated code
Revision
5792 -
Directory Listing
Modified
Tue Apr 14 17:58:04 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- patricia.h: removed some windows support leftovers
Revision
5791 -
Directory Listing
Modified
Mon Apr 6 18:39:43 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Reject remote k-line requests that don't have enough non-wildcard characters
Revision
5784 -
Directory Listing
Modified
Sun Apr 5 15:17:11 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:find_user_host(): removed unused 'flags' argument
Revision
5780 -
Directory Listing
Modified
Sat Apr 4 17:47:53 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- parse.c:msg_tree_parse(): cleaned up an assert()
Revision
5776 -
Directory Listing
Modified
Sat Apr 4 17:31:30 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Changed some function to void if we don't need a return value
- Have some other functions return saner values
Revision
5764 -
Directory Listing
Modified
Thu Apr 2 18:40:03 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Removed some help files for inter-server commands
Revision
5760 -
Directory Listing
Modified
Thu Apr 2 18:29:21 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Removed unused HIDE_SPOOF_IPS and GLOBAL_KILL tokens
Revision
5757 -
Directory Listing
Modified
Thu Apr 2 18:25:34 2015 UTC
(5 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:add_id(): removed useless IsServer() test
Revision
5749 -
Directory Listing
Modified
Tue Mar 31 11:55:44 2015 UTC
(5 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
5737 -
Directory Listing
Modified
Sun Mar 29 11:11:20 2015 UTC
(5 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:write_pidfile(): removed the PID from the error message
Revision
5731 -
Directory Listing
Modified
Sun Mar 29 10:47:19 2015 UTC
(5 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:make_client(): default client_p->account to '*'
Revision
5728 -
Directory Listing
Modified
Sun Mar 29 10:21:44 2015 UTC
(5 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- auth.c:auth_connect_callback(): saved a strlen(); hardened test of send()'s return value to
ensure all bytes were sent
Revision
5693 -
Directory Listing
Modified
Sat Mar 14 20:40:29 2015 UTC
(5 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.h, conf.c: renamed some structures to match naming convetion of other structures
Revision
5638 -
Directory Listing
Modified
Sun Mar 1 15:33:06 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed bug that would allow remote clients to bypass the hard
limit of max WHOWAS entries to be returned
Revision
5631 -
Directory Listing
Modified
Sun Mar 1 12:20:27 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_map.c:dump_map(): removed now useless test on server->id[0]
Revision
5620 -
Directory Listing
Modified
Fri Feb 27 19:13:35 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_info.c: added missing 'max_watch' and 'stats_m_oper_only' to /info
Revision
5608 -
Directory Listing
Modified
Mon Feb 23 22:54:38 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Update README file. Added Mac OS X 10.10 (Yosemite) to supported platforms. Thanks to Daniel Oaks.
Revision
5602 -
Directory Listing
Modified
Mon Feb 23 21:04:46 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
5584 -
Directory Listing
Modified
Sun Feb 15 15:02:36 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.h, conf.c:cluster_a_line(): made 'capab' and 'cluster_type' unsigned types
Revision
5580 -
Directory Listing
Modified
Sun Feb 15 12:38:56 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_kick.c:ms_kick(): replaced IsServer() test with IsClient()
Revision
5572 -
Directory Listing
Modified
Sun Feb 15 12:20:09 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:write_pidfile(): cosmetical fixes to fopen/fputs error messages to be consistent with all other error messages
Revision
5562 -
Directory Listing
Modified
Sat Feb 14 20:03:35 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
5556 -
Directory Listing
Modified
Fri Feb 13 19:25:36 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added oper::whois configuration option which allows to override the default
RPL_WHOISOPERATOR numeric string shown in /whois.
Revision
5553 -
Directory Listing
Modified
Thu Feb 12 22:28:09 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_server.c:sendnick_TS(): use appropriate conversion specifiers
Revision
5542 -
Directory Listing
Modified
Thu Feb 12 13:28:50 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_stats.c: minor cleanups to comments; removed invalid ones
Revision
5538 -
Directory Listing
Modified
Wed Feb 11 20:30:53 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_tburst.c:ms_tburst(): TOPIC needs to be n!u@h prefixed if comming from a services client
Revision
5531 -
Directory Listing
Modified
Wed Feb 11 18:15:09 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_whois.c: operators may now see certificate fingerprints, user modes and hidden channels as well.
This used to be admin only.
Revision
5514 -
Directory Listing
Modified
Mon Feb 9 19:37:04 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:read_conf_files(): ad channel mode 'C' to CHANMODES isupport
Revision
5506 -
Directory Listing
Modified
Mon Feb 9 19:11:43 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:set_default_conf(): add all possible oper-only user modes to ConfigGeneral.oper_only_umodes
Revision
5499 -
Directory Listing
Modified
Sun Feb 8 18:20:23 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- auth.c:sendheader(): fixed compile warnings with -Wformat-security
Revision
5489 -
Directory Listing
Modified
Sun Feb 8 14:52:23 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- reference.conf: tweaked join_flood_count and join_flood_time
Revision
5481 -
Directory Listing
Modified
Sun Feb 8 12:33:55 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.c: fixed inconsistent use of "You are" and "You're"
Revision
5477 -
Directory Listing
Modified
Sun Feb 8 11:01:56 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Allow servers to send as many CAPAB messages as they want, regardless of TS6; Removed CAP_CAP
Revision
5470 -
Directory Listing
Modified
Thu Feb 5 20:26:12 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c: fixed compile warning. Apparently some gcc have issues with
compound literals in conjunction with -Wmissing-field-initializers
Revision
5465 -
Directory Listing
Modified
Wed Feb 4 18:37:22 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.c:can_send(): better not to modify the message pointer
Revision
5464 -
Directory Listing
Modified
Wed Feb 4 18:20:56 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added channel mode +C which prevents users from sending CTCPS to a channel
Revision
5457 -
Directory Listing
Modified
Tue Feb 3 19:52:42 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
5454 -
Directory Listing
Modified
Mon Feb 2 18:58:57 2015 UTC
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(6 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:main(): removed pointless chdir() calls as spotted by Adam
Revision
5425 -
Directory Listing
Modified
Wed Jan 28 13:37:09 2015 UTC
(6 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- memory.c:MyFree(): removed extraneous pointer test
Revision
5421 -
Directory Listing
Modified
Sun Jan 25 17:50:37 2015 UTC
(6 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- packet.c:extract_one_line(): constification; renamed variable
Revision
5418 -
Directory Listing
Modified
Sun Jan 25 17:46:24 2015 UTC
(6 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.h, numeric.c: moved ERR_OPERONLYCHAN numeric to 520 to match with insp/unreal
Revision
5414 -
Directory Listing
Modified
Sun Jan 25 17:40:40 2015 UTC
(6 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf_lexer.l, conf_parser.y: removed entropy gathering daemon leftovers
Revision
5413 -
Directory Listing
Modified
Sun Jan 25 17:36:37 2015 UTC
(6 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- packet.c: from p4: change extract_one_line to not over agressively strip whitespace from buffers
Revision
5392 -
Directory Listing
Modified
Tue Jan 20 13:40:41 2015 UTC
(6 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Minor cleanups and optimizations to usermode handling
Revision
5387 -
Directory Listing
Modified
Sun Jan 18 12:43:12 2015 UTC
(6 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_gline.c, m_kline.c, motd.c: need to check against client->sockhost as well
Revision
5301 -
Directory Listing
Modified
Sun Jan 4 16:58:27 2015 UTC
(6 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:register_remote_user(): show ip addresses in remote connection notices aswell
Revision
5046 -
Directory Listing
Modified
Sat Dec 13 18:59:00 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- patricia.c, patricia.h: add proper copyright/license header
Revision
5043 -
Directory Listing
Modified
Sat Dec 13 18:47:28 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- patricia.c, patricia.h: fixed some compile warnings
Revision
5042 -
Directory Listing
Modified
Sat Dec 13 18:19:17 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added latest patricia.c, patricia.h from Net-Patricia-1.22 for later use
Revision
5032 -
Directory Listing
Modified
Sat Dec 13 15:38:22 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- reference.conf: fixed stats_k_oper_only documentation
Revision
5026 -
Directory Listing
Modified
Fri Dec 12 15:25:37 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added general::stats_m_oper_only configuration option
Revision
5025 -
Directory Listing
Modified
Fri Dec 12 15:18:43 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added general::stats_m_oper_only configuration option
Revision
5022 -
Directory Listing
Modified
Thu Dec 11 16:12:01 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_info.c: minor correction: use NULL instead of 0 for pointers
Revision
5018 -
Directory Listing
Modified
Thu Dec 11 14:52:20 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_invite.c, m_knock.c: send KNOCK/INVITE notifications to halfops too
Revision
5013 -
Directory Listing
Modified
Tue Dec 9 17:14:16 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
5000 -
Directory Listing
Modified
Tue Dec 9 13:53:22 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_etrace.c:do_etrace(): replaced hash_find_client() with find_person()
Revision
4996 -
Directory Listing
Modified
Tue Dec 9 13:34:58 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_who.c:m_who(): replaced hash_find_client() with find_person()
Revision
4989 -
Directory Listing
Modified
Mon Dec 8 20:07:36 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Cleaned up style; reformatting; const correctness
Revision
4981 -
Directory Listing
Modified
Fri Dec 5 14:31:27 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Add m4/ax_arg_enable_assert.m4 and tidy up configure.ac a bit
Revision
4975 -
Directory Listing
Modified
Mon Dec 1 19:54:35 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_nick.c: if possible compare ip addresses rather than hostnames in both
perform_nick_change_collides() and perform_uid_introduction_collides()
Revision
4966 -
Directory Listing
Modified
Mon Dec 1 14:01:24 2014 UTC
(6 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c, m_server.c: ip addresses are always propagated via UID regardless of ip spoofs
Revision
4959 -
Directory Listing
Modified
Sun Nov 30 17:23:06 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- parse.c:parse_handle_numeric(): removed extraneous parentheses
Revision
4956 -
Directory Listing
Modified
Sun Nov 30 13:20:55 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
4950 -
Directory Listing
Modified
Sun Nov 30 12:24:12 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Removed old mkkeypair script which has been used for cryptlinks
Revision
4944 -
Directory Listing
Modified
Thu Nov 27 20:41:38 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:user_set_hostmask(): skip target_p when sending JOINs to channel members
Revision
4941 -
Directory Listing
Modified
Thu Nov 27 15:17:09 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Renamed variables; const correctness
- Removed IsConfOperator macro
Revision
4933 -
Directory Listing
Modified
Tue Nov 25 17:54:42 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.h, numeric.c: removed now unused ERR_GHOSTEDCLIENT
Revision
4925 -
Directory Listing
Modified
Tue Nov 25 16:22:09 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c: unbreak and sanitize send_message_remote()
Revision
4914 -
Directory Listing
Modified
Sun Nov 23 20:30:31 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- misc.c:ssl_get_cipher(): added dash between ssl/tls version and ciphers to match other ircds
Revision
4899 -
Directory Listing
Modified
Fri Nov 21 17:52:21 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.c: added 'h' (half-op) to supported channel modes in RPL_MYINFO
Revision
4892 -
Directory Listing
Modified
Wed Nov 19 17:14:30 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Set reasonable default ciphers if there aren't any specified in general::ssl_cipher_list
Revision
4886 -
Directory Listing
Modified
Tue Nov 18 16:50:26 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_pong.c:mr_pong(): from p4: accept ping cookie replies even if the client still has a pending registration state
Revision
4882 -
Directory Listing
Modified
Sun Nov 16 21:28:13 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- fdlist.c: removed set_fdlimit() wrapper function
Revision
4876 -
Directory Listing
Modified
Sun Nov 16 12:29:12 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_map.c:dump_map(): from p4: readd ':' after Users in /map
Revision
4872 -
Directory Listing
Modified
Sat Nov 8 16:54:42 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:init_isupport(): removed +e/+I values from EXCEPTS/INVEX tokens
Revision
4868 -
Directory Listing
Modified
Fri Nov 7 20:14:42 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- hash.c:free_list_task(): removed pointless MyConnect() test
Revision
4865 -
Directory Listing
Modified
Fri Nov 7 20:04:02 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- auth.c:start_auth_query(): removed archaic comment
Revision
4864 -
Directory Listing
Modified
Fri Nov 7 19:55:40 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- auth.c:auth_connect_callback(): use report_error() for reporting failed
getsockname() or getpeername() calls
Revision
4859 -
Directory Listing
Modified
Fri Nov 7 17:19:38 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- auth.c:auth_connect_callback(): decreased size of 'authbuf'
Revision
4856 -
Directory Listing
Modified
Fri Nov 7 16:58:11 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:report_and_set_user_flags(): fixed typo in comment
Revision
4844 -
Directory Listing
Modified
Tue Nov 4 17:49:27 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_die.c:mo_die(), m_restart.c:mo_restart(): minor cleanups
Revision
4840 -
Directory Listing
Modified
Sun Nov 2 22:35:21 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_svskill.c:ms_svskill(): use KILLLEN instead of KICKLEN
Revision
4828 -
Directory Listing
Modified
Sun Nov 2 10:59:42 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_userhost.c:m_userhost(): replaced sprintf() with snprintf()
Revision
4826 -
Directory Listing
Modified
Sun Nov 2 10:56:52 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:add_id(), del_id(): replaced sprintf() with snprintf()
Revision
4811 -
Directory Listing
Modified
Sat Nov 1 11:56:53 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_sjoin.c:ms_sjoin(): from p4: update channel names to match the case of the remote servers channel name on sjoin
Revision
4804 -
Directory Listing
Modified
Tue Oct 28 15:27:43 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c:sendto_anywhere(): replaced MyClient() test with MyConnect()
Revision
4803 -
Directory Listing
Modified
Tue Oct 28 15:19:52 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c: added some assert(); removed useless test in send_message_remote
Revision
4795 -
Directory Listing
Modified
Tue Oct 28 13:11:47 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added support for the "extended-join" client capability
Revision
4786 -
Directory Listing
Modified
Sat Oct 25 16:56:03 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- reference.conf: removed missleading comment. Services may always override +g.
Revision
4780 -
Directory Listing
Modified
Tue Oct 21 16:30:03 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c, client.h: changed Connection::serial to an uint64_t
Revision
4769 -
Directory Listing
Modified
Mon Oct 20 16:41:46 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- /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
4763 -
Directory Listing
Modified
Sun Oct 19 15:02:58 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:ssl_init(): removed newline character from ilog()
Revision
4756 -
Directory Listing
Modified
Sat Oct 18 19:11:02 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.c:channel_find_last0(): style correction
Revision
4751 -
Directory Listing
Modified
Thu Oct 16 12:18:56 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:write_pidfile(): use strerror() if fopen() fails
Revision
4742 -
Directory Listing
Modified
Sun Oct 12 16:53:55 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:write_pidfile(): removed extraneous parentheses
Revision
4732 -
Directory Listing
Modified
Sun Oct 12 11:41:26 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- server.c:ssl_server_handshake(): correctly timeout outgoing connects
Revision
4730 -
Directory Listing
Modified
Sat Oct 11 19:16:48 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:check_conf_klines(): removed useless !IsClient() test
Revision
4721 -
Directory Listing
Modified
Tue Oct 7 17:06:45 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
4711 -
Directory Listing
Modified
Tue Oct 7 09:53:31 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
4707 -
Directory Listing
Modified
Sun Oct 5 16:43:31 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- auth.c:timeout_auth_queries_event(): removed logging
Revision
4695 -
Directory Listing
Modified
Fri Oct 3 14:24:19 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_whois.c:whois_person(): removed useless test on target_p->sockhost[0] which
can't be NUL now that TS6 is mandatory
Revision
4687 -
Directory Listing
Modified
Fri Oct 3 11:38:19 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_connect.c:ms_connect(): properly sanity check parv[3] before
actually calling hunt_server()
Revision
4680 -
Directory Listing
Modified
Fri Oct 3 11:17:57 2014 UTC
(6 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_dline.c:mo_dline(): correction to previous commit
Revision
4673 -
Directory Listing
Modified
Sun Sep 28 17:27:08 2014 UTC
(6 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_unxline.c: renamed remove_xline_match to remove_xline_exact
Revision
4666 -
Directory Listing
Modified
Sun Sep 28 12:42:36 2014 UTC
(6 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_server.c:mr_server(), ms_sid(): minor modification to allow for more parameters in the future
Revision
4650 -
Directory Listing
Modified
Sun Sep 21 18:48:07 2014 UTC
(6 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_resv.c, m_unresv.c: allow servers to add/remove RESVs
Revision
4646 -
Directory Listing
Modified
Sun Sep 21 12:43:10 2014 UTC
(6 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_kline.c, m_unkline.c: allow servers to add/remove KLINEs
Revision
4629 -
Directory Listing
Modified
Sun Sep 21 09:55:57 2014 UTC
(6 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf_parser.y: use SSL_CTX_use_certificate_chain_file() instead of SSL_CTX_use_certificate_file()
Revision
4615 -
Directory Listing
Modified
Sun Sep 7 09:52:28 2014 UTC
(6 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.h: changed Counter structures to anonymous structure
Revision
4607 -
Directory Listing
Modified
Sun Aug 31 08:05:38 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_names.c:m_names(): removed legacy code; constification
Revision
4596 -
Directory Listing
Modified
Sat Aug 30 16:56:32 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:ssl_init(): add SSL_OP_CIPHER_SERVER_PREFERENCE to server options
Revision
4588 -
Directory Listing
Modified
Tue Aug 26 15:59:07 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Renamed 'localClient' Client structure member to just 'connection'
Revision
4586 -
Directory Listing
Modified
Tue Aug 26 15:50:52 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.h, numeric.c: removed unused ERR_RESTRICTED
Revision
4579 -
Directory Listing
Modified
Mon Aug 25 09:55:40 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Renamed variables/definitions to meet coding standards
Revision
4575 -
Directory Listing
Modified
Mon Aug 25 09:31:48 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:exit_client(): cosmetical fixes to server exiting notice
Revision
4554 -
Directory Listing
Modified
Fri Aug 22 23:10:31 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- parse.c:parse(): small optimization as suggested by Adam
Revision
4545 -
Directory Listing
Modified
Fri Aug 22 08:46:13 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.c: fixed ERR_PASSWDMISMATCH numeric string
Revision
4542 -
Directory Listing
Modified
Thu Aug 21 16:27:32 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.c: update ERR_SERVICESDOWN numeric string
Revision
4529 -
Directory Listing
Modified
Tue Aug 19 15:21:21 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_webirc.c: replaced CGI:IRC references with WEBIRC
Revision
4523 -
Directory Listing
Modified
Tue Aug 19 09:43:38 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed double dlinkDelete() in conf_free()
- Fixed memory leak with server/oper/auth configuration items
Revision
4518 -
Directory Listing
Modified
Sun Aug 17 20:04:20 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- listener.c: renamed ListenerPollList to listener_list
Revision
4513 -
Directory Listing
Modified
Sun Aug 17 18:25:52 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Instead of silently truncating WHO at 500 replies, added ERR_WHOLIMEXCEED numeric
to inform users about the /who limit being exceeded
Revision
4502 -
Directory Listing
Modified
Sat Aug 16 19:10:20 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- hash.c:safe_list_channels(): removed outdated comment
Revision
4499 -
Directory Listing
Modified
Sat Aug 16 18:29:23 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:set_default_conf(): really default to secp256r1
Revision
4490 -
Directory Listing
Modified
Sat Aug 16 16:58:39 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_list.c:do_list(): no need to break in the '-' case
Revision
4486 -
Directory Listing
Modified
Sat Aug 16 16:18:04 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ax_arg_enable_warnings.m4: fiddle around with warning options
Revision
4473 -
Directory Listing
Modified
Thu Aug 14 09:31:41 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
4470 -
Directory Listing
Modified
Thu Aug 14 08:35:41 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- res.c:query_name(): get rid of useless typecasting
Revision
4465 -
Directory Listing
Modified
Wed Aug 13 18:56:33 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- res.c:proc_answer(): error out and leave the client unresolved if we get an unexpected record type
Revision
4461 -
Directory Listing
Modified
Wed Aug 13 17:05:26 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:conf_dns_lookup(): use gethost_byname_type()
- res.h, res.c: removed gethost_byname()
Revision
4452 -
Directory Listing
Modified
Mon Aug 11 15:51:47 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
4448 -
Directory Listing
Modified
Sat Aug 9 19:20:10 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- res.c:start_resolver(): made /stats F more descriptive about the resolver socket
Revision
4444 -
Directory Listing
Modified
Sat Aug 9 18:59:03 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:oper_up(): successful operator logins are now announced globally via GLOBOPS
Revision
4435 -
Directory Listing
Modified
Thu Aug 7 19:49:31 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Rewrite sendto_realops_flags_ratelimited() so it can be used in other places as well
Revision
4419 -
Directory Listing
Modified
Thu Aug 7 16:35:44 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_ison.c:m_ison(): replaced memcpy() with strlcpy()
Revision
4415 -
Directory Listing
Modified
Thu Aug 7 14:09:36 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Removed ipv6 detection. We now assume all systems that run hybrid have
ipv6 availability and sockaddr_storage.
Revision
4411 -
Directory Listing
Modified
Wed Aug 6 21:38:03 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed resolver/auth issues with too long hostnames
Revision
4407 -
Directory Listing
Modified
Wed Aug 6 18:42:42 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Moved memset() from accept_connection() to comm_accept()
Revision
4400 -
Directory Listing
Modified
Tue Aug 5 17:42:56 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:main(): use event_add() for comm_checktimeouts
Revision
4388 -
Directory Listing
Modified
Sun Aug 3 17:45:49 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- mempool.c:mp_pool_garbage_collect(): c99 style correction
Revision
4384 -
Directory Listing
Modified
Sun Aug 3 16:47:08 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_nick.c:change_local_nick(): improved an assert()
Revision
4380 -
Directory Listing
Modified
Sun Aug 3 16:26:48 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.c: ERR_NICKTOOFAST: use %u conversion specifier
Revision
4379 -
Directory Listing
Modified
Sun Aug 3 16:18:41 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed ERR_NICKTOOFAST numeric string to make more sense and to comply with other ircds
Revision
4375 -
Directory Listing
Modified
Sun Aug 3 14:42:42 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- listener.h, listener.c: use HOSTIPLEN for Listener::name; update documentation
Revision
4361 -
Directory Listing
Modified
Sat Aug 2 20:51:40 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ax_library_net.m4: removed useless member test of sockaddr_in.sin_len
Revision
4357 -
Directory Listing
Modified
Sat Aug 2 18:31:44 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- configure.ac: must be excuting GCC_STACK_PROTECT_LIB aswell, otherwise we won't get
linked against SSP lib (if there's any)
Revision
4351 -
Directory Listing
Modified
Sat Aug 2 17:20:32 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
4335 -
Directory Listing
Modified
Sat Aug 2 16:05:40 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ./configure now requires OpenSSL 0.9.8o or above in order to enable TLS/SSL support
Revision
4329 -
Directory Listing
Modified
Fri Aug 1 18:36:15 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ipcache.c:ipcache_get_stats(): constification; depend on the caller to set integers to zero
Revision
4321 -
Directory Listing
Modified
Fri Aug 1 16:55:07 2014 UTC
(6 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:ipcache_remove_expired_entries(): of course should be DLINK_FOREACH_SAFE
Revision
4317 -
Directory Listing
Modified
Thu Jul 31 21:16:49 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Improved AWAY throttling to allow for better fine-tuning
Revision
4311 -
Directory Listing
Modified
Thu Jul 31 17:02:13 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- res.c: reformatting; style corrections; updated comments
Revision
4309 -
Directory Listing
Modified
Tue Jul 29 17:24:25 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Backported auth code related cleanups from newio branch
Revision
4283 -
Directory Listing
Modified
Sat Jul 19 19:40:12 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
4265 -
Directory Listing
Modified
Sat Jul 19 17:21:27 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:valid_wild_card_simple(): don't read past the zero character
Revision
4258 -
Directory Listing
Modified
Fri Jul 18 20:46:48 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf_parser.y: fixed logging of invalid private key
Revision
4254 -
Directory Listing
Modified
Fri Jul 18 19:07:27 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- .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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- auth.h, s_bsd.h: removed unused function declarations
Revision
4237 -
Directory Listing
Modified
Tue Jul 15 17:38:39 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- res.c: made timeout_query_list() not require an argument
Revision
4230 -
Directory Listing
Modified
Mon Jul 14 20:11:27 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_nick.c:check_clean_nick(): make sure not to send a KILL for a server
Revision
4222 -
Directory Listing
Modified
Mon Jul 14 18:56:29 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:user_welcome(): removed useless test on source_p->id
Revision
4214 -
Directory Listing
Modified
Mon Jul 14 12:35:00 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c: cleaned up style; sprinkled some assert() statements
Revision
4210 -
Directory Listing
Modified
Sat Jul 12 19:22:05 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- server.c:hunt_server(): removed useless test. Discussed and approved by Adam.
Revision
4200 -
Directory Listing
Modified
Fri Jul 11 19:50:51 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:initialize_global_set_options(): removed useless memset()
Revision
4195 -
Directory Listing
Modified
Thu Jul 10 19:10:26 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_nick.c:perform_nick_change_collides(): style cleanups
Revision
4189 -
Directory Listing
Modified
Mon Jul 7 18:30:34 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:exit_one_client(): re-added test on source_p->node.next
Revision
4176 -
Directory Listing
Modified
Sat Jul 5 17:41:13 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:clear_ban_cache(): use locmembers list
Revision
4165 -
Directory Listing
Modified
Fri Jul 4 17:35:38 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_nick.c: fixed compile error with --enable-assert
Revision
4162 -
Directory Listing
Modified
Thu Jul 3 19:39:31 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.c: from p4: move resv channel oper notice to umode reject
Revision
4140 -
Directory Listing
Modified
Wed Jul 2 14:44:45 2014 UTC
(6 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_nick.c:change_remote_nick(): fixed broken assert()
Revision
4133 -
Directory Listing
Modified
Tue Jul 1 21:43:15 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c: removed 'event_check_splitmode'. Changed 'splitmode_event' to run every 5 seconds
if server is in splitmode
Revision
4121 -
Directory Listing
Modified
Tue Jul 1 17:01:33 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf_parser.y: fixed stupid bug. no comment there...
Revision
4118 -
Directory Listing
Modified
Tue Jul 1 16:56:15 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- event.c:event_run(): changed 'len' variable to an unsigned int.
Note that dlink_list_length() is unsigned int.
Revision
4114 -
Directory Listing
Modified
Tue Jul 1 16:47:15 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Make use of binary_to_hex() in ssl_handshake() and ssl_server_handshake()
Revision
4106 -
Directory Listing
Modified
Mon Jun 30 15:50:11 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.h, ircd.c: change some structures to anonymous structures
Revision
4098 -
Directory Listing
Modified
Sun Jun 29 12:18:50 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- mempool.c: run mp_pool_garbage_collect every 3 minutes
Revision
4089 -
Directory Listing
Modified
Sat Jun 28 17:50:35 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Cleaned up UID introduction / NICK change related code
Revision
4081 -
Directory Listing
Modified
Sat Jun 28 16:19:37 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c, conf.h: change some structures to anonymous structures
Revision
4073 -
Directory Listing
Modified
Thu Jun 26 15:44:44 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:ssl_init(): removed SSL_OP_ALL from options
Revision
4068 -
Directory Listing
Modified
Wed Jun 25 16:43:33 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- .travis.yml: so I got told by some travis guy gcc-4.8 isn't installed yet on Mac OS X
Revision
4063 -
Directory Listing
Modified
Wed Jun 25 14:30:20 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Update .travis.yml. See if it still complains...
Revision
4055 -
Directory Listing
Modified
Tue Jun 24 16:09:27 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:conf_connect_allowed(): fixed some logic errors
Revision
4054 -
Directory Listing
Modified
Tue Jun 24 15:31:49 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_stats.c:stats_auth(): removed useless test on conf->class
Revision
4030 -
Directory Listing
Modified
Sat Jun 21 19:37:41 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
4024 -
Directory Listing
Modified
Fri Jun 20 16:35:26 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Got rid of SEND_UMODES. We now propagate all modes.
Revision
4014 -
Directory Listing
Modified
Thu Jun 19 18:49:16 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_accept.c:list_accepts(): whitespace changes; fixed typo
Revision
4013 -
Directory Listing
Modified
Thu Jun 19 18:29:31 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
4009 -
Directory Listing
Modified
Thu Jun 19 15:18:34 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_server.c:server_estab(): SVINFO can be prefixed
Revision
4005 -
Directory Listing
Modified
Thu Jun 19 15:00:20 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- AUTHORS, version.c: added Fawkes to contributors
Revision
4003 -
Directory Listing
Modified
Thu Jun 19 12:59:37 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_message.c: constification; fixed style in some places
Revision
4000 -
Directory Listing
Modified
Wed Jun 18 18:18:42 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.c:send_mode_list(): improve documentation
Revision
3996 -
Directory Listing
Modified
Wed Jun 18 18:07:22 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.c:send_mode_list(): removed outdated comment
Revision
3993 -
Directory Listing
Modified
Wed Jun 18 16:31:01 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Update README. 8.x works properly on Mac OS X 10.9 (Mavericks). [ci skip]
Revision
3984 -
Directory Listing
Modified
Wed Jun 18 13:24:34 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_message.c:build_target_list(): constification; made things look nicer with an EmptyString()
Revision
3979 -
Directory Listing
Modified
Wed Jun 18 12:41:29 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_message.c: update client->localClient->last_privmsg in m_privmsg()
Revision
3968 -
Directory Listing
Modified
Wed Jun 18 11:13:13 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_message.c:handle_special(): fixed stupid logic error
Revision
3967 -
Directory Listing
Modified
Wed Jun 18 10:53:47 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed EOB logic for remote servers. Fix derived from p4
Revision
3956 -
Directory Listing
Modified
Tue Jun 17 15:52:39 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- .travis.yml: build with --disable-openssl on Mac OS X
Revision
3949 -
Directory Listing
Modified
Mon Jun 16 18:48:17 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c:sendto_match_servs(): swap function calls; renamed variable
Revision
3942 -
Directory Listing
Modified
Mon Jun 16 17:57:27 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c: fixed stupid 'bug' in sendto_match_servs()
Revision
3941 -
Directory Listing
Modified
Tue Jun 10 19:29:19 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Renamed set_channel_topic() to channel_set_topic()
Revision
3938 -
Directory Listing
Modified
Tue Jun 10 19:19:31 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.c:channel_do_join(): use chptr->chname if we know the channel exists
Revision
3929 -
Directory Listing
Modified
Mon Jun 9 14:56:25 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_kline.c: fixed compile warning with -Wconversion
Revision
3925 -
Directory Listing
Modified
Mon Jun 9 13:34:36 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed bunch of compile warnings with -Wconversion
Revision
3919 -
Directory Listing
Modified
Sun Jun 8 14:48:06 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_svspart.c:ms_svspart(): must of course use target_p
Revision
3912 -
Directory Listing
Modified
Sun Jun 8 13:10:20 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
3905 -
Directory Listing
Modified
Fri Jun 6 22:27:00 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_squit.c:mo_squit(): "fixed" coverity CID 1135874
Revision
3898 -
Directory Listing
Modified
Fri Jun 6 20:43:46 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.h: fixed compile warnings with -Wsign-conversion
Revision
3896 -
Directory Listing
Modified
Fri Jun 6 19:08:47 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:add_isupport(): fixed compile warning with -Wconditional-uninitialized
Revision
3892 -
Directory Listing
Modified
Fri Jun 6 18:42:41 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf_parser.y: fixed stupid bug that has successfully has hidden itself since Feb 5, 2002
Revision
3872 -
Directory Listing
Modified
Fri Jun 6 13:20:05 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- parse.c:mod_add_cmd(): no need to reset command counters upon module load
Revision
3862 -
Directory Listing
Modified
Thu Jun 5 20:16:55 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Made the INVITE/KNOCK throttling logic less aggressive as requested by Adam
Revision
3851 -
Directory Listing
Modified
Thu Jun 5 12:43:39 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_connect.c:ms_connect(): use sendto_realops_flags() when announcing the CONNECT
Revision
3841 -
Directory Listing
Modified
Thu Jun 5 11:19:00 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Removed ONLY_CHANOPS; let non-ops see +I/+e lists, too
Revision
3833 -
Directory Listing
Modified
Wed Jun 4 22:38:05 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Change to cause a compile error just to see how travis deals with it
Revision
3809 -
Directory Listing
Modified
Tue Jun 3 18:58:01 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c:sendto_match_servs(): use DLINK_FOREACH_SAFE() as send_message_remote()
might exit client/server
Revision
3780 -
Directory Listing
Modified
Mon Jun 2 20:43:29 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:set_default_conf(): reset ConfigFileEntry.stats_e_disabled
Revision
3773 -
Directory Listing
Modified
Mon Jun 2 18:46:09 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_message: style corrections; made things use an enum
Revision
3770 -
Directory Listing
Modified
Sun Jun 1 22:42:28 2014 UTC
(6 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- /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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 8 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added INVITE flood protection/throttling as requested by Adam. This basically
works similar as the KNOCK throttling algorithm.
Revision
3749 -
Directory Listing
Modified
Sun Jun 1 17:41:26 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- server.c:send_capabilities(): replaced sprintf() with strlcat()
Revision
3745 -
Directory Listing
Modified
Sun Jun 1 17:06:52 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_rehash.c: removed useless comment; style corrections
Revision
3742 -
Directory Listing
Modified
Sun Jun 1 16:38:45 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_gline.c: removed useless asserts; style corrections
Revision
3734 -
Directory Listing
Modified
Sun Jun 1 16:03:20 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c: minor cleanups and code rearrangements
Revision
3729 -
Directory Listing
Modified
Sat May 31 17:21:32 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- parse.c:cancel_clients(): removed outdated comments
Revision
3724 -
Directory Listing
Modified
Sat May 31 16:27:09 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Halfops are now part of the ircd core and enabled by default
Revision
3719 -
Directory Listing
Modified
Fri May 30 17:45:55 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c: irc-operators may now no longer set a channel +O if they are only halfops (%)
Revision
3704 -
Directory Listing
Modified
Fri May 30 16:14:30 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:send_mode_changes(): removed anonops leftovers
Revision
3696 -
Directory Listing
Modified
Fri May 30 15:59:44 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:chm_operonly(): removed dead code
Revision
3695 -
Directory Listing
Modified
Thu May 29 19:38:18 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:channel_modes(): fix to previous changes
Revision
3681 -
Directory Listing
Modified
Thu May 29 15:47:52 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:channel_modes(): get rid of trailing spaces if
the channel is +k/+l
Revision
3674 -
Directory Listing
Modified
Thu May 29 14:33:49 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:chm_op(), chm_hop(), chm_voice(): use target_p->name when
reporting ERR_USERNOTINCHANNEL
Revision
3668 -
Directory Listing
Modified
Thu May 29 11:29:14 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_mode.c:set_user_mode(): moved 'buf' to inner scope
Revision
3656 -
Directory Listing
Modified
Thu May 29 09:44:46 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:valid_username(): removed extraneous semicolon
Revision
3651 -
Directory Listing
Modified
Mon May 26 15:33:15 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.h: removed unused kill_client_serv_butone() prototype
Revision
3648 -
Directory Listing
Modified
Mon May 26 14:11:18 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:chm_operonly(): removed dead code
Revision
3642 -
Directory Listing
Modified
Mon May 26 10:56:50 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_map.c:dump_map(): use 'unsigned' whenever possible
Revision
3634 -
Directory Listing
Modified
Fri May 23 18:55:33 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:chm_operonly(): removed redundant assignment
Revision
3625 -
Directory Listing
Modified
Thu May 22 20:12:46 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- parser.c:do_numeric(): fixed stupid bug introduced in -3573
Revision
3591 -
Directory Listing
Modified
Sun May 18 16:42:51 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_services.c: clean up services handlers in preparation of configurable aliases.
Made PRIVMSG targets use UIDs
Revision
3587 -
Directory Listing
Modified
Sun May 18 14:55:46 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_services.c: use UID prefixed PRIVMSGs when sending stuff to services
Revision
3573 -
Directory Listing
Modified
Fri May 16 17:09:50 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:valid_username(): removed extraneous parentheses
Revision
3567 -
Directory Listing
Modified
Fri May 16 14:52:50 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:register_local_user(): removed redundant source_p->localClient->allow_read = MAX_FLOOD_BURST
assignment
Revision
3535 -
Directory Listing
Modified
Thu May 15 15:46:25 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- hostmask.c:delete_one_address_conf(): replaced a DLINK_FOREACH_SAFE with DLINK_FOREACH
Revision
3528 -
Directory Listing
Modified
Wed May 14 15:44:52 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- user.c:register_local_user(): removed pointless assignment
Revision
3525 -
Directory Listing
Modified
Wed May 14 15:24:21 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.c:send_mode_list(): removed TS5 leftover
Revision
3516 -
Directory Listing
Modified
Mon May 12 17:34:43 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added usermode +p which hides channel list in WHOIS
Revision
3511 -
Directory Listing
Modified
Sun May 11 17:55:54 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed bug where "STATS p" would show an invalid amount of irc-operators
in case there are +H opers
Revision
3506 -
Directory Listing
Modified
Sun May 11 17:03:20 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added usermode +q which hides idle and signon time in WHOIS
Revision
3502 -
Directory Listing
Modified
Sat May 10 19:42:22 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:free_client(): sanitize some weird looking assert()
Revision
3499 -
Directory Listing
Modified
Sat May 10 19:29:52 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_cap.c: from p4: Ignore trailing spaces from CAP REQ/ACKs to prevent rejecting requests
Revision
3488 -
Directory Listing
Modified
Wed May 7 16:19:45 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.c: fixed RPL_WHOISCHANNELS using wrong numeric
Revision
3486 -
Directory Listing
Modified
Mon May 5 19:49:30 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_die(), m_restart(): initialize buf[] to something saner
Revision
3483 -
Directory Listing
Modified
Mon May 5 19:45:50 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_die(), m_restart(): use get_client_name() instead of get_oper_name()
Revision
3479 -
Directory Listing
Modified
Sun May 4 16:49:06 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_mode.c:set_user_mode(): use pre-decrement just for consistency
Revision
3473 -
Directory Listing
Modified
Sun May 4 15:40:26 2014 UTC
(6 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.c:send_members(): added missing #ifdef HALFOPS
Revision
3455 -
Directory Listing
Modified
Thu May 1 19:39:12 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4.
Use IRCD_BUFSIZE instead.
Revision
3449 -
Directory Listing
Modified
Thu May 1 19:14:42 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- server.c:hunt_server(): save extra has_wildcards() call everytime hunt_server()
finds a client/server in the hash tables.
Revision
3441 -
Directory Listing
Modified
Thu May 1 18:30:41 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf_parser.y: removed extraneous strlen(). valid_hostname() already checks
for too long hostnames
Revision
3435 -
Directory Listing
Modified
Thu May 1 13:57:39 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
3428 -
Directory Listing
Modified
Thu May 1 11:46:23 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed possible WATCH core. Fix provided by Adam
Revision
3421 -
Directory Listing
Modified
Tue Apr 29 17:22:41 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Get rid of LOCAL_CHANNELLEN; change CHANNELLEN to 50
Revision
3382 -
Directory Listing
Modified
Fri Apr 25 13:23:23 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_set.c:mo_set(): removed hack. Let quote_autoconn() deal
with missing parameters.
Revision
3371 -
Directory Listing
Modified
Mon Apr 21 16:01:21 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_join.c:ms_join(): replaced irccmp() with strcmp()
Revision
3370 -
Directory Listing
Modified
Mon Apr 21 15:57:54 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_accept.c:m_accept(): replaced irccmp() swith strcmp()
Revision
3369 -
Directory Listing
Modified
Mon Apr 21 15:16:02 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- reslib.c:parse_resvconf(): replaced irccmp with strcasecmp()
Revision
3367 -
Directory Listing
Modified
Mon Apr 21 11:44:56 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_unxline.c:remove_xline_match(): replaced DLINK_FOREACH_SAFE with
DLINK_FOREACH
Revision
3354 -
Directory Listing
Modified
Sun Apr 20 14:34:51 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added m_unresv.c and moved all UNRESV related code into it
Revision
3352 -
Directory Listing
Modified
Sun Apr 20 14:26:15 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added m_unxline.c and moved all UNXLINE related code into it
Revision
3350 -
Directory Listing
Modified
Sun Apr 20 14:17:26 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added m_unkline.c and moved all UNKLINE related code into it
Revision
3348 -
Directory Listing
Modified
Sun Apr 20 14:09:22 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
Revision
3345 -
Directory Listing
Modified
Sun Apr 20 12:15:00 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_map.c: notify irc-operators about /map requests
Revision
3334 -
Directory Listing
Modified
Wed Apr 16 16:42:54 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Replaced strcpy() with strlcpy() in some places
Revision
3325 -
Directory Listing
Modified
Tue Apr 15 17:25:35 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added SVSJOIN. Note that SVSJOIN does _not_ allow clients to override any channel
modes, limits, keys or anything else.
Revision
3322 -
Directory Listing
Modified
Tue Apr 15 16:11:11 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c
Revision
3318 -
Directory Listing
Modified
Tue Apr 15 14:26:38 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- s_user.c:valid_nickname(): removed redundant assert()
Revision
3316 -
Directory Listing
Modified
Tue Apr 15 14:09:39 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_mode.c:set_user_mode(): removed pointless assert()
Revision
3306 -
Directory Listing
Modified
Mon Apr 14 18:37:05 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Made server_estab() and sendnick_TS() use 'static' keyword
Revision
3303 -
Directory Listing
Modified
Sun Apr 13 11:19:36 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_quit.c:ms_quit(): don't default to source_p->name if no quit message is given
Revision
3296 -
Directory Listing
Modified
Thu Apr 10 19:07:22 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_capab.c:mr_capab(): capability tokens must be all in parv[1] now
Revision
3292 -
Directory Listing
Modified
Thu Apr 10 13:53:16 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- motd.c:motd_lookup(): replaced MyClient() test with MyConnect()
Revision
3291 -
Directory Listing
Modified
Wed Apr 9 21:41:25 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
3288 -
Directory Listing
Modified
Wed Apr 9 19:04:47 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- hash.c:delete_user_host(): replaced DLINK_FOREACH_SAFE with DLINK_FOREACH
Revision
3273 -
Directory Listing
Modified
Sun Apr 6 11:37:36 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- whowas.c:whowas_add_history(): constification; sanitize assert()
Revision
3270 -
Directory Listing
Modified
Sat Apr 5 22:41:19 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- irc_res.c:make_request(): lowered retries counter to 2
Revision
3263 -
Directory Listing
Modified
Thu Apr 3 19:29:03 2014 UTC
(6 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:match_conf_password(): fixed undefined behaviour with crypt()
returning NULL since glibc2.17 in certain cases.
Revision
3249 -
Directory Listing
Modified
Sun Mar 30 18:13:57 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:exit_client(): removed outdated comment
Revision
3247 -
Directory Listing
Modified
Sun Mar 30 17:54:34 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:exit_client(): removed kludgy code, also replaced
x->servptr == &me test with just MyConnect(x)
Revision
3245 -
Directory Listing
Modified
Sun Mar 30 17:08:23 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- s_bsd.c: no longer resetting source_p->from in close_connection()
Revision
3243 -
Directory Listing
Modified
Sun Mar 30 16:53:43 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c: mostly style cleanups. Removed some useless assert() statements
Revision
3238 -
Directory Listing
Modified
Sun Mar 30 13:44:07 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- s_user.c:send_umode_out(): removed unused variable
Revision
3236 -
Directory Listing
Modified
Sat Mar 29 20:24:28 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_info.c:info_table[]: report DPATH before anything else
Revision
3232 -
Directory Listing
Modified
Sat Mar 29 17:47:40 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_tburst.c:ms_tburst(): removed pointless MyClient() test on source_p.
source_p can't be a local client.
Revision
3227 -
Directory Listing
Modified
Fri Mar 28 20:40:50 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_stats.c:stats_servlinks(): removed extranous spaces
Revision
3222 -
Directory Listing
Modified
Thu Mar 27 20:00:45 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_topic.c:m_topic(): use chptr->chname when reporting ERR_NOTONCHANNEL
Revision
3217 -
Directory Listing
Modified
Wed Mar 26 19:32:40 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_user.c:do_local_user(): removed unused parameters
Revision
3215 -
Directory Listing
Modified
Tue Mar 25 19:23:15 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed some comments; cleaned up style here and there
Revision
3213 -
Directory Listing
Modified
Tue Mar 25 16:48:27 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c: optimized find_person(). Removed pointless test.
Revision
3206 -
Directory Listing
Modified
Mon Mar 24 20:42:55 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_invite.c: add ms_invite(). Cleaned up m_invite()
Revision
3203 -
Directory Listing
Modified
Mon Mar 24 17:43:50 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_vesion.c: merged mo_version() and ms_version()
Revision
3202 -
Directory Listing
Modified
Mon Mar 24 17:18:43 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:exit_one_client(): remove useless test on source_p->servptr->serv
Revision
3200 -
Directory Listing
Modified
Mon Mar 24 16:17:44 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_kill.c: cleanup ms_kill(). parv[2] must be non-null; otherwise the KILL
is silently dropped.
Revision
3196 -
Directory Listing
Modified
Sun Mar 23 20:25:35 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed compile error in ms_sid()
- Cleaned up find_chasing(). Removed useless third 'chasing' argument.
Revision
3189 -
Directory Listing
Modified
Fri Mar 21 18:18:00 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c:sendto_one_numeric(), sendto_one_numeric(): fixed issue where NOTICE and numerics
were destined to the wrong target nick/ID
Revision
3184 -
Directory Listing
Modified
Thu Mar 20 17:39:13 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_locops.c:ms_locops(): accept LOCOPS from servers
Revision
3175 -
Directory Listing
Modified
Tue Mar 18 19:48:30 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Incorporate Adam's exit_client/quit storm cleanups
Note: QS is mandatory now
Revision
3169 -
Directory Listing
Modified
Sun Mar 16 09:55:04 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- s_auth.c: made sendheader macro use sendto_one_notice()
Revision
3166 -
Directory Listing
Modified
Sat Mar 15 21:53:37 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- More client_p removal cleanups
- parse.c:handle_command: now no longer drop servers if the right
amount of parameters isn't given
Revision
3162 -
Directory Listing
Modified
Sat Mar 15 19:43:39 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ms_join(), ms_sjoin(): made some server notices more descriptive
Revision
3158 -
Directory Listing
Modified
Fri Mar 14 20:30:06 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- s_user.c:set_user_mode(): replaced a IsServer () test with MyConnect()
Revision
3155 -
Directory Listing
Modified
Fri Mar 14 16:59:17 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:chm_limit(): instead of passing an empty buffer to atoi()
we just bail out
Revision
3150 -
Directory Listing
Modified
Fri Mar 14 14:11:34 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c: style corrections here and there
Revision
3148 -
Directory Listing
Modified
Fri Mar 14 12:34:45 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel.c: moved modebuf[] and parabuf[] to send_channel_modes()
Revision
3143 -
Directory Listing
Modified
Wed Mar 12 19:56:58 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:chm_op, ch_hop, chm_voice: renamed 'targ_p' to 'target_p'
Revision
3141 -
Directory Listing
Modified
Wed Mar 12 19:35:27 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_server.c:ms_sid(): constification + fixed comments
Revision
3138 -
Directory Listing
Modified
Tue Mar 11 19:07:25 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- s_serv.c:server_estab() moved target_p pointer to inner scope
Revision
3126 -
Directory Listing
Modified
Sun Mar 9 20:10:33 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- mkpasswd.c: mkpasswd now defaults to MD5 instead of DES
Revision
3120 -
Directory Listing
Modified
Fri Mar 7 21:52:54 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Missed some of the parv[0] removal changes. Fixed.
Revision
3118 -
Directory Listing
Modified
Fri Mar 7 19:32:34 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.c, m_dline.c: fixed inconsistent use of "can't" and "cannot"
Revision
3116 -
Directory Listing
Modified
Fri Mar 7 19:06:03 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_stats.c: get rid of remaining from & to pointers
Revision
3107 -
Directory Listing
Modified
Thu Mar 6 12:09:42 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c: cleaned up sendto_channel_butone() as suggested by Adam
Revision
3099 -
Directory Listing
Modified
Wed Mar 5 16:40:37 2014 UTC
(6 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Applied Adam's "Put the command name in parv[0], not prefix name" patch
Revision
3081 -
Directory Listing
Modified
Sat Mar 1 18:30:06 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_stats.c, conf.h: removed unused CONF_FLAGS_LIMIT_IP and CONF_FLAGS_NOMATCH_IP
definitions
Revision
3076 -
Directory Listing
Modified
Thu Feb 27 20:08:52 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- mkkeypair: LICENSE doesn't exist anymore. It's now COPYING
Revision
3069 -
Directory Listing
Modified
Thu Feb 27 19:12:00 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"
Revision
3065 -
Directory Listing
Modified
Thu Feb 27 19:03:46 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd_signal.c:sigint_handler(): fixed inconsistent
"SIGINT received" vs. "received signal SIGTERM" message
Revision
3059 -
Directory Listing
Modified
Thu Feb 27 17:06:58 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- reference.conf: applied 0001-ciphers-doc.patch by Guillaume Parent
Revision
3057 -
Directory Listing
Modified
Wed Feb 26 19:33:54 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c: made mode_count, mode_limit, simple_modes_mask unsigned int types
Revision
3051 -
Directory Listing
Modified
Wed Feb 26 16:50:14 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c: removed CAP_IE and CAP_EX from channel_capabs[]
Revision
3045 -
Directory Listing
Modified
Tue Feb 25 21:38:23 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25
Revision
3041 -
Directory Listing
Modified
Tue Feb 25 20:42:13 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- 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
3031 -
Directory Listing
Modified
Tue Feb 25 11:50:53 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- modules.c:load_one_module(): renamed variables to make less confusing
Revision
3029 -
Directory Listing
Modified
Tue Feb 25 10:55:08 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c: replaced several sprintf() with snprintf()
Revision
3024 -
Directory Listing
Modified
Mon Feb 24 22:31:48 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:find_person(): fixed mismatching prototype as pointed out by Adam
Revision
3022 -
Directory Listing
Modified
Mon Feb 24 20:41:16 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.c
Revision
3019 -
Directory Listing
Modified
Sat Feb 22 21:31:35 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- numeric.h: removed some other unused numeric constants as pointed out by Adam
Revision
3015 -
Directory Listing
Modified
Thu Feb 20 19:53:26 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- reference.conf: applied 0004-Improve-reference-cipher-list.patch provided by gp.
Revision
3013 -
Directory Listing
Modified
Thu Feb 20 19:50:45 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- reference.conf: applied 0003-Increase-reference-DH-parameters-size.patch
provided by gp. But instead of 4096bits we use 2048bits for the example
command line.
Revision
3011 -
Directory Listing
Modified
Thu Feb 20 19:20:51 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Update AUTHORS/version.c; add missing '>' spotted by Dizzie
Revision
3005 -
Directory Listing
Modified
Wed Feb 19 10:40:15 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- hostmask.c:find_conf_by_address(): removed pointless password = "" assignment.
match_conf_password() already deals with NULL pointers
Revision
2989 -
Directory Listing
Modified
Tue Feb 18 11:21:42 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Stole recent /map changes from p4. Network map looks much better now.
Revision
2980 -
Directory Listing
Modified
Fri Jan 31 19:15:05 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd.c:set_time(): replaced snprintf/report_error combo with
ilog/sendto_realops_flags
Revision
2976 -
Directory Listing
Modified
Fri Jan 31 12:31:22 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_server.c:mr_server(): don't falsely exit a server with the reason
being "SID already exists" if it's just hash_find_server() that
returned non-NULL.
Revision
2974 -
Directory Listing
Modified
Fri Jan 31 11:56:51 2014 UTC
(7 years ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_xline.c: reorder functions, removed unused header includes, constifications
Revision
2964 -
Directory Listing
Modified
Thu Jan 30 18:12:25 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_admin.c, m_motd.c: do_admin() and do_motd() always succeed. Make them a void again.
Revision
2959 -
Directory Listing
Modified
Tue Jan 28 17:30:49 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added modules_get_list() and made modules_list visible to only modules.c
- Fixed naming convetion of other linked lists in modules.c
Revision
2955 -
Directory Listing
Modified
Tue Jan 28 16:40:30 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- register_remote_user(): removed unused realname/gecos parameter
Revision
2951 -
Directory Listing
Modified
Sun Jan 26 20:15:59 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c: fixed compile error with halfops enabled
Revision
2949 -
Directory Listing
Modified
Sun Jan 26 20:08:25 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.h: add separate definition for services IDs instead of using HOSTLEN
Revision
2943 -
Directory Listing
Modified
Sun Jan 26 15:42:53 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c, channel.c: removed unused header include
Revision
2941 -
Directory Listing
Modified
Sun Jan 26 12:54:13 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:get_channel_access(): constification
Revision
2939 -
Directory Listing
Modified
Sun Jan 26 12:51:50 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c: minor optimizations to set_channel_mode()
Revision
2937 -
Directory Listing
Modified
Sun Jan 26 12:15:55 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Clean up stupid pointer magic passed to the channel mode handlers.
Revision
2933 -
Directory Listing
Modified
Sun Jan 26 00:31:33 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Two native english speakers, to different opinions; another grammatical
error fix to AUTHORS and version.c
Revision
2929 -
Directory Listing
Modified
Sat Jan 25 23:14:08 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_list
traversals. Patch provided by Adam.
Revision
2916 -
Directory Listing
Modified
Sat Jan 25 21:09:18 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
Revision
2914 -
Directory Listing
Modified
Fri Jan 24 19:45:36 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed bug where some irc clients could not reconnect
via ssl as pointed out by gp
Revision
2910 -
Directory Listing
Modified
Thu Jan 23 19:10:55 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Implemented "userhost-in-names" client capability
Revision
2906 -
Directory Listing
Modified
Thu Jan 23 19:02:58 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_names.c: a channel name parameter is now required
Revision
2902 -
Directory Listing
Modified
Wed Jan 22 20:24:03 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.h: fixed long-standing bug where +p channels have been show
in the /whois reply
Revision
2900 -
Directory Listing
Modified
Wed Jan 22 19:18:28 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_names.c:names_non_public_non_secret(): fixed long-standing bug where
users that are on a private/secret channel have been shown in /names
output. Bug introduced in rev 1.60 (CVS) / Tue Jun 28 21:26:06 2005
Revision
2896 -
Directory Listing
Modified
Tue Jan 21 20:05:40 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.h: made some things use an enum. Removed unused header include.
Revision
2892 -
Directory Listing
Modified
Tue Jan 21 18:30:02 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c: fixed indentation, removed whitespaces/tabs,
removed unused header includes
Revision
2888 -
Directory Listing
Modified
Tue Jan 21 17:47:11 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed improper use of the ID_or_name macro in several places
Revision
2885 -
Directory Listing
Modified
Mon Jan 20 22:50:36 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_encap.c:ms_encap(): removed pointless code. Buffer can't be overflown
since snprintf() is being used
Revision
2883 -
Directory Listing
Modified
Mon Jan 20 18:17:57 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- irc_string.c:has_wildcards(): add support for character escaping
Revision
2881 -
Directory Listing
Modified
Mon Jan 20 17:15:39 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.
Revision
2879 -
Directory Listing
Modified
Sun Jan 19 19:28:57 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_xline.c:mo_xline(): properly report missing privilege now that
we have the 'unxline' oper flag
Revision
2872 -
Directory Listing
Modified
Sun Jan 19 17:25:38 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Moved configuration related code from ircd.c to conf.c
Revision
2865 -
Directory Listing
Modified
Sun Jan 19 14:35:22 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
Revision
2863 -
Directory Listing
Modified
Sun Jan 19 12:09:56 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_trace.c:ms_trace(): properly check return value of hunt_server()
against HUNTED_ISME. Just in case the HUNT_* definitions get
changed some day
Revision
2861 -
Directory Listing
Modified
Sat Jan 18 20:17:36 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_gline.c:ms_gline(): improved readability. Removed extranous IsClient() test.
Revision
2859 -
Directory Listing
Modified
Sat Jan 18 20:01:35 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_gline.c: merged do_sgline() into ms_gline(). Removed me_gline() encap handler.
Revision
2855 -
Directory Listing
Modified
Sat Jan 18 18:03:49 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed indentation, removed whitespaces/tabs, update copyright header
Revision
2852 -
Directory Listing
Modified
Sat Jan 18 16:30:48 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Added 'unxline' oper privilege for better fine tuning
Revision
2850 -
Directory Listing
Modified
Fri Jan 17 18:22:04 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_server.c:mr_server(): if there's no connect block for a server,
exit the connection with "No connect{} block." instead of
"Invalid servername."
Revision
2846 -
Directory Listing
Modified
Fri Jan 17 16:58:36 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- hook.h, hook.c: fixed indentation, removed whitespaces/tabs
Revision
2843 -
Directory Listing
Modified
Thu Jan 16 19:24:56 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Allow private rsa keys larger than 2048 bits. Reported by Zdenek Kaspar.
Revision
2836 -
Directory Listing
Modified
Thu Jan 16 18:01:20 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd_signal.c: fixed indentation, removed whitespaces/tabs, removed unused header includes
Revision
2834 -
Directory Listing
Modified
Thu Jan 16 17:54:09 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- ircd_signal.c:setup_signals(): fixed bug where signals stopped from
working after restaring the ircd via SIGINT. Spotted and fixed by Adam.
Revision
2830 -
Directory Listing
Modified
Thu Jan 16 15:23:07 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Tweak reloading/rehasing config files server notice
Revision
2824 -
Directory Listing
Modified
Wed Jan 15 23:26:39 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_locops.c:ms_locops(): replaced sendto_server() combo
with sendto_match_servs()
Revision
2822 -
Directory Listing
Modified
Wed Jan 15 23:17:03 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_operwall.c: removed me_operwall() encap handler
Revision
2820 -
Directory Listing
Modified
Wed Jan 15 23:10:26 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use
Revision
2818 -
Directory Listing
Modified
Tue Jan 14 18:29:05 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_dline.c, m_kline.c: fixed wrong copyright years
Revision
2816 -
Directory Listing
Modified
Tue Jan 14 18:16:33 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_encap.c: fixed indentation, style cleanups, reformatting
Revision
2814 -
Directory Listing
Modified
Mon Jan 13 20:29:44 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- hostmask.c:parse_netmask(): optimize for the ipv4 case
Revision
2813 -
Directory Listing
Modified
Sun Jan 12 20:23:50 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Renamed ban_them() to conf_try_ban()
- conf_try_ban() removed exemption notices that are now redundant
Revision
2812 -
Directory Listing
Modified
Sun Jan 12 20:02:20 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- check_gline(), check_kline(): remove additional IsClient() test.
There can't be an unregistered client on the local_client_list.
Revision
2811 -
Directory Listing
Modified
Sun Jan 12 19:39:33 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Greatly speedup k-/g-line lookup. Instead of testing every single client against
every single k-/g-line just check the just added ban against connected clients.
Revision
2810 -
Directory Listing
Modified
Sun Jan 12 18:30:44 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_dline.c, m_kline.c: fixed indentation, style cleanups, reformatting
Revision
2807 -
Directory Listing
Modified
Sun Jan 12 17:19:01 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_dline.c:mo_dline(). if a target server exists, use sendto_match_servs()
instead of sendto_server()
Revision
2804 -
Directory Listing
Modified
Sun Jan 12 16:54:01 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_kline.c:mo_kline(). if a target server exists, use sendto_match_servs()
instead of sendto_server()
Revision
2801 -
Directory Listing
Modified
Sat Jan 11 21:23:41 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed inconsistent ERR_NOPRIVS vs. ERR_NOPRIVILEGES mess
Revision
2799 -
Directory Listing
Modified
Thu Jan 9 21:05:49 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_message.c:msg_client(): removed pointless MyClient() test
Revision
2796 -
Directory Listing
Modified
Thu Jan 9 20:44:09 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_message.c: fixed indentation, style cleanups, reformatting
Revision
2786 -
Directory Listing
Modified
Mon Jan 6 22:33:53 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- parse.c, m_message.c: replaced few 512s with IRCD_BUFSIZE; removed useless casts
Revision
2784 -
Directory Listing
Modified
Mon Jan 6 19:12:19 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_whois.c:do_whois(): get it to work with UIDs. Spotted and fixed by Adam.
Revision
2756 -
Directory Listing
Modified
Sun Jan 5 22:50:35 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_who.c:do_who(): don't hide hopcount to irc operators
Revision
2748 -
Directory Listing
Modified
Sun Jan 5 19:20:09 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed server name leak for hidden servers in /who, /whois and /whowas
Revision
2746 -
Directory Listing
Modified
Sun Jan 5 17:43:29 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_trace.c:mo_trace(): properly check return value of hunt_server()
Revision
2736 -
Directory Listing
Modified
Fri Jan 3 19:37:33 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposes
Revision
2733 -
Directory Listing
Modified
Fri Jan 3 17:30:13 2014 UTC
(7 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk
- s_bsd.c:ssl_handshake(): reset timeout handler once SSL_accept() has
succeeded. Spotted by gp.
Revision
2725 -
Directory Listing
Modified
Sun Dec 29 13:01:00 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed bug where ircd didn't timeout SSL connections that haven't
finished the SSL handshake. Reported by Adam.
Revision
2718 -
Directory Listing
Modified
Wed Dec 25 13:43:46 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- Fixed EOB not working for remote servers (Fake Direction)
Revision
2714 -
Directory Listing
Modified
Tue Dec 24 21:15:22 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- list.c:dlinkFindDelete(): minor readability improvements
Revision
2712 -
Directory Listing
Modified
Tue Dec 24 18:38:02 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_webirc.c: instead of silently dropping WEBIRC requests from
registered clients, simply send ERR_ALREADYREGISTRED
Revision
2700 -
Directory Listing
Modified
Wed Dec 18 12:39:14 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_webirc.c:mr_webirc(): fixed bug where parv[3] isn't tested for
a valid hostname. Spotted by Adam.
Revision
2697 -
Directory Listing
Modified
Wed Dec 18 12:12:26 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- channel_mode.c:set_channel_mode(): removed legacy code which has been
introduced in rev 7.66(CVS) / Sat Dec 14 04:08:38 2002
Revision
2688 -
Directory Listing
Modified
Tue Dec 17 17:42:06 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- introduce_client(), sendnick_TS(): fixed buffer overflow if a client has all possible
modes set that are defined in SEND_UMODES
Revision
2686 -
Directory Listing
Modified
Mon Dec 16 17:37:20 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_nick.c, m_join.c: Tweaked channel/nickname rejection notices
Revision
2680 -
Directory Listing
Modified
Sun Dec 15 18:37:59 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants,
replaced rand() with genrand_int32()
Revision
2678 -
Directory Listing
Modified
Sun Dec 15 12:17:23 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- client.c:make_client(): make use of the SetUnknown() macro
Revision
2670 -
Directory Listing
Modified
Sat Dec 14 21:32:56 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- stats_hooks(), show_events(): no longer sending an extra empty line
before RPL_ENDOFSTATS
Revision
2663 -
Directory Listing
Modified
Thu Dec 12 19:42:22 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- m_join.c:m_join(): actually test conf->reason for being a NULL pointer
Revision
2654 -
Directory Listing
Modified
Wed Dec 11 17:45:34 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- send.c:send_queued_write(): removed pointless cast
Revision
2650 -
Directory Listing
Modified
Tue Dec 10 19:46:48 2013 UTC
(7 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk
- s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c,
s_bsd_kqueue.c, s_bsd_poll.c: style corrections