summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-04-22Release 2.0.11.2.0.11Sadie Powell
2022-01-09Use utf-8 encoding for outgoing email (#286)k4bek4be
2022-01-09Add a "Network Service" (RPL_WHOISOPERATOR) line to WHOIS repliesk4be
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-10-06Show the protocol module name when connecting to the uplink.Sadie Powell
2021-08-29Mark as 2.0.11-git.Sadie Powell
2021-08-09Release 2.0.10.2.0.10Sadie Powell
2021-06-17Fix various spelling issues (#274).Josh Soref
2021-06-04Add support for per-mode list limits.Sadie Powell
2021-04-16Process writes to the uplink socket before quitting in all cases.Sadie Powell
2021-04-08Use UTC in anopesmtp to fix a C++98 compat warning.Sadie Powell
2021-04-08Log when freopen and chown fail.Sadie Powell
2021-02-19bots: Fix dtor channel iterator being invalidated.Matt Schatz
2021-01-07Update copyright to 2021.Robby
2020-11-19Only grant an account an identifier when the identifier is needed.Sadie Powell
2020-10-22Bump for 2.0.10-git.Sadie Powell
2020-10-22Release 2.0.9.2.0.9Sadie Powell
2020-10-21Fix account identifiers conflicting with SQL row identifiers.Sadie Powell
2020-10-07Bump for 2.0.9-git.Sadie Powell
2020-10-07Release 2.0.8.2.0.8Sadie Powell
2020-10-07Fix last case check for le64toh.Sadie Powell
2020-10-06Simplify the definition of _le64toh in the siphash implementation.Sadie Powell
2020-10-02Remove use of the deprecated register keyword.Sadie Powell
2020-09-28Fix musl build (gettext internals)Sam James (sam_c)
2020-09-10Implement support for immutable account identifiers.Sadie Powell
2020-09-10Fix -Wclass-memaccess warning:miwob
2020-01-04Update copyright to 2020.Robby
2019-12-14Fix a bunch of broken indentation.Peter Powell
2019-11-02Bump for 2.0.8-gitAdam
2019-11-02Release 2.0.72.0.7Adam
2019-09-23Fix various typos.Peter Powell
2019-09-23Parse 1205-style mode lists for CAPAB CHANMODES/USERMODES.Peter Powell
2019-09-23Update the core message parser to allow parsing IRCv3 message tags.Peter Powell
2019-08-24Insert a new line between the subject and message body when sending mail.Robby
2019-05-10Fix globops logging if there is no predefined sender.Robby
2019-02-14Merge pull request #224 from genius3000/2.0+deoper_superadminRobby
2019-01-01Update copyright to 2019.Robby
2018-11-10Update most URLs to use HTTPS if available, and fix some dead ones too.Robby
2018-07-14Ensure SuperAdmin isn't left on when de-operingMatt Schatz
2018-06-12anopesmtp: fix previous commitAdam
2018-06-12Merge pull request #203 from MrGadget1024/patch-1Adam
2018-04-25Update copyright to 2018.Robby
2017-12-11Fix mail sending for reliability.Chris Langsenkamp
2017-12-11Bump for 2.0.7-gitAdam
2017-12-11Anope 2.0.6 Release2.0.6Adam
2017-10-12Call OnDelChan prior to unsetting extensiblesAdam
2017-10-12Add post init eventAdam
2017-08-05Use full path to file for conf.cpp file could not be opened error messageAdam
2017-07-02Default require_oper to true. Fixes os_oper unserializer because it doesn't s...Adam
2017-05-27Moved m_dns's reverse ip method to sockaddrs::reverse().Alexander Maassen