Age | Commit message (Collapse) | Author | |
---|---|---|---|
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' {} \; | |||
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-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
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. | |||
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 | |
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 | |||
2015-10-24 | hybrid.cpp: add missing CanSQLineChannel = true; to the protocol options | miwob | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-03-12 | Merge pull request #105 from miwob/master+use-uid-for-svsnick | Adam | |
- Change SendForceNickChange() to use UIDs | |||
2015-03-12 | Merge pull request #106 from miwob/master+SendClientIntroduction | Adam | |
- Update SendClientIntroduction() to use * for account names instead of ... | |||
2015-03-12 | Merge pull request #107 from miwob/master+misc-hybrid-changes | Adam | |
- Misc updates to the hybrid protocol modules: | |||
2015-02-15 | - Misc updates to the hybrid protocol modules: | miwob | |
- best supported version is 8.2.x - fixed UID message handler to cope with account names being '*' - minium required TS version is TS6 now | |||
2015-02-15 | - Update SendClientIntroduction() to use * for account names instead of 0 | miwob | |
2015-02-15 | - Change SendForceNickChange() to use UIDs | miwob | |
2015-02-10 | Merge pull request #102 from miwob/master+protocol-missing-modes | Adam | |
- Added some missing user modes to the ircd-hybrid protocol module | |||
2015-02-08 | Misc changes to the ircd-hybrid protocol module: | miwob | |
- Increase MaxModes to 6 - SendLogout(): send "+d *" instead of "+d 0" - Update copyright year - Removed user mode +z from supported modes | |||
2015-02-07 | - Added some missing user modes to the ircd-hybrid protocol module | miwob | |
2015-02-06 | Merge pull request #101 from miwob/master+hybrid-protocol-no-globops-override | Adam | |
- Removed SendGlobopsInternal() override as it's basically a duplicate o... | |||
2015-02-06 | - Removed SendGlobopsInternal() override as it's basically a duplicate of ↵ | miwob | |
SendGlobopsInternal() in protocol.c | |||
2015-02-06 | - Update ircd-hybrid protocol module to support channel mode 'C' (no CTCPs) | miwob | |
2015-01-28 | More properly track topic change sources and allow users with access to ↵ | Adam | |
change topics through topiclock | |||
2014-06-19 | hybrid.cpp: add our own SendInvite() which sends the channel's timestamp ↵ | miwob | |
along the INVITE command. INVITE with channel TS will be mandatory in some future release of ircd-hybrid | |||
2014-05-13 | Update ircd-hybrid protocol module | Michael Wobst | |
2014-04-18 | Remove unused event. | Adam | |
Mark some oper only usermodes as oper only. Fix reading SID in TS6_SID_Retrieve | |||
2014-04-02 | Set minus no arg on +l in all proto mods | Adam | |
Set oper modes/vhost on oper too, evan after iding Add umode +q to plexus | |||
2014-02-27 | Hybrid does not let us add resvs as a server, but the core expects to be ↵ | Adam | |
able to qline bot nicks before introducing the bots as a way to prevent collisions, so try harder to find a valid bot to send resvs on startup | |||
2014-02-27 | Handle nick collisions somewhat instead of blindly overwriting the nicks | Adam | |
in memory, which does weird things. For fun different ircds implement this differently (Unreal compares timestamps, TS6 compares timestamps and user username/host), and whether or not we get a kill for our user also varies, so just kill everyone. This can't really happen anyway with properly set qlines, only if services haven't yet set the qlines, or possibly in a bot add/nick user introduce race, or with enforcers, which not many ircds require. | |||
2014-01-28 | Use TBURST on hybrid to set topics | Adam | |
2014-01-21 | Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601. | Adam | |
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
2013-12-25 | Fix sqline on hybrid | Adam | |
2013-11-21 | Hybrid has no quit on kill, so internally kill users when killed | Adam | |
2013-08-31 | add vhost support for hybrid | DukePyrolator | |
2013-08-12 | Use less strict valid ident checks on hybrid, unreal, and inspircd | Adam | |
2013-08-10 | Do not have ratbox or plexus pull modes from hybrid, it is entirely too ↵ | Adam | |
confusing. Also fix cs_mode config | |||
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam | |
Keep track of what user modes are oper only/server only/etc | |||
2013-07-26 | Fix issues with 'Me' related to previous commit | Adam | |
2013-07-08 | added missing NOTICE support to hybrid. sorry | DukePyrolator | |
2013-06-22 | added support for CertFP on hybrid | DukePyrolator | |
2013-06-19 | Set vhosts when users id to an account (and not a nick), add account arg to ↵ | Adam | |
user ctor to ease handling users who connect already identified | |||
2013-06-18 | added support for hybrids new umode +S (client is connected via SSL/TLS) | DukePyrolator | |
2013-05-27 | Initially attach all modules to all events, and detach them as the events ↵ | Adam | |
are run if they are not implemented per module | |||
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. |