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
Age
Commit message (
Expand
)
Author
2014-07-03
core_user Inherit CommandNick from SplitCommand, only handle it for local users
Attila Molnar
2014-06-30
Set SSL options to sane default and enfore server cipher preferences
Julien Vehent
2014-06-30
m_spanningtree Drop support for changing user modes with FMODE
Attila Molnar
2014-06-30
m_spanningtree Translate user mode changes done via FMODE by 1202-protocol se...
Attila Molnar
2014-06-30
m_spanningtree Accept legacy JOINs from 1202-protocol servers
Attila Molnar
2014-06-28
Use TimingSafeCompare() to compare passwords and password hashes (non-hmac only)
Attila Molnar
2014-06-28
Add InspIRCd::TimingSafeCompare() function that compares strings in a timing-...
Attila Molnar
2014-06-28
m_spanningtree Send the cert fingerprint message to opers only after successf...
Attila Molnar
2014-06-28
Check fingerprint before checking password (server linking)
Matthew Martin
2014-06-28
Ignore safe compiler warnings in a more reliable way.
Peter Powell
2014-06-25
Add parameter to InspIRCd::TimeString for UTC time formats.
Peter Powell
2014-06-25
Add formatting to InspIRCd::TimeString; switch all code to use it.
Peter Powell
2014-06-24
Remove empty Thread destructor
Attila Molnar
2014-06-24
threadengine_win32 Don't ask for the thread id of newly created threads point...
Attila Molnar
2014-06-24
Move and rename ThreadData::FreeThread() to ThreadEngine::Stop() and document...
Attila Molnar
2014-06-24
Change allocation of ThreadData to be physically part of the object containin...
Attila Molnar
2014-06-24
Remove empty ThreadEngine constructors and destructors
Attila Molnar
2014-06-24
Change allocation of InspIRCd::Users to be physically part of the object cont...
Attila Molnar
2014-06-24
Change allocation of InspIRCd::SNO to be physically part of the object contai...
Attila Molnar
2014-06-24
Remove now needless dynref_init_complete
Attila Molnar
2014-06-24
Change allocation of InspIRCd::Modules to be physically part of the object co...
Attila Molnar
2014-06-24
Change allocation of InspIRCd::Logs to be physically part of the object conta...
Attila Molnar
2014-06-24
Change allocation of InspIRCd::Modes to be physically part of the object cont...
Attila Molnar
2014-06-22
Change all occurrences of plain sort() to std::sort()
Attila Molnar
2014-06-22
core_userhost Show real host if the target is the same as the user doing the ...
Attila Molnar
2014-06-22
core_userhost Append data to the output in a saner way
Attila Molnar
2014-06-22
core_userhost Do the HasPrivPermission() check only once, not once per nick
Attila Molnar
2014-06-22
core_ison Use iterators
Attila Molnar
2014-06-22
core_ison Extract duplicated code into a function
Attila Molnar
2014-06-22
core_ison Truncate string after sending it on overflow instead of recreating it
Attila Molnar
2014-06-22
core_ison Don't deduplicate nicks
Attila Molnar
2014-06-22
core_ison Remove check that is always true
Attila Molnar
2014-06-22
core_list Improve readability by assigning the Channel being inspected to a v...
Attila Molnar
2014-06-22
core_list Check whether the chan name/topic has to be Match()ed once, not onc...
Attila Molnar
2014-06-22
core_list Do the HasPrivPermission() check only once, not once per chan
Attila Molnar
2014-06-20
Check Q-Lines on nick change in core_xline
Attila Molnar
2014-06-20
Reject nickname case changes too when enforcing <security:restrictbannedusers>
Attila Molnar
2014-06-20
Change the type of the user parameter in the OnUserPreNick() hook from User t...
Attila Molnar
2014-06-20
Increment serverstats::Collisions when a collision is handled, not when a mod...
Attila Molnar
2014-06-17
m_spanningtree Share server description updates via SINFO desc
Attila Molnar
2014-06-17
Update the description field in the Server object representing the local serv...
Attila Molnar
2014-06-17
m_spanningtree Remove server-to-server VERSION handler
Attila Molnar
2014-06-17
m_spanningtree Translate SINFO version to VERSION and vice versa for 1202 pro...
Attila Molnar
2014-06-17
m_spanningtree Exchange public server version strings via SINFO instead of VE...
Attila Molnar
2014-06-17
m_spanningtree Show the full version string of servers to opers
Attila Molnar
2014-06-17
m_spanningtree Send and receive full version strings via SINFO
Attila Molnar
2014-06-17
m_spanningtree Add a field to TreeServer for storing full version strings
Attila Molnar
2014-06-17
m_spanningtree Add server-to-server SINFO command handler and builder
Attila Molnar
2014-06-17
m_spanningtree Add TreeSocket::SendServerInfo() that sends all additional dat...
Attila Molnar
2014-06-14
Kill needless #includes in source files
Attila Molnar
[next]