]> jfr.im git - irc/rqf/shadowircd.git/log
irc/rqf/shadowircd.git
15 years agoAllow / in spoofed hosts
Stephen Bennett [Mon, 20 Apr 2009 13:37:13 +0000 (08:37 -0500)] 
Allow / in spoofed hosts

15 years agoSimplify floodcount checking, it is no longer affected by +g/+R anymore.
Jilles Tjoelker [Sat, 18 Apr 2009 22:04:21 +0000 (00:04 +0200)] 
Simplify floodcount checking, it is no longer affected by +g/+R anymore.

15 years agoUse uid/sid for some ERR_CHANOPRIVSNEEDED if they go to a remote client.
Jilles Tjoelker [Thu, 9 Apr 2009 21:45:35 +0000 (23:45 +0200)] 
Use uid/sid for some ERR_CHANOPRIVSNEEDED if they go to a remote client.

15 years agoFix compilation with --enable-assert=soft.
Jilles Tjoelker [Wed, 8 Apr 2009 19:30:58 +0000 (21:30 +0200)] 
Fix compilation with --enable-assert=soft.

15 years agoRemove some unused variables.
Jilles Tjoelker [Wed, 8 Apr 2009 19:30:34 +0000 (21:30 +0200)] 
Remove some unused variables.

15 years agoAdd description for TB and TOPIC messages.
Jilles Tjoelker [Sun, 29 Mar 2009 20:05:59 +0000 (22:05 +0200)] 
Add description for TB and TOPIC messages.

15 years agoUpdate sgml documentation for +z enhancement.
Jilles Tjoelker [Sun, 29 Mar 2009 16:55:23 +0000 (18:55 +0200)] 
Update sgml documentation for +z enhancement.

15 years agoAdd new topic command ETB, allowing services to set topic+setter+ts always
Jilles Tjoelker [Sun, 29 Mar 2009 15:08:42 +0000 (17:08 +0200)] 
Add new topic command ETB, allowing services to set topic+setter+ts always
(provided channelTS != 0).

ETB is controlled by the EOPMOD capab. Fairly complicated
stuff is needed for older servers.

ETB can come from clients or servers, but at this time it
should only be sent from clients, as otherwise it is not
always possible to update older servers.

15 years agoApply +z to messages blocked by +b and +q as well.
Jilles Tjoelker [Sun, 29 Mar 2009 13:48:07 +0000 (15:48 +0200)] 
Apply +z to messages blocked by +b and +q as well.
This adds a new server capab EOPMOD which will be used
for an extended topic command also.

15 years agoMention that @#chan/+#chan requires CHW capab.
Jilles Tjoelker [Sun, 29 Mar 2009 13:04:17 +0000 (15:04 +0200)] 
Mention that @#chan/+#chan requires CHW capab.

15 years agoAdd GUNGLINE to protocol documentation (efnet only, not in charybdis).
Jilles Tjoelker [Tue, 24 Mar 2009 23:34:12 +0000 (00:34 +0100)] 
Add GUNGLINE to protocol documentation (efnet only, not in charybdis).

15 years agoNo profanity.
Jilles Tjoelker [Fri, 13 Mar 2009 18:36:49 +0000 (19:36 +0100)] 
No profanity.

15 years agoOur IRC oper messages are now as enhanced as enhanced interrogation techniques.
William Pitcock [Mon, 9 Mar 2009 02:06:33 +0000 (21:06 -0500)] 
Our IRC oper messages are now as enhanced as enhanced interrogation techniques.

15 years agoAdd /rehash throttles to help file.
Jilles Tjoelker [Sun, 8 Mar 2009 15:45:09 +0000 (16:45 +0100)] 
Add /rehash throttles to help file.

15 years agorehash bans: show mask in k/x line over-ruled notice
Jilles Tjoelker [Sun, 8 Mar 2009 13:31:50 +0000 (14:31 +0100)] 
rehash bans: show mask in k/x line over-ruled notice
This was already shown in the over-ruled notices on k/x line add.

15 years agorehash bans: still check k/x lines for users exempt from dlines
Jilles Tjoelker [Sun, 8 Mar 2009 12:30:30 +0000 (13:30 +0100)] 
rehash bans: still check k/x lines for users exempt from dlines

15 years agoUse ratbox's match_esc(), this allows \s for space.
Jilles Tjoelker [Sun, 8 Mar 2009 01:14:26 +0000 (02:14 +0100)] 
Use ratbox's match_esc(), this allows \s for space.

15 years agoDo not send "<blah> is rehashing <blah>" notices to the remote oper.
Jilles Tjoelker [Sat, 7 Mar 2009 15:57:58 +0000 (16:57 +0100)] 
Do not send "<blah> is rehashing <blah>" notices to the remote oper.

15 years agoFix close detection with ssl+zip, porting more code from ircd-ratbox.
Jilles Tjoelker [Sat, 7 Mar 2009 02:23:17 +0000 (03:23 +0100)] 
Fix close detection with ssl+zip, porting more code from ircd-ratbox.
This tells the SSL ssld to report connection closure to ircd
using the new fd.

15 years agoAllow /rehash throttles to clear throttling.
Jilles Tjoelker [Sat, 7 Mar 2009 00:49:09 +0000 (01:49 +0100)] 
Allow /rehash throttles to clear throttling.

15 years agoRework remote rehash messages to apply to all server notices during rehash.
Jilles Tjoelker [Sat, 7 Mar 2009 00:27:05 +0000 (01:27 +0100)] 
Rework remote rehash messages to apply to all server notices during rehash.
Previously various notices such as those applying
to modules were not sent to the remote oper.

15 years agossld: Do not do redundant rb_setselect().
Jilles Tjoelker [Tue, 3 Mar 2009 21:32:18 +0000 (22:32 +0100)] 
ssld: Do not do redundant rb_setselect().
Apparently solaris devpoll/ports may have a problem
with this.
from ircd-ratbox (androsyn)

15 years agoRemove unused declaration.
Jilles Tjoelker [Tue, 3 Mar 2009 21:26:45 +0000 (22:26 +0100)] 
Remove unused declaration.

15 years agoCorrect WHOX overflow check so it also works for fields other than the last.
Jilles Tjoelker [Sun, 1 Mar 2009 00:58:53 +0000 (01:58 +0100)] 
Correct WHOX overflow check so it also works for fields other than the last.
Found with llvm static analyzer.

15 years agoRemove some unused variables.
Jilles Tjoelker [Sun, 1 Mar 2009 00:53:40 +0000 (01:53 +0100)] 
Remove some unused variables.
Found with llvm static analyzer.

15 years agoDocument efnet-style GLINE protocol.
Jilles Tjoelker [Sun, 1 Mar 2009 00:03:58 +0000 (01:03 +0100)] 
Document efnet-style GLINE protocol.

15 years agoImport new mkpasswd from ircd-ratbox.
Jilles Tjoelker [Sat, 21 Feb 2009 23:59:16 +0000 (00:59 +0100)] 
Import new mkpasswd from ircd-ratbox.
This now uses libratbox.

15 years agoRerun autoconf.
Jilles Tjoelker [Sat, 21 Feb 2009 23:45:50 +0000 (00:45 +0100)] 
Rerun autoconf.

15 years agoRemove some warning that will not be fixed.
Jilles Tjoelker [Sat, 21 Feb 2009 23:45:41 +0000 (00:45 +0100)] 
Remove some warning that will not be fixed.

15 years agoAdd channel::only_ascii_channels config option
Jilles Tjoelker [Sat, 21 Feb 2009 23:12:21 +0000 (00:12 +0100)] 
Add channel::only_ascii_channels config option
to restrict channel names to printable ascii only.
Like disable_fake_channels this only applies to joins
by local users; unlike disable_fake_channels it applies
to opers as well.

15 years agoAvoid unnecessary const violation.
Jilles Tjoelker [Sat, 21 Feb 2009 23:05:48 +0000 (00:05 +0100)] 
Avoid unnecessary const violation.

15 years ago-Wbad-function-cast is stupid.
Jilles Tjoelker [Sat, 21 Feb 2009 23:02:51 +0000 (00:02 +0100)] 
-Wbad-function-cast is stupid.

15 years agoAdded tag charybdis-3.1.0 for changeset f54b0af927a7
Jilles Tjoelker [Sun, 8 Feb 2009 20:50:07 +0000 (21:50 +0100)] 
Added tag charybdis-3.1.0 for changeset f54b0af927a7

15 years agoDo not create directories under PREFIX while building. charybdis-3.1.0
Jilles Tjoelker [Sun, 8 Feb 2009 20:18:26 +0000 (21:18 +0100)] 
Do not create directories under PREFIX while building.

15 years agoRerun autoconf.
Jilles Tjoelker [Sun, 8 Feb 2009 20:11:59 +0000 (21:11 +0100)] 
Rerun autoconf.

15 years agoBump version to 3.1.0.
Jilles Tjoelker [Sun, 8 Feb 2009 20:11:33 +0000 (21:11 +0100)] 
Bump version to 3.1.0.

15 years agoautogen.sh is not necessary at this time, and did not work anyway.
Jilles Tjoelker [Sun, 8 Feb 2009 20:09:29 +0000 (21:09 +0100)] 
autogen.sh is not necessary at this time, and did not work anyway.

15 years agoUpdate NEWS.
Jilles Tjoelker [Sun, 8 Feb 2009 15:27:05 +0000 (16:27 +0100)] 
Update NEWS.

15 years agoClarify some PRIVMSG/NOTICE restrictions.
Jilles Tjoelker [Sun, 8 Feb 2009 14:48:04 +0000 (15:48 +0100)] 
Clarify some PRIVMSG/NOTICE restrictions.

15 years agoNumerics are also server-server messages.
Jilles Tjoelker [Sun, 8 Feb 2009 14:39:12 +0000 (15:39 +0100)] 
Numerics are also server-server messages.

15 years agoFix an off by one error with zipstats processing
Jilles Tjoelker [Sat, 7 Feb 2009 22:26:05 +0000 (23:26 +0100)] 
Fix an off by one error with zipstats processing
from ircd-ratbox (androsyn)

15 years agoClarify propagation of JOIN and SJOIN.
Jilles Tjoelker [Fri, 6 Feb 2009 14:58:02 +0000 (15:58 +0100)] 
Clarify propagation of JOIN and SJOIN.

15 years agoDisallow invites to juped channels.
Jilles Tjoelker [Fri, 6 Feb 2009 13:07:03 +0000 (14:07 +0100)] 
Disallow invites to juped channels.
In particular, this is checked when the source is
local and not resv_exempt, or the target is local and
not resv_exempt.

15 years agoDisable autoconnect for a server with excessive TS delta.
Jilles Tjoelker [Thu, 5 Feb 2009 22:43:07 +0000 (23:43 +0100)] 
Disable autoconnect for a server with excessive TS delta.
Note that in some cases (different TS delta settings,
heavy lag) it is possible only one of the servers
detects the problem and autoconnect may be left enabled.
The mechanism used for disabling is the same as
/quote set autoconn <server> 0; the A flag in /stats c
disappears and a rehash or /quote set autoconn can put
it back.

15 years agoAdd more information about propagation.
Jilles Tjoelker [Thu, 5 Feb 2009 19:10:34 +0000 (20:10 +0100)] 
Add more information about propagation.

15 years agoAdd description for LOCOPS message.
Jilles Tjoelker [Thu, 5 Feb 2009 18:57:51 +0000 (19:57 +0100)] 
Add description for LOCOPS message.

15 years agoFix another typo.
Jilles Tjoelker [Sat, 31 Jan 2009 20:44:11 +0000 (21:44 +0100)] 
Fix another typo.

15 years agoFix typo.
Jilles Tjoelker [Sat, 31 Jan 2009 20:37:33 +0000 (21:37 +0100)] 
Fix typo.

15 years agoUpdate NEWS.
Jilles Tjoelker [Sat, 31 Jan 2009 20:35:05 +0000 (21:35 +0100)] 
Update NEWS.

15 years agoFix makerelease.
Jilles Tjoelker [Sat, 31 Jan 2009 17:51:59 +0000 (18:51 +0100)] 
Fix makerelease.

15 years agoWarn about auth blocks after a *@* auth and duplicate auth blocks.
Jilles Tjoelker [Sat, 31 Jan 2009 17:42:03 +0000 (18:42 +0100)] 
Warn about auth blocks after a *@* auth and duplicate auth blocks.

15 years agoClarify connection setup.
Jilles Tjoelker [Fri, 30 Jan 2009 16:08:59 +0000 (17:08 +0100)] 
Clarify connection setup.

15 years agoRemove comments related to (removed) ability to disable TS6.
Jilles Tjoelker [Fri, 30 Jan 2009 15:50:00 +0000 (16:50 +0100)] 
Remove comments related to (removed) ability to disable TS6.

15 years agoFor remote rehashes, send error messages to the requesting oper as well.
Jilles Tjoelker [Thu, 29 Jan 2009 23:11:12 +0000 (00:11 +0100)] 
For remote rehashes, send error messages to the requesting oper as well.

15 years agoLog unknown class in auth errors to ircd.log as well.
Jilles Tjoelker [Thu, 29 Jan 2009 22:53:20 +0000 (23:53 +0100)] 
Log unknown class in auth errors to ircd.log as well.

15 years agoDon't suggest putting values in an enum that are not in the enum.
Jilles Tjoelker [Wed, 28 Jan 2009 00:02:34 +0000 (01:02 +0100)] 
Don't suggest putting values in an enum that are not in the enum.
Compilers may assume that variables of enumerated type
only contain values in the enumeration.

15 years agoUpdate NEWS.
Jilles Tjoelker [Tue, 27 Jan 2009 19:22:03 +0000 (20:22 +0100)] 
Update NEWS.

15 years agoShow D:line oper reason in /testline.
Jilles Tjoelker [Tue, 27 Jan 2009 19:20:37 +0000 (20:20 +0100)] 
Show D:line oper reason in /testline.

15 years agoFirst draft of a more complete TS6 server protocol description.
Jilles Tjoelker [Sun, 25 Jan 2009 20:11:28 +0000 (21:11 +0100)] 
First draft of a more complete TS6 server protocol description.

15 years agoRemove obsolete comment.
Jilles Tjoelker [Sun, 25 Jan 2009 20:02:04 +0000 (21:02 +0100)] 
Remove obsolete comment.

15 years agoWHOIS 330 (services login name) does not need a remote whois.
Jilles Tjoelker [Sun, 25 Jan 2009 16:36:19 +0000 (17:36 +0100)] 
WHOIS 330 (services login name) does not need a remote whois.

15 years agoAdd umode +R to doc/services.txt.
Jilles Tjoelker [Sun, 25 Jan 2009 16:35:57 +0000 (17:35 +0100)] 
Add umode +R to doc/services.txt.

15 years agoGet rid of local variable shadowing.
Jilles Tjoelker [Sun, 25 Jan 2009 15:26:17 +0000 (16:26 +0100)] 
Get rid of local variable shadowing.

15 years agocommit 1df4ff0b0558e4698819f8e4ac6ecb7654b81a2c
Jilles Tjoelker [Sun, 25 Jan 2009 15:23:36 +0000 (16:23 +0100)] 
commit 1df4ff0b0558e4698819f8e4ac6ecb7654b81a2c
Author: Stephen Bennett <redacted>
Date:   Sun Jan 18 16:30:27 2009 +0000

    Make testline show oper reason and setter information for K:lines, where applicable

15 years agoOnly kill unknown prefix UIDs that start with a valid SID
Jilles Tjoelker [Wed, 21 Jan 2009 23:27:27 +0000 (00:27 +0100)] 
Only kill unknown prefix UIDs that start with a valid SID
(existing and behind the link that sent the prefix).
Also require them to be exactly 9 characters long.

15 years agoSimplify hunt_server(), send ERR_NOSUCHSERVER from only one place.
Jilles Tjoelker [Wed, 21 Jan 2009 19:15:07 +0000 (20:15 +0100)] 
Simplify hunt_server(), send ERR_NOSUCHSERVER from only one place.

15 years agoCut down user@server description in opers help file.
Jilles Tjoelker [Tue, 20 Jan 2009 23:40:16 +0000 (00:40 +0100)] 
Cut down user@server description in opers help file.

15 years agoRemove some more references to parv[0] in comments.
Jilles Tjoelker [Sun, 18 Jan 2009 20:20:14 +0000 (21:20 +0100)] 
Remove some more references to parv[0] in comments.

15 years agoUpdate comments for parv[0] removal.
Jilles Tjoelker [Sun, 18 Jan 2009 17:22:43 +0000 (18:22 +0100)] 
Update comments for parv[0] removal.

15 years agoIf a privset is removed from ircd.conf, wipe its privs.
Jilles Tjoelker [Sun, 18 Jan 2009 00:39:41 +0000 (01:39 +0100)] 
If a privset is removed from ircd.conf, wipe its privs.
(Privsets continue to exist as long as they are referenced.)

15 years agoChange /stats O to show privset blocks (oper only).
Jilles Tjoelker [Sun, 18 Jan 2009 00:35:24 +0000 (01:35 +0100)] 
Change /stats O to show privset blocks (oper only).
To show operator blocks, only /stats o (lowercase) now works.

15 years agoNicer description of /stats o.
Jilles Tjoelker [Sun, 18 Jan 2009 00:33:51 +0000 (01:33 +0100)] 
Nicer description of /stats o.

15 years agoReplace parv[0] with source_p->name.
Jilles Tjoelker [Sat, 17 Jan 2009 00:18:19 +0000 (01:18 +0100)] 
Replace parv[0] with source_p->name.

15 years agoDo not log ERROR messages from unknowns.
Jilles Tjoelker [Fri, 16 Jan 2009 23:23:02 +0000 (00:23 +0100)] 
Do not log ERROR messages from unknowns.
from ircd-ratbox (androsyn)

15 years agoRemove more TS5 remnants.
Jilles Tjoelker [Fri, 16 Jan 2009 22:18:10 +0000 (23:18 +0100)] 
Remove more TS5 remnants.

15 years agoburst_TS6(): assume users have a UID
Jilles Tjoelker [Fri, 16 Jan 2009 22:11:11 +0000 (23:11 +0100)] 
burst_TS6(): assume users have a UID

15 years agoLog to serverlog when throwing out a server because of a bad nickname.
Jilles Tjoelker [Fri, 16 Jan 2009 22:10:49 +0000 (23:10 +0100)] 
Log to serverlog when throwing out a server because of a bad nickname.

15 years agoClose the local link that sends a TS5 NICK introduction.
Jilles Tjoelker [Fri, 16 Jan 2009 22:08:05 +0000 (23:08 +0100)] 
Close the local link that sends a TS5 NICK introduction.
This is no longer supported and was already broken,
sending out a UID message without UID parameter to
other servers.

15 years agoReject SCAN UMODES if invalid parameters are given.
Jilles Tjoelker [Fri, 16 Jan 2009 17:33:38 +0000 (18:33 +0100)] 
Reject SCAN UMODES if invalid parameters are given.

15 years ago[ratbox3 svn r26397] Make it more likely that error messages on ssld connections...
Jilles Tjoelker [Thu, 15 Jan 2009 17:08:46 +0000 (20:08 +0300)] 
[ratbox3 svn r26397] Make it more likely that error messages on ssld connections get through.
When ssld reports a connection closure because of
"Remote host closed the connection" and the connection
is any server or a registered client, try a
read_packet() on the client.
This should mainly help LIBRB_USE_IOTYPE=poll which
iterates over the ready file descriptors in numerical
order, processing the ssld control connection before the
closing data connection.

15 years ago[svn r26332] get rid of the zip ready stuff
androsyn [Thu, 1 Jan 2009 11:50:21 +0000 (14:50 +0300)] 
[svn r26332] get rid of the zip ready stuff

15 years agoUpdate client.h.
Valeriy Yatsko [Sat, 13 Dec 2008 20:22:12 +0000 (23:22 +0300)] 
Update client.h.

15 years agore-enable ziplinks + ssl
Aaron Sethman [Sat, 13 Dec 2008 20:20:59 +0000 (23:20 +0300)] 
re-enable ziplinks + ssl

15 years agoRemove obsolete comment.
Jilles Tjoelker [Wed, 7 Jan 2009 22:35:24 +0000 (23:35 +0100)] 
Remove obsolete comment.

15 years agoUpdate some copyright years.
Jilles Tjoelker [Thu, 1 Jan 2009 21:48:50 +0000 (22:48 +0100)] 
Update some copyright years.

15 years agoMake SCAN UMODES GLOBAL NO-LIST MASK <mask> no longer an operspy command.
Jilles Tjoelker [Thu, 1 Jan 2009 19:32:30 +0000 (20:32 +0100)] 
Make SCAN UMODES GLOBAL NO-LIST MASK <mask> no longer an operspy command.
This agrees with allowing MODE <nick> as non-operspy.

15 years agoAllow opers to see other users umodes with /mode <nick>.
Jilles Tjoelker [Thu, 1 Jan 2009 18:24:38 +0000 (19:24 +0100)] 
Allow opers to see other users umodes with /mode <nick>.
If the other user is local, the snomask is also shown.

15 years agoBOPM/TCM do not need the ability to global kill, so remove it from server_bot
Jilles Tjoelker [Sun, 28 Dec 2008 22:24:43 +0000 (23:24 +0100)] 
BOPM/TCM do not need the ability to global kill, so remove it from server_bot
privset.

15 years agoRemove redundant check.
Jilles Tjoelker [Sun, 28 Dec 2008 17:36:41 +0000 (18:36 +0100)] 
Remove redundant check.
Surely, if source_p == target_p, then target_p->from == source_p->from.

15 years agoMake sure default privset remains available, fixes various crashes
Jilles Tjoelker [Sat, 27 Dec 2008 22:13:48 +0000 (23:13 +0100)] 
Make sure default privset remains available, fixes various crashes
with default/invalid privsets and rehashing.

15 years agoAllow opers and shide_exempt users to see hopcounts even if flatten_links is on.
Jilles Tjoelker [Sat, 27 Dec 2008 21:41:52 +0000 (22:41 +0100)] 
Allow opers and shide_exempt users to see hopcounts even if flatten_links is on.

15 years agoShow libratbox version info to opers in /info.
Jilles Tjoelker [Mon, 22 Dec 2008 23:28:05 +0000 (00:28 +0100)] 
Show libratbox version info to opers in /info.

15 years agoPut libratbox version on startup in a nicer place.
Jilles Tjoelker [Mon, 22 Dec 2008 20:50:21 +0000 (21:50 +0100)] 
Put libratbox version on startup in a nicer place.

15 years ago[ratbox3 svn r26284 by androsyn] spew the libratbox version info on -version and...
Valeriy Yatsko [Mon, 22 Dec 2008 09:58:33 +0000 (12:58 +0300)] 
[ratbox3 svn r26284 by androsyn] spew the libratbox version info on -version and at startup

15 years agoaclocal is unneeded here.
Valeriy Yatsko [Mon, 22 Dec 2008 09:54:40 +0000 (12:54 +0300)] 
aclocal is unneeded here.

15 years agoAdd autogen.sh, called from makerelease.sh script.
Valeriy Yatsko [Mon, 22 Dec 2008 09:52:38 +0000 (12:52 +0300)] 
Add autogen.sh, called from makerelease.sh script.

15 years agoRun automake for libratbox.
Valeriy Yatsko [Mon, 22 Dec 2008 09:50:23 +0000 (12:50 +0300)] 
Run automake for libratbox.

15 years agoUpdate libratbox.
Valeriy Yatsko [Mon, 22 Dec 2008 09:49:01 +0000 (12:49 +0300)] 
Update libratbox.

15 years agoUpdate TODO
Valeriy Yatsko [Mon, 22 Dec 2008 09:40:31 +0000 (12:40 +0300)] 
Update TODO

15 years agoAutomated merge with ssh://hg.atheme.org//hg/charybdis
Valeriy Yatsko [Sun, 21 Dec 2008 23:47:00 +0000 (02:47 +0300)] 
Automated merge with ssh://hg.atheme.org//hg/charybdis