Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-09 | Release 2.0.12.2.0.12 | Sadie Powell | |
2022-12-09 | Update the changelogs. | Sadie Powell | |
2022-12-08 | Document `cs_no_expire` (#301). | PeGaSuS | |
2022-12-07 | Add a module that provides regex/pcre using PCRE2. | Sadie Powell | |
2022-09-29 | Update ircd-hybrid protocol module | miwob | |
* Add METADATA command handler which currently only allows to modify a client's certificate fingerprint * Minor reformatting and style inconsistency fixes | |||
2022-09-22 | Add the ability to confirm accounts via webcpanel after logging in. | Austin Ellis | |
2022-09-15 | Update hybrid protocol module to improve compatibility with the latest ↵ | miwob | |
ircd-hybrid release. * Remove support for deprecated channel mode `u` * Add support for channel mode `N` * Fixed the `UID` message handler requiring the correct amount of arguments * Fixed the `SID` message handler requiring the correct amount of arguments * Fixed the `SJOIN` message handler requiring the correct amount of arguments * Minor documentation updates and style corrections * Remove pointless return statement in the `JOIN` message handler * Add support for the owner and admin channel prefix modes * Add support for `MLOCK` * Fixed SendChannel() so modes are prefixed with a `+` * Change SendJoin() to actually use the mode stacker * Add support for channel mode `Q` * Add support for channel mode `Z` * Add support for user mode `B` and `Z` * Actually user mode `g` is not oper only. For some reason this mode got set to oper only in anope/anope@1e625b6 * Work properly with extended bans, e.g. don't normalize masks starting with a `$` | |||
2022-09-12 | Fix allowing spaces in some config fields that shouldn't contain them. | Sadie Powell | |
2022-09-12 | Bahamut now has support for halfops. | Sadie Powell | |
2022-08-10 | Fixe a typo in the Italian translation. | Dragone2 | |
Ref: #298 | |||
2022-07-27 | database: write to temporary file and rename. | Michael Stapelberg | |
This decreases the likelihood of ending up with a zero-byte (or missing) anope.db. Co-authored-by: Michael Stapelberg <michael@robustirc.net> | |||
2022-04-22 | Release 2.0.11.2.0.11 | Sadie Powell | |
2022-04-21 | Update the changelogs. | Sadie Powell | |
2022-04-11 | Remove unnecessary ProcessModes call in unreal4. | Sadie Powell | |
This was made obsolete by the previous commit. | |||
2022-02-13 | Fix unsetting vhosts on unreal4 (#289). | PeGaSuS | |
2022-01-29 | Include the required modules in the example InspIRCd config. | Sadie Powell | |
2022-01-29 | Fix a grammar error in nickserv.example.conf. | Sadie Powell | |
2022-01-10 | Replace ICQ in the ns_set_misc examples with something not dead. | Sadie Powell | |
2022-01-10 | Add all extra modules to the gitignore to avoid adding their symlinks. | Sadie Powell | |
2022-01-10 | Avoid duplicate checks in irc2sql. | Sadie Powell | |
2022-01-10 | Fix ns_resetpass not returning a response for XMLRPC (#243) | Filippo Cortigiani | |
Co-authored-by: filippo nicola cortigiani <simos@H7-25.fritz.box> | |||
2022-01-10 | Multiple updates for unreal4 protocol (#285) | k4bek4be | |
* Parse PROTOCTL PREFIX and PROTOCTL USERMODES * Add several previously unhandled modes * Fix incorrect SJOIN prefix handling * Enable message tags sending from ircd * Add timedban matcher * Add operclass matcher * Store all client and channel moddata. * Call unreal's internal unban on /cs unban * Check for ~a:0 ban * Add country ban matcher * Use +B umode for services bots | |||
2022-01-09 | Use utf-8 encoding for outgoing email (#286) | k4bek4be | |
2022-01-09 | Add a "Network Service" (RPL_WHOISOPERATOR) line to WHOIS replies | k4be | |
2022-01-09 | Adjust IsIdentValid test to comply with upcoming ircd-hybrid release (#272). | Michael Wobst | |
hybrid.cpp: adjust IsIdentValid test to comply with upcoming ircd-hybrid where user names may only consist of [A-Za-z0-9._-] and may not begin with '.', '-', or '_'. As a side effect this fixes an issue where currently it is possible to introduce bots whose user name starts with (non-alnum) characters considered invalid for ircd-hybrid leading to a services shutdown due to a nick introduction/kill loop. | |||
2022-01-06 | Update the copyright headers for 2022. | Sadie Powell | |
2022-01-03 | Update pl_PL translation | k4be | |
2022-01-03 | Fix some minor issues discovered whilst working on 2.1. | Sadie Powell | |
2021-12-28 | Fix linking against libraries by their alternate name. | Sadie Powell | |
2021-12-28 | Add a build time check that OpenLDAP is reentrant. | Sadie Powell | |
2021-12-28 | Reflect OpenLDAP 2.5 upstream change from libldap_r to libldap | Robert Scheck | |
Starting with OpenLDAP 2.5 upstream decided to merge the non-threaded libldap_r library into the threaded libldap library. And starting with OpenLDAP 2.6 common Linux distributions such as Fedora do not ship the compatibility symbolic link anymore (which leads to a build failure), thus the linking tests for libldap_r and uses alternatively libldap. See also: - https://lists.openldap.org/hyperkitty/list/openldap-announce@openldap.org/thread/BH3VDPG6IYYF5L5U6LZGHHKMJY5HFA3L/ - https://bugzilla.redhat.com/show_bug.cgi?id=2032707 | |||
2021-12-28 | Allow specifying multiple dependency libraries like foo|bar. | Sadie Powell | |
2021-12-23 | Fix missing spaces in de_DE | Hendrik Jäger | |
2021-12-23 | Document log files having their creation date appended. | Sadie Powell | |
2021-11-20 | Fix some message params being sent as <middle> instead of <trailing>. | Sadie Powell | |
2021-11-14 | Use example.com instead of localhost.net in the example configs. | Sadie Powell | |
2021-11-14 | Use the server name as the enforcer hostname if not otherwise set. | Sadie Powell | |
2021-11-14 | Fix 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-06 | Show the protocol module name when connecting to the uplink. | Sadie Powell | |
2021-08-29 | Mark as 2.0.11-git. | Sadie Powell | |
2021-08-29 | Send the oper mode for services pseudoclients on InspIRCd. | Sadie Powell | |
2021-08-25 | Update Jobe's email address in the readme. | Matthew Beeching | |
2021-08-09 | cmake: update NSIS template for NSIS 3 | Adam | |
Newer cmake versions require NSIS 3, which already defines a RemoveSection macro causing cpack to fail | |||
2021-08-09 | Release 2.0.10.2.0.10 | Sadie Powell | |
2021-07-24 | webcpanel: fix command source ip to use extforward ip | Adam | |
2021-06-17 | Overwritten has two t's in it. | Sadie Powell | |
2021-06-17 | Fix various spelling issues (#274). | Josh Soref | |
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>. | |||
2021-06-04 | Use the InspIRCd-sent maxlist size instead of networkinfo:modelistsize. | Sadie Powell | |
2021-06-04 | Add support for per-mode list limits. | Sadie Powell | |
2021-05-31 | Fix some misleading indentation in ns_register. | Sadie Powell | |