Adam
|
91dde90ad2
|
Merge pull request #246 from genius3000/2.0+unconfimed_info
Fix NickServ INFO and GLIST showing an incorrect unconfirmed expiry.
|
2019-11-11 21:20:55 -05:00 |
|
Matt Schatz
|
661b320d23
|
Look up unconfirmedexpire from the correct module.
- NickServ INFO and GLIST were looking in the wrong module.
|
2019-11-11 19:15:54 -07:00 |
|
Adam
|
ae7706ae55
|
Bump for 2.0.8-git
|
2019-11-02 20:59:02 -04:00 |
|
Adam
|
1dee851207
|
Release 2.0.7
2.0.7
|
2019-11-02 20:44:48 -04:00 |
|
Adam
|
9c91d386e4
|
docs: update Changes
|
2019-11-02 20:43:18 -04:00 |
|
Adam
|
3e4d87051b
|
inspircd3: remove CoreExport from IRCDMessageKick
|
2019-11-02 20:24:21 -04:00 |
|
Robby
|
26975fc011
|
Rename a few instances of 'services' to 'stats' in stats.standalone.example.conf and irc2sql.example.conf.
|
2019-11-03 00:50:37 +01:00 |
|
Adam
|
c15dc49994
|
ns_recover: add privilege for admins to recover other users
|
2019-10-14 13:13:08 -04:00 |
|
Peter Powell
|
14ee76a0ad
|
Fix various typos.
|
2019-09-23 14:48:49 +01:00 |
|
Peter Powell
|
4465c67790
|
Update the supported InspIRCd versions in the README.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
20e0fa33fc
|
Sort message handlers alphabetically.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
7e76daf39f
|
Add the InspIRCd v3 module to the example configs.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
2ee63f0f68
|
Handle/send 1205-style PING/PONG messages.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
c35029fa2f
|
Parse 1205-style mode lists for CAPAB CHANMODES/USERMODES.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
bae8987ec1
|
Add a handler for the IJOIN command.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
470d4d1a97
|
Update for the 1205 channel METADATA syntax.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
78bac905c2
|
Update for the 1205 FJOIN syntax.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
d88d8e940e
|
Update for the 1205 KICK syntax.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
b2c3775b58
|
Update for the 1205 INVITE syntax.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
b311248bed
|
Update for the 1205 SERVER syntax.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
f7f45b4e2b
|
Update for the 1205 FTOPIC syntax.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
3cad3514f1
|
Remove the TOPIC command handler.
This legacy compat command was removed in the 1205 protocol.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
1020ca47bd
|
Remove the JOIN command handler.
This legacy compat command was removed in the 1205 protocol.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
48dbb70ecc
|
Use the SINFO command instead of the old VERSION command.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
ae16206f0c
|
Use NUM instead of PUSH for sending numerics to clients.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
7045f206af
|
Require the 1205 (3.0+) server protocol.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
67bd3e44c0
|
Remove the dependency on the inspircd12 module.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
264981fb1b
|
Mark inspircd3 as being the InspIRCd 3 module.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
47d471c53d
|
Make a copy of the InspIRCd v2 module for v3.
|
2019-09-23 13:23:02 +01:00 |
|
Peter Powell
|
e43bc49ba7
|
Update the core message parser to allow parsing IRCv3 message tags.
|
2019-09-23 13:20:07 +01:00 |
|
Robby
|
d9de4ddd82
|
Insert a new line between the subject and message body when sending mail.
Required for RFC 2822 compliancy.
Reported by jrmu via IRC.
|
2019-08-24 07:37:35 +02:00 |
|
Adam
|
8f7f4b1593
|
Merge pull request #244 from clem16/2.0
Fixed stupid simple typos.
|
2019-08-18 20:37:00 -04:00 |
|
Clem Morton
|
fc64c0c6dd
|
Fixed stupid simple typos.
Fixed stupid simple type, changed "bot not both" to "but not both"
|
2019-08-18 16:46:50 -06:00 |
|
Robby
|
03d065e952
|
Add hide_status as an available option to nickserv.example.conf.
Also improve the hide_* descriptions slightly.
|
2019-08-04 23:32:52 +02:00 |
|
Peter Powell
|
77a52eec7c
|
Fix the version binary colliding with the C++20 <version> header.
|
2019-07-05 12:17:37 +01:00 |
|
Robby
|
523a586176
|
Fix globops logging if there is no predefined sender.
|
2019-05-10 05:50:18 +02:00 |
|
Robby
|
af32a14fc1
|
Config files: Fix some typos, bring stats.standalone.example.conf up to par with example.conf, etc.
|
2019-04-05 03:11:39 +02:00 |
|
Romain Rivière
|
5c8548040a
|
Log channel memo deletions
|
2019-03-30 22:17:00 -04:00 |
|
Adam
|
6a42c1a4f3
|
Merge pull request #240 from SaberUK/2.0+bot
Mark pseudoclients as bots on InspIRCd if the bot mode exists.
|
2019-03-30 22:10:44 -04:00 |
|
Peter Powell
|
0defcda8d0
|
Reset the default modes on CAPAB START.
|
2019-03-30 20:09:34 +00:00 |
|
Peter Powell
|
f6ee88c42a
|
Mark pseudoclients as bots on InspIRCd if the bot mode exists.
|
2019-03-30 12:11:31 +00:00 |
|
Robby
|
34f65e3266
|
Update enc_bcrypt with upstream crypt_blowfish 1.3 changes.
Also reverted the URLs in the header to the original ones provided by upstream.
|
2019-03-14 16:53:52 +01:00 |
|
Robby
|
02ac3a403c
|
Fix the ChanServ SET SUCCESSOR syntax to show that a nickname is optional.
|
2019-03-06 03:34:25 +01:00 |
|
Adam
|
e1e840a87d
|
Merge pull request #239 from SaberUK/2.0+set
Fix missing braces in cs_set.
|
2019-03-05 08:10:04 -05:00 |
|
Peter Powell
|
eb66f9eda0
|
Fix missing braces in cs_set.
|
2019-03-05 11:29:45 +00:00 |
|
Robby
|
a4c37a373a
|
Update the dutch language file.
|
2019-02-28 04:44:37 +01:00 |
|
Robby
|
bca9b4ce83
|
Regenerate the language files.
|
2019-02-28 03:05:07 +01:00 |
|
Robby
|
a2446b8d4b
|
Merge pull request #224 from genius3000/2.0+deoper_superadmin
Ensure SuperAdmin isn't left on when de-opering
|
2019-02-14 04:41:27 +01:00 |
|
Robby
|
e567cfda36
|
Improve the help text for ChanServ SET SUCCESSOR.
|
2019-02-14 02:41:57 +01:00 |
|
Adam
|
961a9bc506
|
Merge pull request #221 from SaberUK/2.0+uplink
Make it more clear where the uplink config goes.
|
2019-02-09 17:37:41 -05:00 |
|