- UMODE_REJ goes to usermode 'j' - add UMODE_REGISTERED ('r') (registered nickname)
- preliminary services support
- create ircd-hybrid-8 "branch"
- recreate "trunk"
- Update CHANMODES ISUPORT...
release time - bump patchlevel to 7.3.0
- add new channel modes O and S
- Style cleanups - Doxify hook.c
- fixed several compile warnings
- replace several ircsprintf with snprintf
- Improve multi-prefix client capability support
- fixed compile warning in ircd.c
Added back STATS/TRACE/MOTD/ADMIN request notices. Removed spy_*_notice modules accordingly.
- Update NEWS file - Minor optimization to update_client_exit_stats close_connection - Move MaxConnectionCount/MaxClientCount to Counter struct
- fix for previous commit to m_set.c
- m_set.c: replace all occurrences of %s!%s@%s with get_oper_name()
- m_set.c:quote_max(): add missing argument to sendto_one() call
- Update NEWS
- Update INSTALL, NEWS, and README
- User IDs are now shown in client connection notices. Requested by some ircu user.
- m_kill.c: replace ircsprintf with snprintf
- update my email address
- update copyright years
- Bison 2.5
- we are finally 7.3-STABLE
- update NEWS
- propset
- added bulgarian language file provided by Borislav Borisov
- fixed "stats z" displaying bug
- 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)
- fixed stupid assert() which prevented clients from being added to local_client_list
- replace several ircsprintf with snprintf
- Got rid of irc_addrinfo.c and irc_getnameinfo.c - Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES
- simplify remove_ipv6_mapping() and get rid of inetntoa
- removed all instances of STATIC_MODULES since we don't have static modules anymore - removed m_mkpasswd module from contrib
- Bump up max temporary kline time to 360 days
- removed HUB capability, which was a LL leftover
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport
- ircd_parser.y: ensure only valid hostnames can be specified in serverinfo::name
- set_user_mode(): don't unset modes specified in general::oper_only_umodes for remote clients
- 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
- Move RPL_ETRACE to messages.tab - CHANGE RPL_WHOISSSL to use the 671 numeric
- move Client.client_host and Client.client_server to LocalUser struct
- Add back socketpair configure test which got lost for some reason. Cryptlinks should be working again.
- m_change.c: Fixed bug where exiting clients got not removed from userhost hash in case CHGHOST has been used on them
- thou shall not forget the half while being on crack
- Fixed broken configure test for sigio - Update libtool to latest 2.4 release
- Fix build under solaris, as reported by Peter Evans
- rebuild parser
bump patchlevel to rc1
- autoconf 2.67
- Updated ltdl to latest 2.2.10 release
- Switch libltdl to recursive build mode
- minor libtool fixups
- rebuild scanner using latest bison 2.4.2 which finally fixed those -Wundef related warnings
- ts_warn(), ilog(): replace two vsprintfS with vsnprintf. We're immortal now!!!!!!!!!111
- libtoolize
- Move do_local_user to m_user.c
- Sort out unneeded arguments of some user registration functions
- move Client.serial to LocalUser struct
- Dropped support for old style 'operflag = yes|no;' configuration format
- Made general::kill_chase_time_limit accept time units. too bad this entire crap is still needed even with ts6.
- remove old dot_in_ip6_addr configuration option. this is now obsolete.
- Update example configuration files
- Stop substitution of example configuration files on 'configure'
- removed mr_motd. unregistered clients may no longer request a MOTD
- respond.c:binary_to_hex: fixed harmless compile warning
- m_eob.c: remove redundant header includes
change RELNOTES to Release Notes
- move DLINE into its own m_dline module
- Rename existing lib directory containing modules on 'make install' as suggested by Rodder
- m_help.c: logging unfound help-topics that are triggered by simple HELP requests is just stupid, as this can be easily abused.
- Add back --silent switch to LIBTOOL flags for releases
- Squash compile warnings in contrib/
- Update copyright years
Bump version to 7.3.0rc
- 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()
- automake 1.11.1
- ms_operwall(): add proper TS6 support
- bump version to 7.3-rc1
- Updated ltdl to latest 2.2.6b release
- Fixed build with bsd make as reported by Yoshito Takeuchi
- fixed compile errors as reported by Peter Evans
- branch off trunk to create 7.3 branch
- move ircd-hybrid-7.2 to trunk
- Update AUTHORS and add fgeek to contributors. There's still some stuff you have to do, henri!
- Added gungline help file
- Fixed compile with --disable-openssl
- remove pointless check_class() call on ircd initialization
- fix build with poll, select and rt-signal
- update NEWS
- update NEWS
- fixed build with --enable-assert - fixed STATS z reporting correct memory consumption of channel bans/excepts/invites and watchlist entries
- rsa.c: removed outdated and missleading comments
- 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
- show_iline_prefix(): fixed an off-by-one when copying aconf->user. strlcpy really isn't hard to understand, is it?
- 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
- remove tools.(c|h)
- move list manipulation routines from tools.c to list.c - mem_frob() goes to memory.c - sort out redundant/unneeded header includes
- more configure cleanups and modernizations
- add configure test for pcre lib and remove pcre sources from the tree
- doxyfy
- continue doxyfying sources
- simplify GUNGLINE
- remove conf_add_d_conf wrapper
- remove unused small_file_date() function
- set_initial_nick(): remove *outdated* comment and make this function only take 2 parameters. source_p == client_p for local clients.
- moved set_initial_nick() to m_nick.c
- remove half done and broken win32 support
- timeout_auth_queries_event(): don't try to close auth->fd twice
- removed references to struct DNSReply
- 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.
- delete_resolver_queries(): remove extranous non-NULL test. ptr->data can never be NULL. let it crash, if it ever happens to be
- properly clean out irc_nsaddr_list before re-reading resolv.conf
- remove add_local_domain
- res_readreply(): check for fake replies before doing anything else
- update irc_reslib.c to latest libbind 6.0
- fix possible auth/dns related memleaks
- update NEWS
- move README.FIRST to README
- add -Wundef to CFLAGS
- removed remnants of --disable-gline-voting
- mo_sgungline: calling sento_server with right amount of params sounds like a good idea
- irc_res.c: fixed wide-spread off-by-one when copying hostnames
- res_readreply, do_query_number: removed ip6.int support. ip6.int delegations were deleted in 2006
- 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.
- 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
- added a mersenne twister basedn prng
- 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
- 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
- m_map(): remove useless IsOper() test on source_p. for operators mo_map is being used
- avoid using native basename() since some implementations may or may not modify passed data
- removed last traces of crypt.c - add disable-static to libtools options
- remove crypt.c, snprintf.c
- updated NEWS file
- updated BUGS, INSTALL, NEWS, ...
- removed autogen.sh. you should you autoreconf instead
- m_watch.c: remove m_watch from server message handler. m_watch should *never* be called for servers or remote clients.
- cleanup m_connect() while reviewing: remove useless MyConnect() test in mo_connect(). - Fix possible core in mo_connect() in case if there is a ConfItem that doesn't have an AccessItem mapped.
- cleanup m_close() while reviewing: get rid of some stupid integer incrementation on 'closed'. use dlink_list_length instead.
- cleanup m_capab() while reviewing: remove useless non-NULL test on p->localClient
- fixed harmless -Wuninitialized warning in m_list()
- added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
- make valgrind shut up when calling epoll_ctl
- add misssing _modinit/_moddeinit entry point functions to m_error.c
- add pcre_newline.c to lib/pcre/
- update pcre lib to 7.9
- minor fixes to example configuration files
- show pending gunglines in STATS g
- implement proper GUNGLINE support
- removed LL leftover in set_default_conf(). now ServerInfo.hub properly initializes on /rehash
- configure.ac: replaced obsolete AC_HELP_STRING with AS_HELP_STRING
- propset svn:keywords - remove simple.conf. example.conf.quick is good enough
- propset keywords
- added support for sha256/sha512 to mkpasswd
- update example configuration files
- squash several compile warnings
- remove m_error.c from src/
- lp64\llp64\ilp32 portability fixes
- actually add the file
- move m_error.c to modules/
- fixed some configure mess and imported latest libtool sources
- remove libtool scripts. they are generated by configure
- added protoype for modules_valid_suffix()
- fixed configure not checking for existence of several functions due to misuse of AC_CHECK_FUNCS_ONCE
- Update autools versions. - Fix acinclude.m4 to work on FreeBSD at least.
- gunline code added to gline module awaiting Wohalis' version.
-Remove obsolete references to LL
- Looks like I needed a : before the reason in the ENCAP
- Preliminary voting ungline code
- Fix typo
- This needs HAVE_BASENAME
- Remove the old m_ungline code to start.
- bug fix by caf <kevin@sylandro.com>
- add back --enable-small-net
- Added back --enable-assert
- fixed compile with compressed links
- Add tools/Makefile.am
- Made tools/ compile
- removed whats-new.txt
- Update messages/Makefile.am to cover ircd-romanian.lang
- Updated INSTALL
- Moved LICENSE to COPYING
- added default rule, so people can put their own module into contrib/ and compile it with 'make some_module.la'
- Added template for HAVE_LIBCRYPTO to make atoheader shut up
- Autotoolized contrib/ and made it compile cleanly
- Added some missing files - Moved HOSTLEN and USERLEN definition back to ircd_defs.h Those two shouldn't be configurable
- 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
Update autogen.sh to be smart(er). Shamelessly stolen and adapted.
Add workaround for libltdl being broken in debian sid
fix compile warning
Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
- svn move doxygen.conf doc/doxygen.conf
- File name changes in preparation for automake
- Move etc/example.efnet.conf to etc/example.efnet.conf.in - Update configure.ac
- Update example.efnet.conf according to dianes configure changes
- Added new 'server' option to listener::flags
- Added lang file for Romanian submitted by Bogdan Mintoi <bogdomania@yahoo.com>
- add back in the datarootdir cruft
- Major cleanup of build system (Stu should review this) Basically move shared stuff like help messages modules to datadir Try to keep to the original layout under prefix if --datadir --sysconfdir --localstatedir are not given - Make the example files have reasonable defaults, this bites me all the time anyway.
- Killed s_stats.c
- Removed lazylink leftovers
- No need to call can_join() on newly created channels
- OMOTD provides no support for displaying remote oper motds
- Removed help files that are no longer needed
- Avoid useless irc_getnameinfo calls in several places
- Fix compile warning in ip_cloaking.c
- Got rid of Serv.dep_users and Serv.dep_servers
- on_allow_list and allow_list are no longer needed. Removed
- Backported new ACCEPT code which adds support for n!u@h masks
- Fixed comment in m_knock.c and make use of the PrivateChannel macro to confuse people less
- 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
- show some watch statistics in STATS z
- Update RELNOTES
- fixed bug which would cause invalid invisible counts on oper-up in case operator::umodes and/or general::oper_only_umodes contains 'invisible'
- change_local_nick(): No need to call clear_ban_cache() twice on source_p
- hash_find_id() should be using strcmp instead or irccmp
svn propset svn:keywords
Updated RELNOTES
flex & bison
Backported WATCH
- Fix some compile warnings with gcc 4.2.2 - Update configure.ac
- Updated RELNOTES
- fixed longstanding topic desync bug during netbursts, which has been reported by several people. We now basically do what ircu does, i.e. unset topics set by netriders
- Add sanity check to m_cap
- 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)
- Adrian wants to be re-added, add him back here for now
- I fixed minor mistakes. From: uNd3rL1n3d <und3rl1n3d@gmail.com>
- Fixed occasional core when placing RESVs on channel names as repoared by Christopher A. Bongaarts.
bump version to 7.2.3
- make 709 numeric work for dronemon
- fix core in temp channel resv - remove unused variable in m_join - update RELNOTES
- 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
- Add +C - add etrace -full Reviewed by: cryogen, bear
- This remnant of LazyLinks DIE DIE DIE
+ 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
- Added ircd-italian.lang language file provided by Afaa
- m_challenge(): fixed another challenge bug which would reject a client's challenge response if the user= line contains an IP.
- m_testmask.c: fixed match arguments. It's actually the first argument which takes a mask containing wildcards. Reported by pharlap
- Fixed bug in find_conf_exact() which sometimes made CHALLENGE useless
- 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
- Updated doc/index.txt as suggested by fgeek
- I missed this redirect the first time, don't use a real server
- no more .fi
- Added missing %s conversion specifier to RPL_MODLIST. Now /modlist shows up whether or not a module is resident
- Fix for the parseargs() fix
- Fixed compile error
- Fixed ban cache as reported by ThaPrince
- Backported r754 (parseargs() didn't accept more than one switch)
+ 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).
bump version to 7.2.2
+ fixed a bug where auths/klines/glines with digit wildcards (#) were not handled correctly
- Updated messages/Makefile.in for ircd-brazilian_pt.lang
+ added DEAF isupport
- Rebuilt configure using autoconf 2.60
- Updated RELNOTES
- fixed core on MODRESTART as reported by xZ/CoolCold
- Also show the full path of .included configuration files when reporting syntax errors. This is just cosmetical.
- Updated RELNOTES
- Applied nenolod's parse_resvconf() fix
- Updated RELNOTES
- ACCEPT fixes as reported by ThaPrince
- Add Brazilian to 7.2 as well Marcelo Lipienski <und3rl1n3d@gmail.com>
- Fixed core in make_virthost() with host names that doesn't have a dot in it. Reported by CoolCold
- Fixed small memory leak in delete_auth()
- Backported r689 (the name of the source was appended to the RPL_TOPICTIME numeric instead of the target's name in mo_forcejoin)
- Updated RELNOTES
- Updated copyright years in version.c and INSTALL - Bumped version to 7.2.2 in configure.ac and doxygen.conf
- close_connection(): Fixed some harmless bug that could result in incorrect sent statistics in "STATS t" - Updated RELNOTES
+ patch against truncated NAMES output Submitted by: Murat Deligonul <deligonul@gmail.com>
- 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.
- Fixed possible core introduced by previous commit - Put some asserts into detach_conf()
- 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
- balloc.(c|h): backported r544 (Killed Block::used_list) - Update RELNOTES
- 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
Fix compile error. Be more careful with the so called stable branch :)
- Fixed compile error in s_auth.c
+ backported numeric changes
- 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.
- Fixed old bug that would forbid SPAMNUM to be disabled via "SET SPAMNUM 0"
- Updated example configuration files
+ added invisible character ^O (cancel all formatting)
- actually remove the chars that should not be marked as visible chan chars
- At least I noticed it myself, I got it completely backwards when folding in Michael's suggested optimisation.
- optimise Michael's fake channel catcher. Make it work first, then optimise.
- 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
- Fixed compile warning in change_simple_umode as reported by Volk
- Fixed an off-by one bug in the ip limiting code as reported by Volk
- Unbroke KILLHOST
- Backported r376 (STATS y now shows the total number of clients in a class) - Rebuilt y.tab.c using bison 2.2
- 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
- report_error() expects two %s conversion specifiers as reported by ThaPrince. This function really should get rewritten at given time. It just confuses people.
- Backported m_clearchan:kick_list fixes
- Fixed /dline nick for ipv6 servers
- ERR_NOSUCHNICK should actually be sent to local clients trying to PRIVMSG a non existant nick starting with a digit.
- Removed dalloca.h
- Added missing sigaction for SIGALRM
- Updated RELNOTES
- Cosmetical fix to "STATS k|K". temporary regexp based k-lines should be prefixed with 'kR' and permanent ones with 'KR'.
- Backported core fix for regexp k-lines
- 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.
- 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
- Merged check_xline() and check_regexp_xline into a single function
- 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.
- m_restart(): don't send restart notices twice to locally connected clients
- Proper typecasting in newblock()
- 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
- Cleaned up example.conf - Copied example.conf over to example.efnet.conf and restored efnet specific values
- The 2nd and 3rd character of a SID may be a digit as well. Spotted by ThaPrince - Fixed compile warnings in log_user_exit()
- log_user_exit(): removed extranous newline character in log message. fixed invalid casts
- Update RELNOTES
- Fixed a bunch of compile warnings
- Updated INSTALL. --with-maxcon doesn't exist anymore
- ts6 fixes as explained on irc
- 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.
- Updated RELNOTES - Fixed mkpasswd help file
- Fixed core in m_mkpasswd.c as reported by Grigor Josifov
- Added missing bracket
- can_send: splitted up some bigass if() statement
- Allow servers to CHGHOST. This is mainly to fix an issue with ip_cloaking module
- Backported accept_connection() cleanup from HEAD
- Fixed negative "STATS ?" output as reported by ThaPrince - Updated RELNOTES
- Updated RELNOTED. Added missing entries etc.. BUGS, TODO, INSTALL: likewise - Fixed formatting in example.conf
- Don't send out multiple "requesting G-Line" notices in case the same oper is requesting the same gline over and over again.
- Forgot the half of the gline voting fix
- Fixed g-line voting as discussed on irc
- Backported add_connection() speedups
- Updated RELNOTES and example.efnet.conf
- added missing documentation for connect::vhost
- Fixed core on FORCEJOIN as reported by CoolCold. ** Fixed doesn't need to get forward-ported to HEAD - Updated RELNOTES
bump version to 7.2.1 (release)
- Backported OJOIN fix from HEAD. Thanks for remembering me, CoolCold
- Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x
+ fixed linking error on bcc/win32 about _strcasecmp
- Fixed compile error in m_operspy.c. Reported by Volk
- Added missing !u@h prefix when sending MODE message back to a client
- Updated RELNOTES
- Backported msg_tree_parse() speedup
- When checking for first " in a line, make sure it doesn't run off the end of the line before it finds one.
- Removed unused struct DNSQuery pointer from Listener structure
- Fixed static build for m_cap() (fix doesn't need to get forward-ported to HEAD) - Added BS alias for BOTSERV
- 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.
- Removed some outdated XXX comments
- channel_member_names(): properly count the number of prefixes that will be written to lbuf
- 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.
- exit_client(): Don't bounce a QUIT back to origin's server Reported by adx
- Fixed bug where "OPERSPY NAMES #channel" would add a client twice onto a channel's member list if it is already on that channel.
- Break the loop if a client has reached its channel limit
- mo_force(): Don't allow servers to be added to a channel. (could possibly lead to a core)
- Rewrote m_join(). This was mainly done to fix some bug that can be easily abused. Details about this bug have been given on IRC.
- Fixed bug where "JOIN #keyedchan1,#keyedchan2 key1,key2" wouldn't work. Reported by ThaPrince
- Yet another mach_chan fix (broken #*chan vs. &chan match logic as pointed out by adx)
- Don't give away IP information unless it's an admin doing /stats P
- Backported match_chan() fix to get /list *chan* to work
- Fixed RPL_WHOISACTUALLY as reported by CoolCold
- Cleaned up the resolver some more, added some comments
+ backported quit change
- Redo NXDOMAIN check so IPV6 still works
- Unbreak can_send
- 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.
- Properly close ssl clients
- Backported spy_trace_notice module unload fix
- 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)
- rebuilt y.tab.c
- Fixed bug where "listen { flags = ssl; port 1,2,3; }" would result in only port 1 being set ssl enabled.
- Fixed typo in example.conf and send.c
- Got rid of the last IVARIANT we had and replaced it with two asserts().
- Fixed bug in fd_close() that caused a core when calling restart_resolver()
- Fixed invalid output of the USERS command as reported by ThaPrince
- Don't try to keep pointers to already freed memory on temporary_resv list when manually removing tempoary N/C resvs.
- Fixed possible core in expire_temp_lines()
- Fixed same problem for SSL_write. Some interesting reference about the problem we experienced can be found at http://www.mail-archive.com/openssl-dev@openssl.org/msg13939.html
- Fixed bug where all ssl clients would get disconnected in certain situations. (reported by many people)
- Fixed compile errors
- Add BMASK and TMODE onto message tree when building with static modules. reported by hb505.
- Backported updated help file for "SET"
+ fixed unaligned memory reference in resolver Submitted by: Immo 'FaUl' Wehrenberg
- backported spelling fix
MFC r396 from ircd-hybrid 7.3 (s_auth.c reliability fixes)
- Fixed typo
- Fixed TBURST as reported by ThaPrince
- Backported max_chans_per_user fix from HEAD
- fixed compile error in sendnick_TS()
- Fixed typo in example configuration files
- Forward-port banfix from 7.2 (reported by ThaPrince)
+ this should fix sockhost relaying (ThaPrince #1)
- Soft caller ID fix as per ThaPrince (find_channel_link was called with wrong pointer)
- Fixed incorrect match handling in relay_xline as reported by ThaPrince. Damnit match() really shouldn't return 1 on match. This will be changed sooner or later.
- 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()
- Forgot the half of the fix
- Fixed compile error on srv4 as reported by KEYofR
+ MFC support for halfop->op rewriting.
- Don't allow shared k-lines to be set without a valid reason
- Flag the client as being ip-spoofed if setting a new hostname via CHGHOST, that way non-opers can't figure out the IP with a simple WHOIS. Suggested by adx
- Fixed compile error reported by Volk and CoolCold
- As reported by CoolCold: - Updated cmode helpfile - Added support for old-style topicburst = yes|no
- Updated RELNOTES
- 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{}
- Don't allow other servers to send less than 4 parameters within TB
- Improved topic bursting. Read the comment in s_serv.c:send_tb for further info
- This should finally fix the TBURST issue as reported by ThaPrince. Untested as always
- Backported TBURST fix from HEAD
- Somehow we had a 7.2 release without mentioning the topicburst directive in connect{} blocks -> updated example confs - Updated RELNOTES
- Finish off TBURST (untested)
- propset svn:keywords "Id" modules/m_tburst.c - Added CAP_TBURST definition to get m_tburst.c compile
- Removed m_tb.c and updated Makefile.in
- Imported m_tburst.c from 7.3
- Updated RELNOTES
- Only locally connected clients should be checked for a valid channelmembership when processing the INVITE message. Remote clients that are outside a channel e.g. services, are allowed to send INVITEs. This also fixes a bug with anope services. Reported by r0d3nt
- Updated RELNOTES
- Fixed core in case aconf->cipher_preference and ConfigFileEntry.default_cipher_preference are both NULL pointers Reported by opteron-hani via Joan
- Updated RELNOTES
- Backported revision 315 (trimmed memory usage by moving invited dlink_list to LocalUser struct)
- Don't pace "WHO #somechan" and "WHO *" as this breaks several clients
+ clean up *.tds files after compile
+ fixed bugs related to win32 & static builds
- bump patchlevel to 7.2.1beta - stub 7.2.1beta1 in RELNOTES and add BETA verbage
- bump patchlevel to 7.2.0 - update RELNOTES - bump version in specfile
- fixed infinite loop spotted and fixed by *runedude* Jeremy Sayres and my email is runedude@runedude.net
- 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.
- This BUG is gone so the ancillary files are no longer needed as well
+ fixed unportable usage of va_list that make ircd cry on amd64
+ MFC /dev/poll
- Back port whois fix from HEAD
+ more rate limiting fixes + update RELNOTES
+ add more load2hi protection + style fixes
MFC set +b on opers by default
- Fixed another core on dlclose()
- Fixed core on /modunload, /modrestart
- Fixed problem where configure wouldn't deal properly with openssl 0.9.8 - Rebuilt y.tab.c using bison 2.1
+ 7.1 -> 7.2
- Added missing 'return' after register_remote_user() call in nick_from_server()
- Use MODE_PRIVATE, MODE_PARANOID isn't defined until HEAD (7.3)
- make findmodule_byname case sensitive
+ reverted accidental invalid backport of win32build.bat
MFC: + removed invite_ops_only, controlled by +p now + sorted ircd.conf:channel{} a bit
- Fixed compile error in load_a_module() with glibc that don't have a Link_map typedef
- 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.
- Fixed gcc4 related compilewarnings in inet_ntop6(). Reported by ThaPrince
- ETRACE should spit out an error if used by a non-oper. Reported by nenolod
- Removed LocalUser.port - Removed two extra memsets in make_request()
- Fixed compilewarning about unused parc in a more or less clean way. Reported by Marines
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
- MFC iorecv/iosend changes to allow charset recoding
- Fixed bug where we would increase Count.invisi even if invisible_on_connect is off
- MFC: fixed register_callback
(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.
- 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.
- backport fix from HEAD to fix m_testline.c on 7.2 This bug is old. The code was missing a test for a kline conf and the sendto to print that kline out, in the case where it was a kline against and IP. i.e. foo@ip.ip.ip.ip it would work in the case where it was a kline against a dns.
- backport fix for memory leak and parv1 from HEAD
- Limit maximum WHOWAS replies for remote requests to 20, as per H6
- Fixed a bug where remoteservers would send us an ERROR on "WHOWAS nick count remoteserver.net". Propably one of the oldest bugs that got introduced in 7.0. (Backported from HEAD)
- fix compile warning
- backport fixes from 7.3 (HEAD) for testline and ~ flags
- Updated example.conf as suggested by pi
- Fixed compile error in m_ctrace.c
- MFC: fixed core on /links
- 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.
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas remote SJOINs/JOINs can be upto 200chars for backwards compatibility.
- And update the parser files
- At the very least, don't create a gdeny conf with a NULL name, this is bad manners.
- Updated 7.2 RELNOTES
- Fixed bug in m_whois() that would allow users to send a WHOIS to remote servers with an empty argument via "WHOIS someserver.org :"
- added /stats h to help
- 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
- 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
MFC: switch to static "SVN" string
- *hopefully* this hack fixes cryptlinks+ts6 instead of breaking them ;)
- documented cidr_bitlen
- MFC disallow ':' at the beginning and ' ' in server passwords
create 7.2 branch, we can move/rename it as needed.
- svn:keywords
- svn:keywords
- Fix svn:keywords
- imported sources - can be moved later according to the directory/branching scheme, but we need the svn up
x
test 12312431241
blah
xxx
zzz
test
another
test 123
this is a test
yet another test commit
yet another test commit
test commit. will it email?
Deleted ircd-hybrid/trunk
Deleted ircd-hybrid/tags
Deleted ircd-hybrid/branches
- test commit
Initial import