| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge insp20 | Attila Molnar | 2016-08-17 | 1 | -1/+1 |
| |\ |
|
| | * | Fix more incorrect std::string::operator[] usage | Attila Molnar | 2016-08-13 | 1 | -1/+1 |
| * | | m_sasl Advertise the sasl capability only if the target server is online•••Issue #812
| Attila Molnar | 2016-04-25 | 1 | -2/+9 |
| * | | m_sasl Add ServerTracker class for tracking sasl_target | Attila Molnar | 2016-04-25 | 1 | -1/+65 |
| * | | Add support for SASL reauthentication. | Peter Powell | 2016-03-24 | 1 | -2/+0 |
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar | 2016-02-25 | 1 | -4/+4 |
| * | | Fix some numerics | Attila Molnar | 2016-02-24 | 1 | -1/+1 |
| * | | 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
| Attila Molnar | 2015-12-07 | 1 | -1/+1 |
| * | | Merge branch 'master+cap' | Attila Molnar | 2015-12-06 | 1 | -5/+46 |
| |\ \ |
|
| | * | | m_sasl Advertise SASL mechanism list to supporting clients | Attila Molnar | 2015-12-05 | 1 | -0/+22 |
| | * | | m_sasl Create SASLCap which subclasses Cap::Capability and implements OnReque... | Attila Molnar | 2015-12-05 | 1 | -2/+21 |
| | * | | 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
| Attila Molnar | 2015-12-05 | 1 | -4/+4 |
| * | | | m_sasl Enforce usage of uuids in server-to-server SASL command | Attila Molnar | 2015-12-05 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge insp20 | Attila Molnar | 2015-04-20 | 1 | -1/+4 |
| |\| |
|
| | * | m_sasl Update description, SASL is no longer exclusive to Atheme | Attila Molnar | 2015-04-16 | 1 | -1/+1 |
| | * | m_sasl Add missing validation for server-to-server SASL message | Attila Molnar | 2015-04-16 | 1 | -0/+3 |
| * | | Convert the SASL fallback event to use the new cross-module event system | Attila Molnar | 2015-02-11 | 1 | -1/+5 |
| * | | Convert the CAP event to use the new cross-module event system | Attila Molnar | 2015-02-11 | 1 | -5/+0 |
| * | | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar | 2015-01-18 | 1 | -1/+4 |
| * | | ProtocolInterface::SendEncapsulatedData() changes•••- Pass command name and destination as real parameters
- Allow callers to specify the command source
- Send a SID instead of a server name if the target is a single server
| Attila Molnar | 2014-01-26 | 1 | -5/+1 |
| * | | Merge insp20 | Attila Molnar | 2014-01-21 | 1 | -4/+7 |
| |\| |
|
| | * | Support SASL messages other than 'C' and 'D' | Mantas Mikulėnas | 2014-01-11 | 1 | -2/+6 |
| | * | Handle SASL failures during SASL_INIT (wrong mechanism, etc.) | Mantas Mikulėnas | 2014-01-11 | 1 | -2/+1 |
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam | 2013-11-12 | 1 | -3/+3 |
| * | | Automatically register ServiceProviders created by modules | attilamolnar | 2013-09-08 | 1 | -3/+0 |
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -3/+1 |
| * | | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |
| * | | Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the
log type. There was a few places which were logging to a non-name
type but, with the exception of CONFIG, those messages are so
uncommon that it doesn't make sense to use a seperate type for
them.
| Peter Powell | 2013-08-04 | 1 | -3/+3 |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | | Create SSLIOHook interface that provides GetCertificate() | attilamolnar | 2013-06-07 | 1 | -3/+3 |
| * | | Merge insp20 | attilamolnar | 2013-06-06 | 1 | -2/+2 |
| |\| |
|
| | * | Remove unnecessary string copies and dead code | attilamolnar | 2013-06-05 | 1 | -2/+2 |
| * | | Fix spacing in calls to LogManager::Log. | Peter Powell | 2013-05-19 | 1 | -1/+1 |
| * | | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
| Peter Powell | 2013-05-15 | 1 | -5/+5 |
| * | | Tidy up source files:•••- Use #pragma once instead of include guards.
- Move header files in src/modules to include/modules.
- Fixed various spacing issues.
| Peter Powell | 2013-04-12 | 1 | -4/+4 |
| * | | Add LOG_ prefix to the log level enum values. | Peter Powell | 2013-04-12 | 1 | -3/+3 |
| * | | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | 2013-04-01 | 1 | -0/+1 |
| |/ |
|
| * | Added support for EXTERNAL | Daniel Vassdal | 2013-03-25 | 1 | -0/+10 |
| * | Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...•••If a SID was passed as the target user parameter or when it's an unregistered user reply with the "no such nick" (or the moral equivalent) message
| attilamolnar | 2012-12-15 | 1 | -1/+1 |
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
| attilamolnar | 2012-12-02 | 1 | -1/+1 |
| * | Replace copyright headers with headers granting specific authors copyright | Robby- | 2012-04-19 | 1 | -8/+15 |
| * | Allow SASL messages to be targeted at the services server•••<sasl target="services.example.net"> will avoid broadcasting all
authentication messages across the network, which improves security.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12494 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-18 | 1 | -6/+27 |
| * | Fix incorrect ServerInstance pointer in m_sasl•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12425 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-10 | 1 | -1/+0 |
| * | Change <connect:requiresasl> to <connect:requireaccount>, which is more accurate•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12408 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -17/+2 |
| * | Allow SSL fingerprint hash to be specified, and show fingerprint to client on...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12357 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-02 | 1 | -2/+2 |
| * | Add requiresasl to connect block checks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12356 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-02 | 1 | -2/+13 |
| * | Move lots of spanningtree items to commands•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12296 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-18 | 1 | -1/+1 |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2010-01-11 | 1 | -1/+1 |
| * | Use ServiceProvider for inter-module dependencies•••This will stop dependency chains from preventing module reloads when
it is not actually needed; however, it removes some failsafes that will
need to be reimplemented in order to avoid unmapped vtables.
This deprecates Request as an inter-module signaling mechanism, although
SQL still uses it.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12140 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-16 | 1 | -2/+2 |
| * | Add Inspircd::AddServices•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12135 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-15 | 1 | -3/+2 |