| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | m_kicknorejoin: Advertise upper bound. Closes #913 | 2015-02-22 | 1 | -2/+8 | ||
| * | | | m_sqloper.cpp: Add support for the `active` column•••When active is true the user is allowed to log in. When it is FALSE, he is not. 2.0 users must alter their table (or view) so that it contains this field. | 2015-02-22 | 1 | -1/+1 | ||
| * | | | Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t... | 2015-02-15 | 4 | -4/+4 | ||
| * | | | m_spanningtree Pass Server* to the OnServerLink/OnServerSplit events | 2015-02-12 | 1 | -2/+2 | ||
| * | | | Merge branch 'master+crossmodevents' | 2015-02-12 | 14 | -98/+102 | ||
| |\ \ \ | ||||||
| | * | | | m_httpd Remove now unused variable "claimed" | 2015-02-11 | 1 | -3/+0 | ||
| | * | | | Convert the spanningtree events to use the new cross-module event system | 2015-02-11 | 3 | -2/+10 | ||
| | * | | | Remove unused parameters from HTTPRequest constructor | 2015-02-11 | 1 | -2/+2 | ||
| | * | | | Convert the HTTPd request event to use the new cross-module event system | 2015-02-11 | 3 | -12/+28 | ||
| | * | | | Convert the HTTPd ACL event to use the new cross-module event system | 2015-02-11 | 2 | -11/+24 | ||
| | * | | | Convert the SASL fallback event to use the new cross-module event system | 2015-02-11 | 1 | -1/+5 | ||
| | * | | | Convert the CAP event to use the new cross-module event system | 2015-02-11 | 6 | -30/+6 | ||
| | * | | | Allow enabling/disabling caps via GenericCap::SetActive() | 2015-02-11 | 1 | -17/+10 | ||
| | * | | | Convert the account login event to use the new cross-module event system | 2015-02-11 | 2 | -25/+22 | ||
| * | | | | m_httpd_stats Remove days/hours/mins/secs from <uptime>•••Uptime can be calculated easily from the boot time | 2015-02-12 | 1 | -7/+1 | ||
| * | | | | m_httpd_stats Fix pointer being shown instead of server name in <user> | 2015-02-12 | 1 | -1/+1 | ||
| |/ / / | ||||||
| * | | | Merge branch 'master+tlsversion' | 2015-02-06 | 2 | -6/+19 | ||
| |\ \ \ | ||||||
| | * | | | m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite string | 2015-01-27 | 2 | -0/+2 | ||
| | * | | | m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int... | 2015-01-27 | 2 | -6/+17 | ||
| * | | | | Merge pull request #984 from Renegade334/modules-exempt-uline•••Allow U-lined services to bypass m_silence (configurable) | 2015-02-06 | 1 | -1/+9 | ||
| |\ \ \ \ | ||||||
| | * | | | | modules/m_silence: Allow U-lined services to bypass silence masks•••Adds a config entry (silence->exemptuline) that specifies whether users on U-lined servers can bypass silence masks. | 2015-02-05 | 1 | -1/+9 | ||
| * | | | | | m_mysql Add charset config option | 2015-02-06 | 1 | -0/+6 | ||
| * | | | | | Merge pull request #976 from SaberUK/master+fix-xline-db•••Fix xline reasons being truncated in m_xline_db. | 2015-02-05 | 1 | -1/+1 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Fix xline reasons being truncated in m_xline_db.•••This error was introduced in bbeb5ea3. | 2015-01-29 | 1 | -1/+1 | ||
| * | | | | | Merge branch 'master+foreachneighbor' | 2015-01-26 | 1 | -38/+20 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | m_ircv3 Implement WriteNeighboursWithExt() using User::ForEachNeighbor() | 2015-01-24 | 1 | -38/+20 | ||
| * | | | | | m_spanningtree Rewrite PING logic to use Timers | 2015-01-25 | 7 | -120/+195 | ||
| |/ / / / | ||||||
| * | | | | Merge branch 'master+no-rtti' | 2015-01-23 | 28 | -34/+59 | ||
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master+exttype' into master+no-rtti | 2015-01-22 | 28 | -34/+59 | ||
| | |\ \ \ \ | ||||||
| | | * | | | | m_services_account Replace dynamic_cast with static_cast as we know the objec... | 2015-01-18 | 1 | -3/+1 | ||
| | | * | | | | m_spanningtree Only unserialize() METADATA if the object type matches Extensi... | 2015-01-18 | 1 | -2/+2 | ||
| | | * | | | | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 27 | -29/+56 | ||
| * | | | | | | m_kicknorejoin Store kicked users in a vector | 2015-01-23 | 1 | -8/+26 | ||
| * | | | | | | m_kicknorejoin Move logic that tracks kicked users into KickRejoinData | 2015-01-23 | 1 | -25/+34 | ||
| |/ / / / / | ||||||
| * | | | | | m_spanningtree Remove public TreeServer methods that are only called from Tre... | 2015-01-20 | 2 | -20/+2 | ||
| * | | | | | m_spanningtree Get rid of some boilerplate•••Make methods const while at it | 2015-01-20 | 4 | -45/+7 | ||
| |/ / / / | ||||||
| * | | | | Merge branch 'master+stfjoinforward' | 2015-01-14 | 3 | -16/+111 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | m_spanningtree Increase maximum generated FJOIN line size to 510 | 2015-01-09 | 1 | -1/+1 | ||
| | * | | | m_spanningtree Forward FJOINs with correct TS, modes and userlist | 2015-01-09 | 2 | -3/+78 | ||
| | * | | | m_spanningtree Change name and scope of commait in FJOIN handler | 2015-01-09 | 1 | -3/+4 | ||
| | * | | | m_spanningtree Add overload for add() and has_room(), giving more flexibility... | 2015-01-09 | 2 | -6/+18 | ||
| | * | | | m_spanningtree Add CmdBuilder::push_raw() overload for ranges | 2015-01-09 | 1 | -0/+7 | ||
| | * | | | m_spanningtree Add source server parameter to CommandFJOIN::Builder constructor•••Default it to this server | 2015-01-09 | 2 | -3/+3 | ||
| * | | | | Remove some unnecessary NULL checks | 2015-01-10 | 2 | -7/+2 | ||
| * | | | | Reduce std::string::substr() usage•••substr() returns a new string while erase() and assign() modify the existing one | 2015-01-10 | 19 | -29/+29 | ||
| |/ / / | ||||||
| * | | | Fix a regression in m_cloaking•••5c7db14a5 made the cloak use hex-encoded hashes instead of the binary output. | 2014-12-29 | 1 | -1/+1 | ||
| * | | | Change type of some associative containers to their flat versions, including ... | 2014-12-15 | 14 | -27/+21 | ||
| * | | | Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivs | 2014-12-15 | 1 | -2/+2 | ||
| * | | | Merge branch 'master+callerid' into master+flatmap | 2014-12-15 | 1 | -20/+14 | ||
| |\ \ \ | ||||||
| | * | | | m_callerid Change CallerIdDataSet (wholistsme) to be a vector | 2014-12-10 | 1 | -3/+3 | ||
