index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_sasl.cpp
Age
Commit message (
Expand
)
Author
2015-04-16
m_sasl Add missing validation for server-to-server SASL message
Attila Molnar
2015-02-11
Convert the SASL fallback event to use the new cross-module event system
Attila Molnar
2015-02-11
Convert the CAP event to use the new cross-module event system
Attila Molnar
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2014-01-26
ProtocolInterface::SendEncapsulatedData() changes
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-11
Support SASL messages other than 'C' and 'D'
Mantas Mikulėnas
2014-01-11
Handle SASL failures during SASL_INIT (wrong mechanism, etc.)
Mantas Mikulėnas
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-07
Create SSLIOHook interface that provides GetCertificate()
attilamolnar
2013-06-06
Merge insp20
attilamolnar
2013-06-05
Remove unnecessary string copies and dead code
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2013-03-25
Added support for EXTERNAL
Daniel Vassdal
2012-12-15
Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-18
Allow SASL messages to be targeted at the services server
danieldg
2010-02-10
Fix incorrect ServerInstance pointer in m_sasl
danieldg
2010-02-09
Change <connect:requiresasl> to <connect:requireaccount>, which is more accurate
danieldg
2010-02-02
Allow SSL fingerprint hash to be specified, and show fingerprint to client on...
danieldg
2010-02-02
Add requiresasl to connect block checks
danieldg
2010-01-18
Move lots of spanningtree items to commands
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-15
Add Inspircd::AddServices
danieldg
2009-10-25
Fixes from vtable cross-check
danieldg
2009-10-21
Change module API to use LocalUser* where correct
danieldg
2009-10-18
Remove more classbase
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-14
Move static map of extensions into ServerInstance, add const-correctness
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-13
Clean up Command constructor
danieldg
2009-09-13
Forgotten Extensible::Register invocations
danieldg
2009-09-13
Change Extensible to use strongly typed entries
danieldg
2009-09-03
Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
MetaData rework
danieldg
[prev]
[next]