Age | Commit message (Expand) | Author |
2014-07-26 | m_spanningtree Only accept uuids in SAVE | Attila Molnar |
2014-07-26 | m_spanningtree Don't accept NICK with 0 TS | Attila Molnar |
2014-07-26 | m_spanningtree Return a bool from DoCollision() | Attila Molnar |
2014-07-26 | m_spanningtree Replace WriteLine() call with Unicast() in DoCollision() | Attila Molnar |
2014-07-26 | m_spanningtree Replace #defines with references in DoCollision() | Attila Molnar |
2014-07-26 | m_spanningtree Update comments around collision handling | Attila Molnar |
2014-07-26 | m_spanningtree Let the NICK handler change the nick of the incoming user on c... | Attila Molnar |
2014-07-25 | m_spanningtree Update nick overrule on UID code to make sense on master | Attila Molnar |
2014-07-25 | m_ssl_openssl Read the DH params file using the BIO API on all OSes | Attila Molnar |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-07-24 | Release v2.0.17 | Attila Molnar |
2014-07-24 | Update example configuration files, fix typos and case | Attila Molnar |
2014-07-24 | m_spanningtree Always treat the remote client as the winner on nick collision... | Attila Molnar |
2014-07-24 | Make sure the DN strings obtained from the SSL mods are always valid | Attila Molnar |
2014-07-20 | m_spanningtree Remove the MAP ISUPPORT token | Attila Molnar |
2014-07-19 | m_hideoper: Hide hidden opers from /stats P. #874 | Adam |
2014-07-19 | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | Attila Molnar |
2014-07-19 | Access local user list via new UserManager::GetLocalUsers() and make local_us... | Attila Molnar |
2014-07-19 | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar |
2014-07-19 | Erase local users from UserManager::local_list in QuitUser() | Attila Molnar |
2014-07-19 | core_stats Deduplicate stats L and l code | Attila Molnar |
2014-07-16 | Move typedef OperIndex to ServerConfig::OperIndex | Attila Molnar |
2014-07-16 | Move typedef ClassVector to ServerConfig::ClassVector | Attila Molnar |
2014-07-16 | core_stats Simplify uptime stats code, don't output years because it is ambig... | Attila Molnar |
2014-07-14 | Minor ISupportManager changes | Attila Molnar |
2014-07-14 | m_rmode Call Channel::GetUsers() instead of directly accessing Channel::userlist | Attila Molnar |
2014-07-14 | Rename UserChanList to User::ChanList, remove UCListIter | Attila Molnar |
2014-07-14 | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead | Attila Molnar |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar |
2014-07-14 | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar |
2014-07-14 | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar |
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 | 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 | 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 |