Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-30 | Update chanserv.example.conf (#206) | nekoswag | |
2017-12-11 | Fix mail sending for reliability. | Chris Langsenkamp | |
After sending the "\r\n.\r\n" after the mail payload, smtp_send_email was not waiting for the mail server to complete post-processing and respond with "250", but was sending "QUIT\r\n" immediately and dropping the connection. Mail server may kill the transaction if it can't send the "250" (socket closed). The changes proposed completes the mail transaction by reading for the 250 and in smtp_disconnect steps through a proper quit sequence by waiting for the 221 server response. I discovered this by including the --debug option in services.conf sendmailpath, which invoked logging in smtp_send and that slowed it down enough for the mail server to return the 250 and complete the transaction. | |||
2017-12-11 | Bump for 2.0.7-git | Adam | |
2017-12-11 | Anope 2.0.6 Release2.0.6 | Adam | |
2017-11-19 | Add README.md, for github | Adam | |
2017-11-19 | README: remove some outdated links | Adam | |
2017-11-17 | Update the dutch language file. | Robby | |
2017-10-14 | Fix sending incorrect RLines to InspIRCd | genius3000 | |
Currently a Regex AKILL is sent with a malformed mask to InspIRCd as an RLine. InspIRCd expects a mask of 'n!u@h\sr', so we need to remove the enclosing slashes (/.../), change the '#' separator to '\s', and change any literal spaces to '\s' and then it creates a proper RLine. | |||
2017-10-12 | Update Changes and Changes.conf | Adam | |
2017-10-12 | Call OnDelChan prior to unsetting extensibles | Adam | |
cs_set uses this to set -P on permanent channels if they are persistent. Also move similar event in nickcore/nickalias destruction | |||
2017-10-12 | No longer try to create persistent channels on the fly | Adam | |
Change initial channel creation to on post init so it will be part of the burst. | |||
2017-10-12 | Add post init event | Adam | |
2017-10-12 | unreal4: send sjoin with empty users in SendChannel | Adam | |
2017-10-12 | unreal4: send modes in sjoin | Adam | |
2017-10-10 | plexus: fix overriding SendSVSLogin | Adam | |
2017-10-09 | Merge pull request #199 from syzop/2.0+unrealsaslmechs | Adam | |
Advertise SASL mechanisms to UnrealIRCd servers. | |||
2017-10-09 | Merge pull request #200 from syzop/2.0+saslbydefault | Adam | |
Load sasl module by default. | |||
2017-10-09 | Load sasl module by default. | Bram Matthys | |
2017-10-09 | Advertise SASL mechanisms to UnrealIRCd servers. | Bram Matthys | |
2017-08-05 | Use full path to file for conf.cpp file could not be opened error message | Adam | |
2017-07-28 | Allow calls to XMLRPC to impersonate supplied user, if online | Tim Gunter | |
2017-07-24 | m_xmlrpc: fix incorrect string find usage | Adam | |
2017-07-24 | ns_group: don't require a user to group | Adam | |
2017-07-02 | Default require_oper to true. Fixes os_oper unserializer because it doesn't ↵ | Adam | |
set it. | |||
2017-06-05 | webcpanel: rate limit login attempts | Adam | |
2017-06-05 | webcpanel: escape values in template_fileserver | Adam | |
Remove other escapes to prevent double escape. Not all replaced values were escaped, such as replies from commands. | |||
2017-06-05 | httputils: escape ampersand too | Adam | |
2017-05-27 | Merge pull request #174 from Techman-/2.0+inspsasl | Adam | |
InspIRCd: Send CHGIDENT/CHGHOST on SVSLOGIN | |||
2017-05-27 | Merge pull request #188 from key2peace/2.0 | Adam | |
IPv6 support for m_dnsbl and sockaddrs::reverse() | |||
2017-05-27 | Moved m_dns's reverse ip method to sockaddrs::reverse(). | Alexander Maassen | |
Updated m_dnsbl to support ipv6. | |||
2017-05-17 | m_dnsbl: fix exempts, allow cidrs, default exempt 127.0.0.0/8 | Adam | |
2017-03-30 | m_regex_posix: use REG_ICASE | Adam | |
2017-03-30 | example.conf: disable regexengine directive by default | Adam | |
2017-03-27 | regchannel: fix compile warning from previous commit | Adam | |
2017-03-27 | cs_akick: don't show channel doesn't exist message in enforce from adding akicks | Adam | |
2017-03-27 | Fix autokick destructor to properly remove channel references from accounts | Adam | |
2017-03-26 | example.conf: update to reflect deprecated status of older encryption modules | Adam | |
2017-03-23 | Remove weird warning in nickserv help which for some reason assumes admins' ↵ | Adam | |
abuse policies | |||
2017-03-19 | Merge pull request #187 from miwob/new-mode | Adam | |
Add channel mode 'u', and 'L' to hybrid protocol module; Remove usele… | |||
2017-03-19 | m_sasl: pass module to logger | Adam | |
2017-03-19 | readme: change minimum supported hybrid version to 8.2 | Adam | |
2017-03-19 | Add channel mode 'u', and 'L' to hybrid protocol module; Remove useless ↵ | miwob | |
CAPABs that are mandatory for some years now. | |||
2017-03-18 | Fix ns_keep_modes default option in nickserv.conf | Adam | |
2017-03-16 | logger.cpp: fix variable shadow warning | Adam | |
2017-03-16 | Include ip for web clients in command log messages for source | Adam | |
2017-03-16 | redis: check for socket errors when loading database on startup | Adam | |
2017-03-15 | cs_xop: fix showing alternative access methods in help | Adam | |
2017-03-08 | modes.cpp: correct usage of format string passed to SendMode | Adam | |
2017-03-08 | db_redis: don't crash if destroying an object with no type | Adam | |
2017-03-01 | unreal4: set +xt on chghost as unreal does | Adam | |