aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* m_ssl_gnutls Implement faster reads on GnuTLS 3.3.5 and later by avoiding cop...Gravatar Attila Molnar2015-02-281-0/+27
* m_ssl_gnutls Move logic that reads data from a session into new class GnuTLS:...Gravatar Attila Molnar2015-02-281-4/+25
* m_ssl_gnutls Add convenience macro for library version checking, change check...Gravatar Attila Molnar2015-02-281-11/+12
* Fix miscalculation of maxlen in Channel::UserList() introduced by the WriteNu...Gravatar Attila Molnar2015-02-271-1/+1
* Fix oversights in substr() conversion•••Thanks to @StevenVanAcker for reporting and testing this Gravatar Attila Molnar2015-02-272-2/+2
* capab: m_kicknorejoin: Don't advertise upper bound to 2.0 serversGravatar Daniel Vassdal2015-02-221-0/+5
* m_kicknorejoin: Advertise upper bound. Closes #913Gravatar Daniel Vassdal2015-02-221-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. Gravatar Daniel Vassdal2015-02-221-1/+1
* Change all occurrences of Inspire to InspIRCdGravatar Attila Molnar2015-02-201-1/+1
* Eliminate constant return value of the all events version of ModuleManager::S...Gravatar Attila Molnar2015-02-151-3/+1
* Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t...Gravatar Attila Molnar2015-02-154-4/+4
* Remove I_BEGIN from enum ImplementationGravatar Attila Molnar2015-02-151-3/+3
* m_spanningtree Pass Server* to the OnServerLink/OnServerSplit eventsGravatar Attila Molnar2015-02-121-2/+2
* Merge branch 'master+crossmodevents'Gravatar Attila Molnar2015-02-1215-110/+116
|\
| * m_httpd Remove now unused variable "claimed"Gravatar Attila Molnar2015-02-111-3/+0
| * Remove class Event and the OnEvent hookGravatar Attila Molnar2015-02-111-8/+0
| * Convert the spanningtree events to use the new cross-module event systemGravatar Attila Molnar2015-02-113-2/+10
| * Remove unused parameters from HTTPRequest constructorGravatar Attila Molnar2015-02-111-2/+2
| * Convert the HTTPd request event to use the new cross-module event systemGravatar Attila Molnar2015-02-113-12/+28
| * Convert the HTTPd ACL event to use the new cross-module event systemGravatar Attila Molnar2015-02-112-11/+24
| * Convert the SASL fallback event to use the new cross-module event systemGravatar Attila Molnar2015-02-111-1/+5
| * Convert the CAP event to use the new cross-module event systemGravatar Attila Molnar2015-02-116-30/+6
| * Allow enabling/disabling caps via GenericCap::SetActive()Gravatar Attila Molnar2015-02-111-17/+10
| * Convert the account login event to use the new cross-module event systemGravatar Attila Molnar2015-02-112-25/+22
| * Allow dynrefs to have an OnCapture() hookGravatar Attila Molnar2015-02-111-2/+10
| * Ensure all dynrefs with the same target resolve to the same object when one n...Gravatar Attila Molnar2015-02-111-2/+4
* | m_httpd_stats Remove days/hours/mins/secs from <uptime>•••Uptime can be calculated easily from the boot time Gravatar Attila Molnar2015-02-121-7/+1
* | m_httpd_stats Fix pointer being shown instead of server name in <user>Gravatar Attila Molnar2015-02-121-1/+1
|/
* Merge branch 'master+tlsversion'Gravatar Attila Molnar2015-02-062-6/+19
|\
| * m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite stringGravatar Attila Molnar2015-01-272-0/+2
| * m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int...Gravatar Attila Molnar2015-01-272-6/+17
* | Merge pull request #984 from Renegade334/modules-exempt-uline•••Allow U-lined services to bypass m_silence (configurable)Gravatar Attila Molnar2015-02-061-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. Gravatar Renegade3342015-02-051-1/+9
* | | m_mysql Add charset config optionGravatar Florian Praden2015-02-061-0/+6
* | | Merge pull request #976 from SaberUK/master+fix-xline-db•••Fix xline reasons being truncated in m_xline_db.Gravatar Attila Molnar2015-02-051-1/+1
|\ \ \
| * | | Fix xline reasons being truncated in m_xline_db.•••This error was introduced in bbeb5ea3. Gravatar Peter Powell2015-01-291-1/+1
* | | | Merge pull request #971 from SaberUK/master+numeric-xline•••Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.Gravatar Attila Molnar2015-02-052-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.•••This is specified in RFC 1459 so we should probably use it. Gravatar Peter Powell2015-01-242-2/+2
| |/ /
* | | Merge branch 'master+foreachneighbor'Gravatar Attila Molnar2015-01-263-102/+103
|\ \ \ | |_|/ |/| |
| * | Remove needless checks from User::WriteCommon()/WriteCommonRaw()Gravatar Attila Molnar2015-01-241-6/+0
| * | m_ircv3 Implement WriteNeighboursWithExt() using User::ForEachNeighbor()Gravatar Attila Molnar2015-01-241-38/+20
| * | Implement User::WriteCommonRaw() using ForEachNeighbor()Gravatar Attila Molnar2015-01-241-33/+21
| * | Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManagerGravatar Attila Molnar2015-01-242-41/+25
| * | Add User::ForEachNeighbor()Gravatar Attila Molnar2015-01-241-0/+53
* | | Merge branch 'master+cmdcleanup'Gravatar Attila Molnar2015-01-251-0/+28
|\ \ \
| * | | Move implementation of Command and CommandBase functions into a source fileGravatar Attila Molnar2015-01-241-0/+28
| |/ /
* / / m_spanningtree Rewrite PING logic to use TimersGravatar Attila Molnar2015-01-257-120/+195
|/ /
* | Merge branch 'master+no-rtti'Gravatar Attila Molnar2015-01-2333-44/+89
|\ \
| * \ Merge branch 'master+exttype' into master+no-rttiGravatar Attila Molnar2015-01-2232-44/+77
| |\ \
| | * | m_services_account Replace dynamic_cast with static_cast as we know the objec...Gravatar Attila Molnar2015-01-181-3/+1