| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c. | 2012-04-18 | 1 | -1/+1 | ||
| * | Log mode errors when processing FJOIN. | 2012-04-18 | 1 | -3/+5 | ||
| * | Fix typo. | 2012-04-18 | 1 | -1/+1 | ||
| * | Match the logging in the rest of this module. | 2012-04-18 | 1 | -3/+3 | ||
| * | Be more helpful when processing commands from a linked server.•••When diagnosing errors with s2s traffic, it costs us next to nothing to try a little harder to generate useful errors so errors are immediately apparent. | 2012-04-18 | 1 | -5/+18 | ||
| * | Merge pull request #70 from Shawn-Smith/insp20+chancreatefix•••[2.0] Fixes the j/J snomask not working properly. | 2012-04-18 | 1 | -2/+8 | ||
| |\ | ||||||
| | * | Fixes the j snomask not working properly | 2012-04-14 | 1 | -2/+8 | ||
| * | | Fix some of the include guard names (requested by SaberUK) | 2012-04-14 | 10 | -20/+20 | ||
| * | | Fixes for bug #12 | 2012-04-14 | 17 | -34/+34 | ||
| * | | Fix unused variables reported by the clang static analyzer. | 2012-04-14 | 1 | -1/+0 | ||
| * | | Merge pull request #35 from pcarrier/insp20ldap•••extras/m_ldapauth: CIDR-based whitelisting | 2012-04-14 | 1 | -0/+21 | ||
| |\ \ | ||||||
| | * | | extras/m_ldapauth: CIDR-based whitelisting•••Offer host-based whitelisting in the ldap module. Used to trust clients from internal networks, whilst requiring authentication from "outsiders". | 2012-04-10 | 1 | -0/+21 | ||
| * | | | Remove references to old configure commands. | 2012-04-12 | 1 | -2/+1 | ||
| | |/ |/| | ||||||
| * | | Fixed linking m_sqlite3 on Windows | 2012-04-10 | 1 | -0/+4 | ||
| * | | Merge pull request #25 from DjSlash/colour-to-color•••Replace [cC]olour with [cC]olor | 2012-04-09 | 2 | -7/+7 | ||
| |\ \ | ||||||
| | * | | Replace [cC]olour with [cC]olor•••Making things consistent, the modules are named '...color', let's keep on using that instead of 'colour'. | 2012-04-01 | 2 | -7/+7 | ||
| * | | | Typofix in m_ojoin•••In m_ojoin 'business' was miss-spelled. | 2012-04-01 | 1 | -1/+1 | ||
| |/ / | ||||||
| * | | m_hostchange: Fix a typo preventing port filters from working | 2012-03-22 | 1 | -1/+1 | ||
| * | | m_remove: forbid removing ulined users | 2012-02-25 | 1 | -0/+5 | ||
| * | | m_chghost: Fix incorrect length check pointed out by Thales | 2012-02-25 | 1 | -5/+6 | ||
| * | | Make m_shun work on aliases | 2012-01-21 | 1 | -0/+6 | ||
| |/ | ||||||
| * | Fix stats letter for shuns | 2011-08-27 | 1 | -2/+1 | ||
| * | Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versi... | 2011-08-07 | 1 | -1/+1 | ||
| * | Allow use of absolute paths with m_nationalchars | 2011-07-19 | 1 | -1/+2 | ||
| * | Always use local SID as the source for PONG replies | 2011-06-23 | 1 | -1/+1 | ||
| * | Resolve /STATS S conflict between SVSHOLD and SHUN | 2011-06-23 | 1 | -1/+1 | ||
| * | Remove possibly dangerous skip of VerifyCertificate | 2011-06-23 | 2 | -2/+2 | ||
| * | Fix initialization of SSL certificate field on connect | 2011-06-23 | 1 | -0/+1 | ||
| * | Fix extras compilation under Windows | 2011-06-18 | 7 | -14/+34 | ||
| * | Merge commit 'refs/merge-requests/5' of git://gitorious.org/inspircd/inspircd... | 2011-04-18 | 1 | -1/+1 | ||
| |\ | ||||||
| | * | Fix bug 126, thanks to Seb | 2011-03-30 | 1 | -1/+1 | ||
| * | | Fixed Windows build on VS 2010 | 2011-04-10 | 4 | -4/+6 | ||
| * | | Display a message when using /greloadmodule | 2011-03-23 | 1 | -1/+20 | ||
| |/ | ||||||
| * | Fix for bug 47 | 2011-03-18 | 1 | -1/+1 | ||
| * | Fix timeout defaulting to zero for link blocks | 2011-02-28 | 1 | -1/+1 | ||
| * | Fix bug #122 | 2011-02-14 | 1 | -2/+6 | ||
| * | Fix bug #83 | 2011-01-30 | 1 | -1/+1 | ||
| * | Fix bug #110 | 2011-01-24 | 1 | -10/+16 | ||
| * | Fix bug #117, found by satmd, thanks | 2011-01-19 | 1 | -3/+3 | ||
| * | Restore prefix | 2010-12-02 | 1 | -1/+1 | ||
| * | Simplify ClearAllConnections code and fix possible crash | 2010-12-02 | 1 | -5/+2 | ||
| * | Fix possible crash | 2010-12-02 | 1 | -1/+1 | ||
| * | Register the silence list extension | 2010-10-15 | 1 | -0/+1 | ||
| * | Remove m_sqlv2.h from these modules, they both use v3 now. | 2010-10-15 | 2 | -2/+0 | ||
| * | Fix memory leak in m_conn_waitpong caught by its breaking in 2.1 | 2010-10-13 | 1 | -0/+1 | ||
| * | Fix unsafe iteration in m_timedbans | 2010-09-25 | 1 | -17/+23 | ||
| * | A zero return from gnutls_record_send is not an error | 2010-09-19 | 1 | -7/+1 | ||
| * | Fix global notice of timedban add and remove being sourced from all servers | 2010-09-18 | 1 | -2/+1 | ||
| * | SVSNICK should not translate nicks to UIDs | 2010-09-17 | 1 | -1/+1 | ||
| * | Do not apply parameter length restrictions or CleanMask when unsetting modes | 2010-09-04 | 1 | -3/+6 | ||
