Adam
0cd3bfa24f
Fix module event prioritization which was broken with the newer
...
auto-attach event stuff.
Also remove logically dead code from os_defcon, and make os_defcon akill
similar masks to os_session when enforcing session akills.
Fixes #1618 which relies on os_session to be prioritized before
os_defcon.
2014-10-14 18:58:55 -04:00
Adam
18b3c572f4
ngircd doesn't allow sourceless messages
2014-10-06 14:06:36 -04:00
Adam
52d422d020
Merge pull request #81 from miwob/master+invite_ts
...
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp...
2014-07-26 13:41:47 -04:00
Adam
17ba13bc95
Use ts version of services stamp when the account is unconfirmed on Unreal as 3.2.10.4 has changed thie behavior
2014-07-26 13:28:43 -04:00
miwob
37bd2c238e
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp along the INVITE command. INVITE with channel TS will be mandatory in some future release of ircd-hybrid
2014-06-19 16:27:05 +02:00
Adam
ab27b792b0
Track SVSKILL on unreal
2014-06-09 17:18:21 -04:00
Adam
6620f9e9bd
Don't allow setting -y on inspircd, secureops etc will try to enforce this
2014-05-30 15:16:03 -04:00
Adam
f627a3bacd
Core prep for p10 stuff
2014-05-21 08:50:40 -04:00
Adam
63b02b8c97
Sanitize nuh masks more to prevent the other side from rewriting them, which screws with our internal tracking of them
2014-05-13 22:57:53 -04:00
Michael Wobst
6b6bc81999
Update ircd-hybrid protocol module
2014-05-13 18:00:10 +02:00
Attila Molnar
0afd666f22
InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES
2014-04-29 22:55:10 +02:00
Adam
6a03eb69eb
Add "virtual mode" support
...
This allows fully tracking extbans and other modes set by a different
underlying mode, such as InspIRCd's namedmodes
Add two configuration options to cs_ban to configure which mode is set
and whether or not to kick banned users.
Add default "mute" fantasy command to botserv.example.conf
2014-04-25 16:51:06 -04:00
Adam
72b26043b2
Remove unused event.
...
Mark some oper only usermodes as oper only.
Fix reading SID in TS6_SID_Retrieve
2014-04-18 02:21:06 -04:00
Adam
fb5c5e3442
Set minus no arg on +l in all proto mods
...
Set oper modes/vhost on oper too, evan after iding
Add umode +q to plexus
2014-04-02 22:37:35 -04:00
Alexander Barton
547fe0da1a
ngircd protocol module: really kill users
...
ngIRCd doesn't send a QUIT for each user KILL'ed, so kill them immediately.
2014-03-05 10:26:54 +01:00
Adam
5de4c1fc97
Set +x on plexus when vhosts are activated, fix desync from /hs off
2014-03-01 21:40:47 -05:00
Adam
e2ecec31b5
Hybrid does not let us add resvs as a server, but the core expects to be able to qline bot nicks before introducing the bots as a way to prevent collisions, so try harder to find a valid bot to send resvs on startup
2014-02-27 23:21:50 -05:00
Adam
fee016bb84
Handle nick collisions somewhat instead of blindly overwriting the nicks
...
in memory, which does weird things.
For fun different ircds implement this differently (Unreal compares
timestamps, TS6 compares timestamps and user username/host), and whether
or not we get a kill for our user also varies, so just kill everyone.
This can't really happen anyway with properly set qlines, only if
services haven't yet set the qlines, or possibly in a bot add/nick
user introduce race, or with enforcers, which not many ircds require.
2014-02-27 22:42:54 -05:00
Daniel Vassdal
3c8009b495
sasl.h, m_sasl.cpp: Add RemoveSession(), DeleteSessions(), and have active sessions closed when a Mechanism is unloaded
2014-02-14 13:05:01 -08:00
Adam
269c2786e9
Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.
2014-02-12 14:39:41 -05:00
Daniel Vassdal
405b41ec87
protocol/(inspircd12/unreal/charybdis): Have SASL login in on the account name instead of nick alias
2014-01-31 01:41:27 -08:00
Adam
bacb276181
Use TBURST on hybrid to set topics
2014-01-28 14:45:21 -05:00
Adam
01780c9e7a
Fix setname handler on unreal
2014-01-25 17:58:20 -05:00
Adam
4d9273efa4
Unbreak account stuff from commit ccae59430a.
2014-01-21 17:20:15 -05:00
Adam
dc19ea3993
Alias charybdis/uid -> ratbox/uid because grawity is weird
2014-01-20 02:19:06 -05:00
Adam
595dad4ec1
Update copyright to 2014. This was done with:
...
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
2014-01-01 20:48:38 -05:00
Adam
a374e245fd
Make inspircds module class names not conflict because it confuses OSX
2014-01-01 16:21:38 -05:00
Adam
3d12752655
Fix naming collision between modes +g and +G on inspircd, rename the common badwords censor mode to censor
2013-12-28 09:39:16 -05:00
Adam
dbf5106c09
Fix sqline on hybrid
2013-12-25 14:29:41 -05:00
DukePyrolator
ae5da11389
irc2sql: fixed not storing ssl information on inspircd
2013-12-19 07:16:17 +01:00
Adam
faab2c6793
Fix 5e4d52ad47 more
2013-12-01 18:58:20 -05:00
Adam
5e4d52ad47
Fix 1542937d64
2013-12-01 05:00:28 -05:00
Adam
e1264a5913
Re-find dependant protocol modules on unload, they can be reloaded from under us while we are running
2013-11-21 18:06:38 -05:00
Adam
1542937d64
Hybrid has no quit on kill, so internally kill users when killed
2013-11-21 11:34:42 -05:00
Adam
b75faefea4
Don't claim to support SAVE on charybdis...
2013-11-19 10:06:22 -05:00
Adam
1aca2922af
Allow mlocking +r on ratbox/whatever else
2013-11-15 14:24:33 -05:00
Adam
b319fb089c
Fix compile warnings and errors found by clang
2013-09-27 19:11:02 -04:00
Adam
dcb3ff7d34
Dont send BURST twice on inspircd
...
Drop matching nicks on forbid.
2013-09-27 19:10:49 -04:00
Adam
339f41aebc
Fix allowing duplicate entries on the snline list
...
Have proto mods recognize cidr ranges as zlineable IPs
Remove operserv/global from global.conf because its dumb
Fix example config ~botserv/set example to work as expected
2013-09-08 21:53:06 -04:00
DukePyrolator
752a5ca1b7
add vhost support for hybrid
2013-08-31 08:46:56 +02:00
Adam
34826f71c7
Merge pull request #22 from fgsch/misc
...
Better ngIRCd support
2013-08-25 01:49:42 -07:00
Adam
847cceaba3
Create persistent channels on startup, which used to work and got lost somewhere
...
Fix some oddities with using persistent channels with no botserv
Send list modes to uplink when bursting
Fix issues with persist + keepmodes
Fix /os modes clear all not clearing all status modes
Fix operwall on ratbox/plexus
Dont apply mlock in SetCorrectModes since that just recursively calls itself unncessarially
Change command logging to show the command name and not the service name
2013-08-25 04:48:43 -04:00
Adam
446b3a910d
Save unconfirmed status and passcodes in the database.
...
Fix db_sql_live to not reinsert all records if there are extra columns.
Plexus has no chmode +r
2013-08-25 04:48:43 -04:00
Federico G. Schwindt
76f5d4b316
Sort parameters and correct comments
2013-08-25 04:54:35 +01:00
Federico G. Schwindt
9b59925144
For ngIRCd, on nick change set mode -R
2013-08-25 04:54:32 +01:00
Federico G. Schwindt
243d781e99
Add login support for ngIRCd
...
This is implemented via the accountname METADATA command
2013-08-24 17:56:46 +01:00
Adam
8e011bbb78
Respond to remote whois on inspircd for users on us that aren't service bots
2013-08-12 15:44:28 -04:00
Adam
f15a9749f9
Use less strict valid ident checks on hybrid, unreal, and inspircd
2013-08-12 14:36:49 -04:00
Adam
490601de3a
Fix chghost on charybdis
2013-08-11 12:25:58 -04:00
Adam
c507c78d5a
Do not have ratbox or plexus pull modes from hybrid, it is entirely too confusing. Also fix cs_mode config
2013-08-10 17:59:31 -04:00