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
Age
Commit message (
Expand
)
Author
2014-07-10
core_hostname_lookup Change source of log messages to MODNAME
Attila Molnar
2014-07-10
core_dns Change source of log messages to MODNAME, remove "Resolver: " from a...
Attila Molnar
2014-07-10
Move the TimerMap typedef into the private part of TimerManager
Attila Molnar
2014-07-10
Remove current time parameter of the Timer constructor
Attila Molnar
2014-07-10
Move the definition of Timer::Timer() into the source file from the header
Attila Molnar
2014-07-09
core_whowas Rename and move WhoWasGroup to WhoWas::Entry
Attila Molnar
2014-07-09
core_whowas Return a WhoWas::Manager::Stats struct from GetStats() instead of...
Attila Molnar
2014-07-09
core_whowas Split database logic into a WhoWas::Manager class
Attila Molnar
2014-07-09
core_whowas Clean up GetStats()
Attila Molnar
2014-07-09
core_whowas Rename misleading variables and typedefs
Attila Molnar
2014-07-09
core_whowas Switch from map to a hash map and from irc::string to std::string
Attila Molnar
2014-07-09
core_whowas Change the FIFO to be an intrusive list
Attila Molnar
2014-07-09
core_whowas Store the nickname in WhoWas::Nick
Attila Molnar
2014-07-09
core_whowas Store time added in WhoWas::Nick
Attila Molnar
2014-07-09
core_whowas Delete elements of the per nick deque in the destructor of WhoWas...
Attila Molnar
2014-07-09
core_whowas Create class WhoWas::Nick, store pointers to those in the map
Attila Molnar
2014-07-09
Add intrusive_list_tail container that maintains a pointer to the last element
Attila Molnar
2014-07-09
Make the name of intrusive list class configurable using a define
Attila Molnar
2014-07-09
Split intrusive list implementation into a separate file
Attila Molnar
2014-07-09
core_whowas Don't display used bytes in /STATS z
Attila Molnar
2014-07-05
m_spanningtree Extract logic that finds the source user for an incoming comma...
Attila Molnar
2014-07-05
m_spanningtree Fix fake direction detection for commands
Attila Molnar
2014-07-05
m_spanningtree Add optional expected nick TS parameter to SVSNICK
Attila Molnar
2014-07-03
m_spanningtree Replace manual string building of outgoing commands with CmdBu...
Attila Molnar
2014-07-03
User::ChangeNick() cannot fail if the new nick is the uuid, document this and...
Attila Molnar
2014-07-03
Get rid of irc::strings (assign()) in User::ChangeNick()
Attila Molnar
2014-07-03
Deduplicate code in User::ChangeNick()
Attila Molnar
2014-07-03
Remove now needless User::ForceNickChange()
Attila Molnar
2014-07-03
Move calling the OnUserPreNick() hook and the restrictbannedusers check from ...
Attila Molnar
2014-07-03
core_user Deduplicate code that calls the OnUserRegister hook
Attila Molnar
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
Add man pages.
Peter Powell
2014-06-28
Add systemd service file.
Peter Powell
2014-06-28
Fix warning from gnutls-certtool about --bits being deprecated.
Peter Powell
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
Inherit ThreadQueueData from Mutex to avoid duplicating code
Attila Molnar
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 class ThreadData to ThreadEngine::ThreadState
Attila Molnar
2014-06-24
Move and rename ThreadData::FreeThread() to ThreadEngine::Stop() and document...
Attila Molnar
[next]