summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2023-02-06Raise the default session limit from 3 to 5.Sadie Powell
2022-12-17Merge branch '2.0' into 2.1.Sadie Powell
2022-12-17Add support for linking over UNIX sockets.Sadie Powell
2022-12-08Document `cs_no_expire` (#301).PeGaSuS
2022-12-07Merge branch '2.0' into 2.1.Sadie Powell
2022-12-07Add a module that provides regex/pcre using PCRE2.Sadie Powell
2022-02-05Default synconset and syncongroup to on.Sadie Powell
2022-02-05Merge branch '2.0' into 2.1.Sadie Powell
2022-01-29Include the required modules in the example InspIRCd config.Sadie Powell
2022-01-29Fix a grammar error in nickserv.example.conf.Sadie Powell
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-10Replace ICQ in the ns_set_misc examples with something not dead.Sadie Powell
2022-01-04Update more IRCServices references to reflect the current project.Sadie Powell
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services".
2022-01-03Merge branch '2.0' into 2.1.Sadie Powell
2021-12-23Document log files having their creation date appended.Sadie Powell
2021-11-30Merge branch '2.0' into 2.1.Sadie Powell
2021-11-14Use example.com instead of localhost.net in the example configs.Sadie Powell
2021-11-14Fix the grammar of the globaloncycledown message (#279).Austin Ellis
The previous default example (which is in use on many Anope networks) refers to Services in 2nd person, then 1st person - in the same sentence.
2021-10-17Increase the default channel expiry to 30 days.Sadie Powell
2021-10-17Increase the default nickname expiry to 90 days.Sadie Powell
2021-08-01Merge branch '2.0' into 2.1.Sadie Powell
2021-06-17Overwritten has two t's in it.Sadie Powell
2021-06-17Fix various spelling issues (#274).Josh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
2021-05-31Remove nickserv:strictpasswords as it is now obsolete.Sadie Powell
2021-05-31Add the nickserv:minpasslen option.Sadie Powell
2021-05-31Rename nickserv:passlen to nickserv:maxpasslen.Sadie Powell
2021-04-16Default to the inspircd3 protocol module instead of inspircd20.Sadie Powell
2021-02-19Replace the Charybdis protocol module with Solanum (its successor).Sadie Powell
2021-02-18Merge branch '2.0' into 2.1.Sadie Powell
2021-01-07Set killprotect as a default option in nickserv.example.conf.PeGaSuS
2020-11-20Add kill_immed as an available option to nickserv.example.conf.Robby
2020-10-07Merge tag '2.0.8' into 2.1.Sadie Powell
2020-10-06Update nickserv.example.confTheMythPT
This breaks the `killprotect' functionality, because a user is expected to turn into guest after the specified amount of time. Also new users that register their nicknames will wonder why they can't join a +R channel but they didn't change their nick to Guest*
2020-10-02Minor spelling fix in operserv.example.conf. it's vs itsmiwob
2020-09-28Rename unreal4 to unrealircd and inspircd3 to inspircd.Sadie Powell
2020-09-28Rename things from services to anope.Sadie Powell
2020-09-28Remove nickserv/getpass and Anope::Decrypt.Sadie Powell
There is no point having these now plain text passwords are deprecated.
2020-09-28Require a secure password hashing algorithm for new accounts.Sadie Powell
Insecure algorithms can still be used for existing accounts.
2020-09-28Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.Sadie Powell
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
2020-09-28Drop support for InspIRCd 1.2, InspIRCd 2.0, and UnrealIRCd 3.2.Sadie Powell
None of these are supported by upstream anymore.
2020-09-14Clarify that unreal4 also works for UnrealIRCd 5.Sadie Powell
2019-11-03Rename a few instances of 'services' to 'stats' in ↵Robby
stats.standalone.example.conf and irc2sql.example.conf.
2019-10-14ns_recover: add privilege for admins to recover other usersAdam
2019-09-23Add the InspIRCd v3 module to the example configs.Peter Powell
2019-08-18Fixed stupid simple typos.Clem Morton
Fixed stupid simple type, changed "bot not both" to "but not both"
2019-08-04Add hide_status as an available option to nickserv.example.conf.Robby
Also improve the hide_* descriptions slightly.
2019-05-10Fix globops logging if there is no predefined sender.Robby
2019-04-05Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵Robby
with example.conf, etc.
2019-02-09Merge pull request #221 from SaberUK/2.0+uplinkAdam
Make it more clear where the uplink config goes.
2019-01-03Allow multiple IP addresses in extforward_ip separated by spaceslinuxdaemon