Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-12 | Update ircd-hybrid protocol module to support latest version of ircd-hybrid ↵ | miwob | |
better | |||
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2018-01-12 | Merge pull request #197 from genius3000/2.0+fix_insp_rlines | Adam | |
2.0: Fix sending incorrect RLines to InspIRCd | |||
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 | 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 | Advertise SASL mechanisms to UnrealIRCd servers. | Bram Matthys | |
2017-05-27 | Merge pull request #174 from Techman-/2.0+inspsasl | Adam | |
InspIRCd: Send CHGIDENT/CHGHOST on SVSLOGIN | |||
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-01 | unreal4: set +xt on chghost as unreal does | Adam | |
2017-02-06 | protocol/inspircd12: set +x on /hs off | Adam | |
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
2017-01-16 | Merge pull request #182 from genius3000/2.0+protocol_match_name | Adam | |
protocol/inspircd: Match servername as well on ENCAP | |||
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2017-01-11 | unreal4: use SENDUMODE instead of GLOBOPS | Adam | |
2017-01-07 | ngircd: move metadata non-exietent user log message to debug | Adam | |
2016-12-11 | Fix detecting if chghost/chgident is loaded on inspircd and don't send them ↵ | Adam | |
unless they are | |||
2016-12-10 | Remove unnecessary functions from ngircd that duplicate the default ↵ | Adam | |
behavior, fix a few typos in comments | |||
2016-12-01 | inspircd12: fix mode handler to handle opers changing other users umodes ↵ | Adam | |
correctly | |||
2016-11-22 | protocol/inspircd: Match servername as well on ENCAP | genius3000 | |
2016-10-16 | plexus: add noop and sasl support | Adam | |
2016-10-04 | inspircd20: specifially add channel modes official-join and operprefix as ↵ | Adam | |
status modes, sometimes they are sent in CAPAB without a status prefix which causes them to be added as parameter modes | |||
2016-09-25 | InspIRCd: Send CHGIDENT/CHGHOST on SVSLOGIN | Michael Hazell | |
2016-09-04 | ratbox: fix RESVs | Michael Hazell | |
Also, enable channel support because it wasn't specified already and point charybdis to these methods instead. | |||
2016-07-25 | Fix #1684 more, can have non-user sources for encap sasl | Adam | |
2016-07-23 | Add/fix various checks on source user existing in the protocol modules | Adam | |
2016-07-21 | charybdis.cpp: Properly support RESVs | Michael Hazell | |
Properly support RESV and UNRESV in Charybdis, and improve RESV setting for pseudoclients when bursting. | |||
2016-06-02 | Handle /join 0 for ratbox & charybdis | Zoddo | |
2016-05-20 | Fix handling nick introduction collisions on unreal4 | Adam | |
2016-04-14 | Merge pull request #160 from Zoddo/charybdis/fix_euid | Adam | |
Fix host on charybdis if there is no vhost | |||
2016-04-10 | Send vident/vhost in SVSLOGIN with SASL | Zoddo | |
Only charybdis seems to support that for the moment. | |||
2016-04-10 | Fix host on charybdis if there is no vhost | Zoddo | |
2016-03-17 | proto/charybdis: Add support for MECHLIST | Toni Kaija | |
2016-02-28 | Implement support for SASL 3.2 mechanism lists. | Peter Powell | |
2016-02-10 | Fix a privilege escalation exploit on InspIRCd with m_autoop. | Peter Powell | |
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2016-01-23 | Fix hybrid to compile | Adam | |
2016-01-23 | Merge pull request #145 from miwob/style+copyright | Adam | |
Style+copyright | |||
2016-01-23 | Merge pull request #149 from miwob/SendSQLine | Adam | |
Update SendSQLine() in hybrid's protocol module to use non-capsulatet… | |||
2016-01-20 | Update SendSQLine() in hybrid's protocol module to use non-capsulatet RESV ↵ | miwob | |
message | |||
2016-01-19 | Update SendSGLine() in hybrid's protocol module to add support for temporary ↵ | miwob | |
x-lines | |||
2016-01-13 | hybrid.cpp: clean up style to match with other code; update copyright header | miwob | |
2016-01-03 | [Unreal4] Use UID/SID instead of nick/servername when possible | Zoddo | |
2016-01-02 | Add IRCDMESSAGE_SOFT_LIMIT to MD handler | Adam | |
2015-12-30 | unreal4: add md handler, certfp support | Adam | |
2015-12-30 | Unreal 4 changes | Adam | |
2015-12-30 | Copy unreal -> unreal4 | Adam | |
2015-12-26 | Add support for channel mode +T to the ircd-hybrid protocol module | Michael Wobst | |
2015-12-13 | hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the ↵ | miwob | |
future ircd-hybrid will reject UID messages with invalid IP addresses |