| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #1139 from johanna-a/master•••Adds <commandlist> tag with command usage to httpd_stats. | 2016-02-22 | 1 | -1/+9 | ||
| |\ \ \ | ||||||
| | * | | | Adds <commandlist> tag with command usage to httpd_stats. | 2016-02-20 | 1 | -1/+9 | ||
| * | | | | Fix GCC 6 warning about auto_ptr via a different method.•••The previous method was causing build errors on CentOS and Solaris. | 2016-02-20 | 1 | -4/+8 | ||
| * | | | | Remove the useless testnet module. | 2016-02-20 | 1 | -67/+0 | ||
| |/ / / | ||||||
| * | | | Merge pull request #1135 from SaberUK/master+starttls•••Remove the STARTTLS token from ISUPPORT. | 2016-02-19 | 1 | -5/+0 | ||
| |\ \ \ | ||||||
| | * | | | Remove the STARTTLS token from ISUPPORT.•••This is an InspIRCd-specific token which is pointless because: 1. You can't STARTTLS after registration is complete. 2. You can already discover STARTTLS support via cap `tls`. | 2016-02-19 | 1 | -5/+0 | ||
| * | | | | Merge pull request #1130 from SaberUK/master+capnew•••Fix cap-notify sending ADD instead of NEW. | 2016-02-19 | 1 | -1/+1 | ||
| |\ \ \ \ | ||||||
| | * | | | | Fix cap-notify sending ADD instead of NEW. | 2016-02-19 | 1 | -1/+1 | ||
| | |/ / / | ||||||
| * / / / | Fix warnings when building under GCC 6. | 2016-02-19 | 1 | -3/+3 | ||
| |/ / / | ||||||
| * | | | Add rewritten m_watch module•••Code is shared with m_monitor | 2016-01-06 | 1 | -0/+267 | ||
| * | | | Add m_monitor which implements the MONITOR command and notifications | 2016-01-06 | 1 | -0/+443 | ||
| * | | | Nuke m_watch | 2016-01-06 | 2 | -530/+0 | ||
| * | | | m_spanningtree Ignore SVSWATCH from 2.0 servers | 2016-01-06 | 1 | -0/+5 | ||
| * | | | m_spanningtree Add compatibility hack that allows modules to drop the VF_COMM...•••Include m_watch in the list | 2016-01-06 | 1 | -1/+26 | ||
| * | | | Convert remaining NOTICEs implemented using WriteServ() to WriteNotice() | 2015-12-29 | 1 | -2/+2 | ||
| * | | | Fix some whitespace issues | 2015-12-28 | 3 | -3/+3 | ||
| * | | | m_cap Fix incorrect syntax of empty CAP LIST reply•••Fixes issue #1120 reported by @ProgVal | 2015-12-28 | 1 | -1/+1 | ||
| * | | | m_xline_db Don't flush database when an xline expires | 2015-12-18 | 1 | -5/+0 | ||
| * | | | Remove some IS_SERVER() checks•••- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless - m_dccallow is calling FindNickOnly() so it had the check needlessly | 2015-12-07 | 8 | -9/+9 | ||
| * | | | Do not insert FakeUsers into UserManager::uuidlist•••Inserting them causes FindUUID() and FindNick() to return server users which is not what modules want | 2015-12-07 | 1 | -4/+0 | ||
| * | | | m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre... | 2015-12-07 | 1 | -7/+17 | ||
| * | | | m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic... | 2015-12-06 | 2 | -5/+2 | ||
| * | | | m_spanningtree Implement ServerCommand::RegisterService() | 2015-12-06 | 2 | -2/+9 | ||
| * | | | Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extension | 2015-12-06 | 1 | -0/+68 | ||
| * | | | Add minimum channel rank and exception list parameters to the OnUserInvite hook | 2015-12-06 | 2 | -2/+2 | ||
| * | | | Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extension | 2015-12-06 | 1 | -0/+70 | ||
| * | | | Merge branch 'master+cap' | 2015-12-06 | 9 | -43/+711 | ||
| |\ \ \ | ||||||
| | * | | | Add m_ircv3_chghost which implements the IRCv3.2 chghost extension | 2015-12-05 | 2 | -2/+69 | ||
| | * | | | m_ircv3 Make WriteNeighborsWithCap() available for use in other modules | 2015-12-05 | 1 | -22/+3 | ||
| | * | | | m_cap Make Capability objects compatible with dynamic_references, add Cap::Re... | 2015-12-05 | 1 | -0/+2 | ||
| | * | | | Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extension | 2015-12-05 | 1 | -0/+149 | ||
| | * | | | m_cap Save and restore the cap state of a module when it is reloaded | 2015-12-05 | 1 | -1/+81 | ||
| | * | | | m_cap Specialize extension item | 2015-12-05 | 1 | -1/+54 | ||
| | * | | | m_sasl Advertise SASL mechanism list to supporting clients | 2015-12-05 | 1 | -0/+22 | ||
| | * | | | m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha... | 2015-12-05 | 1 | -0/+6 | ||
| | * | | | m_cap Provide the OnCapAddDel() event | 2015-12-05 | 1 | -2/+11 | ||
| | * | | | m_cap Add Capability::GetCapValue(), list capabilities with values | 2015-12-05 | 1 | -4/+16 | ||
| | * | | | m_cap Reject CAP CLEAR from clients newer than 3.1 | 2015-12-05 | 1 | -1/+1 | ||
| | * | | | m_cap Learn the supported capability negotiation protocol of a client from CA...•••Let modules implementing caps query this information | 2015-12-05 | 1 | -0/+12 | ||
| | * | | | m_cap Add Capability::OnList() hook | 2015-12-05 | 1 | -0/+3 | ||
| | * | | | m_sasl Create SASLCap which subclasses Cap::Capability and implements OnReque... | 2015-12-05 | 1 | -2/+21 | ||
| | * | | | m_cap Add Capability::OnRequest() hook | 2015-12-05 | 1 | -1/+9 | ||
| | * | | | Add rewritten m_cap module•••- Caps are now managed by m_cap - Each cap uses one bit in an extension item shared with other caps | 2015-12-05 | 6 | -21/+266 | ||
| | * | | | m_ircv3 Change signature of WriteNeighboursWithExt to accept a cap, rename | 2015-12-05 | 1 | -7/+7 | ||
| * | | | | m_sasl Enforce usage of uuids in server-to-server SASL command | 2015-12-05 | 1 | -1/+1 | ||
| |/ / / | ||||||
| * | | | Nuke m_cap | 2015-12-05 | 1 | -148/+0 | ||
| * | | | m_services_account Handle FORMAT_INTERNAL when unserializing the accountname•••Skip sending the numeric and firing the OnAccountChange event | 2015-11-26 | 1 | -0/+5 | ||
| * | | | Handle module reloading in core_reloadmodule entirely | 2015-11-26 | 1 | -23/+2 | ||
| * | | | m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher pr... | 2015-11-11 | 1 | -1/+1 | ||
| * | | | m_ssl_gnutls Strip unrecognized tokens from the priority string if configured... | 2015-11-11 | 1 | -2/+61 | ||
