| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v2.0.23 v2.0.23 | 2016-09-03 | 1 | -1/+1 | |
| * | m_sasl: don't allow AUTHENTICATE with mechanisms with a space | 2016-09-03 | 1 | -0/+4 | |
| * | m_jumpserver Prevent OnUserRegister from running in other modules for users w... | 2016-09-02 | 1 | -1/+1 | |
| * | m_sqlite3 Fix possible memory leak when opening a database fails | 2016-08-17 | 1 | -1/+3 | |
| * | Release v2.0.22 v2.0.22 | 2016-08-13 | 1 | -1/+1 | |
| * | m_censor Fix possible incorrect cast of dest | 2016-08-13 | 1 | -1/+1 | |
| * | Fix more incorrect std::string::operator[] usage | 2016-08-13 | 3 | -3/+3 | |
| * | Fix challenge auth when using m_hash_gnutls instead of m_sha256. | 2016-08-05 | 1 | -2/+3 | |
| * | Fix bursting channel bans | 2016-08-01 | 2 | -11/+16 | |
| * | m_ssl_openssl Verify DH params being non-NULL before setting it on the context•••Fixes issue reported by @m4rkw on IRC | 2016-07-22 | 1 | -4/+11 | |
| * | m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data remain... | 2016-06-21 | 2 | -1/+11 | |
| * | Don't exit on rehash if the pid file cannot be written | 2016-06-17 | 2 | -6/+8 | |
| * | Stop processing the new connection in UserManager::AddUser() when an internal... | 2016-06-13 | 1 | -0/+1 | |
| * | Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ConfigTag...•••Checking is only necessary in ModuleSSLInfo::OnPostConnect() as oper types are not encountered in the other cases but check anyway to be sure | 2016-06-09 | 2 | -1/+7 | |
| * | Merge pull request #1174 from SaberUK/insp20+hideoper-warning•••Fix a minor warning in m_hideoper on some systems. | 2016-05-30 | 1 | -1/+1 | |
| |\ | |||||
| | * | Fix a minor warning in m_hideoper on some systems. | 2016-05-03 | 1 | -1/+1 | |
| * | | Fix 005 not showing some modes with the same rank as others. | 2016-05-30 | 1 | -6/+14 | |
| |/ | |||||
| * | Remove embarrassing negative comments about some clients from the code | 2016-02-29 | 2 | -2/+1 | |
| * | Merge pull request #1147 from SaberUK/insp20+gcc6•••[2.0] Fix GCC 6 warning about null checking this. | 2016-02-29 | 1 | -5/+11 | |
| |\ | |||||
| | * | Fix GCC 6 warning about null checking this.•••As with 402a1bb010522a35600325c1a3084e092b40ca22 this is known to be undefined behaviour but changing it is too risky for the 2.0 branch. | 2016-02-26 | 1 | -5/+11 | |
| * | | Merge pull request #1148 from guikcd/spelling-error•••Minor spelling errors in m_spanningtree.so | 2016-02-29 | 2 | -2/+2 | |
| |\ \ | |||||
| | * | | Minor spelling errors in m_spanningtree.so | 2016-02-28 | 2 | -2/+2 | |
| | |/ | |||||
| * | | Merge pull request #1145 from Adam-/insp20+ulinekill•••Don't show snotices for kills from ulined clients | 2016-02-29 | 2 | -5/+10 | |
| |\ \ | |/ |/| | |||||
| | * | Don't show snotices for kills from ulined clients | 2016-02-25 | 2 | -5/+10 | |
| * | | Fix dccallow to work with files with spaces in their names | 2016-02-18 | 1 | -12/+26 | |
| |/ | |||||
| * | Release v2.0.21 v2.0.21 | 2016-02-13 | 1 | -1/+1 | |
| * | m_namedmodes Only show chan key to members and opers with channels/auspex | 2016-02-13 | 1 | -1/+6 | |
| * | m_callerid Free old extension data before unserializing the new data | 2016-02-13 | 1 | -4/+5 | |
| * | Limit DNS cache size | 2016-02-13 | 1 | -0/+4 | |
| * | Cap TTL of DNS cache entries | 2016-02-13 | 1 | -0/+2 | |
| * | Garbage collect DNS cache more often | 2016-02-13 | 1 | -1/+1 | |
| * | m_dccallow Add config option to control max entries on a list•••Default to 20 | 2016-02-12 | 1 | -1/+10 | |
| * | m_ircv3 Fix AWAY being sent on join to the joining user if it has away-notify... | 2016-02-12 | 1 | -1/+1 | |
| * | Merge pull request #1071 from SaberUK/insp20+fix-lusers•••[2.0] Fix hidden operators being shown in LUSERS. | 2016-02-12 | 1 | -1/+41 | |
| |\ | |||||
| | * | Fix hidden operators being shown in LUSERS. | 2016-02-12 | 1 | -1/+41 | |
| * | | Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4 | 2016-02-11 | 1 | -1/+1 | |
| * | | Work around irc::spacesepstream not stripping extraneous spaces. | 2015-12-07 | 1 | -1/+6 | |
| * | | Fix CAP REQ to be atomic like the standard dictates.•••Reported by @dequis on IRC. | 2015-12-07 | 2 | -9/+12 | |
| |/ | |||||
| * | m_operprefix Unset mode on unload•••Fixes issue #1109 reported by @Sheogorath-SI | 2015-11-23 | 1 | -0/+33 | |
| * | Revert "Fix sending the wrong numerics on join when a topic is empty."•••This reverts commit b0e64b8cea2d721588d92072a8d16fdd99a9c945. The original behavior isn't RFC incompliant, see #1095. | 2015-10-11 | 1 | -1/+1 | |
| * | Fix incorrect std::string::operator[] usage•••Passing a position equal to length() to the non-const version of operator[] is undefined | 2015-09-28 | 2 | -1/+3 | |
| * | Merge pull request #1050 from Aviator45003/insp20•••Fixed a build warning | 2015-09-06 | 1 | -2/+2 | |
| |\ | |||||
| | * | Fixed a build warning•••Just a mismatched type, improperly done cast. | 2015-05-17 | 1 | -2/+2 | |
| * | | Merge pull request #1018 from SaberUK/insp20+hidekills•••[2.0] Fix exposing the opers hostname in KILL when using hidekills. | 2015-09-06 | 1 | -1/+1 | |
| |\ \ | |||||
| | * | | Fix exposing the opers hostname in KILL when using hidekills. | 2015-03-20 | 1 | -1/+1 | |
| * | | | Fix sending the wrong numerics on join when a topic is empty. | 2015-08-26 | 1 | -1/+1 | |
| * | | | Fix various issues with the nationalchars module.•••- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows. | 2015-06-14 | 1 | -5/+14 | |
| | |/ |/| | |||||
| * | | Release v2.0.20 v2.0.20 | 2015-05-10 | 1 | -1/+1 | |
| * | | Merge pull request #1039 from SaberUK/insp20+fix-restrictmsg-uline•••[2.0] Fix not being able to message ulines when m_restrictmsg is loaded. | 2015-05-10 | 1 | -2/+10 | |
| |\ \ | |||||
| | * | | Fix not being able to message ulines when m_restrictmsg is loaded. | 2015-05-10 | 1 | -2/+10 | |
