| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | m_cgiirc Call User::InvalidateCache() after changing host and dhost in ↵ | 2014-05-01 | 1 | -0/+1 | ||
| | | | | | | | | | | | | | OnCheckReady() | |||||
| | * | | m_spanningtree Advertise the availability of m_globops in CAPAB CAPABILITIES | 2014-04-29 | 1 | -0/+6 | ||
| | | | | ||||||
| | * | | m_spanningtree Set the bursting flag in the FJOIN handler based on whether ↵ | 2014-04-26 | 1 | -2/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | the source of the FJOIN is bursting or not Previously the flag was true if our route to the source was bursting, which resulted in m_joinflood incorrectly registering netjoins when a remote server was bursting Fixes issue #839 reported by @joshtek0 | |||||
| | * | | Change Windows libraries to be dynamically linked | 2014-04-13 | 5 | -22/+23 | ||
| | | | | ||||||
| | * | | m_ssl_openssl Avoid Applink on Windows by calling PEM_read_bio_DHparams() ↵ | 2014-04-13 | 1 | -0/+11 | ||
| | | | | | | | | | | | | | instead of PEM_read_DHparams() | |||||
| | * | | m_auditorium Handle NULL return from Channel::GetUser() in OnSendWhoLine() | 2014-04-13 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | Found by Coverity, CID: 1135647 | |||||
| | * | | m_ojoin Remove pointless FindChan() call | 2014-04-13 | 1 | -1/+0 | ||
| | | | | | | | | | | | | | Found by Coverity, CID: 1135649 | |||||
| | * | | m_watch Be more strict when checking whether the watch list of a user is full | 2014-04-12 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | After a rehash MAX_WATCH can become lower than it was before | |||||
| | * | | Correct the syntax messages of a few modules. | 2014-04-12 | 3 | -4/+4 | ||
| | | | | ||||||
| * | | | m_spanningtree Remove the MAP ISUPPORT token | 2014-07-20 | 2 | -6/+0 | ||
| | | | | | | | | | | | | | No other servers send this token and sending it has little to no benefit | |||||
| * | | | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | 2014-07-19 | 6 | -8/+8 | ||
| | | | | ||||||
| * | | | Access local user list via new UserManager::GetLocalUsers() and make ↵ | 2014-07-19 | 7 | -9/+16 | ||
| | | | | | | | | | | | | | local_users private | |||||
| * | | | Move and rename typedef LocalUserList to UserManager::LocalList | 2014-07-19 | 6 | -9/+9 | ||
| | | | | ||||||
| * | | | Erase local users from UserManager::local_list in QuitUser() | 2014-07-19 | 1 | -0/+2 | ||
| | | | | ||||||
| * | | | Move typedef OperIndex to ServerConfig::OperIndex | 2014-07-16 | 4 | -6/+6 | ||
| | | | | ||||||
| * | | | m_rmode Call Channel::GetUsers() instead of directly accessing Channel::userlist | 2014-07-14 | 1 | -1/+2 | ||
| | | | | ||||||
| * | | | Rename UserChanList to User::ChanList, remove UCListIter | 2014-07-14 | 6 | -7/+7 | ||
| | | | | ||||||
| * | | | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead | 2014-07-14 | 2 | -4/+4 | ||
| | | | | | | | | | | | | | Remove the now unused UserMembList typedef too | |||||
| * | | | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 2014-07-14 | 15 | -19/+19 | ||
| | | | | ||||||
| * | | | Rename UserMembList to Channel::MemberMap, switch all code to use it | 2014-07-14 | 15 | -24/+24 | ||
| | | | | ||||||
| * | | | Change return type of Channel::GetUsers() to reference from pointer as it is ↵ | 2014-07-14 | 15 | -42/+41 | ||
| | | | | | | | | | | | | | never NULL | |||||
| * | | | Remove current time parameter of the Timer constructor | 2014-07-10 | 3 | -3/+3 | ||
| | | | | ||||||
| * | | | m_spanningtree Extract logic that finds the source user for an incoming ↵ | 2014-07-05 | 2 | -33/+51 | ||
| | | | | | | | | | | | | | command into a function | |||||
| * | | | m_spanningtree Fix fake direction detection for commands | 2014-07-05 | 1 | -3/+3 | ||
| | | | | ||||||
| * | | | m_spanningtree Add optional expected nick TS parameter to SVSNICK | 2014-07-05 | 1 | -0/+23 | ||
| | | | | | | | | | | | | | Drop SVSNICK if the expected nick TS is present and it does not match the user's nick timestamp | |||||
| * | | | m_spanningtree Replace manual string building of outgoing commands with ↵ | 2014-07-03 | 3 | -4/+4 | ||
| | | | | | | | | | | | | | CmdBuilder where possible | |||||
| * | | | User::ChangeNick() cannot fail if the new nick is the uuid, document this ↵ | 2014-07-03 | 2 | -10/+2 | ||
| | | | | | | | | | | | | | and rely on it | |||||
| * | | | Remove now needless User::ForceNickChange() | 2014-07-03 | 6 | -8/+8 | ||
| | | | | | | | | | | | | | Change call sites to call ChangeNick() | |||||
| * | | | Set SSL options to sane default and enfore server cipher preferences | 2014-06-30 | 1 | -0/+3 | ||
| | | | | | | | | | | | | | Original PR #856 | |||||
| * | | | m_spanningtree Drop support for changing user modes with FMODE | 2014-06-30 | 1 | -21/+6 | ||
| | | | | | | | | | | | | | This is useless with uuids | |||||
| * | | | m_spanningtree Translate user mode changes done via FMODE by 1202-protocol ↵ | 2014-06-30 | 1 | -0/+17 | ||
| | | | | | | | | | | | | | servers to MODE | |||||
| * | | | m_spanningtree Accept legacy JOINs from 1202-protocol servers | 2014-06-30 | 1 | -0/+14 | ||
| | | | | | | | | | | | | | 2.0 accepted JOIN and some pseudoservers might use it | |||||
| * | | | Use TimingSafeCompare() to compare passwords and password hashes (non-hmac only) | 2014-06-28 | 2 | -7/+7 | ||
| | | | | | | | | | | | | | Issue #882 | |||||
| * | | | m_spanningtree Send the cert fingerprint message to opers only after ↵ | 2014-06-28 | 1 | -5/+9 | ||
| | | | | | | | | | | | | | successful auth | |||||
| * | | | Check fingerprint before checking password (server linking) | 2014-06-28 | 1 | -15/+15 | ||
| | | | | | | | | | | | | | | | | | | | | | | Checking the password before the fingerprint means that even without the correct cert it's possible to brute force the password or leak information about it. Checking the fingerprint means attackers must forge the cert before they can learn any information about the password. | |||||
| * | | | Ignore safe compiler warnings in a more reliable way. | 2014-06-28 | 4 | -20/+38 | ||
| | | | | ||||||
| * | | | Add parameter to InspIRCd::TimeString for UTC time formats. | 2014-06-25 | 2 | -2/+2 | ||
| | | | | | | | | | | | | | Missing doc added by @attilamolnar | |||||
| * | | | Add formatting to InspIRCd::TimeString; switch all code to use it. | 2014-06-25 | 2 | -9/+2 | ||
| | | | | | | | | | | | | | | | | | | | m_httpd also now uses the correct timestamp format. Windows-specific fixes by @attilamolnar, original PR #849 | |||||
| * | | | Change all occurrences of plain sort() to std::sort() | 2014-06-22 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | Change the type of the user parameter in the OnUserPreNick() hook from User ↵ | 2014-06-20 | 4 | -10/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | to LocalUser No remote users were passed to this hook before. Remove needless IS_LOCAL() checks. | |||||
| * | | | Increment serverstats::Collisions when a collision is handled, not when a ↵ | 2014-06-20 | 1 | -0/+3 | ||
| | | | | | | | | | | | | | module denies a nick change | |||||
| * | | | m_spanningtree Share server description updates via SINFO desc | 2014-06-17 | 3 | -0/+22 | ||
| | | | | ||||||
| * | | | m_spanningtree Remove server-to-server VERSION handler | 2014-06-17 | 3 | -40/+1 | ||
| | | | | ||||||
| * | | | m_spanningtree Translate SINFO version to VERSION and vice versa for 1202 ↵ | 2014-06-17 | 1 | -1/+19 | ||
| | | | | | | | | | | | | | protocol servers | |||||
| * | | | m_spanningtree Exchange public server version strings via SINFO instead of ↵ | 2014-06-17 | 2 | -1/+5 | ||
| | | | | | | | | | | | | | VERSION | |||||
| * | | | m_spanningtree Show the full version string of servers to opers | 2014-06-17 | 1 | -1/+7 | ||
| | | | | | | | | | | | | | Issue #637, suggested by @CuleX | |||||
| * | | | m_spanningtree Send and receive full version strings via SINFO | 2014-06-17 | 2 | -0/+8 | ||
| | | | | ||||||
| * | | | m_spanningtree Add a field to TreeServer for storing full version strings | 2014-06-17 | 2 | -1/+18 | ||
| | | | | ||||||
| * | | | m_spanningtree Add server-to-server SINFO command handler and builder | 2014-06-17 | 4 | -1/+55 | ||
| | | | | | | | | | | | | | Don't send SINFO to 1202 protocol servers | |||||
| * | | | m_spanningtree Add TreeSocket::SendServerInfo() that sends all additional ↵ | 2014-06-17 | 2 | -3/+11 | ||
| | | | | | | | | | | | | | data about a server | |||||
