Log of /ircd-hybrid/branches/8.1.x/src
Directory Listing
Revision
4897 -
Directory Listing
Modified
Wed Nov 19 19:20:34 2014 UTC
(8 years, 2 months ago)
by
michael
- numeric.c: added 'h' (half-op) to supported channel modes in RPL_MYINFO
Revision
4662 -
Directory Listing
Modified
Sun Sep 28 11:56:41 2014 UTC
(8 years, 4 months ago)
by
michael
- client.c:accept_message(): don't allow +G to override +g
Revision
4524 -
Directory Listing
Modified
Tue Aug 19 09:46:57 2014 UTC
(8 years, 5 months ago)
by
michael
- Fixed double dlinkDelete() in conf_free()
- Fixed memory leak with server/oper/auth configuration items
Revision
4512 -
Directory Listing
Modified
Sun Aug 17 15:03:29 2014 UTC
(8 years, 5 months ago)
by
michael
- conf.c:conf_free(): fixed possible infinite loop with /stats c as reported by Adam.
We now assume that all MaskItem are linked onto some list
Revision
4263 -
Directory Listing
Modified
Sat Jul 19 17:21:01 2014 UTC
(8 years, 6 months ago)
by
michael
- conf.c:valid_wild_card_simple(): don't read past the zero character
Revision
4260 -
Directory Listing
Modified
Fri Jul 18 20:50:05 2014 UTC
(8 years, 6 months ago)
by
michael
- conf_parser.y: do some logging if the dh param file can't be opened/read
- rsa.c: fixed compile warning
Revision
4257 -
Directory Listing
Modified
Fri Jul 18 20:41:28 2014 UTC
(8 years, 6 months ago)
by
michael
- Cleaned up and sanitized /challenge relatedcode
- 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
4158 -
Directory Listing
Modified
Wed Jul 2 18:38:56 2014 UTC
(8 years, 7 months ago)
by
michael
- Removed supported.h
Revision
4157 -
Directory Listing
Modified
Wed Jul 2 18:33:39 2014 UTC
(8 years, 7 months ago)
by
michael
- Removed hooking system
- Update help/stats
Revision
4096 -
Directory Listing
Modified
Sun Jun 29 11:58:47 2014 UTC
(8 years, 7 months ago)
by
michael
- conf.c:set_default_conf(): default to 1 connection per 1 second
Revision
4064 -
Directory Listing
Modified
Wed Jun 25 15:15:22 2014 UTC
(8 years, 7 months ago)
by
michael
- channel.c:check_splitmode(): logic fixes
Revision
4052 -
Directory Listing
Modified
Tue Jun 24 15:30:35 2014 UTC
(8 years, 7 months ago)
by
michael
- conf.c:read_conf_files(): chanmodes c an M were missed in CHANMODES
Revision
4007 -
Directory Listing
Modified
Thu Jun 19 15:00:59 2014 UTC
(8 years, 7 months ago)
by
michael
- AUTHORS, version.c: added Fawkes to contributors
Revision
3992 -
Directory Listing
Modified
Wed Jun 18 16:30:46 2014 UTC
(8 years, 7 months ago)
by
michael
- version.c: fixed compile warning with clang -Winvalid-source-encoding. Fix provided by grawity.
Revision
3890 -
Directory Listing
Modified
Fri Jun 6 18:42:14 2014 UTC
(8 years, 8 months ago)
by
michael
- conf_parser.y: fixed stupid bug that has successfully has hidden itself since Feb 5, 2002
Revision
3840 -
Directory Listing
Modified
Thu Jun 5 00:36:37 2014 UTC
(8 years, 8 months ago)
by
michael
- Update macros in m4/
Revision
3802 -
Directory Listing
Modified
Tue Jun 3 18:24:19 2014 UTC
(8 years, 8 months ago)
by
michael
- send.c:sendto_match_servs(): use DLINK_FOREACH_SAFE() as send_message_remote()
might exit client/server
Revision
3781 -
Directory Listing
Modified
Mon Jun 2 20:44:59 2014 UTC
(8 years, 8 months ago)
by
michael
- conf.c:set_default_conf(): reset ConfigFileEntry.stats_e_disabled
Revision
3772 -
Directory Listing
Modified
Sun Jun 1 23:19:03 2014 UTC
(8 years, 8 months ago)
by
michael
- hostmask.c:mask_addr(): fixed merging error
Revision
3771 -
Directory Listing
Modified
Sun Jun 1 22:45:43 2014 UTC
(8 years, 8 months ago)
by
michael
- hostmask.c:mask_addr(): fiex 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
3718 -
Directory Listing
Modified
Fri May 30 17:45:08 2014 UTC
(8 years, 8 months ago)
by
michael
- channel_mode.c:chm_simple(): channel halfops may now set +p
Revision
3712 -
Directory Listing
Modified
Fri May 30 17:20:56 2014 UTC
(8 years, 8 months ago)
by
michael
- channel_mode.c:chm_hop(): channel halfops (%) may now no longer (de)halfop other channel members
Revision
3709 -
Directory Listing
Modified
Fri May 30 16:45:52 2014 UTC
(8 years, 8 months ago)
by
michael
- irc-operators may now no longer set a channel +O if they are only halfops (%)
Revision
3698 -
Directory Listing
Modified
Fri May 30 16:00:39 2014 UTC
(8 years, 8 months ago)
by
michael
- channel_mode.c:chm_operonly(): removed dead code
Revision
3690 -
Directory Listing
Modified
Thu May 29 17:22:36 2014 UTC
(8 years, 8 months ago)
by
michael
- channel_mode.c: revert changes to channel_modes() for now. apparently
there are some other parts that rely on this odd behaviour.
Revision
3689 -
Directory Listing
Modified
Thu May 29 16:13:05 2014 UTC
(8 years, 8 months ago)
by
michael
- channel_mode.c:channel_modes(): replaced sprintf with strcat;
use %u conversion specifier for unsigned ints
Revision
3684 -
Directory Listing
Modified
Thu May 29 15:57:07 2014 UTC
(8 years, 8 months ago)
by
michael
- channel_mode.c:channel_modes(): fix to previous changes
Revision
3683 -
Directory Listing
Modified
Thu May 29 15:48:46 2014 UTC
(8 years, 8 months ago)
by
michael
- channel_mode.c:channel_modes(): get rid of trailing spaces if
the channel is +k/+l
Revision
3631 -
Directory Listing
Modified
Fri May 23 18:37:18 2014 UTC
(8 years, 8 months ago)
by
michael
- channel_mode.c:chm_operonly(): removed redundant assignment
Revision
3616 -
Directory Listing
Modified
Thu May 22 18:57:16 2014 UTC
(8 years, 8 months ago)
by
michael
- parse.c:mod_del_cmd(): make sure the command actually exists in the trie before
attempting to remove it. We could end up in a corrupted trie otherwise.
Revision
3549 -
Directory Listing
Modified
Fri May 16 11:22:43 2014 UTC
(8 years, 8 months ago)
by
michael
- conf_class.c:class_free(): added an assert()
Revision
3527 -
Directory Listing
Modified
Wed May 14 15:33:08 2014 UTC
(8 years, 8 months ago)
by
michael
- ircd.c:main(): make this "don't run ircd as root!!!11" message look more serious
Revision
3501 -
Directory Listing
Modified
Sat May 10 19:30:25 2014 UTC
(8 years, 9 months ago)
by
michael
- conf.c:parse_aline(): use CONF_NOREASON for default reason
Revision
3462 -
Directory Listing
Modified
Thu May 1 20:53:54 2014 UTC
(8 years, 9 months ago)
by
michael
- Backported /list and hunt_server() optimization from TRUNK
Revision
3433 -
Directory Listing
Modified
Thu May 1 13:55:13 2014 UTC
(8 years, 9 months ago)
by
michael
- conf_parser.y: fixed bug where the parser wouldn't take time units
into consideration for the join_flood_time and throttle_time config
options.
Revision
3426 -
Directory Listing
Modified
Wed Apr 30 20:27:59 2014 UTC
(8 years, 9 months ago)
by
michael
- Fixed possible WATCH core. Fix provided by Adam
Revision
3310 -
Directory Listing
Modified
Tue Apr 15 11:41:24 2014 UTC
(8 years, 9 months ago)
by
michael
- Readded FLAGS_BLOCKED
Revision
3304 -
Directory Listing
Modified
Sun Apr 13 11:26:35 2014 UTC
(8 years, 9 months ago)
by
michael
- s_serv.c, m_server.c: moved all netburst related code to m_server.c
Revision
3281 -
Directory Listing
Modified
Mon Apr 7 18:48:00 2014 UTC
(8 years, 10 months ago)
by
michael
- Backported -r3268 [irc_res.c:make_request(): lowered retries counter to 2]
Revision
3265 -
Directory Listing
Modified
Sat Apr 5 19:09:02 2014 UTC
(8 years, 10 months ago)
by
michael
- Re-add CHW capability to cope nice with rb
Revision
3264 -
Directory Listing
Modified
Thu Apr 3 19:29:14 2014 UTC
(8 years, 10 months ago)
by
michael
- conf.c:match_conf_password(): fixed undefined behaviour with crypt()
returning NULL since glibc2.17 in certain cases.
Revision
3230 -
Directory Listing
Modified
Sat Mar 29 17:28:18 2014 UTC
(8 years, 10 months ago)
by
michael
- flex 2.5.39
Revision
3225 -
Directory Listing
Modified
Fri Mar 28 17:27:16 2014 UTC
(8 years, 10 months ago)
by
michael
- Backported -r3182 [s_user.c:check_xline(): use CONF_NOREASON for default reason]
Revision
3194 -
Directory Listing
Modified
Sun Mar 23 19:51:23 2014 UTC
(8 years, 10 months ago)
by
michael
- channel_mode.c:chm_voice, chm_hop, chm_op: removed extraneous/redundant IsClient() test
Revision
3193 -
Directory Listing
Modified
Sun Mar 23 19:49:55 2014 UTC
(8 years, 10 months ago)
by
michael
- Cleaned up find_chasing(). Removed useless third 'chasing' argument.
Revision
3185 -
Directory Listing
Modified
Thu Mar 20 17:55:18 2014 UTC
(8 years, 10 months ago)
by
michael
- send.c:send_message_remote(): replace ID(&to) with ID(to) as spotted by Adam
Revision
3177 -
Directory Listing
Modified
Tue Mar 18 20:12:02 2014 UTC
(8 years, 10 months ago)
by
michael
- send.c:send_message_remote(): TS6 improvements
Revision
3154 -
Directory Listing
Modified
Fri Mar 14 15:54:32 2014 UTC
(8 years, 10 months ago)
by
michael
- channel_mode.c:chm_limit(): instead of passing an empty buffer to atoi()
we just bail out
Revision
3106 -
Directory Listing
Modified
Thu Mar 6 10:35:33 2014 UTC
(8 years, 11 months ago)
by
michael
- parse.c:do_numeric(): now use sendto_channel_butone() to also forward
numerics that are sent to channels to remote clients
Revision
3102 -
Directory Listing
Modified
Wed Mar 5 20:21:00 2014 UTC
(8 years, 11 months ago)
by
michael
- parse.c: moved 'sender' variable to inner scope
Revision
3101 -
Directory Listing
Modified
Wed Mar 5 20:19:42 2014 UTC
(8 years, 11 months ago)
by
michael
- parse.c: removed redundant comment
Revision
3080 -
Directory Listing
Modified
Sat Mar 1 17:22:54 2014 UTC
(8 years, 11 months ago)
by
michael
- white-space changes / style cleanups
Revision
3077 -
Directory Listing
Modified
Fri Feb 28 20:33:31 2014 UTC
(8 years, 11 months ago)
by
michael
- Renamed ts_warn() to sendto_realops_flags_ratelimited()
Revision
3070 -
Directory Listing
Modified
Thu Feb 27 19:12:11 2014 UTC
(8 years, 11 months ago)
by
michael
- numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"
Revision
3068 -
Directory Listing
Modified
Thu Feb 27 19:09:21 2014 UTC
(8 years, 11 months ago)
by
michael
- conf_db.c: fixed inconsistent use of "can't" and "cannot"
Revision
3066 -
Directory Listing
Modified
Thu Feb 27 19:03:57 2014 UTC
(8 years, 11 months ago)
by
michael
- ircd.c:io_loop(): minor cosmetical fixes to the "reloading motd files"
server notice
Revision
3064 -
Directory Listing
Modified
Thu Feb 27 18:59:18 2014 UTC
(8 years, 11 months ago)
by
michael
- ircd_signal.c:sigint_handler(): fixed inconsistent
"SIGINT received" vs. "received signal SIGTERM" message
Revision
3062 -
Directory Listing
Modified
Thu Feb 27 18:48:02 2014 UTC
(8 years, 11 months ago)
by
michael
- numeric.c: fixed inconsistent use of "can't" and "cannot"
Revision
3058 -
Directory Listing
Modified
Wed Feb 26 19:34:04 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c: made mode_count, mode_limit, simple_modes_mask unsigned int types
Revision
3056 -
Directory Listing
Modified
Wed Feb 26 18:38:31 2014 UTC
(8 years, 11 months ago)
by
michael
- Removed FAKEHOST server capability for now
Revision
3052 -
Directory Listing
Modified
Wed Feb 26 16:50:25 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c:send_cap_mode_changes(): fixed bug where MODE is used when
it should use TMODE
Revision
3050 -
Directory Listing
Modified
Tue Feb 25 22:35:40 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c: removed CAP_IE and CAP_EX from channel_capabs[]
Revision
3047 -
Directory Listing
Modified
Tue Feb 25 22:29:25 2014 UTC
(8 years, 11 months ago)
by
michael
- ircd binary is now again placed in /bin instead of /sbin
Revision
3046 -
Directory Listing
Modified
Tue Feb 25 21:39:04 2014 UTC
(8 years, 11 months ago)
by
michael
- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25
Revision
3043 -
Directory Listing
Modified
Tue Feb 25 21:10:08 2014 UTC
(8 years, 11 months ago)
by
michael
- ms_bmask(): made mode_type an unsigned int type
Revision
3035 -
Directory Listing
Modified
Tue Feb 25 14:22:08 2014 UTC
(8 years, 11 months ago)
by
michael
- mempool.c: ifdef out destroy_chunks()
Revision
3032 -
Directory Listing
Modified
Tue Feb 25 11:51:04 2014 UTC
(8 years, 11 months ago)
by
michael
- modules.c:load_one_module(): renamed variables to make less confusing
Revision
3030 -
Directory Listing
Modified
Tue Feb 25 10:55:20 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c: replaced several sprintf() with snprintf()
Revision
3025 -
Directory Listing
Modified
Mon Feb 24 22:32:07 2014 UTC
(8 years, 11 months ago)
by
michael
- client.c:find_person(): fixed mismatching prototype as pointed out by Adam
Revision
3023 -
Directory Listing
Modified
Mon Feb 24 20:41:35 2014 UTC
(8 years, 11 months ago)
by
michael
- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.c
Revision
3012 -
Directory Listing
Modified
Thu Feb 20 19:21:08 2014 UTC
(8 years, 11 months ago)
by
michael
- Update AUTHORS/version.c; add missing '>' spotted by Dizzie
Revision
3010 -
Directory Listing
Modified
Wed Feb 19 11:45:47 2014 UTC
(8 years, 11 months ago)
by
michael
- conf.c:get_oper_name(): constification
Revision
3006 -
Directory Listing
Modified
Wed Feb 19 10:40:26 2014 UTC
(8 years, 11 months ago)
by
michael
- hostmask.c:find_conf_by_address(): removed pointless password = "" assignment.
match_conf_password() already deals with NULL pointers
Revision
3004 -
Directory Listing
Modified
Wed Feb 19 10:06:07 2014 UTC
(8 years, 11 months ago)
by
michael
- hostmask.c:add_conf_by_address(): fixed assert statement
Revision
3002 -
Directory Listing
Modified
Wed Feb 19 10:01:40 2014 UTC
(8 years, 11 months ago)
by
michael
- hostmask.c: minor cleanups to add_conf_by_address()
Revision
3000 -
Directory Listing
Modified
Tue Feb 18 21:26:08 2014 UTC
(8 years, 11 months ago)
by
michael
- Fix to previous changes in -r2998
Revision
2996 -
Directory Listing
Modified
Tue Feb 18 21:16:29 2014 UTC
(8 years, 11 months ago)
by
michael
- hostmask.c: get rid of this (type & ~0x1) hack
Revision
2990 -
Directory Listing
Modified
Tue Feb 18 11:21:53 2014 UTC
(8 years, 11 months ago)
by
michael
- Stole recent /map changes from p4. Network map looks much better now.
Revision
2981 -
Directory Listing
Modified
Fri Jan 31 19:15:16 2014 UTC
(9 years ago)
by
michael
- ircd.c:set_time(): replaced snprintf/report_error combo with
ilog/sendto_realops_flags
Revision
2979 -
Directory Listing
Modified
Fri Jan 31 19:09:48 2014 UTC
(9 years ago)
by
michael
- ircd.c:set_time(): minor style cleanup
Revision
2971 -
Directory Listing
Modified
Fri Jan 31 11:23:59 2014 UTC
(9 years ago)
by
michael
- Move myctime() from irc_string.c to s_misc.c
Revision
2960 -
Directory Listing
Modified
Tue Jan 28 17:31:43 2014 UTC
(9 years ago)
by
michael
- Added modules_get_list() and made modules_list visible to only modules.c
- Fixed naming convetion of other linked lists in modules.c
Revision
2957 -
Directory Listing
Modified
Tue Jan 28 17:05:25 2014 UTC
(9 years ago)
by
michael
- Removed sendto_channel_remote()
Revision
2956 -
Directory Listing
Modified
Tue Jan 28 16:41:18 2014 UTC
(9 years ago)
by
michael
- register_remote_user(): removed unused realname/gecos parameter
Revision
2952 -
Directory Listing
Modified
Sun Jan 26 20:16:09 2014 UTC
(9 years ago)
by
michael
- channel_mode.c: fixed compile error with halfops enabled
Revision
2948 -
Directory Listing
Modified
Sun Jan 26 19:41:13 2014 UTC
(9 years ago)
by
michael
- Revert -r1925. We no longer show how many times an oline has been hit.
Revision
2946 -
Directory Listing
Modified
Sun Jan 26 19:11:51 2014 UTC
(9 years ago)
by
michael
- match.c: removed unused header include
Revision
2944 -
Directory Listing
Modified
Sun Jan 26 15:43:04 2014 UTC
(9 years ago)
by
michael
- channel_mode.c, channel.c: removed unused header include
Revision
2942 -
Directory Listing
Modified
Sun Jan 26 12:54:23 2014 UTC
(9 years ago)
by
michael
- channel_mode.c:get_channel_access(): constification
Revision
2940 -
Directory Listing
Modified
Sun Jan 26 12:52:07 2014 UTC
(9 years ago)
by
michael
- channel_mode.c: minor optimizations to set_channel_mode()
Revision
2938 -
Directory Listing
Modified
Sun Jan 26 12:16:39 2014 UTC
(9 years ago)
by
michael
- Clean up stupid pointer magic passed to the channel mode handlers.
Revision
2934 -
Directory Listing
Modified
Sun Jan 26 00:31:43 2014 UTC
(9 years ago)
by
michael
- Two native english speakers, to different opinions; another grammatical
error fix to AUTHORS and version.c
Revision
2932 -
Directory Listing
Modified
Sat Jan 25 23:29:37 2014 UTC
(9 years ago)
by
michael
- Added Adam to contributors
Revision
2930 -
Directory Listing
Modified
Sat Jan 25 23:14:19 2014 UTC
(9 years ago)
by
michael
- s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_list
traversals. Patch provided by Adam.
Revision
2920 -
Directory Listing
Modified
Sat Jan 25 21:37:53 2014 UTC
(9 years ago)
by
michael
- event.c: fixed compile error
Revision
2917 -
Directory Listing
Modified
Sat Jan 25 21:09:56 2014 UTC
(9 years ago)
by
michael
- Clean up all files in src/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
Revision
2915 -
Directory Listing
Modified
Fri Jan 24 19:45:48 2014 UTC
(9 years ago)
by
michael
- Fixed bug where some irc clients could not reconnect
via ssl as pointed out by gp
Revision
2911 -
Directory Listing
Modified
Thu Jan 23 19:11:35 2014 UTC
(9 years ago)
by
michael
- Implemented "userhost-in-names" client capability
Revision
2899 -
Directory Listing
Modified
Wed Jan 22 18:41:36 2014 UTC
(9 years ago)
by
michael
- hostmask.c: constification
Revision
2895 -
Directory Listing
Modified
Tue Jan 21 19:11:34 2014 UTC
(9 years ago)
by
michael
- hostmask.c: style cleanups
Revision
2893 -
Directory Listing
Modified
Tue Jan 21 18:30:24 2014 UTC
(9 years ago)
by
michael
- channel_mode.c: fixed indentation, removed whitespaces/tabs,
removed unused header includes
Revision
2890 -
Directory Listing
Modified
Tue Jan 21 17:52:12 2014 UTC
(9 years ago)
by
michael
- Fixed grammatical error
Revision
2889 -
Directory Listing
Modified
Tue Jan 21 17:47:28 2014 UTC
(9 years ago)
by
michael
- Fixed improper use of the ID_or_name macro in several places
Revision
2884 -
Directory Listing
Modified
Mon Jan 20 18:18:16 2014 UTC
(9 years ago)
by
michael
- irc_string.c:has_wildcards(): add support for character escaping
Revision
2882 -
Directory Listing
Modified
Mon Jan 20 17:16:43 2014 UTC
(9 years ago)
by
michael
- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.
Revision
2875 -
Directory Listing
Modified
Sun Jan 19 17:37:16 2014 UTC
(9 years ago)
by
michael
- motd.c:motd_lookup(): constification
Revision
2873 -
Directory Listing
Modified
Sun Jan 19 17:25:49 2014 UTC
(9 years ago)
by
michael
- Moved configuration related code from ircd.c to conf.c
Revision
2871 -
Directory Listing
Modified
Sun Jan 19 17:19:01 2014 UTC
(9 years ago)
by
michael
- s_gline.c:find_is_glined(): style cleanup
Revision
2869 -
Directory Listing
Modified
Sun Jan 19 17:02:50 2014 UTC
(9 years ago)
by
michael
- s_serv.h, send.h, send.c: made some things use an enum
Revision
2856 -
Directory Listing
Modified
Sat Jan 18 18:03:59 2014 UTC
(9 years ago)
by
michael
- Fixed indentation, removed whitespaces/tabs, update copyright header
Revision
2854 -
Directory Listing
Modified
Sat Jan 18 16:36:56 2014 UTC
(9 years ago)
by
michael
- Added 'unxline' oper privilege for better fine tuning
Revision
2849 -
Directory Listing
Modified
Fri Jan 17 18:05:11 2014 UTC
(9 years ago)
by
michael
- Made irc numeric use an enum
Revision
2847 -
Directory Listing
Modified
Fri Jan 17 16:58:47 2014 UTC
(9 years ago)
by
michael
- hook.h, hook.c: fixed indentation, removed whitespaces/tabs
Revision
2842 -
Directory Listing
Modified
Thu Jan 16 19:24:46 2014 UTC
(9 years ago)
by
michael
- Allow private rsa keys larger than 2048 bits. Reported by Zdenek Kaspar.
Revision
2839 -
Directory Listing
Modified
Thu Jan 16 18:29:51 2014 UTC
(9 years ago)
by
michael
- ircd_signal.c: fixed typo in comment
Revision
2837 -
Directory Listing
Modified
Thu Jan 16 18:01:40 2014 UTC
(9 years ago)
by
michael
- ircd_signal.c: fixed indentation, removed whitespaces/tabs, removed unused header includes
Revision
2835 -
Directory Listing
Modified
Thu Jan 16 17:54:21 2014 UTC
(9 years ago)
by
michael
- ircd_signal.c:setup_signals(): fixed bug where signals stopped from
working after restaring the ircd via SIGINT. Spotted and fixed by Adam.
Revision
2833 -
Directory Listing
Modified
Thu Jan 16 16:53:47 2014 UTC
(9 years ago)
by
michael
- ircd_signal.c: minor fixes to sigchld_handler()
Revision
2831 -
Directory Listing
Modified
Thu Jan 16 15:23:18 2014 UTC
(9 years ago)
by
michael
- Tweak reloading/rehasing config files server notice
Revision
2821 -
Directory Listing
Modified
Wed Jan 15 23:12:35 2014 UTC
(9 years ago)
by
michael
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use
Revision
2815 -
Directory Listing
Modified
Tue Jan 14 18:10:10 2014 UTC
(9 years ago)
by
michael
- 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.
- Renamed ban_them() to conf_try_ban()
- conf_try_ban() removed exemption notices that are now redundant
- hostmask.c:parse_netmask(): optimize for the ipv4 case
Revision
2792 -
Directory Listing
Modified
Thu Jan 9 15:43:56 2014 UTC
(9 years, 1 month ago)
by
michael
- send.c:sendto_anywhere(): fix to previous commit. 'to' can be a remote
connection not connected to our server
Revision
2791 -
Directory Listing
Modified
Thu Jan 9 15:23:18 2014 UTC
(9 years, 1 month ago)
by
michael
- Make PRIVMSG/NOTICE use UID targets if possible
Revision
2787 -
Directory Listing
Modified
Mon Jan 6 22:34:10 2014 UTC
(9 years, 1 month ago)
by
michael
- parse.c, m_message.c: replaced few 512s with IRCD_BUFSIZE; removed useless casts
Revision
2758 -
Directory Listing
Modified
Sun Jan 5 23:20:30 2014 UTC
(9 years, 1 month ago)
by
michael
- hash.c:exceeding_sendq(): constification
Revision
2747 -
Directory Listing
Modified
Sun Jan 5 19:19:06 2014 UTC
(9 years, 1 month ago)
by
michael
- Fixed server name leak for hidden servers in /who, /whois and /whowas
Revision
2740 -
Directory Listing
Modified
Sat Jan 4 20:04:39 2014 UTC
(9 years, 1 month ago)
by
michael
- Fixed kline issue as reported by Andrei Hristow
Revision
2735 -
Directory Listing
Modified
Fri Jan 3 19:37:07 2014 UTC
(9 years, 1 month ago)
by
michael
- conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposes
Revision
2734 -
Directory Listing
Modified
Fri Jan 3 17:30:27 2014 UTC
(9 years, 1 month ago)
by
michael
- s_bsd.c:ssl_handshake(): reset timeout handler once SSL_accept() has
succeeded. Spotted by gp.
Revision
2731 -
Directory Listing
Modified
Wed Jan 1 14:13:47 2014 UTC
(9 years, 1 month ago)
by
michael
- Update copyright years
Revision
2726 -
Directory Listing
Modified
Sun Dec 29 13:27:10 2013 UTC
(9 years, 1 month ago)
by
michael
- Cleaned up RPL_WHOISADMIN hack
--- Diese und die folgenden Zeilen werden ignoriert --
M include/numeric.h
M src/numeric.c
M modules/m_whois.c
Revision
2724 -
Directory Listing
Modified
Sun Dec 29 13:00:42 2013 UTC
(9 years, 1 month ago)
by
michael
- Fixed bug where ircd didn't timeout SSL connections that haven't
finished the SSL handshake. Reported by Adam.
Revision
2721 -
Directory Listing
Modified
Wed Dec 25 13:50:06 2013 UTC
(9 years, 1 month ago)
by
michael
- automake 1.14.1
Revision
2717 -
Directory Listing
Modified
Wed Dec 25 13:43:34 2013 UTC
(9 years, 1 month ago)
by
michael
- Fixed EOB not working for remote servers (Fake Direction)
Revision
2715 -
Directory Listing
Modified
Tue Dec 24 21:15:36 2013 UTC
(9 years, 1 month ago)
by
michael
- list.c:dlinkFindDelete(): minor readability improvements
Revision
2696 -
Directory Listing
Modified
Wed Dec 18 12:12:12 2013 UTC
(9 years, 1 month ago)
by
michael
- 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
2693 -
Directory Listing
Modified
Tue Dec 17 19:35:26 2013 UTC
(9 years, 1 month ago)
by
michael
- Avoid magically sized temporary buffers
Revision
2690 -
Directory Listing
Modified
Tue Dec 17 18:55:43 2013 UTC
(9 years, 1 month ago)
by
michael
- Avoid magically sized temporary buffers
Revision
2687 -
Directory Listing
Modified
Tue Dec 17 17:41:53 2013 UTC
(9 years, 1 month ago)
by
michael
- introduce_client(), sendnick_TS(): fixed buffer overflow if a client has all possible
modes set that are defined in SEND_UMODES
Revision
2681 -
Directory Listing
Modified
Sun Dec 15 18:39:57 2013 UTC
(9 years, 1 month ago)
by
michael
- client.c: #include "parse.h"
Revision
2679 -
Directory Listing
Modified
Sun Dec 15 18:37:41 2013 UTC
(9 years, 1 month ago)
by
michael
- event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants,
replaced rand() with genrand_int32()
Revision
2677 -
Directory Listing
Modified
Sun Dec 15 12:17:12 2013 UTC
(9 years, 1 month ago)
by
michael
- client.c:make_client(): make use of the SetUnknown() macro
Revision
2674 -
Directory Listing
Modified
Sat Dec 14 22:50:24 2013 UTC
(9 years, 1 month ago)
by
michael
- version.c: cosmetical changes
Revision
2671 -
Directory Listing
Modified
Sat Dec 14 21:33:10 2013 UTC
(9 years, 1 month ago)
by
michael
- stats_hooks(), show_events(): no longer sending an extra empty line
before RPL_ENDOFSTATS
Revision
2668 -
Directory Listing
Modified
Fri Dec 13 19:59:04 2013 UTC
(9 years, 1 month ago)
by
michael
- Update AUTHORS & version.c
Revision
2660 -
Directory Listing
Modified
Thu Dec 12 19:36:22 2013 UTC
(9 years, 1 month ago)
by
michael
- conf.c:valid_wild_card(): add missing va_end()
Revision
2653 -
Directory Listing
Modified
Wed Dec 11 17:45:22 2013 UTC
(9 years, 1 month ago)
by
michael
- send.c:send_queued_write(): removed pointless cast
Revision
2649 -
Directory Listing
Modified
Tue Dec 10 19:46:34 2013 UTC
(9 years, 1 month ago)
by
michael
- s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c,
s_bsd_kqueue.c, s_bsd_poll.c: style corrections
Revision
2645 -
Directory Listing
Modified
Tue Dec 10 19:30:06 2013 UTC
(9 years, 1 month ago)
by
michael
- ircd.c: show serial number on startup
Revision
2637 -
Directory Listing
Modified
Tue Dec 10 18:08:23 2013 UTC
(9 years, 1 month ago)
by
michael
- send.c: cleaned up style here and there
Revision
2636 -
Directory Listing
Modified
Tue Dec 10 17:46:57 2013 UTC
(9 years, 1 month ago)
by
michael
- send.c:sendto_match_servs(): removed unused variable
Revision
2633 -
Directory Listing
Modified
Tue Dec 10 17:42:03 2013 UTC
(9 years, 1 month ago)
by
michael
- send.c:sendto_anywhere(): removed unreachable code. server never sends
SID-prefixed messages to clients
Revision
2631 -
Directory Listing
Modified
Sun Dec 8 18:33:35 2013 UTC
(9 years, 2 months ago)
by
michael
- Removed setup_socket callback
- Removed init_comm() as init_netio() can be called directly
Revision
2629 -
Directory Listing
Modified
Sun Dec 8 13:42:36 2013 UTC
(9 years, 2 months ago)
by
michael
- RPL_WHOISMODES now uses the 310 numeric to comply with other ircds
Revision
2626 -
Directory Listing
Modified
Fri Dec 6 19:38:58 2013 UTC
(9 years, 2 months ago)
by
michael
- Fixed compile warnings with --enable-poll and --enable-select
Revision
2624 -
Directory Listing
Modified
Fri Dec 6 19:17:35 2013 UTC
(9 years, 2 months ago)
by
michael
- bison 3.0.2
Revision
2617 -
Directory Listing
Modified
Wed Dec 4 17:52:48 2013 UTC
(9 years, 2 months ago)
by
michael
- Administrators may now see channel modes in /LIST
Revision
2615 -
Directory Listing
Modified
Mon Dec 2 18:20:39 2013 UTC
(9 years, 2 months ago)
by
michael
- src/s_bsd_kqueue.c: removed redundant init_netio() prototype; fixed indentation
Revision
2612 -
Directory Listing
Modified
Mon Dec 2 18:11:52 2013 UTC
(9 years, 2 months ago)
by
michael
- src/s_bsd_kqueue.c: fixed compile warning
Revision
2610 -
Directory Listing
Modified
Thu Nov 28 19:20:30 2013 UTC
(9 years, 2 months ago)
by
michael
- src/irc_reslib.c: removed advertising clause
Revision
2585 -
Directory Listing
Modified
Wed Nov 20 23:09:35 2013 UTC
(9 years, 2 months ago)
by
michael
- Optimized find_person()
Revision
2582 -
Directory Listing
Modified
Wed Nov 20 23:01:05 2013 UTC
(9 years, 2 months ago)
by
michael
- client.c:find_person(): completely disallow UID guessing as suggested by Adam <adam@anope.org>
Revision
2579 -
Directory Listing
Modified
Wed Nov 20 20:46:43 2013 UTC
(9 years, 2 months ago)
by
michael
- Better distinguishing between usermode +g and +G in both /whois and /privmsg
as suggested by Adam <adam@anope.org>
Revision
2572 -
Directory Listing
Modified
Mon Nov 18 20:00:05 2013 UTC
(9 years, 2 months ago)
by
michael
- listener.c:show_ports(): fixed ip address leakage even if hide_server_ips
is set to 'yes'. Reported by Adam <adam@anope.org>
Revision
2571 -
Directory Listing
Modified
Mon Nov 18 19:14:19 2013 UTC
(9 years, 2 months ago)
by
michael
- bison 3.0.1
Revision
2568 -
Directory Listing
Modified
Sun Nov 17 20:24:04 2013 UTC
(9 years, 2 months ago)
by
michael
Revision
2564 -
Directory Listing
Modified
Sun Nov 17 18:20:52 2013 UTC
(9 years, 2 months ago)
by
michael
- Renamed kill_client_ll_serv_butone() to kill_client_serv_butone() just to satisfy Adam's OCD
Revision
2558 -
Directory Listing
Modified
Sun Nov 17 15:27:41 2013 UTC
(9 years, 2 months ago)
by
michael
- src/channel_mode.c: fixed small buglet in send_mode_changes() with server
hiding enabled. Reported by Adam <adam@anope.org>
Revision
2556 -
Directory Listing
Modified
Sun Nov 17 13:38:40 2013 UTC
(9 years, 2 months ago)
by
michael
- src/numeric.c: added missing +h mode to 004 numeric when building the ircd with --enable-halfops
as reported by Adam <adam@anope.org>
Revision
2544 -
Directory Listing
Modified
Wed Nov 13 18:25:55 2013 UTC
(9 years, 2 months ago)
by
michael
- src/send.c: fixed several compile warnings with -Wsign-conversion
Revision
2533 -
Directory Listing
Modified
Sat Nov 9 20:59:27 2013 UTC
(9 years, 3 months ago)
by
michael
- channel_mode.c: fixed warnings with clang
Revision
2530 -
Directory Listing
Modified
Fri Nov 8 17:51:38 2013 UTC
(9 years, 3 months ago)
by
michael
- Administrators are now able to see user modes a user has set via /whois
Revision
2526 -
Directory Listing
Modified
Sat Nov 2 17:07:55 2013 UTC
(9 years, 3 months ago)
by
michael
- Style corrections
Revision
2523 -
Directory Listing
Modified
Fri Nov 1 20:44:22 2013 UTC
(9 years, 3 months ago)
by
michael
- Got rid of find_kill() and find_gline() wrapper functions
Revision
2517 -
Directory Listing
Modified
Sun Oct 27 19:41:13 2013 UTC
(9 years, 3 months ago)
by
michael
- src/send.c: replaced all sprintf() with snprintf()
Revision
2514 -
Directory Listing
Modified
Sun Oct 27 19:02:22 2013 UTC
(9 years, 3 months ago)
by
michael
- src/numeric.c: fixed typo
Revision
2512 -
Directory Listing
Modified
Sun Oct 27 18:59:49 2013 UTC
(9 years, 3 months ago)
by
michael
- Added usermode +W. Users connected via a webirc gateway get this
mode set by servers.
- /WHOIS now shows whether a client is connected via a webirc
gateway
Revision
2500 -
Directory Listing
Modified
Fri Oct 25 20:32:07 2013 UTC
(9 years, 3 months ago)
by
michael
- Added m4/ac_define_dir.m4
Revision
2496 -
Directory Listing
Modified
Fri Oct 25 20:21:04 2013 UTC
(9 years, 3 months ago)
by
michael
- Administrators can now see +s channels in /LIST
Revision
2492 -
Directory Listing
Modified
Fri Oct 25 17:30:26 2013 UTC
(9 years, 3 months ago)
by
michael
- Instead of forcefully adding
-Wall
-Wextra
-Wno-unused
-Wcast-qual
-Wcast-align
-Wbad-function-cast
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wredundant-decls
-Wshadow
-Wwrite-strings
-Wundef
to CFLAGS, 'configure' now tests if the flags are understood by the compiler
Revision
2485 -
Directory Listing
Modified
Wed Oct 23 18:08:17 2013 UTC
(9 years, 3 months ago)
by
michael
- Initial build system related modernizations
- Add -fstack-protector to CFLAGS if available
- Move openssl check to m4/ax_check_openssl.m4
Revision
2479 -
Directory Listing
Modified
Wed Oct 23 14:05:43 2013 UTC
(9 years, 3 months ago)
by
michael
- Stole ircu's RPL_WHOISACCOUNT numeric
Revision
2476 -
Directory Listing
Modified
Sun Oct 13 18:50:07 2013 UTC
(9 years, 3 months ago)
by
michael
- find_person(): fixed naming convention
- find_chasing(): reduced required arguments
Revision
2472 -
Directory Listing
Modified
Fri Oct 11 16:44:00 2013 UTC
(9 years, 3 months ago)
by
michael
- Bison 3.0
Revision
2462 -
Directory Listing
Modified
Sat Aug 17 20:37:43 2013 UTC
(9 years, 5 months ago)
by
michael
- Fixed certificate fingerprint validation for outgoing server connects
Revision
2442 -
Directory Listing
Modified
Sun Aug 11 11:52:51 2013 UTC
(9 years, 5 months ago)
by
michael
- channel.c:can_send(): fixed issue with channel mode +n having
no functionality. Reported by Fawkes
Revision
2434 -
Directory Listing
Modified
Fri Aug 2 18:43:30 2013 UTC
(9 years, 6 months ago)
by
michael
- Removed rfc1459_command_send_error() message handler
Revision
2425 -
Directory Listing
Modified
Tue Jul 30 17:20:29 2013 UTC
(9 years, 6 months ago)
by
michael
- s_bsd.c:ssl_handshake(): no need to spam ircd.log with useless ssl errors
Revision
2409 -
Directory Listing
Modified
Fri Jul 19 15:43:53 2013 UTC
(9 years, 6 months ago)
by
michael
- motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes
Revision
2398 -
Directory Listing
Modified
Tue Jul 16 14:13:31 2013 UTC
(9 years, 6 months ago)
by
michael
- Fixed bug that would prevent servers from linking together
if connect::aftype wasn't specified
Revision
2364 -
Directory Listing
Modified
Thu Jul 4 21:29:43 2013 UTC
(9 years, 7 months ago)
by
michael
- find_accept(): solved XXX
Revision
2357 -
Directory Listing
Modified
Thu Jul 4 20:15:53 2013 UTC
(9 years, 7 months ago)
by
michael
- hook.c: constification/style corrections
Revision
2351 -
Directory Listing
Modified
Wed Jul 3 21:41:52 2013 UTC
(9 years, 7 months ago)
by
michael
- Fixed core with empty auth::spoof entries
Revision
2346 -
Directory Listing
Modified
Wed Jul 3 19:07:16 2013 UTC
(9 years, 7 months ago)
by
michael
- Automake 1.14
Revision
2343 -
Directory Listing
Modified
Wed Jul 3 18:13:17 2013 UTC
(9 years, 7 months ago)
by
michael
- White-space commit / style corrections
Revision
2337 -
Directory Listing
Modified
Wed Jul 3 13:00:46 2013 UTC
(9 years, 7 months ago)
by
michael
- Added XLINE and RESV logging types
Revision
2332 -
Directory Listing
Modified
Sun Jun 23 13:52:31 2013 UTC
(9 years, 7 months ago)
by
michael
- hostmask.c:hash_text(): removed pointless cast
Revision
2329 -
Directory Listing
Modified
Sun Jun 23 13:29:37 2013 UTC
(9 years, 7 months ago)
by
michael
- ircd.c: temporarily disable FAKEHOST capability
Revision
2323 -
Directory Listing
Modified
Sun Jun 23 12:03:24 2013 UTC
(9 years, 7 months ago)
by
michael
- Fixed Dom's irc-name
Revision
2321 -
Directory Listing
Modified
Sun Jun 23 12:01:13 2013 UTC
(9 years, 7 months ago)
by
michael
- doc/reference.conf: revised reference.conf by Dominic Hargreaves <dom@earth.li>
- version.c, AUTHORS: added Dom to contributors list since he helped al lot with
GNU/Hurd testing and bugfixing
Revision
2319 -
Directory Listing
Modified
Sat Jun 22 20:53:35 2013 UTC
(9 years, 7 months ago)
by
michael
- motd.c: fixed possible core with "STATS z" as reported by Fawkes
Revision
2316 -
Directory Listing
Modified
Fri Jun 21 14:00:24 2013 UTC
(9 years, 7 months ago)
by
michael
- conf.c:attach_iline(): there should never be a conf that hasn't a class attached
to it. Let it crash if it's otherwise
Revision
2315 -
Directory Listing
Modified
Fri Jun 21 12:50:45 2013 UTC
(9 years, 7 months ago)
by
michael
- s_user.c: style corrections, remove useless comment
Revision
2312 -
Directory Listing
Modified
Fri Jun 21 11:40:05 2013 UTC
(9 years, 7 months ago)
by
michael
- conf.c:valid_tkline(): minor cleanups
Revision
2310 -
Directory Listing
Modified
Wed Jun 19 20:48:17 2013 UTC
(9 years, 7 months ago)
by
michael
- s_serv.c:show_capabilities(): fixed buffer oddities
Revision
2303 -
Directory Listing
Modified
Wed Jun 19 16:05:33 2013 UTC
(9 years, 7 months ago)
by
michael
- numeric.c: constificate replies[]
Revision
2302 -
Directory Listing
Modified
Wed Jun 19 12:21:42 2013 UTC
(9 years, 7 months ago)
by
michael
- s_misc.c: constify weekdays[], months[]
Revision
2299 -
Directory Listing
Modified
Wed Jun 19 12:09:18 2013 UTC
(9 years, 7 months ago)
by
michael
- whowas: Renamed functions.
add_history -> whowas_add_history
off_history -> whowas_off_history
get_history -> whowas_get_history
Revision
2298 -
Directory Listing
Modified
Wed Jun 19 11:58:34 2013 UTC
(9 years, 7 months ago)
by
michael
- whowas.c: renamed count_whowas_memory() to whowas_count_memory()
- watch_count_memory(), whowas_count_memory(): constification, renamed
variables, removed unused variables
Revision
2295 -
Directory Listing
Modified
Wed Jun 19 11:18:29 2013 UTC
(9 years, 7 months ago)
by
michael
- Rename Ban::username structure member to Ban::user
Revision
2294 -
Directory Listing
Modified
Wed Jun 19 10:54:30 2013 UTC
(9 years, 7 months ago)
by
michael
- Added FAKEHOST server capability for later use
Revision
2290 -
Directory Listing
Modified
Wed Jun 19 10:32:37 2013 UTC
(9 years, 7 months ago)
by
michael
- s_user.c:user_set_hostmask(): don't send QUIT message to channels if
cycle_on_host_change is turned off
Revision
2288 -
Directory Listing
Modified
Tue Jun 18 21:37:08 2013 UTC
(9 years, 7 months ago)
by
michael
- s_bsd.c:ssl_handshake(): shrink buffer size of md
Revision
2284 -
Directory Listing
Modified
Tue Jun 18 19:16:46 2013 UTC
(9 years, 7 months ago)
by
michael
- Added generall::cycle_on_host_change configuration option as requested
by Adam <adam@anope.org>
Revision
2281 -
Directory Listing
Modified
Tue Jun 18 18:01:24 2013 UTC
(9 years, 7 months ago)
by
michael
- s_serv.c: cleanup show_capabilities(). Replace sprintf() combo with strlcat()
Revision
2277 -
Directory Listing
Modified
Tue Jun 18 16:32:41 2013 UTC
(9 years, 7 months ago)
by
michael
- Back out previous changes to detach_conf()
Revision
2276 -
Directory Listing
Modified
Tue Jun 18 16:30:37 2013 UTC
(9 years, 7 months ago)
by
michael
- conf.c:detach_conf(): fixed bug where we didn't call remove_from_cidr_check()
in some cases
Revision
2268 -
Directory Listing
Modified
Tue Jun 18 15:03:50 2013 UTC
(9 years, 7 months ago)
by
michael
- Added general::stats_u_oper_only configuration option
Revision
2263 -
Directory Listing
Modified
Mon Jun 17 18:35:29 2013 UTC
(9 years, 7 months ago)
by
michael
- trace_get_dependent(): use unsigned int here
Revision
2254 -
Directory Listing
Modified
Mon Jun 17 11:55:25 2013 UTC
(9 years, 7 months ago)
by
michael
- ircd.c: whitespace commit/style cleanup
Revision
2251 -
Directory Listing
Modified
Sun Jun 16 13:28:34 2013 UTC
(9 years, 7 months ago)
by
michael
- conf_parser.y: don't attempt to copy ciphers if there aren't any
Revision
2249 -
Directory Listing
Modified
Sun Jun 16 11:30:30 2013 UTC
(9 years, 7 months ago)
by
michael
- Add operator::ssl_connection_required configuration option
Revision
2247 -
Directory Listing
Modified
Sun Jun 16 10:58:28 2013 UTC
(9 years, 7 months ago)
by
michael
- Add usermode 'S' (client is connecte via SSL/TLS).
Allows services to keep track of what users are connected via SSL,
and allows to see ssl-status of remote clients in a /whois
Revision
2245 -
Directory Listing
Modified
Sat Jun 15 22:08:30 2013 UTC
(9 years, 7 months ago)
by
michael
- rename 'fingerprint' configuration directive to 'ssl_certificate_fingerprint'
Revision
2243 -
Directory Listing
Modified
Sat Jun 15 21:00:59 2013 UTC
(9 years, 7 months ago)
by
michael
- channel_mode.c:add_id(): don't leak server names of servers that are hidden.
Patch provided by Adam <adam@anope.org>
Revision
2237 -
Directory Listing
Modified
Sat Jun 15 19:17:25 2013 UTC
(9 years, 7 months ago)
by
michael
- Implement CERTFP
Revision
2215 -
Directory Listing
Modified
Thu Jun 6 17:35:22 2013 UTC
(9 years, 8 months ago)
by
michael
- Added read_links_file()
Revision
2214 -
Directory Listing
Modified
Wed Jun 5 22:26:06 2013 UTC
(9 years, 8 months ago)
by
michael
- conf_class.c: white-space changes
Revision
2211 -
Directory Listing
Modified
Wed Jun 5 22:03:47 2013 UTC
(9 years, 8 months ago)
by
michael
- s_serv.c:write_links_file(): replaced a dlinkAdd() with dlinkAddTail()
Revision
2207 -
Directory Listing
Modified
Wed Jun 5 21:06:28 2013 UTC
(9 years, 8 months ago)
by
michael
- channel.c: optimized can_join(). Do less intensive tests before actually
testing for ban/exempt masks
Revision
2204 -
Directory Listing
Modified
Wed Jun 5 18:33:57 2013 UTC
(9 years, 8 months ago)
by
michael
- motd.c: style correction
Revision
2197 -
Directory Listing
Modified
Tue Jun 4 18:33:25 2013 UTC
(9 years, 8 months ago)
by
michael
- Moved disable_remote_command configuration directive from
general{} block to serverhide{] block
Revision
2195 -
Directory Listing
Modified
Tue Jun 4 14:59:05 2013 UTC
(9 years, 8 months ago)
by
michael
- Fixes to changes done in -r2165
Revision
2192 -
Directory Listing
Modified
Tue Jun 4 13:31:17 2013 UTC
(9 years, 8 months ago)
by
michael
- motd.c:motd_destroy() don't attempt to unlink a local/remote motd
from MotdList.other
Revision
2191 -
Directory Listing
Modified
Tue Jun 4 12:53:18 2013 UTC
(9 years, 8 months ago)
by
michael
- motd.c:motd_cache(): do the stat() before fopen() + improve error
reporting in case stat() failed
Revision
2188 -
Directory Listing
Modified
Tue Jun 4 12:44:37 2013 UTC
(9 years, 8 months ago)
by
michael
- Removed Client::client_host and Client::client_server members
Revision
2184 -
Directory Listing
Modified
Tue Jun 4 12:26:53 2013 UTC
(9 years, 8 months ago)
by
michael
- Removed usermode +C
Revision
2183 -
Directory Listing
Modified
Tue Jun 4 12:19:20 2013 UTC
(9 years, 8 months ago)
by
michael
- Style correcions/white-space changes
Revision
2180 -
Directory Listing
Modified
Tue Jun 4 10:55:19 2013 UTC
(9 years, 8 months ago)
by
michael
- Fixed debug assertion being triggered on ident lookup
as reported by Stuart Walsh
Revision
2177 -
Directory Listing
Modified
Mon Jun 3 23:56:22 2013 UTC
(9 years, 8 months ago)
by
michael
- automake 1.13.3
Revision
2176 -
Directory Listing
Modified
Mon Jun 3 23:48:03 2013 UTC
(9 years, 8 months ago)
by
michael
- Now that invite- and ban-exempts are hardcoded, there's no need to delete
them from ISUPPORT-list on /rehash
Revision
2173 -
Directory Listing
Modified
Mon Jun 3 19:40:02 2013 UTC
(9 years, 8 months ago)
by
michael
- Remove unused temporary_resv list. Move channel_resv_list to conf.c
Revision
2170 -
Directory Listing
Modified
Sun Jun 2 20:35:26 2013 UTC
(9 years, 8 months ago)
by
michael
- Regenerate parser
Revision
2169 -
Directory Listing
Modified
Sun Jun 2 20:08:19 2013 UTC
(9 years, 8 months ago)
by
michael
- motd.c, motd.h: fix compile warnings
Revision
2166 -
Directory Listing
Modified
Sun Jun 2 20:02:18 2013 UTC
(9 years, 8 months ago)
by
michael
- motd.c, motd.h: add support for ip masks
Revision
2165 -
Directory Listing
Modified
Sun Jun 2 19:43:12 2013 UTC
(9 years, 8 months ago)
by
michael
- motd.h, motd.c: minor cleanups. use 'unsigned' whenever possible
Revision
2158 -
Directory Listing
Modified
Sun Jun 2 18:08:36 2013 UTC
(9 years, 8 months ago)
by
michael
- Cleanup ISUPPORT code and get rid of message.c
Revision
2157 -
Directory Listing
Modified
Fri May 31 20:54:28 2013 UTC
(9 years, 8 months ago)
by
michael
- Cleanup flattened links code
Revision
2151 -
Directory Listing
Modified
Fri May 31 18:59:22 2013 UTC
(9 years, 8 months ago)
by
michael
- Implement motd{} configuration blocks based on ircu's implementation
Revision
2149 -
Directory Listing
Modified
Fri May 31 17:18:36 2013 UTC
(9 years, 8 months ago)
by
michael
- Don't let non-SSL users join +S channels if ircd has be
compiled without SSL support. Spotted by Stuart Walsh
Revision
2144 -
Directory Listing
Modified
Thu May 30 10:56:53 2013 UTC
(9 years, 8 months ago)
by
michael
- m_svsmode(), user_set_hostmask(): minor cleanups and fixes to previous commit
Revision
2142 -
Directory Listing
Modified
Thu May 30 01:12:20 2013 UTC
(9 years, 8 months ago)
by
michael
- m_svsmode.c: avoid HostServ floods
Revision
2140 -
Directory Listing
Modified
Thu May 30 00:44:04 2013 UTC
(9 years, 8 months ago)
by
michael
- s_user.c:user_set_hostmask(): send a QUIT/JOIN combination to other channel
members to avoid desynchronized IALs
Revision
2139 -
Directory Listing
Modified
Wed May 29 21:16:10 2013 UTC
(9 years, 8 months ago)
by
michael
- s_user.c:user_set_hostmask(): don't unset FLAGS_IP_SPOOFING if the client's
hostname has already been spoofed by an auth{} block based spoof.
Revision
2136 -
Directory Listing
Modified
Wed May 29 19:36:51 2013 UTC
(9 years, 8 months ago)
by
michael
- Finished proper implementation of usermode 'x' (UMODE_HIDDENHOST)
Only services may set a fakehost via SVSMODE.
Revision
2135 -
Directory Listing
Modified
Wed May 29 18:59:53 2013 UTC
(9 years, 8 months ago)
by
michael
- s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
Revision
2132 -
Directory Listing
Modified
Wed May 29 18:27:08 2013 UTC
(9 years, 8 months ago)
by
michael
- get_member_status(), valid_wildcard(): constification
Revision
2131 -
Directory Listing
Modified
Wed May 29 15:32:43 2013 UTC
(9 years, 8 months ago)
by
michael
- resv.c: move valid_wild_card_simple() to conf.c
Revision
2128 -
Directory Listing
Modified
Wed May 29 13:11:58 2013 UTC
(9 years, 8 months ago)
by
michael
- conf_parser.l, conf_parser.y: style corrections
Revision
2127 -
Directory Listing
Modified
Mon May 27 22:35:09 2013 UTC
(9 years, 8 months ago)
by
michael
- conf_parser.y: fixed logic error allowing connect{} blocks that don't have valid
send/receive passwords
Revision
2124 -
Directory Listing
Modified
Sun May 26 18:40:57 2013 UTC
(9 years, 8 months ago)
by
michael
- s_user.c:report_and_set_user_flags(): minor spelling fixes
Revision
2121 -
Directory Listing
Modified
Sun May 26 15:12:10 2013 UTC
(9 years, 8 months ago)
by
michael
- m_version.c: removed confopts(). Configuration options can be seen in /info
Revision
2107 -
Directory Listing
Modified
Thu May 23 19:22:43 2013 UTC
(9 years, 8 months ago)
by
michael
- conf_parser.y: match() takes care of multiple globs. no need to run collapse()
Revision
2098 -
Directory Listing
Modified
Sun May 19 08:48:14 2013 UTC
(9 years, 8 months ago)
by
michael
- Undo -r1900 for now [Changed RPL_WELCOME to comply with rfc2812]. Looks like this
confuses mIRC in conjunction with spoofed hosts
Revision
2092 -
Directory Listing
Modified
Sat May 18 19:09:48 2013 UTC
(9 years, 8 months ago)
by
michael
- Fixed broken spoofs
Revision
2085 -
Directory Listing
Modified
Sat May 18 17:39:55 2013 UTC
(9 years, 8 months ago)
by
michael
- Removed testline and testmask
Revision
2082 -
Directory Listing
Modified
Fri May 17 19:28:56 2013 UTC
(9 years, 8 months ago)
by
michael
- s_serv.c:hunt_server(): removed collapse() call. Let match() deal with it.
Revision
2081 -
Directory Listing
Modified
Fri May 17 18:40:31 2013 UTC
(9 years, 8 months ago)
by
michael
- version.c: update copyright years
Revision
2068 -
Directory Listing
Modified
Thu May 16 14:47:31 2013 UTC
(9 years, 8 months ago)
by
michael
- Merged valid_username() and clean_user_name()
Revision
2063 -
Directory Listing
Modified
Thu May 16 09:55:35 2013 UTC
(9 years, 8 months ago)
by
michael
- automake 1.13.2
Revision
2039 -
Directory Listing
Modified
Tue May 14 19:25:54 2013 UTC
(9 years, 8 months ago)
by
michael
- Added 'locops' and 'wallops' to irc-operator flags
Revision
2024 -
Directory Listing
Modified
Sun May 12 18:54:03 2013 UTC
(9 years, 8 months ago)
by
michael
- m_svsmode(), set_user_mode(): \n, \r, \t aren't treaded specially anymore
Revision
2023 -
Directory Listing
Modified
Sun May 12 18:07:22 2013 UTC
(9 years, 8 months ago)
by
michael
- Remove entering_umode and change_umode callbacks in preparation for the
modular usermode subsystem
Revision
2013 -
Directory Listing
Modified
Sun May 12 14:51:41 2013 UTC
(9 years, 8 months ago)
by
michael
- Removed 'remote', and 'global_kill' oper flags, and added 'connect',
'squit', and 'kill' flags for better fine-tuning instead. Whether or
not a specific action is allowed on a remote server can be controlled
by appeding the ':remote' flag. For example: 'kill' allows only local
clients to be killed, whereas 'kill:remote' allows to issue a KILL for
remote clients
Revision
1996 -
Directory Listing
Modified
Sat May 11 17:34:41 2013 UTC
(9 years, 8 months ago)
by
michael
- Mostly style cleanups & whitespace changes
Revision
1993 -
Directory Listing
Modified
Fri May 10 18:36:27 2013 UTC
(9 years, 9 months ago)
by
michael
- Removed unused OFLAG_OPER_SPY definition
Revision
1990 -
Directory Listing
Modified
Thu May 9 16:01:01 2013 UTC
(9 years, 9 months ago)
by
michael
- Only show remote client exit notices if the server sent an EOB
Revision
1982 -
Directory Listing
Modified
Wed May 8 20:22:46 2013 UTC
(9 years, 9 months ago)
by
michael
- regenerate parser/lexer
Revision
1978 -
Directory Listing
Modified
Wed May 8 19:54:23 2013 UTC
(9 years, 9 months ago)
by
michael
- Added 'nononreg' (+R) to general::oper_umodes
Revision
1977 -
Directory Listing
Modified
Wed May 8 19:35:16 2013 UTC
(9 years, 9 months ago)
by
michael
- Added usermode F (remote client connect/exit notices) on public request
Revision
1973 -
Directory Listing
Modified
Wed May 8 18:41:53 2013 UTC
(9 years, 9 months ago)
by
michael
- Cleanup previous commit -r1957
Revision
1970 -
Directory Listing
Modified
Wed May 8 18:31:11 2013 UTC
(9 years, 9 months ago)
by
michael
- EOB is now send to all servers globally
Revision
1966 -
Directory Listing
Modified
Wed May 8 14:33:07 2013 UTC
(9 years, 9 months ago)
by
michael
- Print chunk capacity to debug.log instead of ircd.log
Revision
1965 -
Directory Listing
Modified
Wed May 8 14:27:20 2013 UTC
(9 years, 9 months ago)
by
michael
- Tweaked various mempool chunk sizes
Revision
1960 -
Directory Listing
Modified
Tue May 7 21:45:14 2013 UTC
(9 years, 9 months ago)
by
michael
- (RPL_REDIR) Change conversion specifiers
Revision
1957 -
Directory Listing
Modified
Tue May 7 20:30:59 2013 UTC
(9 years, 9 months ago)
by
michael
- Fixed strange user/oper idle-times shown in /trace
Revision
1956 -
Directory Listing
Modified
Mon May 6 18:59:00 2013 UTC
(9 years, 9 months ago)
by
michael
- Implemented channel mode +M. Clients that haven't identified their
name with NickServ may not speak in a channel that has this mode set
Revision
1953 -
Directory Listing
Modified
Sun May 5 18:10:49 2013 UTC
(9 years, 9 months ago)
by
michael
- Backport -r1877 [Made find_capability() return an unsigned int]
Revision
1948 -
Directory Listing
Modified
Sun May 5 10:27:18 2013 UTC
(9 years, 9 months ago)
by
michael
- conf.c:verify_access(): removed unused variable
Revision
1945 -
Directory Listing
Modified
Sun May 5 10:18:48 2013 UTC
(9 years, 9 months ago)
by
michael
- Removed channel::quiet_on_ban configuration option. This feature is
now enabled by default
Revision
1943 -
Directory Listing
Modified
Sun May 5 10:11:46 2013 UTC
(9 years, 9 months ago)
by
michael
- can_send(): fixed bug where bans were not checked against non-channel members
Revision
1942 -
Directory Listing
Modified
Sun May 5 09:52:31 2013 UTC
(9 years, 9 months ago)
by
michael
- can_send(): ensure msg_has_controls() isn't called twice for non-chanops
Revision
1938 -
Directory Listing
Modified
Sat May 4 21:17:10 2013 UTC
(9 years, 9 months ago)
by
michael
- Implemented channel mode +c. Known from other ircds, this mode basically
prevents users from sending messages including control codes to a channel
that has this mode set
Revision
1928 -
Directory Listing
Modified
Tue Apr 30 17:48:23 2013 UTC
(9 years, 9 months ago)
by
michael
- Move report_resv() to m_stats.c
Revision
1924 -
Directory Listing
Modified
Tue Apr 30 15:21:20 2013 UTC
(9 years, 9 months ago)
by
michael
- "STATS o" now shows how many times an oper{} block has been used.
Just like "STATS x|q"
Revision
1923 -
Directory Listing
Modified
Tue Apr 30 15:10:13 2013 UTC
(9 years, 9 months ago)
by
michael
- Moved report_confitem_types() to m_stats.c
Revision
1920 -
Directory Listing
Modified
Tue Apr 30 14:51:30 2013 UTC
(9 years, 9 months ago)
by
michael
- Dropped PCRE support
Revision
1918 -
Directory Listing
Modified
Tue Apr 30 13:39:57 2013 UTC
(9 years, 9 months ago)
by
michael
- Made valid_wild_card_simple() easier to read
Revision
1915 -
Directory Listing
Modified
Sun Apr 28 11:47:22 2013 UTC
(9 years, 9 months ago)
by
michael
- Unidentified/unregistered nicks may not speak in +R channels
Revision
1910 -
Directory Listing
Modified
Sun Apr 28 10:33:03 2013 UTC
(9 years, 9 months ago)
by
michael
- Fixed shared{} blocks not working as expected
- Fixed spoofs not working as expected
Revision
1903 -
Directory Listing
Modified
Sat Apr 27 21:15:59 2013 UTC
(9 years, 9 months ago)
by
michael
- Removed operflag 'nick_changes'. Operators can now set +n at will
Revision
1900 -
Directory Listing
Modified
Sat Apr 27 18:56:39 2013 UTC
(9 years, 9 months ago)
by
michael
- Changed RPL_WELCOME to comply with rfc2812
Revision
1884 -
Directory Listing
Modified
Sat Apr 27 11:08:02 2013 UTC
(9 years, 9 months ago)
by
michael
- Backported -r1874 [WHOIS may no longer accept wildcards]
Revision
1873 -
Directory Listing
Modified
Fri Apr 26 21:31:04 2013 UTC
(9 years, 9 months ago)
by
michael
- Backported -r1872 [Fixed broken compile with libGeoIP disabled ]
Revision
1867 -
Directory Listing
Modified
Thu Apr 25 18:01:53 2013 UTC
(9 years, 9 months ago)
by
michael
- Create 8.1.x branch
Revision
1858 -
Directory Listing
Modified
Thu Apr 25 15:00:52 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Added basic support for libGeoIP
- Added exempt configuration option to resv{} blocks
Revision
1855 -
Directory Listing
Modified
Wed Apr 24 19:26:23 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
Revision
1851 -
Directory Listing
Modified
Wed Apr 24 18:31:06 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Cleanup m_map.c
- Implemented serverhide::hide_services configuration option
Revision
1838 -
Directory Listing
Modified
Sun Apr 21 09:36:19 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Numeric 432 now shows the actual reason of quarantined nicknames
Revision
1836 -
Directory Listing
Modified
Fri Apr 19 19:54:11 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- m_users, show_lusers: removed extranous arguments to sendto_one()
Revision
1832 -
Directory Listing
Modified
Fri Apr 19 19:16:09 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Made all numeric defines use the actual string instead of the numeric value
which allows to use gcc's printf format attribute
- Remove current message locale implementation
Revision
1826 -
Directory Listing
Modified
Mon Apr 15 09:09:09 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Minor cleanups to hash.c; removed now unused functions, style cleanups
Revision
1823 -
Directory Listing
Modified
Sun Apr 14 18:24:38 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Renamed example.conf to reference.conf
- Due to upcoming feature implementation, resv{} blocks are no longer stackable
Revision
1819 -
Directory Listing
Modified
Fri Apr 12 11:57:26 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Removed recently added m_svshost.c. Services may now change the host of a
specific user via "SVSMODE <timestamp> <target> +x <hostname>"
Revision
1818 -
Directory Listing
Modified
Fri Apr 12 11:02:33 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Remote server connection and split notices now go to new usermode +e
Revision
1798 -
Directory Listing
Modified
Sun Mar 31 17:09:50 2013 UTC
(9 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Cleanup/reorganize header file layout
- Fixed naming convention in some places
Revision
1795 -
Directory Listing
Modified
Sun Mar 31 14:31:45 2013 UTC
(9 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1792 [Added SVSHOST command handler which allows services to change the
hostname of a specific user]
Revision
1793 -
Directory Listing
Modified
Sun Mar 31 14:06:08 2013 UTC
(9 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Replaced all occurrences of ircsprintf with sprintf/snprintf
and killed sprintf_irc.(c|h)
Revision
1785 -
Directory Listing
Modified
Sat Jan 26 22:40:55 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1784 [Fix bug where idle time sometimes is 0 even if the
client didn't send any private message]
Revision
1783 -
Directory Listing
Modified
Thu Jan 24 19:26:51 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1774:
- Configuration parser now does support 'year' and 'month' units
- Add support for fake idle times to /whois. Known from csircd, this
adds min_idle, and max_idle configuration directives to class{} blocks
Revision
1772 -
Directory Listing
Modified
Sat Jan 19 23:16:05 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1771 [channel_mode.c: check_string() didn't work right in case
string started with a space. (i.e., "MODE #chan +b : c" results in a weird
ban mask)
Bug got introduced in ircd-hybrid-5/channel.c, Revision 1.26
Revision
1751 -
Directory Listing
Modified
Wed Jan 16 18:30:52 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support
Revision
1749 -
Directory Listing
Modified
Tue Jan 15 19:01:16 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Rebuilt conf_parser.c
- Minor logic fixes to recently added away-notify capability
Revision
1737 -
Directory Listing
Modified
Mon Jan 14 17:37:55 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Quick and dirty workaround to fix build on GNU/Hurd
because of undefined PATH_MAX
Revision
1726 -
Directory Listing
Modified
Thu Jan 3 00:07:58 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- parse.c:handle_numeric(): add missing space as reported by Mantas
Revision
1719 -
Directory Listing
Modified
Fri Dec 28 20:41:51 2012 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- parse.c:handle_numeric(): implement ircu-based improvements/cleanups
which basically avoid reprinting numeric buffers
Revision
1684 -
Directory Listing
Modified
Tue Dec 18 19:34:41 2012 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel_mode.c: chm_invex, chm_exempt: ban and invite exemptions are
now always sent regardless of CAP_IE/CAP_EX
Revision
1681 -
Directory Listing
Modified
Tue Dec 18 18:43:55 2012 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- parse.c:handle_numeric(): added temporary workaround for servers sending
numeric 451 (ERR_NOTREGISTERED) in response to the "NOTICE AUTH ..." messages
uppon registration
Revision
1671 -
Directory Listing
Modified
Wed Nov 21 20:09:09 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- event.c: fixed bug spotted by Jakub S. where timed events stopped from
working if the system's clock is running backwards
Revision
1669 -
Directory Listing
Modified
Tue Nov 20 20:04:39 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed bug where specifying a listener port without an ip address didn't work
Revision
1666 -
Directory Listing
Modified
Sun Nov 18 17:03:18 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c
Revision
1661 -
Directory Listing
Modified
Sat Nov 17 19:43:57 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel.c:send_channel_modes(): now that CAP_IE and CAP_EX are mandatory, let's
always send invite/ban exception during a burst
Revision
1654 -
Directory Listing
Modified
Fri Nov 16 19:39:37 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Implemented memory pool allocator which basically is taken from Tor's
mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again
Revision
1653 -
Directory Listing
Modified
Wed Nov 14 11:50:55 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- added improved match() stolen from ircu
- fixed compile warning in m_module.c
Revision
1652 -
Directory Listing
Modified
Tue Nov 13 20:28:53 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- changed match() polarity. match() now returns 0 on match and 1 on non-match
This cleans up several places where function pointers of different matching
functions like irccmp/strcmp/match are passed to other functions.
- added improved collapse() to match.c
Revision
1651 -
Directory Listing
Modified
Sun Nov 11 10:54:51 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed class blocks not getting default values set properly
- bison 2.6.5
Revision
1650 -
Directory Listing
Modified
Sat Nov 10 20:57:51 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed few bugs that have been introduced with config rewrite
- Set some reasonable default values right after a class has been created
Revision
1636 -
Directory Listing
Modified
Sun Nov 4 17:09:47 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Cleanup configuration subsystem
- Fixed broken CIDR support for /challenge
Revision
1631 -
Directory Listing
Modified
Thu Nov 1 22:04:01 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- restart.c: since save_all_databases may generate server traffic and log
activity, it makes more sense to save the databases _before_ flushing the
sendqueue/closing file descriptors
Revision
1630 -
Directory Listing
Modified
Thu Nov 1 21:32:25 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- restart.c: ensure databases get dumped to disk before terminating
Revision
1626 -
Directory Listing
Modified
Thu Nov 1 17:21:59 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- minor cleanups to conf_db.c; Get rid of 16 bit limitation string lengths
Revision
1622 -
Directory Listing
Modified
Thu Nov 1 13:16:37 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- klines, dlines, xlines, glines and resv now make use of the new database;
also, temporary *lines are now stored, so they're not lost after
restarting the ircd. This also applies to G-lines.
Revision
1620 -
Directory Listing
Modified
Wed Oct 31 22:54:58 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Added conf_db.c based on ircservice's binary database for later use
Revision
1618 -
Directory Listing
Modified
Tue Oct 30 21:04:38 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617
Revision
1592 -
Directory Listing
Modified
Sat Oct 27 21:02:32 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
Revision
1574 -
Directory Listing
Modified
Wed Oct 17 22:08:15 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- modules.c: better error reporting if lt_dlsym() fails for some reason
Revision
1571 -
Directory Listing
Modified
Wed Oct 17 18:53:51 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- client.c:exit_client(): cleanup oddities when removing servers from serv_list.
Connecting and HandShaking servers are never added to serv_list, so no need to
try to remove them.
Revision
1569 -
Directory Listing
Modified
Tue Oct 16 18:46:53 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed remnants of MFLG_UNREG which is no longer needed with the
current implementation of message handlers
Revision
1564 -
Directory Listing
Modified
Sun Oct 14 13:50:58 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- find_person(): allow services to seek clients by UID even if they're +i
Revision
1559 -
Directory Listing
Modified
Sun Oct 14 01:38:28 2012 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Replaced TimeStamp based services IDs with more flexible account names
Revision
1549 -
Directory Listing
Modified
Mon Oct 1 18:11:11 2012 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed general::kline_with_reason configuration options. It's now enabled
by default
- Removed remnants of the broken reject holding code
Revision
1547 -
Directory Listing
Modified
Sun Sep 30 17:50:03 2012 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed general::use_whois_actually configuration directive. This is
now enabled by default
Revision
1545 -
Directory Listing
Modified
Sun Sep 30 15:21:59 2012 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- write_links_file(): minor cleanups. Also remove useless assert()
Revision
1542 -
Directory Listing
Modified
Sat Sep 29 20:31:35 2012 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Fixed an off-by-one with spoofs. Spoofs are now also checked for
invalid characters.
Revision
1536 -
Directory Listing
Modified
Tue Sep 25 19:15:50 2012 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.c: r(x|k)line.conf is gone. Don't try to load it on startup
Revision
1519 -
Directory Listing
Modified
Wed Sep 5 12:02:04 2012 UTC
(10 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Topics as well as user-aways are now sent in a burst by default
Revision
1518 -
Directory Listing
Modified
Sun Sep 2 16:50:40 2012 UTC
(10 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed rkline.conf and rxline.conf leftovers. Regular expression based
k- and x-lines can be set via ircd.conf only.
Revision
1516 -
Directory Listing
Modified
Thu Aug 30 15:08:36 2012 UTC
(10 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed general::client_flood configuration option and added the
new 'recvq' configuration directive to class{} blocks.
The max size of a receive queue can be seen in "STATS Y" for each class
- Update NEWS
Revision
1503 -
Directory Listing
Modified
Tue Aug 14 09:05:58 2012 UTC
(10 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed all unused references to GPATH and glinefile. There's no glines.conf.
Revision
1495 -
Directory Listing
Modified
Sun Aug 5 09:35:42 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed use_invex, use_except and use_knock configuration options.
These features are now enabled by default
Revision
1490 -
Directory Listing
Modified
Sat Jul 28 19:33:23 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- removed serverhide::disable_hidden configuration option
- update NEWS
Revision
1483 -
Directory Listing
Modified
Wed Jul 25 19:15:48 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Made Client::away a fixed-size array at the expense of a somewhat higher
memory consumption
Revision
1479 -
Directory Listing
Modified
Sun Jul 22 17:02:48 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- fix msg_channel_flags() so it can deal with messages coming from servers
Revision
1472 -
Directory Listing
Modified
Sun Jul 22 12:03:18 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- remove CAP_TB
- add proper TS6 support to TBURST
Revision
1469 -
Directory Listing
Modified
Sat Jul 21 20:11:48 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- s_user.c:oper_up(): information about oper privileges can be obtained via
"STATS p|o". No need to send a separate notice on oper-up.
Revision
1465 -
Directory Listing
Modified
Tue Jul 17 21:33:12 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- s_serv.c:sendnick_TS(): another TS6 fixup when bursting AWAY
Revision
1460 -
Directory Listing
Modified
Fri Jul 6 14:32:53 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Added 'set' to operator privilege flags. Gives access to the "SET" command
Revision
1459 -
Directory Listing
Modified
Fri Jul 6 14:23:09 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- remove g-line acls
- added general::gline_request_duration configuration option which
simply replaces the harcoded PENDING_GLINE_TIME definition
Revision
1458 -
Directory Listing
Modified
Fri Jul 6 10:27:33 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- s_user.c:oper_up(): use get_oper_name() when announcing an operator
Revision
1446 -
Directory Listing
Modified
Mon Jun 25 20:05:12 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed OMOTD
--- Diese und die folgenden Zeilen werden ignoriert --
M include/defaults.h
M include/conf.h
M include/numeric.h
M include/motd.h
M src/s_user.c
M src/messages.tab
M src/motd.c
M src/ircd.c
M modules/Makefile.in
M modules/m_challenge.c
M modules/m_oper.c
D modules/m_omotd.c
M modules/m_rehash.c
M modules/Makefile.am
M NEWS
Revision
1444 -
Directory Listing
Modified
Sat Jun 23 18:12:16 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.c: fixed stupid bug which would set the default value of
max_chans_per_user to 50 while setting max_chans_per_oper to 0
Revision
1437 -
Directory Listing
Modified
Mon Jun 18 19:02:48 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed MODLOAD, MODRELOAD, MODUNLOAD and MODLIST command handlers.
They all have been replaced by the new "MODULE" command which now
deals with the LOAD/UNLOAD/RELOAD/LIST parameters.
Revision
1436 -
Directory Listing
Modified
Sun Jun 17 19:31:28 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed "MODRESTART" command. "MODRELOAD *" will now reload all modules.
Revision
1432 -
Directory Listing
Modified
Sat Jun 9 19:40:08 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Added channel::max_chans_per_oper configuration directive. The old way
was to let ircops join three times the amount of max_chans_per_user.
I'd rather would make this a class{} based limit, but this would require us
to reprint the ISUPPORT buffer every time a client connects.
Revision
1431 -
Directory Listing
Modified
Sat Jun 9 19:15:10 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- NICKLEN definition no longer respects the trailing NUL character
(reverts to old behavior)
Revision
1430 -
Directory Listing
Modified
Thu Jun 7 19:21:04 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- channel.c:can_join(): use strcmp() instead of irccmp() when comparing
channel key (+k)
Revision
1429 -
Directory Listing
Modified
Thu Jun 7 19:14:14 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Unregistered clients may not talk in a +R channel
Revision
1427 -
Directory Listing
Modified
Thu Jun 7 11:36:21 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- parse.c: make msg_tree_parse() only take one argument
- client.h: rearrange structures
Revision
1424 -
Directory Listing
Modified
Tue May 29 19:32:59 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- channel::disable_fake_channels now also disables ascii 29 (mIRC italic)
when set to yes. Italic text (ctrl+i) is supported since mIRC 7.0
Revision
1416 -
Directory Listing
Modified
Sat May 26 11:45:43 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Truncate 'cidr_bitlen_ipv4' to 32 if someone feeds us with a value higher
than this. The same applies to 'cidr_bitlen_ipv6' that has a value higher
than 128.
Revision
1414 -
Directory Listing
Modified
Sat May 26 08:36:29 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Minor cleanups to check_server(). Checking for long servernames was redundant
here, since valid_servername() already does that job. Also make use of
match_conf_password()
Revision
1413 -
Directory Listing
Modified
Sat May 26 08:25:12 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Don't try to access aconf->user when aconf is a SERVER_TYPE.
aconf->user is a NULL pointer.
Revision
1411 -
Directory Listing
Modified
Sat May 12 20:46:53 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- src/conf.c: fixed compile error with openssl disabled
Revision
1402 -
Directory Listing
Modified
Wed May 9 18:42:45 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- /info no longer sends information about the platform ircd is running on
- remove get_ircd_platform() function
- configure: --enable-efnet switch is no longer required
Revision
1401 -
Directory Listing
Modified
Tue May 8 18:58:13 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
o) Removed channel::burst_topicwho configuration option. Topicsetters are
now sent by default
Revision
1400 -
Directory Listing
Modified
Mon May 7 20:08:32 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- move has_wildcards() to irc_string.c and make use of it in several places
Revision
1399 -
Directory Listing
Modified
Mon May 7 19:32:01 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- match(), match_esc(): remove XXX-comment. Bad idea to have
match() rely on collapse()
Revision
1398 -
Directory Listing
Modified
Sun May 6 10:57:06 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- decrease HOSTIPLEN to 45
- fix some buffers that should use HOSTIPLEN+1
Revision
1397 -
Directory Listing
Modified
Sun May 6 10:01:52 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- src/hash.c: there's no need keep on searching clientTable[] for a
server-id if we didn't find it in the idTable[] before.
Revision
1394 -
Directory Listing
Modified
Wed May 2 19:29:19 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.c:attach_conf(): remove useless conftype test.
conf is now always one of CLIENT_TYPE, SERVER_TYPE,
or OPER_TYPE.
Revision
1393 -
Directory Listing
Modified
Wed May 2 19:17:37 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.h: remove CONF_LISTEN_PORT and CONF_EXEMPTKLINE #defines
- hostmask.h: remove HostMaskEntry structure
- hostmask.c: remove find_gline_conf() and find_kline_conf() wrapper functions
Revision
1392 -
Directory Listing
Modified
Wed May 2 16:46:16 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf_parser.y: removed outdated and missleading comment
Revision
1391 -
Directory Listing
Modified
Tue May 1 15:34:29 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- s_bsd.c:close_connection(): fixed connection scheduling
Revision
1390 -
Directory Listing
Modified
Tue May 1 13:39:18 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- cleanup match_conf_password(). remove outdated comments
Revision
1387 -
Directory Listing
Modified
Tue May 1 11:50:01 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.c: cleanup get_sendq(), get_client_class() and get_client_ping().
Now that we don't have any other attached conf than CONF_CLIENT|CONF_SERVER|CONF_OPER,
we may simply use the last attached conf pointed by x->confs.head
Revision
1383 -
Directory Listing
Modified
Tue May 1 11:18:22 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Cleanup/rewrite Hub/Leaf-mask configuration. Hub and Leaf configuration items
are no longer separately attached to Client structures.
Revision
1381 -
Directory Listing
Modified
Tue May 1 08:21:27 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.c: remove CLIENT_CONF leftovers in clear_out_old_conf()
clear_out_address_conf() already does the deal.
Revision
1378 -
Directory Listing
Modified
Mon Apr 30 19:43:34 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Get rid of OPERNICKLEN. Oper login IDs are no longer limited to NICKLEN*2
Revision
1377 -
Directory Listing
Modified
Mon Apr 30 19:35:16 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Remove all Class related #defines like MaxTotal, MaxSendq, etc.
All they do is lead to confusion.
Revision
1376 -
Directory Listing
Modified
Sun Apr 29 17:08:42 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- minor cleanups to s_gline, hostmask.c and m_stats.c.
remove useless NULL assignment of dlink_node pointers.
the DLINK_FOREACH macros already take care of this.
Revision
1372 -
Directory Listing
Modified
Thu Apr 26 19:04:51 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- hostmask.c: move report_Klines() and report_auth() to m_stats.c
Revision
1367 -
Directory Listing
Modified
Tue Apr 24 21:20:54 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Cleanup hostmask.c. Make it use dlink list manipulation routines
Revision
1366 -
Directory Listing
Modified
Tue Apr 24 18:35:34 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Cleanup conf_add_server(). Remove traces of obsolete username verification
for incoming server connections.
Revision
1364 -
Directory Listing
Modified
Sun Apr 22 19:28:21 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Optimize get_oper_name(). No need to walk client_p->localClient->confs.
If there's any attached CONF_OPERATOR, it'll always be the last attached
one
Revision
1359 -
Directory Listing
Modified
Sun Apr 22 13:58:04 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- watch_init(): remove useless memset since watchTable resides in .bss
- replace C++ comments with C comments
Revision
1358 -
Directory Listing
Modified
Sun Apr 22 13:49:23 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- cleanup and rewrite whowas.c to use the dlink list manipulation routines
- increase NICKNAMEHISTORYLENGTH to 16384
Revision
1353 -
Directory Listing
Modified
Sun Apr 15 18:35:55 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- move conf_yy_input and conf_yy_fatal_error to conf_lexer.l
- conf_lexer.l: replace a strcpy with strlcpy
Revision
1352 -
Directory Listing
Modified
Fri Apr 13 09:57:08 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf_parser.y: dh prime size should be at least 1024 bits
Revision
1350 -
Directory Listing
Modified
Thu Apr 12 21:03:48 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- fix odd behaviour of ircncmp with 'n' being 0, plus
performance improvements.
Revision
1346 -
Directory Listing
Modified
Mon Apr 9 17:35:40 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- irc_reslib.c: add localhost as default nameserver in case we cannot find
a suitable entrie in resolv.conf
- irc_res.c:res_ourserver(): no need to test against INADDR_ANY.
This is a relict of old BIND versions which added INADDR_ANDY as default
nameserver if no other servers could be found.
Revision
1344 -
Directory Listing
Modified
Mon Apr 9 14:13:29 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- hunt_server(): removed extranous match(). me.name cannot contain wilds anylonger.
This is basically a fakename leftover.
Revision
1343 -
Directory Listing
Modified
Sat Apr 7 18:46:29 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- hostmask.c, rng_mt.c: avoid use of long int types
Revision
1341 -
Directory Listing
Modified
Sat Apr 7 18:33:13 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Applied patch to shut up gcc with -Wformat-security enabled.
Patch submitted by Moritz Muehlenhoff/Debian Security.
Revision
1340 -
Directory Listing
Modified
Fri Apr 6 10:43:23 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- get_client_name(): only compare client->name with client->host if it's
any type of server. Saves thousands of irccmp calls.
Revision
1339 -
Directory Listing
Modified
Fri Apr 6 10:22:36 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- get_client_name(): made IP-masking more logical for ipv6 clients.
At least allow determining whether or not a connection is ipv6.
Revision
1330 -
Directory Listing
Modified
Sun Apr 1 12:12:00 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Squash two other compile warnings. ircd now compiles clean with
-Wall
-Wextra
-Wno-unused
-Wcast-qual
-Wcast-align
-Wbad-function-cast
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wredundant-decls
-Wshadow
-Wwrite-strings
-Wundef
Revision
1329 -
Directory Listing
Modified
Sun Apr 1 12:02:12 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Remove unused configure tests
- Fixed compile warning in conf_parser.c
Revision
1328 -
Directory Listing
Modified
Sat Mar 31 17:43:32 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Change SHOW_IP, MASK_IP and HIDE_IP into an enum type
- Removed unused CONF_SERVER_INFO_TLS_VERSION_* definition
Revision
1325 -
Directory Listing
Modified
Sat Mar 31 10:29:02 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
Revision
1324 -
Directory Listing
Modified
Fri Mar 30 21:40:38 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Remove log::timestamp configuration directive. Timestamps are now enabled by default.
- Timestamps are iso8601 now
Revision
1322 -
Directory Listing
Modified
Fri Mar 30 11:37:32 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- parse.c: fixed archaic bug which would easily allow para[] being accessed
out of bounds. Just to remember: para[] must be able hold: <prefix>+<15params>+<NULL>
Revision
1319 -
Directory Listing
Modified
Thu Mar 29 11:06:05 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- minor cleanups and fixes to the new logging system
- decrease LOG_BUFSIZE to 1024
Revision
1316 -
Directory Listing
Modified
Tue Mar 27 17:05:51 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed 'ssl_server_protocol' configuration directive and
added 'ssl_client_method' and 'ssl_server_method' instead.
Both of these options can now be changed at runtime.
- src/Makefile.am: swapped order of conf_parser.y and conf_lexer.l
- Update example configuration files
Revision
1309 -
Directory Listing
Modified
Sun Mar 25 11:24:18 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
Revision
1308 -
Directory Listing
Modified
Sat Mar 24 13:37:05 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- ssl_server_handshake(): better error reporting
Revision
1307 -
Directory Listing
Modified
Sat Mar 24 09:33:33 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- rsa.c:report_crypto_errors: remove ERR_load_crypto_strings call.
libcrypto error strings are already registered by SSL_load_error_strings()
- rsa.c: remove verify_private_key()
Revision
1306 -
Directory Listing
Modified
Sat Mar 24 07:43:04 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- improve ssl/tls support
- cipher suites can now be specified via ircd.conf
Revision
1305 -
Directory Listing
Modified
Fri Mar 23 12:43:55 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- show info about compression/expansion methods on link establishment
Revision
1304 -
Directory Listing
Modified
Fri Mar 23 12:03:56 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- servlink is gone; cleanup and sanitize openssl detection tests
Revision
1303 -
Directory Listing
Modified
Fri Mar 23 10:52:19 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Implement basic tls connections for server-server links
Revision
1302 -
Directory Listing
Modified
Wed Mar 21 17:48:54 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- remove servlink in preparation for tls links/compression
Revision
1301 -
Directory Listing
Modified
Sat Mar 10 21:47:17 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- add 'dline' and 'undline' operator flags
- implement remote dlines mainly for services purposes, but can be used
by operators as well
- update example configuration files; remove invalid shared::flags entries
Revision
1294 -
Directory Listing
Modified
Wed Feb 22 20:48:30 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Add user mode +H which simply hides operator status to other users.
This solution replaces current method of hidding operator status where the
admin mode is not sent to other servers unless hidden_administrator is disabled.
- m_who() now takes care whether an operator is hidden or not
Revision
1285 -
Directory Listing
Modified
Sun Feb 5 15:12:59 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- added CIDR support for operator{} blocks
- operator "name"{} is no longer supported
Revision
1264 -
Directory Listing
Modified
Tue Jan 17 12:30:57 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- remove general::burst_away configuration directive. AWAY burst will have to
be controlled via connect::flags explicitly.
Revision
1250 -
Directory Listing
Modified
Sat Oct 1 10:48:16 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- A file size of 'unlimited' can now be specified for log files
Revision
1247 -
Directory Listing
Modified
Sat Oct 1 07:54:24 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Rewrite and cleanup half-broken logging subsystem.
Logfile rotating is not working yet
Revision
1246 -
Directory Listing
Modified
Fri Sep 30 16:13:11 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- parse.c: remove unused variable, plus style cleanups
Revision
1243 -
Directory Listing
Modified
Fri Sep 30 10:47:53 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there
Revision
1242 -
Directory Listing
Modified
Fri Sep 30 08:17:50 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- listener.c: remove outdated comment. remove useless header include
Revision
1241 -
Directory Listing
Modified
Thu Sep 29 20:26:09 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- move firsttime, since, and lasttime Client struct members to LocalUser struct
- m_watch.c: show_watch() now properly reports signon times. This also fixes
an invalid signon time of zero for remote clients.
Revision
1238 -
Directory Listing
Modified
Thu Sep 29 11:37:31 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- rename mod_list to modules_list and make it static
- remove now unused _modinit and _moddeinit prototypes
Revision
1237 -
Directory Listing
Modified
Thu Sep 29 11:32:21 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- move remaining functions in dynlink.c into modules.c
Revision
1236 -
Directory Listing
Modified
Thu Sep 29 11:21:27 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Getting rid of rlimits.h. Relying on RLIMIT_NOFILE is
more than enough nowadays
Revision
1235 -
Directory Listing
Modified
Fri Sep 23 08:55:50 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- m_unregistered(): fix 11 years old bug where ircd sends an invalid formatted
ERR_NOTREGISTERED string.
- ERR_NOTREGISTERED is not rate-limited any longer
Revision
1234 -
Directory Listing
Modified
Fri Sep 23 08:15:04 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- replace all instances of parv[0] with source_p->name
Revision
1232 -
Directory Listing
Modified
Thu Sep 22 20:25:00 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- oper_up(): if both ConfigFileEntry.oper_umodes and oconf->modes aren't
specified, don't give a client any other default oper-modes
Revision
1230 -
Directory Listing
Modified
Thu Sep 22 19:41:19 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- cleanup module loader. Make module api more flexible
Revision
1228 -
Directory Listing
Modified
Mon Sep 19 09:38:38 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- add 'restart'/'module' operator flags which allows better fine tuning
whether or not an operator may have access to RESTART/MOD* commands
- ircd_parser.y: (oper{}): ensure yy_aconf->port is set to zero, before
setting any privilege bits. Fixes odd behaviour with multiple 'flags'
entries.
Also removed ability to negate operator flags with a tilde '~'. Pretty
useless since all operator privilege flags are set to zero by default.
Revision
1219 -
Directory Listing
Modified
Sun Sep 18 09:02:38 2011 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.
Revision
1206 -
Directory Listing
Modified
Wed Aug 24 21:41:23 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Implement GLOBOPS
- remove debugging code from parse.c
Revision
1203 -
Directory Listing
Modified
Tue Aug 23 20:06:08 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- make channel::topic and channel::topic_info fixed-size arrays
Revision
1196 -
Directory Listing
Modified
Sun Aug 21 10:09:23 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- implement NICK/UID servicestamps
- add "SVS" to server capabilities
Revision
1192 -
Directory Listing
Modified
Thu Aug 18 20:25:18 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- move change_local_nick() from client.c to m_nick.c
Revision
1185 -
Directory Listing
Modified
Wed Aug 17 23:45:37 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Forward-port r1183: exit_client(): We were accidentally trying to free memory
pointed by source_p->lclient_node. Fixed.
Revision
1179 -
Directory Listing
Modified
Mon Aug 15 08:14:15 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Forward-port r1177:
Fix ERR_ACCEPTEXIST numeric string. Two %s conversion specifier
have been missed here
Revision
1178 -
Directory Listing
Modified
Mon Aug 15 08:11:31 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Cleanup and restore older parts of the irc-command parser.
Gives back ability to specify maximum amount of parameters
that are processed within a command.
Revision
1176 -
Directory Listing
Modified
Sun Aug 14 11:24:24 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- remove idle-time klines
- rename LocalUser.last to LocalUser.last_privmsg
- m_message.c: reset source_p->last_privmsg even if a client is messaging itself
Revision
1173 -
Directory Listing
Modified
Sun Aug 14 00:23:02 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- add usermode +R; only registered clients may message other clients with that mode set
- add channelmode +R; only registered clients may join a channel with that mode set
Revision
1169 -
Directory Listing
Modified
Fri Aug 12 18:45:03 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- rename find_server to hash_find_server to satisfy naming convention
- pull m_services.c and m_jupe.c from contrib/
- style fixes in some places
Revision
1165 -
Directory Listing
Modified
Thu Aug 11 18:56:53 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- rename clean_nick_name() to valid_nickname() and move it so s_user.c
- add SVSNICK module
- update Makefile accordingly
Revision
1158 -
Directory Listing
Modified
Wed Aug 10 19:46:00 2011 UTC
(11 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- UMODE_REJ goes to usermode 'j'
- add UMODE_REGISTERED ('r') (registered nickname)
Revision
1143 -
Directory Listing
Modified
Mon Jul 25 18:58:51 2011 UTC
(11 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Update NEWS file
- Minor optimization to update_client_exit_stats close_connection
- Move MaxConnectionCount/MaxClientCount to Counter struct
Revision
1137 -
Directory Listing
Modified
Sun May 29 19:04:06 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- User IDs are now shown in client connection notices.
Requested by some ircu user.
Revision
1126 -
Directory Listing
Modified
Sun Feb 20 14:30:12 2011 UTC
(11 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- add dlink_move_node() and make use of it in several places
- reuse LocalUser::lclient_node for local_client_list and serv_list
(moving node between unknown_list and serv_list/local_client_list)
Revision
1125 -
Directory Listing
Modified
Sun Feb 20 13:44:39 2011 UTC
(11 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- fixed stupid assert() which prevented clients from being added
to local_client_list
Revision
1123 -
Directory Listing
Modified
Sun Feb 6 21:57:50 2011 UTC
(12 years ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES
Revision
1121 -
Directory Listing
Modified
Sun Jan 9 11:03:03 2011 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- removed all instances of STATIC_MODULES since we don't have
static modules anymore
- removed m_mkpasswd module from contrib
Revision
1118 -
Directory Listing
Modified
Thu Jan 6 13:39:10 2011 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport
Revision
1117 -
Directory Listing
Modified
Tue Dec 21 15:01:46 2010 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- ircd_parser.y: ensure only valid hostnames can be
specified in serverinfo::name
Revision
1116 -
Directory Listing
Modified
Tue Dec 21 14:45:55 2010 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- set_user_mode(): don't unset modes specified in general::oper_only_umodes
for remote clients
Revision
1115 -
Directory Listing
Modified
Tue Dec 21 14:42:54 2010 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Rename bogus_host() found in several modules to check_servname() and move
it to s_serv.c
- serverinfo::sid is now mandatory and must be specified.
ircd won't start otherwise
Revision
1114 -
Directory Listing
Modified
Mon Dec 20 20:33:05 2010 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Move RPL_ETRACE to messages.tab
- CHANGE RPL_WHOISSSL to use the 671 numeric
Revision
1113 -
Directory Listing
Modified
Sat Dec 18 22:44:10 2010 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- move Client.client_host and Client.client_server to LocalUser struct
Revision
1106 -
Directory Listing
Modified
Tue Nov 2 15:10:53 2010 UTC
(12 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release
Revision
1089 -
Directory Listing
Modified
Wed Mar 24 22:36:04 2010 UTC
(12 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- rebuild scanner using latest bison 2.4.2 which finally fixed
those -Wundef related warnings
Revision
1086 -
Directory Listing
Modified
Sat Mar 13 23:59:10 2010 UTC
(12 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- ts_warn(), ilog(): replace two vsprintfS with vsnprintf. We're immortal now!!!!!!!!!111
Revision
1080 -
Directory Listing
Modified
Wed Mar 10 23:09:36 2010 UTC
(12 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Sort out unneeded arguments of some user registration functions
Revision
1076 -
Directory Listing
Modified
Thu Feb 18 09:23:47 2010 UTC
(12 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Dropped support for old style 'operflag = yes|no;' configuration format
Revision
1074 -
Directory Listing
Modified
Wed Feb 17 23:28:33 2010 UTC
(12 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Made general::kill_chase_time_limit accept time units. too bad this entire
crap is still needed even with ts6.
Revision
1072 -
Directory Listing
Modified
Wed Feb 17 22:58:23 2010 UTC
(12 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- remove old dot_in_ip6_addr configuration option. this is now obsolete.
Revision
1045 -
Directory Listing
Modified
Tue Jan 26 12:58:42 2010 UTC
(13 years ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- contrib/spy_links_notice.c: do not show additional arguments supplied to the
LINKS command in spy notices. new behaviour is to simply show the command sent
by the client, which exactly behaves like all other contributed spy modules.
- remove clean_string()
Revision
1026 -
Directory Listing
Modified
Wed Nov 4 22:20:50 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Update AUTHORS and add fgeek to contributors.
There's still some stuff you have to do, henri!
Revision
1022 -
Directory Listing
Modified
Fri Oct 30 02:30:29 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- remove pointless check_class() call on ircd initialization
Revision
1015 -
Directory Listing
Modified
Sun Oct 25 00:08:06 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- fixed broken cryptlinks as reported by henri
- removed deprecated inet_misc.c
- removed __attribute__ format, which sometimes really is usefull, even if
unportable unless gcc, but for now they only give false warnings
Revision
1014 -
Directory Listing
Modified
Sun Oct 18 15:17:32 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- show_iline_prefix(): fixed an off-by-one when copying aconf->user.
strlcpy really isn't hard to understand, is it?
Revision
1013 -
Directory Listing
Modified
Sun Oct 18 14:26:49 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding
Revision
1011 -
Directory Listing
Modified
Fri Sep 18 10:14:09 2009 UTC
(13 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes
Revision
1009 -
Directory Listing
Modified
Sun Sep 13 15:02:30 2009 UTC
(13 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- add configure test for pcre lib and remove pcre sources from the tree
Revision
1000 -
Directory Listing
Modified
Mon Aug 24 13:37:39 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- timeout_auth_queries_event(): don't try to close auth->fd twice
Revision
998 -
Directory Listing
Modified
Sun Aug 23 12:43:17 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- change resolver/auth to use balloc memory pool
- ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise
recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks
with a host that needs to be resolved on the very first configuration read.
Revision
997 -
Directory Listing
Modified
Fri Aug 21 10:25:40 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- delete_resolver_queries(): remove extranous non-NULL test. ptr->data can never be NULL.
let it crash, if it ever happens to be
Revision
996 -
Directory Listing
Modified
Fri Aug 21 10:16:29 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- properly clean out irc_nsaddr_list before re-reading resolv.conf
Revision
994 -
Directory Listing
Modified
Fri Aug 21 09:15:31 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- res_readreply(): check for fake replies before doing anything else
Revision
986 -
Directory Listing
Modified
Sat Aug 15 21:12:34 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- irc_res.c: fixed wide-spread off-by-one when copying hostnames
Revision
985 -
Directory Listing
Modified
Sat Aug 15 20:31:54 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- res_readreply, do_query_number: removed ip6.int support.
ip6.int delegations were deleted in 2006
Revision
984 -
Directory Listing
Modified
Fri Aug 14 13:18:14 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- res_readreply(): fix broken logic with ipv6 enabled where we ONLY sent a
second A QUERY in case a -broken- nameserver returns NXDOMAIN
for AAAA when A record exists. fixed and removed workaround
for broken nameservers.
Revision
983 -
Directory Listing
Modified
Thu Aug 13 22:32:54 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- fixed bug where unregistered clients were not able to complete registration
process with /quote PONG <ping_cookie> in case the client was assigned a
zero value ping-cookie
Revision
981 -
Directory Listing
Modified
Sun Aug 9 19:09:03 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- speed up processing of incoming NICK/UID bursts
- fixed archaic bug where bursting servers with missconfigured NICKLEN were able
to desync the network's nickname database
Revision
980 -
Directory Listing
Modified
Sun Aug 9 12:51:45 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- remove useless MyConnect tests in m_time() and m_lusers()
- remove useless TS6 handling in m_who() since this is sent to local
clients only
Revision
978 -
Directory Listing
Modified
Sun Aug 9 09:47:58 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- avoid using native basename() since some implementations may or may not modify passed data
Revision
977 -
Directory Listing
Modified
Sat Aug 8 07:33:08 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- removed last traces of crypt.c
- add disable-static to libtools options
Revision
967 -
Directory Listing
Modified
Sun Aug 2 18:05:28 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- added ssl_server_protocol configuration option to servinfo{}.
valid flags are 'sslv3' and 'tlsv1'
Revision
956 -
Directory Listing
Modified
Mon Jul 27 00:34:48 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- removed LL leftover in set_default_conf(). now ServerInfo.hub
properly initializes on /rehash
Revision
945 -
Directory Listing
Modified
Mon Jul 20 15:48:27 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- fixed some configure mess and imported latest libtool sources
Revision
941 -
Directory Listing
Modified
Sat May 2 02:02:59 2009 UTC
(13 years, 9 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- Update autools versions.
- Fix acinclude.m4 to work on FreeBSD at least.
Revision
913 -
Directory Listing
Modified
Wed Nov 7 23:20:12 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Added some missing files
- Moved HOSTLEN and USERLEN definition back to ircd_defs.h
Those two shouldn't be configurable
Revision
912 -
Directory Listing
Modified
Wed Nov 7 22:47:44 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
I really don't want to force other people that want to test the snapshots
or svn versions to install yyacc, lex, automake, autoconf and libtool...
No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us
Revision
908 -
Directory Listing
Modified
Sun Nov 4 23:21:51 2007 UTC
(15 years, 3 months ago)
by
stu
Original Path:
ircd-hybrid-7.2/src
Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
Revision
891 -
Directory Listing
Modified
Thu Nov 1 13:44:50 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Avoid useless irc_getnameinfo calls in several places
Revision
887 -
Directory Listing
Modified
Thu Nov 1 11:54:48 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported new ACCEPT code which adds support for n!u@h masks
Revision
885 -
Directory Listing
Modified
Wed Oct 31 18:09:24 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Removed LazyLinks in 7.2 to stop people from asking why we keep
broken code for half a decade. LL will be implemented in a smarter
fashion in due time
Revision
882 -
Directory Listing
Modified
Sun Oct 28 11:58:39 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- fixed bug which would cause invalid invisible counts on oper-up in case
operator::umodes and/or general::oper_only_umodes contains 'invisible'
Revision
881 -
Directory Listing
Modified
Sun Oct 28 11:35:29 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- change_local_nick(): No need to call clear_ban_cache() twice on source_p
Revision
880 -
Directory Listing
Modified
Thu Oct 25 20:25:26 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- hash_find_id() should be using strcmp instead or irccmp
Revision
875 -
Directory Listing
Modified
Tue Oct 23 11:40:09 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fix some compile warnings with gcc 4.2.2
- Update configure.ac
Revision
871 -
Directory Listing
Modified
Fri Sep 14 03:33:44 2007 UTC
(15 years, 4 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- When a connect block uses a hostname instead of an IP, ircd will connect
to the hostname's IPv6 if available, independent of the aftype setting.
This causes the ircd to fail to connect to a IPv4 host that also has an IPv6 IP.
Submitted By: evilmoon (hgchew) (via Sourceforge bts)
Revision
867 -
Directory Listing
Modified
Thu May 17 14:59:27 2007 UTC
(15 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed occasional core when placing RESVs on channel names as repoared
by Christopher A. Bongaarts.
Revision
855 -
Directory Listing
Modified
Mon Feb 26 22:06:45 2007 UTC
(15 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- fix core in temp channel resv
- remove unused variable in m_join
- update RELNOTES
Revision
853 -
Directory Listing
Modified
Thu Feb 22 06:01:30 2007 UTC
(15 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in CLIEXIT
- remove mode parsing in ms_join
- reflect addiction cconn_full flag
Revision
842 -
Directory Listing
Modified
Fri Feb 9 21:27:48 2007 UTC
(16 years ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
+ fixed off-by-one which turned out to cause large memory overwrites
+ this is an old one, very hard to catch: 1) FreeBSD system, 2) a lot
of clients (preferably 10K+), 3) exiting/reading from/writing to
128+ clients at a time, 4) ircd version where the bug shows up clearly
(on 7.3 WHOWASHASH gets corrupted, and somewhat later we have a core:
whowas_add_history -> dlinkDelete)
This applies to ALL versions of hybrid since 7.0, but is known to
disclose most noticeably under 7.3
Revision
815 -
Directory Listing
Modified
Sun Sep 10 17:35:18 2006 UTC
(16 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug in find_conf_exact() which sometimes made CHALLENGE useless
Revision
808 -
Directory Listing
Modified
Sun Sep 3 18:58:00 2006 UTC
(16 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Misc. fixes to TESTMASK/TESTLINE as reported by Phar Lap
- Prevent TESTLINE from reporting k-lines twice
- Show the actual k-line reason when reporting k-lines
- Test the host part of a u@h mask against the client's sockhost field in TESTMASK
- Added support for nick masks to TESTMASK
- CIDR is to come in 7.3
Revision
803 -
Directory Listing
Modified
Thu Aug 31 09:41:27 2006 UTC
(16 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Added missing %s conversion specifier to RPL_MODLIST. Now /modlist shows
up whether or not a module is resident
Revision
753 -
Directory Listing
Modified
Wed Jul 26 15:58:16 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
+ fixed an old bug that affected our numeric delivery:
Spotted by: stu
Imagine we have a scenario like this:
[origin A on server 0] --> [OUR IRCD] --> [TS6 server] --> [TS5 server and target Z]
We'd try to address Z by its null ID only because the next server on the way
is TS6. That led to delivery failure in cases like
ts6(origin)->ts6->ts6->ts5(target).
Revision
723 -
Directory Listing
Modified
Sun Jul 16 19:41:33 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
+ fixed a bug where auths/klines/glines with digit wildcards (#)
were not handled correctly
Revision
713 -
Directory Listing
Modified
Wed Jul 12 12:37:35 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- fixed core on MODRESTART as reported by xZ/CoolCold
Revision
711 -
Directory Listing
Modified
Sat Jul 8 12:02:15 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Also show the full path of .included configuration files when reporting
syntax errors. This is just cosmetical.
Revision
685 -
Directory Listing
Modified
Fri Jun 16 12:22:31 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Updated copyright years in version.c and INSTALL
- Bumped version to 7.2.2 in configure.ac and doxygen.conf
Revision
683 -
Directory Listing
Modified
Thu Jun 15 14:28:59 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- close_connection(): Fixed some harmless bug that could result in incorrect
sent statistics in "STATS t"
- Updated RELNOTES
Revision
673 -
Directory Listing
Modified
Tue Jun 13 07:38:50 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- check_classes(): Only call destroy_cidr_class() on a class that is ready
for deletion, otherwise the current cidr count would become unadjusted in
case a disabled class gets re-enabled later on.
Revision
672 -
Directory Listing
Modified
Tue Jun 13 07:28:30 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed possible core introduced by previous commit
- Put some asserts into detach_conf()
Revision
671 -
Directory Listing
Modified
Tue Jun 13 07:15:38 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed class limit bug as spotted by stu. ("REHASH" would always reset
current user count)
- Made "STATS y|Y" show inactive (deleted) classes that still have attached
clients
Revision
670 -
Directory Listing
Modified
Mon Jun 12 12:20:55 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- balloc.(c|h): backported r544 (Killed Block::used_list)
- Update RELNOTES
Revision
668 -
Directory Listing
Modified
Sun Jun 11 13:39:25 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Rebuilt y.tab.(c|h) using bison 2.3
- Bumped pcrelib version to 6.4. There were no changes since 6.3 that would
have affected our hacked version of the pcre library, so this is mainly to
satisfy paranoid I-always-need-the-latest-version people
Revision
650 -
Directory Listing
Modified
Thu Jun 8 07:00:17 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug that would exit unknown clients in check_unknowns_list() that are
still processing auth/dns queries.
Basically check_unknowns_list() should only exit clients that have finished
auth/dns and didn't send a NICK/USER combination since they have been
released from auth.
Reported by ThaPrince.
Revision
635 -
Directory Listing
Modified
Thu Jun 1 13:10:18 2006 UTC
(16 years, 8 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- actually remove the chars that should not be marked as visible chan chars
Revision
634 -
Directory Listing
Modified
Thu Jun 1 12:34:29 2006 UTC
(16 years, 8 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- At least I noticed it myself, I got it completely backwards
when folding in Michael's suggested optimisation.
Revision
633 -
Directory Listing
Modified
Thu Jun 1 12:30:29 2006 UTC
(16 years, 8 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- optimise Michael's fake channel catcher.
Make it work first, then optimise.
Revision
632 -
Directory Listing
Modified
Thu Jun 1 10:53:00 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Added channel::disable_fake_channels which disallows creation of channels
that have ascii 2, 3, 31 and 160 in their names.
- Minor improvements and cleanups to channel name validation routines
backported from 7.3
Revision
627 -
Directory Listing
Modified
Fri May 26 11:33:57 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed compile warning in change_simple_umode as reported by Volk
Revision
624 -
Directory Listing
Modified
Thu May 25 10:22:02 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed an off-by one bug in the ip limiting code as reported by Volk
Revision
619 -
Directory Listing
Modified
Tue May 23 07:22:23 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported r376 (STATS y now shows the total number of clients in a class)
- Rebuilt y.tab.c using bison 2.2
Revision
618 -
Directory Listing
Modified
Tue May 23 07:07:53 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- attach_conf(): We even need to increment CurrUserCount if a class got
attached to a server or operator. Spotted by stu.
- Removed IRCD_SOCKET_ERROR define
Revision
617 -
Directory Listing
Modified
Mon May 22 07:21:17 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- report_error() expects two %s conversion specifiers as reported by ThaPrince.
This function really should get rewritten at given time. It just confuses
people.
Revision
596 -
Directory Listing
Modified
Fri May 12 21:44:39 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Cosmetical fix to "STATS k|K". temporary regexp based k-lines should
be prefixed with 'kR' and permanent ones with 'KR'.
Revision
594 -
Directory Listing
Modified
Fri May 12 20:05:57 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Ignore signal SIGXFSZ which killed the ircd process on daxnet because of
a file size limit set too low. That way, write() and friends will abort
and errno will be set to EFBIG. We may think about a NOTICE which could
be sent to operators on a failed write attempt to either the log files
or k/x-line files.
Revision
593 -
Directory Listing
Modified
Fri May 12 05:47:32 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported RKLINE fix so the user and host portion of a banmask don't get
cut off after 10 and 63 chars, respectively.
A split_nuh() rewrite was required for this.
- Removed now unused xstrldup() function
Revision
592 -
Directory Listing
Modified
Thu May 11 12:43:02 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Merged check_xline() and check_regexp_xline into a single function
Revision
589 -
Directory Listing
Modified
Mon May 8 18:40:00 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Clear the TS6 CAPAB bit possibly set on an unregistered client connection
in mr_motd(), mr_admin() and register_local_user(). This is a kludge for now.
Revision
588 -
Directory Listing
Modified
Mon May 8 13:22:59 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- m_restart(): don't send restart notices twice to locally connected clients
Revision
584 -
Directory Listing
Modified
Sun May 7 15:26:45 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Added new general::stats_e_disabled configuration option. Known from RB,
all it does is to disable "STATS e", which is a good idea if you have any
exempted server ips.
- Updated RELNOTES
Revision
582 -
Directory Listing
Modified
Tue May 2 20:47:11 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- The 2nd and 3rd character of a SID may be a digit as well.
Spotted by ThaPrince
- Fixed compile warnings in log_user_exit()
Revision
581 -
Directory Listing
Modified
Tue May 2 07:50:39 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- log_user_exit(): removed extranous newline character in log message.
fixed invalid casts
Revision
572 -
Directory Listing
Modified
Sun Apr 30 16:57:48 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported changes made in HEAD to get rid of Channel::locmembers.
This is mainly to save about 5megs of ram on networks like efnet where
we have about 600k allocated Membership structures.
Revision
528 -
Directory Listing
Modified
Sat Mar 18 15:13:11 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Added missing !u@h prefix when sending MODE message back to a client
Revision
521 -
Directory Listing
Modified
Sat Mar 11 21:37:16 2006 UTC
(16 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- When checking for first " in a line, make sure it doesn't run off
the end of the line before it finds one.
Revision
512 -
Directory Listing
Modified
Sat Mar 4 16:21:54 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed static build for m_cap() (fix doesn't need to get
forward-ported to HEAD)
- Added BS alias for BOTSERV
Revision
510 -
Directory Listing
Modified
Sat Mar 4 08:37:51 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- register_remote_user(): Fixed bug where we would increase Count.total and
source_p->from->serv->dep_users for unregistered remote clients and don't
decrease them if we exit the client due to non existand server or fake
direction.
Revision
506 -
Directory Listing
Modified
Fri Mar 3 21:08:34 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- channel_member_names(): properly count the number of prefixes
that will be written to lbuf
Revision
503 -
Directory Listing
Modified
Fri Mar 3 19:53:47 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported CAP changes from HEAD since it doesn't affect
any of the ircd's core components and should be supported
as soon as possible.
Revision
498 -
Directory Listing
Modified
Wed Mar 1 19:30:58 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- exit_client(): Don't bounce a QUIT back to origin's server
Reported by adx
Revision
484 -
Directory Listing
Modified
Mon Feb 27 15:17:04 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Yet another mach_chan fix (broken #*chan vs. &chan match logic
as pointed out by adx)
Revision
482 -
Directory Listing
Modified
Mon Feb 27 14:49:50 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Don't give away IP information unless it's an admin doing /stats P
Revision
481 -
Directory Listing
Modified
Mon Feb 27 13:12:59 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported match_chan() fix to get /list *chan* to work
Revision
454 -
Directory Listing
Modified
Sun Feb 12 19:01:25 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Get rid of can_send_part. This also fixes a bug where voiced clients
weren't able to send a PART message to the channel. Reported by ThaPrince.
Revision
447 -
Directory Listing
Modified
Sun Feb 12 02:59:16 2006 UTC
(16 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- reported by Jon, resolver was not checking for NXDOMAIN as well as SERVFAIL
this caused odd DNS reports and took longer to connect.
Tested by Jon (ThaPrince).
(backported from head)
Revision
440 -
Directory Listing
Modified
Sat Feb 11 23:11:38 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug where "listen { flags = ssl; port 1,2,3; }" would result
in only port 1 being set ssl enabled.
Revision
438 -
Directory Listing
Modified
Sat Feb 11 21:53:46 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Got rid of the last IVARIANT we had and replaced it with two asserts().
Revision
436 -
Directory Listing
Modified
Sat Feb 11 21:35:16 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug in fd_close() that caused a core when calling restart_resolver()
Revision
433 -
Directory Listing
Modified
Sat Feb 11 15:22:07 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Don't try to keep pointers to already freed memory on temporary_resv list
when manually removing tempoary N/C resvs.
Revision
428 -
Directory Listing
Modified
Sat Feb 11 12:21:51 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug where all ssl clients would get disconnected in certain situations.
(reported by many people)
Revision
425 -
Directory Listing
Modified
Sat Feb 11 00:27:28 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Add BMASK and TMODE onto message tree when building with static modules.
reported by hb505.
Revision
411 -
Directory Listing
Modified
Wed Feb 8 14:42:01 2006 UTC
(17 years ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
+ fixed unaligned memory reference in resolver
Submitted by: Immo 'FaUl' Wehrenberg
Revision
384 -
Directory Listing
Modified
Tue Jan 31 12:22:01 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Soft caller ID fix as per ThaPrince (find_channel_link was
called with wrong pointer)
Revision
371 -
Directory Listing
Modified
Tue Jan 10 10:45:48 2006 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Imported recent channelban changes from HEAD which have been tested extensively.
The match_cidr() fix didn't work in the first try, so I'm not going to bother
with further debugging.
- Removed match_cidr() and comp_with_mask()
Revision
341 -
Directory Listing
Modified
Tue Dec 27 13:43:46 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- As reported by CoolCold:
- Updated cmode helpfile
- Added support for old-style topicburst = yes|no
Revision
339 -
Directory Listing
Modified
Tue Dec 27 08:21:49 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Someone fixed a core in ircd_parser.y but forgot to rebuild y.tab.c,
so ircd still kept on coring if using 'umodes' option in operator{}
Revision
337 -
Directory Listing
Modified
Mon Dec 26 19:20:47 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Improved topic bursting. Read the comment in s_serv.c:send_tb for
further info
Revision
319 -
Directory Listing
Modified
Sat Dec 24 15:06:49 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed core in case aconf->cipher_preference and
ConfigFileEntry.default_cipher_preference are both NULL pointers
Reported by opteron-hani via Joan
Revision
298 -
Directory Listing
Modified
Mon Dec 5 22:49:18 2005 UTC
(17 years, 2 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- This is part of the nasty core fix; the y.tab.c and y.tab.h files
were committed earlier, I have no idea why this file did not get committed.
Revision
285 -
Directory Listing
Modified
Sat Dec 3 10:57:47 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
+ fixed unportable usage of va_list that make ircd cry on amd64
Revision
251 -
Directory Listing
Modified
Fri Nov 11 12:36:59 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed problem where configure wouldn't deal properly with openssl 0.9.8
- Rebuilt y.tab.c using bison 2.1
Revision
201 -
Directory Listing
Modified
Tue Nov 1 11:41:52 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
Revision
195 -
Directory Listing
Modified
Sun Oct 30 09:39:59 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed compile error in load_a_module() with glibc that don't
have a Link_map typedef
Revision
189 -
Directory Listing
Modified
Sun Oct 23 21:35:38 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- backported fix from HEAD done by Michael
- Fixed bug in sendto_channel_remote() that would cause
multiple copies of the same message to be sent to the
uplinked server.
Revision
176 -
Directory Listing
Modified
Sat Oct 22 00:00:13 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed gcc4 related compilewarnings in inet_ntop6(). Reported by ThaPrince
Revision
169 -
Directory Listing
Modified
Fri Oct 21 09:37:16 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Removed LocalUser.port
- Removed two extra memsets in make_request()
Revision
166 -
Directory Listing
Modified
Fri Oct 21 04:20:48 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
Backported from HEAD
- committed configure changes by nenolod (William Pitcock)
to check for HAVE_DLINFO
- fixed logic for picking up address for the mod_list
Revision
159 -
Directory Listing
Modified
Wed Oct 19 09:39:13 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug where we would increase Count.invisi even
if invisible_on_connect is off
Revision
155 -
Directory Listing
Modified
Tue Oct 18 02:54:54 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
(backported from HEAD)
- irc_res.c would send out hundreds? of retry requests on clients that
did not resolve, i.e. SERVFAIL. The code was essentailly ignoring
SERVFAIL hence generating request after request after request.
This appears to fix this major bug. It would be a good idea to add
some logging here however.
Revision
151 -
Directory Listing
Modified
Sun Oct 16 18:21:11 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- backported from HEAD flush_deleted_I_P is trying to treat MatchItems
as if they are AccessItems
I am almost sure this function is redundant as well.
Revision
102 -
Directory Listing
Modified
Mon Oct 10 12:17:19 2005 UTC
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- That one should be the propper fix for GDENY items. Previous fix broke
the ability of stacking user/name/action combinations.
That fix still needs to go into -HEAD, and VERY important, into 7.1.3.
Someone please test this, e.g. write a small dump function that spits out
GDENY items.
Revision
100 -
Directory Listing
Modified
Sun Oct 9 14:43:13 2005 UTC
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.
Revision
95 -
Directory Listing
Modified
Sat Oct 8 16:26:37 2005 UTC
(17 years, 4 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- At the very least, don't create a gdeny conf with a NULL name,
this is bad manners.
Revision
58 -
Directory Listing
Modified
Mon Oct 3 12:13:38 2005 UTC
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Reverted oper_privs_as_string() back to its previous version which is easier
to maintain when adding new operflags. Even the one who wrote the new version
introduced a bug by not taking care to keep the oper_flags_table in sync
with the OPER_FLAGS_* bits. (which also no one really wants to do ...)
- Updated it to deal with new 'remoteban', 'operwall' and 'operspy' flags
Revision
56 -
Directory Listing
Modified
Mon Oct 3 11:33:30 2005 UTC
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Re-added an equivalent of H6's sixth O-line field (Modes to get on operup).
- Updated efnet's example.conf to reflect the new
opers_bypass_callerid directive
- Misc style corrections to s_user.c while on it
Revision
42 -
Directory Listing
Modified
Sun Oct 2 23:25:27 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
- *hopefully* this hack fixes cryptlinks+ts6 instead of breaking them ;)
Revision
38 -
Directory Listing
Modified
Sun Oct 2 22:27:12 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
- MFC disallow ':' at the beginning and ' ' in server passwords
Revision
30 -
Directory Listing
Added
Sun Oct 2 20:03:27 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up