aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | m_spanningtree Only accept uuids in SAVEGravatar Attila Molnar2014-07-261-1/+1
* | | m_spanningtree Don't accept NICK with 0 TSGravatar Attila Molnar2014-07-261-2/+2
* | | m_spanningtree Return a bool from DoCollision()•••The return value is true if the remote user or both have to change, false if only we have to change Gravatar Attila Molnar2014-07-264-15/+9
* | | m_spanningtree Replace WriteLine() call with Unicast() in DoCollision()Gravatar Attila Molnar2014-07-261-2/+1
* | | m_spanningtree Replace #defines with references in DoCollision()Gravatar Attila Molnar2014-07-261-5/+3
* | | m_spanningtree Update comments around collision handlingGravatar Attila Molnar2014-07-263-22/+15
* | | m_spanningtree Let the NICK handler change the nick of the incoming user on c...•••Don't change it in DoCollision() Gravatar Attila Molnar2014-07-262-13/+5
* | | m_spanningtree Update nick overrule on UID code to make sense on masterGravatar Attila Molnar2014-07-251-2/+2
* | | m_ssl_openssl Read the DH params file using the BIO API on all OSesGravatar Attila Molnar2014-07-251-10/+2
* | | Merge insp20Gravatar Attila Molnar2014-07-2531-73/+134
|\| |
| * | Release v2.0.17 v2.0.17Gravatar Attila Molnar2014-07-241-1/+1
| * | Update example configuration files, fix typos and case•••Mention m_regex_stdlib in the list of regex providers after m_filter Gravatar Attila Molnar2014-07-241-1/+1
| * | m_spanningtree Always treat the remote client as the winner on nick collision...Gravatar Attila Molnar2014-07-242-4/+15
| * | Make sure the DN strings obtained from the SSL mods are always validGravatar Attila Molnar2014-07-242-4/+22
| * | m_hideoper: Hide hidden opers from /stats P. #874Gravatar Adam2014-07-191-1/+22
| * | Merge pull request #879 from SaberUK/insp20+fix-denychans•••Fix copy/paste error in m_denychans.Gravatar Attila Molnar2014-06-261-1/+1
| |\ \
| | * | Fix copy/paste error in m_denychans.Gravatar Peter Powell2014-06-241-1/+1
| * | | m_chghost Allow ulined servers to change the host of unregistered users (for ...Gravatar Attila Molnar2014-06-181-1/+2
| |/ /
| * | Fix harmless loop off-by-ones found by MoonlightningGravatar satmd2014-06-075-6/+6
| * | m_spanningtree Forward NICK messages when they cause a collision with the new...•••Suppressing these messages meant that we relied on an appropriate NICK to come from the direction the SAVE was sent to; this left all servers behind us uninformed until the target server of the SAVE reacted with a nick change to uuid. This was problematic because someone can legitimately change nick to the past nick of the SAVEd user on a server that already has the SAVEd user with the uuid nick and that nick change message can reach servers that haven't yet seen the nick change to uuid of the SAVEd user. Gravatar Attila Molnar2014-06-061-7/+7
| * | m_spanningtree Fix cleanup of connections when unloading a module that provid...Gravatar Attila Molnar2014-06-061-0/+3
| * | Update server.cpp•••Rewrote "invalid credentials" error message to remove confusion regarding "server snomask", which some users interpreted as "I must make sure the snomask on each server is identical" (which makes no sense), when really the intention is basically "look at the logs on the other server". Gravatar Dan Parsons2014-05-211-2/+2
| * | Fix m_permchannels and m_xline_db on Windows•••The call to remove() can fail if the database doesn't already exist. Just ignore the error, which effectively makes the rename() call below work as it does on nix Gravatar Adam2014-05-082-12/+2
| * | m_cgiirc Call User::InvalidateCache() after changing host and dhost in OnChec...Gravatar Attila Molnar2014-05-011-0/+1
| * | m_spanningtree Advertise the availability of m_globops in CAPAB CAPABILITIESGravatar Attila Molnar2014-04-291-0/+6
| * | m_spanningtree Set the bursting flag in the FJOIN handler based on whether th...•••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 Gravatar Attila Molnar2014-04-261-2/+3
| * | Change Windows libraries to be dynamically linkedGravatar Adam2014-04-135-22/+23
| * | m_ssl_openssl Avoid Applink on Windows by calling PEM_read_bio_DHparams() ins...Gravatar Attila Molnar2014-04-131-0/+11
| * | Allow uppercase letters in IPv6 CIDR masksGravatar Attila Molnar2014-04-131-1/+1
| * | m_auditorium Handle NULL return from Channel::GetUser() in OnSendWhoLine()•••Found by Coverity, CID: 1135647 Gravatar Attila Molnar2014-04-131-1/+1
| * | Ignore NULL callbacks in ModuleManager::Reload()•••Found by Coverity, CID: 1201453 Gravatar Attila Molnar2014-04-132-2/+2
| * | m_ojoin Remove pointless FindChan() call•••Found by Coverity, CID: 1135649 Gravatar Attila Molnar2014-04-131-1/+0
| * | Change FormatMessage() usage in DLLManager::RetrieveLastError() to match Sock...•••See 4451fd13a1accec8d7c2b1bb7fdafd6e50a2566b Gravatar Attila Molnar2014-04-121-2/+4
| * | Filter out newlines from error messages on WindowsGravatar Attila Molnar2014-04-122-1/+11
| * | m_watch Be more strict when checking whether the watch list of a user is full•••After a rehash MAX_WATCH can become lower than it was before Gravatar Attila Molnar2014-04-121-1/+1
| * | Correct the syntax messages of a few modules.Gravatar Robby-2014-04-126-7/+7
* | | m_spanningtree Remove the MAP ISUPPORT token•••No other servers send this token and sending it has little to no benefit Gravatar Attila Molnar2014-07-202-6/+0
* | | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhereGravatar Attila Molnar2014-07-196-8/+8
* | | Access local user list via new UserManager::GetLocalUsers() and make local_us...Gravatar Attila Molnar2014-07-1913-20/+32
* | | Move and rename typedef LocalUserList to UserManager::LocalListGravatar Attila Molnar2014-07-1913-25/+25
* | | Erase local users from UserManager::local_list in QuitUser()Gravatar Attila Molnar2014-07-193-4/+3
* | | core_stats Deduplicate stats L and l codeGravatar Attila Molnar2014-07-191-14/+13
* | | Move typedef OperIndex to ServerConfig::OperIndexGravatar Attila Molnar2014-07-166-8/+8
* | | Move typedef ClassVector to ServerConfig::ClassVectorGravatar Attila Molnar2014-07-162-4/+4
* | | core_stats Simplify uptime stats code, don't output years because it is ambig...Gravatar Attila Molnar2014-07-161-19/+3
* | | Minor ISupportManager changes•••- Make GetLines() a const method - Rename Lines to cachedlines - Get rid of a variable in Build() Gravatar Attila Molnar2014-07-141-4/+3
* | | m_rmode Call Channel::GetUsers() instead of directly accessing Channel::userlistGravatar Attila Molnar2014-07-141-1/+2
* | | Rename UserChanList to User::ChanList, remove UCListIterGravatar Attila Molnar2014-07-1410-12/+12
* | | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead•••Remove the now unused UserMembList typedef too Gravatar Attila Molnar2014-07-144-15/+15
* | | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator insteadGravatar Attila Molnar2014-07-1418-22/+22