Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-06 | Handle /join 0 for ratbox & charybdis | Zoddo | |
2016-10-02 | Send vident/vhost in SVSLOGIN with SASL | Zoddo | |
2016-10-02 | Fix host on charybdis if there is no vhost | Zoddo | |
2016-10-02 | proto/charybdis: Add support for MECHLIST | Toni Kaija | |
2016-10-02 | Implement support for SASL 3.2 mechanism lists. | Peter Powell | |
2016-10-01 | Update SendSQLine() in hybrid's protocol module to use non-capsulatet RESV ↵ | miwob | |
message | |||
2016-09-30 | Update SendSGLine() in hybrid's protocol module to add support for temporary ↵ | miwob | |
x-lines | |||
2016-09-30 | hybrid.cpp: clean up style to match with other code; update copyright header | miwob | |
2016-09-30 | unreal: use uid for chghost | Adam | |
2016-09-28 | Forward port various Unreal4 things, drop Unreal3 support | Adam | |
2016-09-28 | hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the ↵ | miwob | |
future ircd-hybrid will reject UID messages with invalid IP addresses | |||
2016-09-25 | Get rid of service alias stuff, make proto mods link to each other | Adam | |
2016-09-23 | Fix SendNumericInternal on inspircd sending to the user's uid if dest is a uid | Adam | |
2016-09-23 | hybrid: set CanSQLineChannel | Adam | |
2016-09-23 | Remove rfc1459 message framing everywhere | Adam | |
2016-07-31 | Update license headers and copyrights on all source files | Adam | |
2016-07-28 | Allow serializable fields to use storage in the respective objects. | Adam | |
Split service management code nito a proper servicemanager. Make service references managed instead of lazy lookup. Also made events and serializable use service manager instead of their respective systems for management | |||
2015-12-31 | Rename haader file names to be consistent with module names | Adam | |
2015-12-14 | New source tree structure for modules. From commands/cs_access => ↵ | Adam | |
chanserv/access etc. | |||
2015-10-27 | Merge branch '2.0' into 2.1 | Adam | |
2015-09-06 | Allow configuring modes | Adam | |
2015-09-06 | Fix some service bot/botinfo mismatches | Adam | |
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
2015-09-06 | Don't unset modes which have no privilege associated with them | Adam | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-06-29 | #1643 Umode +I is oper only on Unreal | Adam | |
2015-04-28 | When introducing opered clients on inspircd send a fake opertype | Adam | |
2015-03-22 | Merge pull request #112 from attilamolnar/2.0+inspircdmlock | Adam | |
InspIRCd 2.0: Ensure ircd-side mlock and topic lock state is always what we think it should be | |||
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-03-11 | InspIRCd 2.0: Re-set server-side topiclock when an incoming METADATA ↵ | Attila Molnar | |
topiclock from a bursting server changes it | |||
2015-03-11 | InspIRCd 2.0: Re-set server-side mlock when an incoming METADATA mlock from ↵ | Attila Molnar | |
a bursting server changes it | |||
2015-03-11 | InspIRCd 2.0: Pass use_server_side_topiclock and use_server_side_mlock ↵ | Attila Molnar | |
references to METADATA handler | |||
2015-03-11 | InspIRCd 2.0: Add METADATA handler, pass everything to inspircd12/metadata | Attila Molnar | |
2015-03-11 | Remove cloak prior to applying vhost in insp20 fhost handler | Adam | |
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 | |||
2015-01-05 | Merge branch '2.0' into 2.1 | Adam | |
Conflicts: CMakeLists.txt include/modules.h include/serialize.h modules/commands/bs_assign.cpp modules/commands/bs_badwords.cpp modules/commands/bs_bot.cpp modules/commands/bs_control.cpp modules/commands/bs_kick.cpp modules/commands/cs_access.cpp modules/commands/cs_akick.cpp modules/commands/cs_drop.cpp modules/commands/cs_entrymsg.cpp modules/commands/cs_flags.cpp modules/commands/cs_info.cpp modules/commands/cs_invite.cpp modules/commands/cs_kick.cpp modules/commands/cs_mode.cpp modules/commands/cs_register.cpp modules/commands/cs_seen.cpp modules/commands/cs_set.cpp modules/commands/cs_suspend.cpp modules/commands/cs_topic.cpp modules/commands/cs_unban.cpp modules/commands/cs_xop.cpp modules/commands/hs_del.cpp modules/commands/hs_list.cpp modules/commands/hs_request.cpp modules/commands/ms_ignore.cpp modules/commands/ms_send.cpp modules/commands/ns_recover.cpp modules/commands/ns_register.cpp modules/commands/ns_suspend.cpp modules/commands/os_dns.cpp modules/commands/os_noop.cpp modules/commands/os_oper.cpp modules/commands/os_session.cpp modules/database/db_sql_live.cpp modules/encryption/enc_bcrypt.cpp modules/extra/m_ldap_authentication.cpp modules/extra/m_ldap_oper.cpp modules/fantasy.cpp modules/m_dnsbl.cpp modules/m_sasl.cpp modules/protocol/hybrid.cpp modules/protocol/inspircd20.cpp modules/protocol/unreal.cpp modules/pseudoclients/chanserv.cpp modules/pseudoclients/nickserv.cpp modules/webcpanel/pages/chanserv/access.cpp modules/webcpanel/webcpanel.cpp modules/webcpanel/webcpanel.h src/command.cpp src/messages.cpp src/modulemanager.cpp src/regchannel.cpp src/serialize.cpp | |||
2014-12-28 | Merge pull request #94 from webczat/2.0 | Adam | |
Fix issue 1627. | |||
2014-12-28 | Merge pull request #93 from alexbarton/ngircd-fix-servertoken | Adam | |
ngIRCd protocol module: fix servertoken | |||
2014-12-28 | Fix adding regmoderated mode twice in plexus | Adam | |