Revision
1571 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 17 18:53:51 2012 UTC
(13 years, 9 months ago)
by
michael
Diff to
previous 1570
,
to
selected 545
- 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
1516 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 30 15:08:36 2012 UTC
(13 years, 11 months ago)
by
michael
Diff to
previous 1515
,
to
selected 545
- 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
1476 -
Directory Listing
-
[select for diffs]
Modified
Sun Jul 22 15:20:31 2012 UTC
(14 years ago)
by
michael
Diff to
previous 1475
,
to
selected 545
- m_invite(): fixed _remote_ INVITE announcement notices. channel names
needs to be prepended with an '@', otherwise even non-channelops will
receive the anouncement if the invitee is on a remote server
Revision
1473 -
Directory Listing
-
[select for diffs]
Modified
Sun Jul 22 12:15:39 2012 UTC
(14 years ago)
by
michael
Diff to
previous 1472
,
to
selected 545
- m_tburst.c: fixed client-side topic desynchronization bug that may
happen in case a remote server has a greater TOPICLEN value than
the server that actually is receiving the TBURST
Revision
1446 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 25 20:05:12 2012 UTC
(14 years, 1 month ago)
by
michael
Diff to
previous 1445
,
to
selected 545
- 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
1437 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 18 19:02:48 2012 UTC
(14 years, 1 month ago)
by
michael
Diff to
previous 1436
,
to
selected 545
- 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
1432 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 9 19:40:08 2012 UTC
(14 years, 1 month ago)
by
michael
Diff to
previous 1431
,
to
selected 545
- 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
1416 -
Directory Listing
-
[select for diffs]
Modified
Sat May 26 11:45:43 2012 UTC
(14 years, 2 months ago)
by
michael
Diff to
previous 1415
,
to
selected 545
- 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
1415 -
Directory Listing
-
[select for diffs]
Modified
Sat May 26 08:58:18 2012 UTC
(14 years, 2 months ago)
by
michael
Diff to
previous 1414
,
to
selected 545
- m_challenge: add module_init, module_exit dummy functions to shut up
the module loader bitching about missing 'modules_entry' symbol if
OpenSSL is not found/enabled.
Revision
1414 -
Directory Listing
-
[select for diffs]
Modified
Sat May 26 08:36:29 2012 UTC
(14 years, 2 months ago)
by
michael
Diff to
previous 1413
,
to
selected 545
- 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
1402 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 18:42:45 2012 UTC
(14 years, 2 months ago)
by
michael
Diff to
previous 1401
,
to
selected 545
- /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
1393 -
Directory Listing
-
[select for diffs]
Modified
Wed May 2 19:17:37 2012 UTC
(14 years, 3 months ago)
by
michael
Diff to
previous 1392
,
to
selected 545
- 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
1387 -
Directory Listing
-
[select for diffs]
Modified
Tue May 1 11:50:01 2012 UTC
(14 years, 3 months ago)
by
michael
Diff to
previous 1386
,
to
selected 545
- 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
1376 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 29 17:08:42 2012 UTC
(14 years, 3 months ago)
by
michael
Diff to
previous 1375
,
to
selected 545
- 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
1346 -
Directory Listing
-
[select for diffs]
Modified
Mon Apr 9 17:35:40 2012 UTC
(14 years, 3 months ago)
by
michael
Diff to
previous 1345
,
to
selected 545
- 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
1330 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 1 12:12:00 2012 UTC
(14 years, 4 months ago)
by
michael
Diff to
previous 1329
,
to
selected 545
- 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
1322 -
Directory Listing
-
[select for diffs]
Modified
Fri Mar 30 11:37:32 2012 UTC
(14 years, 4 months ago)
by
michael
Diff to
previous 1321
,
to
selected 545
- 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
1316 -
Directory Listing
-
[select for diffs]
Modified
Tue Mar 27 17:05:51 2012 UTC
(14 years, 4 months ago)
by
michael
Diff to
previous 1315
,
to
selected 545
- 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
1307 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 24 09:33:33 2012 UTC
(14 years, 4 months ago)
by
michael
Diff to
previous 1306
,
to
selected 545
- 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
1301 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 10 21:47:17 2012 UTC
(14 years, 4 months ago)
by
michael
Diff to
previous 1300
,
to
selected 545
- 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
-
[select for diffs]
Modified
Wed Feb 22 20:48:30 2012 UTC
(14 years, 5 months ago)
by
michael
Diff to
previous 1293
,
to
selected 545
- 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
1243 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 30 10:47:53 2011 UTC
(14 years, 10 months ago)
by
michael
Diff to
previous 1242
,
to
selected 545
- 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
1241 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 29 20:26:09 2011 UTC
(14 years, 10 months ago)
by
michael
Diff to
previous 1240
,
to
selected 545
- 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
1235 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 23 08:55:50 2011 UTC
(14 years, 10 months ago)
by
michael
Diff to
previous 1234
,
to
selected 545
- 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
1228 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 19 09:38:38 2011 UTC
(14 years, 10 months ago)
by
michael
Diff to
previous 1227
,
to
selected 545
- 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
1201 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 22 18:55:33 2011 UTC
(14 years, 11 months ago)
by
michael
Diff to
previous 1200
,
to
selected 545
- I decided to make the services 'hybrid only'. That said, I'm not
going to continue the ircservices project in an official manner,
since maintaining compatibility for a wide range of ircds would
require an enormous amount of effort.
Revision
1198 -
Directory Listing
-
[select for diffs]
Modified
Sun Aug 21 19:24:34 2011 UTC
(14 years, 11 months ago)
by
michael
Diff to
previous 1197
,
to
selected 545
- hybrid.c: change value of protocol_nickmax to 9, otherwise guest-nicks
won't work. One needs to increase protocol_nickmax in case hybrid's NICKLEN
gets increased, too. Maybe this one should be changeable via services.conf
Revision
1186 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 18 09:30:46 2011 UTC
(14 years, 11 months ago)
by
michael
Diff to
previous 1185
,
to
selected 545
- Backported -r1182: nick_from_server, uid_from_server: don't blindly increment
Count.invisi without checking if we already did. Fixes invalid usercount in
case servers sends redundant modes within an NICK/UID message
Revision
1182 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 16 08:18:13 2011 UTC
(14 years, 11 months ago)
by
michael
Diff to
previous 1181
,
to
selected 545
- nick_from_server, uid_from_server: don't blindly increment Count.invisi
without checking if we already did. Fixes invalid usercount in case servers
sends redundant modes within an NICK/UID message.
Revision
1178 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 15 08:11:31 2011 UTC
(14 years, 11 months ago)
by
michael
Diff to
previous 1177
,
to
selected 545
- 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
-
[select for diffs]
Modified
Sun Aug 14 11:24:24 2011 UTC
(14 years, 11 months ago)
by
michael
Diff to
previous 1175
,
to
selected 545
- 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
-
[select for diffs]
Modified
Sun Aug 14 00:23:02 2011 UTC
(14 years, 11 months ago)
by
michael
Diff to
previous 1172
,
to
selected 545
- 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
1171 -
Directory Listing
-
[select for diffs]
Modified
Fri Aug 12 20:00:46 2011 UTC
(14 years, 11 months ago)
by
michael
Diff to
previous 1170
,
to
selected 545
- Import ircservices-5.1.24. Don't ever think about modifying anything in this
folder!
Since Andrew Church has discontinued his services project in April 2011, the
ircd-hybrid team has been given permissions to officially continue and
maintain the already mentioned project.
The name of this project will be changed for the reason being that the current
name "IRC Services" is way too generic these days.
Remember: Don't ever modify anything in here. This folder is kept for reference.
Revision
1126 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 20 14:30:12 2011 UTC
(15 years, 5 months ago)
by
michael
Diff to
previous 1125
,
to
selected 545
- 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
1115 -
Directory Listing
-
[select for diffs]
Modified
Tue Dec 21 14:42:54 2010 UTC
(15 years, 7 months ago)
by
michael
Diff to
previous 1114
,
to
selected 545
- 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
1045 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 26 12:58:42 2010 UTC
(16 years, 6 months ago)
by
michael
Diff to
previous 1044
,
to
selected 545
- 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
1044 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 26 12:58:17 2010 UTC
(16 years, 6 months ago)
by
michael
Diff to
previous 1043
,
to
selected 545
- 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
1015 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 25 00:08:06 2009 UTC
(16 years, 9 months ago)
by
michael
Diff to
previous 1014
,
to
selected 545
- 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
1013 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 18 14:26:49 2009 UTC
(16 years, 9 months ago)
by
michael
Diff to
previous 1012
,
to
selected 545
- 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
998 -
Directory Listing
-
[select for diffs]
Modified
Sun Aug 23 12:43:17 2009 UTC
(16 years, 11 months ago)
by
michael
Diff to
previous 997
,
to
selected 545
- 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
984 -
Directory Listing
-
[select for diffs]
Modified
Fri Aug 14 13:18:14 2009 UTC
(16 years, 11 months ago)
by
michael
Diff to
previous 983
,
to
selected 545
- 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
-
[select for diffs]
Modified
Thu Aug 13 22:32:54 2009 UTC
(16 years, 11 months ago)
by
michael
Diff to
previous 982
,
to
selected 545
- 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
-
[select for diffs]
Modified
Sun Aug 9 19:09:03 2009 UTC
(16 years, 11 months ago)
by
michael
Diff to
previous 980
,
to
selected 545
- 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
971 -
Directory Listing
-
[select for diffs]
Modified
Sun Aug 2 23:27:42 2009 UTC
(17 years ago)
by
michael
Diff to
previous 970
,
to
selected 545
- 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.
Revision
927 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 27 22:45:36 2007 UTC
(18 years, 8 months ago)
by
bear
Diff to
previous 926
,
to
selected 545
Some fixes, and pushing non-loaded data down into the file formats.
I'm so going to get killed over this commit,
but hey, where would be the fun otherwise? ;-)
Revision
912 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 7 22:47:44 2007 UTC
(18 years, 8 months ago)
by
michael
Diff to
previous 911
,
to
selected 545
- 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
897 -
Directory Listing
-
[select for diffs]
Modified
Sat Nov 3 17:13:32 2007 UTC
(18 years, 9 months ago)
by
db
Diff to
previous 896
,
to
selected 545
- 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.
Revision
885 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 31 18:09:24 2007 UTC
(18 years, 9 months ago)
by
michael
Diff to
previous 884
,
to
selected 545
- 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
-
[select for diffs]
Modified
Sun Oct 28 11:58:39 2007 UTC
(18 years, 9 months ago)
by
michael
Diff to
previous 881
,
to
selected 545
- fixed bug which would cause invalid invisible counts on oper-up in case
operator::umodes and/or general::oper_only_umodes contains 'invisible'
Revision
873 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 23 11:02:09 2007 UTC
(18 years, 9 months ago)
by
michael
Diff to
previous 872
,
to
selected 545
- 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
Revision
871 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 14 03:33:44 2007 UTC
(18 years, 10 months ago)
by
db
Diff to
previous 870
,
to
selected 545
- 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
862 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 5 04:33:38 2007 UTC
(19 years, 5 months ago)
by
db
Diff to
previous 861
,
to
selected 545
- move buf_cb_sendto_one() into send.c from strbuf
- add kludge to Makefile to force strbuf.o functions to be linked into ircd
- add temp kludges to deny. and kill.c to allow ircd to link (FIX!!!)
- Finally! modify m_names.c to use strbuf
Revision
861 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 1 10:14:18 2007 UTC
(19 years, 5 months ago)
by
adx
Diff to
previous 860
,
to
selected 545
+ "oper" and "added" are for admin's information; NULL (i.e. smalldate)
is indeed redundant, but I believe it still belongs in conf/ rather than
reanalysing stuff in conf/parser/ (which additionally makes a
reverse dependence, i.e. conf parser on store types)
Revision
860 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 1 01:15:49 2007 UTC
(19 years, 5 months ago)
by
bear
Diff to
previous 859
,
to
selected 545
Remove legacy fields from ConfStoreField[] arrays, a legacy csv imple-
mentation will be able to generate them itself, nobody else needs them.
Also store conf file name in the ConfStore struct.
Revision
853 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 22 06:01:30 2007 UTC
(19 years, 5 months ago)
by
db
Diff to
previous 852
,
to
selected 545
- 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
851 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 19 21:55:24 2007 UTC
(19 years, 5 months ago)
by
bear
Diff to
previous 850
,
to
selected 545
Move some logic from m_kline.c to conf/kill.c, integrate stuff with new csvlib,
clean up / simplify / centralize some code.
parse_aline.c should really be called aline.c or so now
Revision
842 -
Directory Listing
-
[select for diffs]
Modified
Fri Feb 9 21:27:48 2007 UTC
(19 years, 5 months ago)
by
adx
Diff to
previous 841
,
to
selected 545
+ 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
834 -
Directory Listing
-
[select for diffs]
Modified
Sun Jan 7 23:57:47 2007 UTC
(19 years, 6 months ago)
by
bear
Diff to
previous 833
,
to
selected 545
Fix one symptom of what happens when a server's client_p
is unexpectedly exitted during link setup.
This does not fix the underlying bug that we may call exit_client
without being aware of it.
Revision
833 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 4 18:44:35 2007 UTC
(19 years, 7 months ago)
by
stu
Diff to
previous 832
,
to
selected 545
add some error/warning checking to adding nameservers, because currently if we fail to add any we just carry on then fail horribly later in a not-easily-identifyable way
Revision
830 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 13 19:47:59 2006 UTC
(19 years, 7 months ago)
by
knight
Diff to
previous 829
,
to
selected 545
- Fix potential core problem in the IP cloaking procedure if a user
tries to cloak when their host is localhost. The original code was
in the wrong part of the logic and needed to be before the string to
array conversion, not after. Though while I do not see why a user
would wish to cloak themselves or attempt to cloak while being
user@localhost, this fixes the problem from occuring.
Revision
828 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 23 21:23:11 2006 UTC
(19 years, 8 months ago)
by
stu
Diff to
previous 827
,
to
selected 545
- Add src/modules.c - This gives us back MOD((UN|RE)LOAD|RESTART) (doesnt take
core modules into account)
- Add CT_FLAG - a generic way of adding backward compatible foo = yes; flags
- Correct a couple of conf entries which didnt quite match 7.2
- Allow bools to be passed through to a CT_LIST properly
Revision
808 -
Directory Listing
-
[select for diffs]
Modified
Sun Sep 3 18:58:00 2006 UTC
(19 years, 11 months ago)
by
michael
Diff to
previous 807
,
to
selected 545
- 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
771 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 22 18:54:38 2006 UTC
(19 years, 11 months ago)
by
adx
Diff to
previous 770
,
to
selected 545
+ after fixing a bunch of bugs, ircd is finally able to start up and /connect.
+ problems: kline/xline and such refuse to load (missing write_csv_line),
modload & co are also not present (need to implement module-like m_ files?)
Revision
766 -
Directory Listing
-
[select for diffs]
Modified
Sun Aug 20 11:18:36 2006 UTC
(19 years, 11 months ago)
by
michael
Diff to
previous 765
,
to
selected 545
- Fixed src/Makefile.in
- Have KLINE and friends deal properly with write_csv_line(). It's currently
kinda ugly, but the whole csvlib crap will have to be rewritten to use some
proper database anyways.
/UN*LINE may core for now.
Revision
753 -
Directory Listing
-
[select for diffs]
Modified
Wed Jul 26 15:58:16 2006 UTC
(20 years ago)
by
adx
Diff to
previous 752
,
to
selected 545
+ 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
752 -
Directory Listing
-
[select for diffs]
Modified
Wed Jul 26 15:56:37 2006 UTC
(20 years ago)
by
adx
Diff to
previous 751
,
to
selected 545
+ fixed an old bug that affected our numeric delivery:
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
702 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 25 10:27:09 2006 UTC
(20 years, 1 month ago)
by
michael
Diff to
previous 701
,
to
selected 545
- Removed pointless check_class() call in main()
- Removed unused function prototypes
- Moved s_serv.c to server.c
- Renamed initialize_server_capabs() to server_init() and move it to server.c
Revision
682 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 15 14:21:00 2006 UTC
(20 years, 1 month ago)
by
michael
Diff to
previous 681
,
to
selected 545
- exit_client(): Wanna-be servers that are in connecting or handshaking state
are not on on the serv_list, so let's clean this up a bit.
- close_connection(): Fixed some harmless bug that could result in incorrect
sent statistics in "STATS t"
Revision
678 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 15 08:06:28 2006 UTC
(20 years, 1 month ago)
by
adx
Diff to
previous 677
,
to
selected 545
+ rebuilt y.tab.c
+ ServerInfo -> ServerInfoX for now to avoid hidden name conflicts
+ serv_list nodes are localClient->lnode, so don't free them with balloc
Revision
674 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 13 08:45:01 2006 UTC
(20 years, 1 month ago)
by
michael
Diff to
previous 673
,
to
selected 545
- Removed server connection scheduling leftovers. We just periodically continue
to check server confs in try_connections() without updating aconf->hold in
close_connection()
Revision
673 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 13 07:38:50 2006 UTC
(20 years, 1 month ago)
by
michael
Diff to
previous 672
,
to
selected 545
- 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
671 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 13 07:15:38 2006 UTC
(20 years, 1 month ago)
by
michael
Diff to
previous 670
,
to
selected 545
- 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
668 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 11 13:39:25 2006 UTC
(20 years, 1 month ago)
by
michael
Diff to
previous 667
,
to
selected 545
- 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
-
[select for diffs]
Modified
Thu Jun 8 07:00:17 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 649
,
to
selected 545
- 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
640 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 7 10:41:00 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 639
,
to
selected 545
- Replaced several strchr(x, '*'), etc. with hash_wildcard()
- Removed useless collapse() call in hunt_server(). It's match()'s job
to deal with multiple ***. No need to re-copy the entire string again.
Revision
632 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 1 10:53:00 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 631
,
to
selected 545
- 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
628 -
Directory Listing
-
[select for diffs]
Modified
Mon May 29 20:04:32 2006 UTC
(20 years, 2 months ago)
by
adx
Diff to
previous 627
,
to
selected 545
Added contrib module for character set recoding
Note it doesn't work at the moment because listen{} itself
is not yet modularised. Will probably also need some modifications
to include iconv headers and libraries in the build process.
Revision
618 -
Directory Listing
-
[select for diffs]
Modified
Tue May 23 07:07:53 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 617
,
to
selected 545
- 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
-
[select for diffs]
Modified
Mon May 22 07:21:17 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 616
,
to
selected 545
- 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
613 -
Directory Listing
-
[select for diffs]
Modified
Fri May 19 09:23:10 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 612
,
to
selected 545
- Got rid of several pointless irc_getnameinfo() calls in places where we
can simply use client->sockhost.
- Removed contrib/m_ltrace.c. Use TRACE instead.
- Fixed compile errors in m_gline.c and m_info.c
Revision
608 -
Directory Listing
-
[select for diffs]
Modified
Tue May 16 10:05:44 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 607
,
to
selected 545
- Merged mo_whowas() and m_whowas() and doxyfied it while at it
- Made whowas_do() only take 3 params and don't longer cut off a
nick after the first comma. As per rfc1459, a comma separated
nick list isn't supported anyways.
Revision
594 -
Directory Listing
-
[select for diffs]
Modified
Fri May 12 20:05:57 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 593
,
to
selected 545
- 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
-
[select for diffs]
Modified
Fri May 12 05:47:32 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 592
,
to
selected 545
- 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
589 -
Directory Listing
-
[select for diffs]
Modified
Mon May 8 18:40:00 2006 UTC
(20 years, 3 months ago)
by
michael
Diff to
previous 588
,
to
selected 545
- 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
584 -
Directory Listing
-
[select for diffs]
Modified
Sun May 7 15:26:45 2006 UTC
(20 years, 3 months ago)
by
michael
Diff to
previous 583
,
to
selected 545
- 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
572 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 30 16:57:48 2006 UTC
(20 years, 3 months ago)
by
michael
Diff to
previous 571
,
to
selected 545
- 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
545 -
Directory Listing
-
[selected]
Modified
Wed Apr 5 19:16:50 2006 UTC
(20 years, 4 months ago)
by
michael
Diff to
previous 544
- Fixed core on FORCEJOIN as reported by CoolCold.
** Fixed doesn't need to get forward-ported to HEAD
- Updated RELNOTES
Revision
543 -
Directory Listing
-
[select for diffs]
Modified
Mon Apr 3 15:18:11 2006 UTC
(20 years, 4 months ago)
by
michael
Diff to
previous 542
,
to
selected 545
- "deglobalized" heap_list and added block_heap_get_heap_list() instead.
Note that block_heap_get_heap_list is a const function and the data pointed
by it can't and should never be modified externally.
Revision
540 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 25 15:41:56 2006 UTC
(20 years, 4 months ago)
by
michael
Diff to
previous 539
,
to
selected 545
- Cleaned up add_connection(), e.g. got rid of pointless getpeername() call.
We also don't need to deal with encapsulated ipv4 addresses since this
is already done in comm_accept()
Revision
532 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 20 10:38:39 2006 UTC
(20 years, 4 months ago)
by
michael
Diff to
previous 531
,
to
selected 545
- Fixed core in m_jupe(). We're now using an embedded lclient_node dlink_node
which is allocated within a LocalUser struct, so don't try to free() it.
Revision
529 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 18 15:28:33 2006 UTC
(20 years, 4 months ago)
by
michael
Diff to
previous 528
,
to
selected 545
- Some small tweaks to client exit code. 99% of the time it is a client
exiting the network, so check this case first, then see if it is a server
Revision
515 -
Directory Listing
-
[select for diffs]
Modified
Sun Mar 5 09:26:04 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 514
,
to
selected 545
- Moved tstats() to m_stats.c and killed s_stats.(c|h)
- Got rid of extra ServerStats pointer
- Killed ms_error which was basically a duplication of m_error
Revision
510 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 4 08:37:51 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 509
,
to
selected 545
- 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
509 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 4 08:33:31 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 508
,
to
selected 545
- 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
502 -
Directory Listing
-
[select for diffs]
Modified
Fri Mar 3 19:49:25 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 501
,
to
selected 545
- Implemented CAP command handler based uppon ircu's m_cap()
- Added somewhat outdated draft-mitchell-irc-capabilities-01.txt until
I get the latest version from kev.
- Added "multi-prefix" cap so clients supporting "multi-prefix"
may recieve multi prefixed NAMES replies, e.g. @%+nick1 @+nick2 ..
- Fixed "make clean" for src/conf/
Revision
501 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 2 10:40:42 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 500
,
to
selected 545
- Removed all inlined versions of dlink* functions
- Added an assert()s to dlinkDelete()
- NDEBUG is now undefined by default for testing and beta versions
Revision
491 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 1 14:51:05 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 490
,
to
selected 545
- Got rid of extra strlenS and redundant hash_find_channel() calls
- Cleaned up channel name validation routines
- mo_force: don't allow servers to be added to a channel
Revision
477 -
Directory Listing
-
[select for diffs]
Modified
Sat Feb 18 12:34:09 2006 UTC
(20 years, 5 months ago)
by
adx
Diff to
previous 476
,
to
selected 545
+ additional parameter 'exact' for find_module():
if NO, match only the canonical name i.e. m_part.ABC will match
m_part.so or built-in m_part (used to check if any version of a
module is loaded)
if YES, match the whole file name (used with /modunload and friends)
Revision
471 -
Directory Listing
-
[select for diffs]
Modified
Fri Feb 17 10:01:53 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 470
,
to
selected 545
- Don't allocate new dlink_node pointer on each client creation,
rather reuse localClient->lclient_node for linking it into
unknown_list and move it into local_client_list after client
registration.
Revision
459 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 12 22:21:37 2006 UTC
(20 years, 5 months ago)
by
db
Diff to
previous 458
,
to
selected 545
- If DNS server gives us a NXDOMAIN, we should give up trying to resolve
this host if doing IPV4, if doing IPV6, NXDOMAIN might mean that a hostname
might not be available under AAAA but A record might be worth a shot.
Revision
457 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 12 20:30:27 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 456
,
to
selected 545
- Use set_initial_nick() if an unregistered client is changing between
equivalent nicks which only differ in cAsE. That way we properly keep
the fd note about the client updated.
Revision
454 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 12 19:01:25 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 453
,
to
selected 545
- 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
453 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 12 18:56:55 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 452
,
to
selected 545
- 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
-
[select for diffs]
Modified
Sun Feb 12 02:59:16 2006 UTC
(20 years, 5 months ago)
by
db
Diff to
previous 446
,
to
selected 545
- 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
446 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 12 02:46:54 2006 UTC
(20 years, 5 months ago)
by
db
Diff to
previous 445
,
to
selected 545
- 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).
Revision
442 -
Directory Listing
-
[select for diffs]
Modified
Sat Feb 11 23:14:21 2006 UTC
(20 years, 5 months ago)
by
adx
Diff to
previous 441
,
to
selected 545
+ massive rewrite of module init/deinit/version headers,
we are introducing a new module manager which deals with static
and dynamic modules exactly the same way. (New possibilities
include loading/unloading statically compiled modules and
mixing static/dynamic ones in one build.)
Revision
420 -
Directory Listing
-
[select for diffs]
Modified
Fri Feb 10 14:23:33 2006 UTC
(20 years, 5 months ago)
by
adx
Diff to
previous 419
,
to
selected 545
+ added support for syntax SECTION "value" { ...fields... };
ConfSection has a field 'def_field', if non-NULL it will be
assigned with the provided value.
Revision
408 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 8 12:55:04 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 407
,
to
selected 545
- Removed check_channel_name() call in m_mode(). hash_find_channel() will
deal with invalid channel names. No need to always scan the buffer
pointed by parv[1].
Revision
398 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 7 12:00:21 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 397
,
to
selected 545
- Ripped out lazylinks as discussed on irc. the main concept wasn't very well
designed and will be done in a better way some day. Anyways, they propably
never worked and were considered bloat by most people. Good bye!
Revision
382 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 31 12:13:42 2006 UTC
(20 years, 6 months ago)
by
michael
Diff to
previous 381
,
to
selected 545
- 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.
Revision
381 -
Directory Listing
-
[select for diffs]
Modified
Sun Jan 29 10:27:33 2006 UTC
(20 years, 6 months ago)
by
michael
Diff to
previous 380
,
to
selected 545
- Cleaned up some special magic in show_iline_prefix. Someone tell me why
we should copy aconf->user into a separate buffer after the prefix? Also
renamed it to make_iline_prefix.
Revision
379 -
Directory Listing
-
[select for diffs]
Modified
Sat Jan 28 08:31:31 2006 UTC
(20 years, 6 months ago)
by
michael
Diff to
previous 378
,
to
selected 545
- More preparations for the new u@h mask storage system, also
added some small example to report_confitem_types() how to deal
with it when reporting items
Revision
378 -
Directory Listing
-
[select for diffs]
Modified
Sat Jan 28 08:13:58 2006 UTC
(20 years, 6 months ago)
by
michael
Diff to
previous 377
,
to
selected 545
- Added mask_list dlink_list to MatchItem/AcccessItem structs. These lists
will later be used to hold a chain of hostmasks used for hub_mask, leaf_mask,
and auth{}/oper{} user masks so we later don't need to duplicate a whole
MatchItem or AcccessItem via ugly ColllecItems.
Revision
375 -
Directory Listing
-
[select for diffs]
Modified
Sun Jan 22 11:04:43 2006 UTC
(20 years, 6 months ago)
by
michael
Diff to
previous 374
,
to
selected 545
- Don't free() source_p->localClient->auth_oper after calling
oper_up() on source_p. Added small explanatation about why
you shouldn't do that.
Revision
373 -
Directory Listing
-
[select for diffs]
Modified
Sat Jan 14 17:23:35 2006 UTC
(20 years, 6 months ago)
by
michael
Diff to
previous 372
,
to
selected 545
- Get rid of some really outdated PORTNUM assignments/tests in m_connect().
connect items have a default port set upon creation.
- Untabified m_connect.c
Revision
371 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 10 10:45:48 2006 UTC
(20 years, 6 months ago)
by
michael
Diff to
previous 370
,
to
selected 545
- 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
364 -
Directory Listing
-
[select for diffs]
Modified
Sun Jan 8 15:39:24 2006 UTC
(20 years, 6 months ago)
by
michael
Diff to
previous 363
,
to
selected 545
- Entirely changed the way of ban match processing to be more cleaner.
It also should nicely speed up matching of pure ip (may include cidr mask)
bans.
- Removed match_cidr() which is now not longed needed
- Add back some prototypes to res.h to fix compile errors
Revision
357 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 5 16:06:45 2006 UTC
(20 years, 7 months ago)
by
michael
Diff to
previous 356
,
to
selected 545
- Mainly re-wrote split_nuh() to fix a regexp kline bug where we would cut off
the user portion after 9 chars, but also to be a bit more flexible when we
have to deal with different user/host name lengths.
- Re-wrote m_capture() to use split_nuh()
Revision
344 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 31 09:41:44 2005 UTC
(20 years, 7 months ago)
by
michael
Diff to
previous 343
,
to
selected 545
- 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
Revision
343 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 31 09:38:11 2005 UTC
(20 years, 7 months ago)
by
michael
Diff to
previous 342
,
to
selected 545
- 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
Revision
323 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 24 22:07:31 2005 UTC
(20 years, 7 months ago)
by
michael
Diff to
previous 322
,
to
selected 545
- 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
Revision
322 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 24 22:04:58 2005 UTC
(20 years, 7 months ago)
by
michael
Diff to
previous 321
,
to
selected 545
- 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
Revision
320 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 24 15:13:27 2005 UTC
(20 years, 7 months ago)
by
michael
Diff to
previous 319
,
to
selected 545
- Fixed core in case aconf->cipher_preference and
ConfigFileEntry.default_cipher_preference are both NULL pointers
Reported by opteron-hani via Joan
Revision
319 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 24 15:06:49 2005 UTC
(20 years, 7 months ago)
by
michael
Diff to
previous 318
,
to
selected 545
- Fixed core in case aconf->cipher_preference and
ConfigFileEntry.default_cipher_preference are both NULL pointers
Reported by opteron-hani via Joan
Revision
305 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 9 05:49:20 2005 UTC
(20 years, 7 months ago)
by
lusky
Diff to
previous 304
,
to
selected 545
This is for release "TAGS".
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
DO NOT CHECK ANYTHING IN TO /RELEASES!!
Revision
296 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 5 20:41:51 2005 UTC
(20 years, 8 months ago)
by
nenolod
Diff to
previous 295
,
to
selected 545
- Add a simple metadata API for extending channel/client/whatever structs
via adding a single dlink_list to the structure you wish to make extensible.
Reviewed by db.
Revision
267 -
Directory Listing
-
[select for diffs]
Modified
Sun Nov 13 22:54:08 2005 UTC
(20 years, 8 months ago)
by
adx
Diff to
previous 266
,
to
selected 545
+ s/extern/EXTERN/ in include/conf
+ implemented class{} from scratch; it's almost done,
I only need to add limit checking code
+ added nice syntax e.g. number_per_ip = 3, global:5;
+ added some aliases ie host_limit === number_per_ip,
userhost_limit === number_per_userhost
(replaces max_local & max_global mess)
+ check example.conf for more details.
Revision
263 -
Directory Listing
-
[select for diffs]
Modified
Sun Nov 13 11:10:37 2005 UTC
(20 years, 8 months ago)
by
adx
Diff to
previous 262
,
to
selected 545
recommitting:
+ added UMODE_BOTS to default oper umodes. From my experience most opers
don't know/remember about this flag, and it gives them much help in
hunting floods etc.
Revision
252 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 11 20:56:00 2005 UTC
(20 years, 8 months ago)
by
michael
Diff to
previous 251
,
to
selected 545
- Fixed some nice core that showed us the dark side of using unions.
rxlines (MatchItem) were contantly being trashed due to
"aconf->status = status;" assignment in make_conf_item()
- Fixed another core in conf_add_server()
Revision
235 -
Directory Listing
-
[select for diffs]
Modified
Sat Nov 5 11:31:51 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 234
,
to
selected 545
- Fixed and cleaned up new acceptcode, e.g fix memory leaks,
don't allow wildcards in a mask when removing accepts, don't
allow redundant masks etc.
Revision
229 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 3 20:31:33 2005 UTC
(20 years, 9 months ago)
by
adx
Diff to
previous 228
,
to
selected 545
+ keep it compact, ie we have a sequence of things which
together constitute "os environment initialization"
(libio_init, outofmemory handler setup, fdlimit change handler
etc etc), don't break it with ircd "me" setups.
Revision
221 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 3 15:36:27 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 220
,
to
selected 545
- Finished WATCH implementation
- Added missing 'return' after register_remote_user() call in
nick_from_server() which would cause an extra hash_del/strcpy/hash_add
combination.
Revision
211 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 1 21:42:01 2005 UTC
(20 years, 9 months ago)
by
adx
Diff to
previous 210
,
to
selected 545
- reorganisations which aim at:
1) moving read_conf_files() at the end of daemon bootup process,
2) making load_*_modules a part of conf parsing, after the 1st pass
Revision
209 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 1 19:28:42 2005 UTC
(20 years, 9 months ago)
by
adx
Diff to
previous 208
,
to
selected 545
+ coded new serverinfo
+ added parse_fatal, similar to parse_error but using L_CRIT and server_die
+ cold moved out from reset_conf, verify_conf callbacks to a global conf_cold
Revision
200 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 1 11:38:41 2005 UTC
(20 years, 9 months ago)
by
adx
Diff to
previous 199
,
to
selected 545
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
+ added newconf framework for channel{}
+ added missing 7.2 RELNOTES
Revision
189 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 23 21:35:38 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 188
,
to
selected 545
- 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
187 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 23 20:30:07 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 186
,
to
selected 545
- Fixed bug in sendto_channel_remote() that would cause
multiple copies of the same message to be sent to the
uplinked server.
That one needs propably to be backported to 7.1.4 and 7.2
Revision
186 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 23 16:05:01 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 185
,
to
selected 545
- Q. When is an address not an address?
A. When it is a handle!
Keep track of handle address and base address of loaded module separately.
The address is also used for modlist and could be derived in modlist
from handle, but later.
Revision
177 -
Directory Listing
-
[select for diffs]
Modified
Sat Oct 22 09:05:05 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 176
,
to
selected 545
- Bind uses a semicolon as commentcharacter for resolv.conf. Let's
deal with it properly
- Do some logging if we skipped any namserver because we reached the max
of allowed servers
Revision
166 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 21 04:20:48 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 165
,
to
selected 545
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
164 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 20 21:34:25 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 163
,
to
selected 545
- Use dlinfo() to get the actual load address of the module i.e. its
library base. The previous code was using the "handle" which is wrong.
Hopefully should compile on linux as well, perhaps we should also have
an HAVE_DLINFO checked for in configure.
Revision
155 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 18 02:54:54 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 154
,
to
selected 545
(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
153 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 17 21:20:34 2005 UTC
(20 years, 9 months ago)
by
adx
Diff to
previous 152
,
to
selected 545
- compile libio as a dll on win32
- next step is compiling the whole ircd as a dll to export its symbols
- after that, we'll be able to support loadable *.dll modules.
NOTE: m_operspy.c doesn't compile now (error at localClient->iline)
Revision
152 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 17 01:48:08 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 151
,
to
selected 545
- 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
-
[select for diffs]
Modified
Sun Oct 16 18:21:11 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 150
,
to
selected 545
- 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
150 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 16 18:14:43 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 149
,
to
selected 545
- 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.
Revision
149 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 16 18:11:50 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 148
,
to
selected 545
- Fix m_testline.c in HEAD
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.
Revision
147 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 16 16:17:21 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 146
,
to
selected 545
- interim fix for memory leak in m_testline.c, Michael's split_nuh()
would be a better solution.
- restore original argv1 if needed, remember to also free this
Revision
146 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 16 15:45:25 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 145
,
to
selected 545
- More conf cleanups, aconf->client count is no longer needed
as an AccessItem can now be deleted immediately.
- Note bug in s_conf.c with flush_deleted_I_P, it was trying to
free MatchItems using an AccessConf this bug is in 7.1.4 as well
as 7.2 flush_deleted_I_P() is no longer needed at all in 7.3
since AccessItems are removed immediately.
- Fixed a few cores in server establishment, notably ->serv
has to be allocated sooner since there are no confs to attach.
make_server() is probably called once too often now.
Revision
143 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 16 09:49:16 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 142
,
to
selected 545
- 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)
Revision
142 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 16 09:46:29 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 141
,
to
selected 545
- 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.
Revision
130 -
Directory Listing
-
[select for diffs]
Modified
Sat Oct 15 01:47:46 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 129
,
to
selected 545
- removed an unused function find_conf_name() from here
- fixed prototype for verify_access()
- added free_aconf_items() free_match_items()
- removed map_to_list() since this is merely a table lookup now
- cleaned up delete_conf_item() a bit more
Not done yet...
Revision
128 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 14 19:29:26 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 127
,
to
selected 545
- still need a temporary copy of the client auth block
for much the same reasons as a copy of the passwd is needed.
- need a copy of the oper conf for get_oper_name() so reuse no longer
needed temporary spot for client auth block
Revision
126 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 14 02:41:46 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 125
,
to
selected 545
- attach/conf cleanup take 2
- Each client has now one AccessItem for its connect
stored in localClient->iline
- The corresponding class is now stored in localClient->class
The ramifications of this move are, there is no conf list to traverse
to find the AccessItem, the class is instantly available from the localClient
struct without having to traverse the confs list and indirectly through the
aconf. This speeds up get_sendq etc. functions. As a bonus, at least
4 fewer bytes are used in the Client struct, since a dlink list is 4 words.
It does mean there is no longer a separate conf oper, which leads to the
kludge of patching the clients iline into an oper conf when
a client opers up. I don't think the oper flags are used after the client
is opered, so the patching operation may not be necessary.
- Server confs are stored in ->serv->sconf as before but attaching
happens much earlier.
- server hub/leaf masks continues to be a dlink list but linked from
the ->serv which is only allocated for servers.
- cleaned up some comments, added a comment, notably to check_server()
which badly needed it.
- Pass ClassItem or AccessItem etc. in when it makes more sense than passing
in struct ConfItem. This simplified and clarified rebuild_cidr_class()
And lo, there was a great rejoicing.
Revision
119 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 13 07:51:38 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 118
,
to
selected 545
- First logic fix to m_tburst(). Don't fully reject a TBURST in case
remote topic is the same than ours, that would just cause more desyncs.
Just accept/propagate it, but don't send a TOPIC to the channel.
Revision
108 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 05:04:40 2005 UTC
(20 years, 9 months ago)
by
metalrock
Diff to
previous 107
,
to
selected 545
- Change the topic whenever the topics don't match even if the TS
is different because if we check topic TS and we have a topicTS
mismatch, we will have 2 different topics on two different servers.
Revision
102 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 10 12:17:19 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 101
,
to
selected 545
- 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
101 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 10 03:52:14 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 100
,
to
selected 545
- First pass at s_conf.c cleanup for attach clients
- attach_conf() is gone replaced with attach_iline()
Clients/servers have one single I line "attached", i.e. the confs
list is gone.
- Add attach_leaf_hub()
Add a leaf or hub mask to the given server, ->serv must exist
since there can be a list of hub masks and leaf masks, this continues
to be a dlink list
- Removed redundant find_conf_exact()
This function can be replaced in all cases with find_exact_name_conf()
notably because all find_conf_exact did differently was count whether
an oper conf would cause an already connected client to exceed class limits.
- oper_up() now takes an extra conf pointer pointing to the found
oper conf, the oper flags are set in the client->iline as necessary
in oper_up()
- Cleaned up more prototypes that should have been moved from s_conf.h
to parse_aline.h notably. find_kill() and find_gkill()
- m_stats.c needs more cleanup since memory in attached "confs" is now
not counted. This should be replaced with iline memory count and
hub/leaf confs memory count.
Revision
100 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 9 14:43:13 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 99
,
to
selected 545
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.
Revision
99 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 9 14:33:36 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 98
,
to
selected 545
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.
Revision
91 -
Directory Listing
-
[select for diffs]
Modified
Sat Oct 8 03:46:09 2005 UTC
(20 years, 10 months ago)
by
db
Diff to
previous 90
,
to
selected 545
- Split out most of the *line *resv stuff into separate file
parse_aline.c should go eventually into the subdir conf
- removed double -o in Makefile.in in src, this caused compile to fail for me
Revision
86 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 5 20:36:04 2005 UTC
(20 years, 10 months ago)
by
adx
Diff to
previous 85
,
to
selected 545
* attached misc/tools.c to misc/list.c,
this should really have been done earlier.
* moved mem_frob() to memory.c
* single libio_init() instead of all startup functions;
btw, I don't know if ircd's still able to boot ..
Revision
78 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 4 21:16:00 2005 UTC
(20 years, 10 months ago)
by
adx
Diff to
previous 77
,
to
selected 545
- further win32 fixes, use ircd_signal.c interface (signals are wrapped
around WM_USER's wParam)
- note that the callback for WM_SIGNAL (ie WM_USER) defined in libio is
independent from the ircd, ie variable dispatch_wm_signal is set in
ircd_signal.c.
- now it compiles, to do: turn libio into a DLL to allow symbol references
in m_*.dll protocol modules.
Revision
69 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 4 16:09:51 2005 UTC
(20 years, 10 months ago)
by
adx
Diff to
previous 68
,
to
selected 545
- splitted ircd/libio, all headers connected with libio sources have been
moved for internal use only. To use libio interface, include "libio.h"
(which is already done in "stdinc.h")
Revision
61 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 3 21:20:41 2005 UTC
(20 years, 10 months ago)
by
adx
Diff to
previous 60
,
to
selected 545
- split libio Makefiles for easier maintenance
- moved pcre.h to main include/ as it is currently a part
of libio interface (in the future all such headers should
be moved to libio/ and integrated...)
Now, libio components like comm, misc etc. should be as independent
as possible (from the rest of ircd and from each other), to allow
easy reuse in other software and to keep the interface clean.
Revision
58 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 3 12:13:38 2005 UTC
(20 years, 10 months ago)
by
michael
Diff to
previous 57
,
to
selected 545
- 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
57 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 3 12:12:41 2005 UTC
(20 years, 10 months ago)
by
michael
Diff to
previous 56
,
to
selected 545
- 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
-
[select for diffs]
Modified
Mon Oct 3 11:33:30 2005 UTC
(20 years, 10 months ago)
by
michael
Diff to
previous 55
,
to
selected 545
- 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
55 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 3 11:15:26 2005 UTC
(20 years, 10 months ago)
by
michael
Diff to
previous 54
,
to
selected 545
- 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