Age | Commit message (Expand) | Author |
2011-04-19 | Fix IPv6 test on Windows | Adam |
2011-04-18 | Merge commit 'refs/merge-requests/5' of git://gitorious.org/inspircd/inspircd... | Daniel De Graaf |
2011-04-18 | Fix mis-implemented irc::sockets::cidr_mask::operator< | Daniel De Graaf |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
2011-04-01 | Revert to old sepstream logic until a proper fix is finished | Jackmcbarn |
2011-03-30 | Fix bug 126, thanks to Seb | DjSlash |
2011-03-28 | Fix sepstream logic when multiple consecutive separators are encountered | Jackmcbarn |
2011-03-23 | Display a message when using /greloadmodule | Jackmcbarn |
2011-03-18 | Values were -1, couldnt find an explanation for that. So applied | DjSlash |
2011-03-18 | Fix for bug 47 | DjSlash |
2011-03-03 | Fix excessive memory use in kqueue | Daniel De Graaf |
2011-02-28 | Fix timeout defaulting to zero for link blocks | Daniel De Graaf |
2011-02-14 | Fix bug #122 | Jackmcbarn |
2011-02-01 | 2.0.3 release | Daniel De Graaf |
2011-01-30 | Fix bug #83 | Jackmcbarn |
2011-01-24 | Fix bug #110 | Jackmcbarn |
2011-01-22 | Fix bug where an empty parameter is generated when input to a tokenstream end... | Jackmcbarn |
2011-01-19 | Fix bug #117, found by satmd, thanks | Jackmcbarn |
2011-01-04 | Remove bad return statement - noticed by zynox, thanks | Jackmcbarn |
2010-12-23 | Fix bug #113 | Jackmcbarn |
2010-12-02 | Restore prefix | Jackmcbarn |
2010-12-02 | Simplify ClearAllConnections code and fix possible crash | Jackmcbarn |
2010-12-02 | Fix possible crash | Jackmcbarn |
2010-10-15 | Register the silence list extension | Jackmcbarn |
2010-10-15 | Remove m_sqlv2.h from these modules, they both use v3 now. | Dennis Friis |
2010-10-13 | Fix memory leak in m_conn_waitpong caught by its breaking in 2.1 | Daniel De Graaf |
2010-09-30 | Fix kick level check to scan all status modes and not skip checks for modeles... | Daniel De Graaf |
2010-09-28 | Fix kicking permisisons - GetPrefixChar returns the prefix, not the mode char... | Daniel De Graaf |
2010-09-25 | Fix unsafe iteration in m_timedbans | Daniel De Graaf |
2010-09-19 | A zero return from gnutls_record_send is not an error | Daniel De Graaf |
2010-09-18 | Fix global notice of timedban add and remove being sourced from all servers | Daniel De Graaf |
2010-09-17 | SVSNICK should not translate nicks to UIDs | Daniel De Graaf |
2010-09-08 | Add gettimeofday() fallback for systems without clock_gettime | Daniel De Graaf |
2010-09-05 | Fix the pseudo-penalty hack that doesn't work properly | Daniel De Graaf |
2010-09-04 | 2.0.2 release | Daniel De Graaf |
2010-09-04 | Do not apply parameter length restrictions or CleanMask when unsetting modes | Daniel De Graaf |
2010-09-04 | Fix crash in m_silence when provided with a bad pattern (bug #79) | Daniel De Graaf |
2010-09-04 | Fix crash on matching j:@#chan ban when the user is not in the channel | Daniel De Graaf |
2010-09-03 | Fix resolved hostname not being changed when WEBIRC passes a hostname longer ... | Daniel De Graaf |
2010-08-28 | Prevent setting mode -H if already unset, bug #74 | Daniel De Graaf |
2010-08-17 | Clarify null character append in m_cloaking (fixes compiler warning) | Daniel De Graaf |
2010-08-11 | Also tidy masks being removed, fixes bug #70 | Daniel De Graaf |
2010-08-11 | Fix NotifyOpers setting not being applied correctly | Daniel De Graaf |
2010-08-08 | Stop hiding users when a prefix is set on them, fixes apparent desyncs | Jens Voss |
2010-08-08 | Don't try to tidy m_autoop entries (fixes extra !*@*) | Daniel De Graaf |
2010-08-07 | 2.0.1 release | Daniel De Graaf |
2010-08-04 | Prevent kicking people you do not have permission to deprivilege | Daniel De Graaf |
2010-08-04 | Fix $md5pass and $sha256pass in SQL queries | Daniel De Graaf |
2010-08-04 | Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event... | Daniel De Graaf |
2010-08-03 | Fix m_opermodes.so sending modes for unintroduced clients with oper autologin... | Adam |