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_spanningtree
/
hmac.cpp
Age
Commit message (
Expand
)
Author
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
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
Remove legacy code, mostly related to 1.2 compatibility
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-21
Add HMAC implementation to HashProvider
danieldg
2010-02-09
Add random number generation functions to InspIRCd class.
danieldg
2010-02-08
SSL certificate requests prior to full registration must use SocketCertificat...
danieldg
2010-02-01
Improve SSL fingerprint on link message
danieldg
2010-01-15
Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not...
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-06
Remove Extensible parent from EventHandler
danieldg
2009-10-18
Improve SSL fingerprint messages when linking servers
danieldg
2009-10-10
Update m_cloaking to use free-form keys instead of weakening the hash IV
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-14
Improve link error message on SSL fingerprint mismatch
danieldg
2009-09-14
Fix compile warning
danieldg
2009-09-13
Change Extensible to use strongly typed entries
danieldg
2009-09-03
Change cmd_*.so to use the Module object API
danieldg
2009-09-02
Clean up challenge generation to not include character 0x7F, and fix some oth...
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-06-07
Allow SSL fingerprint-based server authentication
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-03-11
Fix ComparePass for servers not supporting HMAC-SHA256 when ChallengeResponse...
danieldg
2009-03-10
Push password comparison logic into ComparePass, fixes authentication bug not...
danieldg
2009-01-02
Update copyrights for 2009.
w00t
2008-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-08-22
Match conversion stuff.
w00t
2008-08-22
Revert automated conversion by Special, as it (unfortunately) neglects some d...
w00t
2008-08-22
Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...
special
2008-07-19
Fix total mess of makefile dependency macros (all depending on stuff they don...
brain
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-03-17
Fix the warnings that are worth fixing, ignore the rest of gcc's nannying
brain
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-02-11
Last of the -Wshadow fixes.
w00t
2008-02-04
Move a piece of HMAC to hmac.cpp
w00t
2008-02-04
Split more of treesocket1
w00t