| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 2.0.5 release v2.0.5 | 2011-06-23 | 1 | -1/+1 | |
| | | |||||
| * | 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 WSAEWOULDBLOCK error on Windows | 2011-06-18 | 1 | -0/+1 | |
| | | | | | | Making a connection and then immediately accepting it is not synchronous on Windows; force the accept to block and wait for the connection we just made. | ||||
| * | Fix extras compilation under Windows | 2011-06-18 | 18 | -7301/+2759 | |
| | | |||||
| * | Final fixups for a working Windows build | 2011-06-08 | 9 | -550/+90 | |
| | | |||||
| * | Fix incorrect typecast | 2011-06-06 | 1 | -1/+1 | |
| | | |||||
| * | Fix recursion of QuitUser in SendQ quits | 2011-05-23 | 4 | -7/+26 | |
| | | |||||
| * | Fix timers never being ticked on windows | 2011-05-21 | 1 | -1/+1 | |
| | | |||||
| * | 2.0.4 release v2.0.4 | 2011-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Fix IPv6 test on Windows | 2011-04-19 | 1 | -1/+1 | |
| | | |||||
| * | Merge commit 'refs/merge-requests/5' of ↵ | 2011-04-18 | 5 | -17/+14 | |
| |\ | | | | | | | git://gitorious.org/inspircd/inspircd into insp20 | ||||
| | * | Updated helpop regarding SILENCE, example had syntax wrong | 2011-03-30 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix bug 126, thanks to Seb | 2011-03-30 | 1 | -1/+1 | |
| | | | |||||
| | * | Updated examples, removing ziplinks | 2011-03-28 | 2 | -10/+7 | |
| | | | |||||
| | * | Values were -1, couldnt find an explanation for that. So applied | 2011-03-18 | 1 | -3/+3 | |
| | | | | | | | | | | | submitted patch from bug 114 (thanks to DarkStorm) and removed additional -1's. | ||||
| | * | Fix for bug 80 | 2011-03-18 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix mis-implemented irc::sockets::cidr_mask::operator< | 2011-04-18 | 1 | -2/+5 | |
| | | | |||||
| * | | Fixed Windows build on VS 2010 | 2011-04-10 | 17 | -58/+108 | |
| | | | |||||
| * | | Revert to old sepstream logic until a proper fix is finished | 2011-04-01 | 1 | -5/+14 | |
| | | | |||||
| * | | Fix sepstream logic when multiple consecutive separators are encountered | 2011-03-28 | 1 | -14/+5 | |
| | | | |||||
| * | | Display a message when using /greloadmodule | 2011-03-23 | 1 | -1/+20 | |
| |/ | |||||
| * | Deleted m_invisible from modules.conf.example since that module isn't | 2011-03-18 | 1 | -10/+0 | |
| | | | | | supported nor delivered in main package | ||||
| * | Fix for bug 47 | 2011-03-18 | 1 | -1/+1 | |
| | | |||||
| * | Fix for bug 116, in addition an improvement of the regex is made | 2011-03-18 | 1 | -2/+2 | |
| | | |||||
| * | Fix excessive memory use in kqueue | 2011-03-03 | 1 | -1/+1 | |
| | | | | | | The maximum number of file descriptors was incorrectly using the OS maximum, not the process maximum. Thanks to Liath for finding & testing. | ||||
| * | Fix timeout defaulting to zero for link blocks | 2011-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Fix "-bundle not allowed with -dynamiclib" issue on OS X | 2011-02-27 | 1 | -1/+1 | |
| | | |||||
| * | Fix bug #122 | 2011-02-14 | 1 | -2/+6 | |
| | | |||||
| * | 2.0.3 release v2.0.3 | 2011-02-01 | 1 | -1/+1 | |
| | | |||||
| * | Fix bug #83 | 2011-01-30 | 1 | -1/+1 | |
| | | |||||
| * | Fix bug #110 | 2011-01-24 | 1 | -10/+16 | |
| | | |||||
| * | Fix bug where an empty parameter is generated when input to a tokenstream ↵ | 2011-01-22 | 1 | -1/+1 | |
| | | | | | ends in a colon | ||||
| * | Fix bug #117, found by satmd, thanks | 2011-01-19 | 1 | -3/+3 | |
| | | |||||
| * | Remove bad return statement - noticed by zynox, thanks | 2011-01-04 | 1 | -1/+0 | |
| | | |||||
| * | Fix bug #113 | 2010-12-23 | 3 | -5/+12 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Fix taint mode execution | 2010-10-20 | 1 | -4/+4 | |
| | | |||||
| * | 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 kick level check to scan all status modes and not skip checks for ↵ | 2010-09-30 | 1 | -7/+12 | |
| | | | | | modeless users | ||||
| * | Work around old GNU make's inability to use "else if" | 2010-09-28 | 1 | -9/+21 | |
| | | |||||
| * | Fix kicking permisisons - GetPrefixChar returns the prefix, not the mode ↵ | 2010-09-28 | 1 | -2/+2 | |
| | | | | | character | ||||
| * | 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 | |
| | | |||||
