| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | v1.2.9 final v1.2.9 | 2012-04-23 | 1 | -1/+1 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-20 | 339 | -2706/+5315 | |
| * | Merge pull request #82 from attilamolnar/insp12+rlinefix•••Fix potential crash in m_rline.cpp | 2012-04-18 | 1 | -4/+14 | |
| |\ | |||||
| | * | Fix crash in m_rline•••m_rline only called UseInterface() in the constructor, so when there was no regex engine loaded UseInterface() did nothing. If the specifed regex engine was loaded later on this resulted in being able to unload it behind the back of m_rline and crash the server whenever the engine was accessed. | 2012-04-18 | 1 | -4/+14 | |
| * | | Fix issue #18 reported by @int- (remote restriction on /stats) | 2012-04-18 | 1 | -1/+5 | |
| * | | Checking E-lines once is enough | 2012-04-18 | 1 | -1/+0 | |
| |/ | |||||
| * | Fix MaxModes check when bursting bans for a channel to compare the number of ...•••This has caused nearly every ban to be sent in a seperate FMODE. | 2012-04-18 | 1 | -1/+1 | |
| * | Fixes for OnDelLine checking hardcoded line type 'K' instead of IsBurstable()... | 2012-04-18 | 1 | -1/+1 | |
| * | Make m_shun work on aliases | 2012-04-18 | 1 | -0/+6 | |
| * | shun: stats functionality is implemented, this may be removed | 2012-04-17 | 1 | -1/+0 | |
| * | shun: Correct stats character in the notice too | 2012-04-17 | 1 | -1/+1 | |
| * | Add some more info about logging types and levels to the config file, correct... | 2012-04-17 | 2 | -2/+2 | |
| * | /STATS: Update the helpop stats-characters aswell as give the ziplink and shu... | 2012-04-17 | 3 | -4/+4 | |
| * | Replace [cC]olour with [cC]olor | 2012-04-17 | 2 | -6/+6 | |
| * | Merge pull request #60 from Robby-/insp12-nosnoticestack•••[1.2] Backported Shawn's NoSnoticeStack code from insp21 | 2012-04-15 | 2 | -1/+2 | |
| |\ | |||||
| | * | Backported Shawn's NoSnoticeStack code from insp21 | 2012-04-15 | 2 | -1/+2 | |
| * | | Explicitly shut down stdio's stdin/stdout/stderr.•••The previous logic here was to only do this if stdio was connected to a controlling terminal. However, we must do this always to avoid information leaks and other problems related to stdio. The only exception is if we are in debug mode. | 2012-04-15 | 1 | -17/+31 | |
| |/ | |||||
| * | Merge pull request #50 from gemina/insp12+starttls•••insp12+starttls | 2012-04-14 | 1 | -0/+37 | |
| |\ | |||||
| | * | Revert "m_ssl_gnutls: remove STARTTLS support"•••This reverts commit 1baaf82568cf16bd2e00a06cbc6ff21294339bc7. | 2012-04-14 | 1 | -0/+37 | |
| * | | Fix double free (in 1.2 the core deletes the commands upon module unload not ... | 2012-04-14 | 1 | -1/+0 | |
| * | | Merge pull request #45 from Shawn-Smith/insp12+memleakfix•••[1.2] This fixes the memory leak issues in issue #38. | 2012-04-12 | 4 | -0/+5 | |
| |\ \ | |||||
| | * | | This addresses the memory leak issues reported in issue #38. | 2012-04-12 | 4 | -0/+5 | |
| | |/ | |||||
| * / | Fixes issue #39 reported by @attilamolnar.•••Thanks to @attilamolnar for supplying the code. | 2012-04-12 | 1 | -1/+1 | |
| |/ | |||||
| * | Fixed infinite loop cauesd by invalid dns packets | 2012-03-29 | 1 | -2/+9 | |
| * | Fixed out of bounds memory access from malformed DNS queries that have an inv... | 2012-03-29 | 1 | -1/+1 | |
| * | m_ssl_gnutls: remove STARTTLS support | 2012-03-22 | 1 | -37/+0 | |
| * | m_hostchange: Fix a typo preventing port filters from working | 2012-03-22 | 1 | -1/+1 | |
| * | dns: cleanup ResultIsReady() prototype | 2012-03-21 | 1 | -6/+6 | |
| * | dns: more hardening•••- don't trust rr.rdlength - don't accept replies we know are impossible for AAAA/A records - don't try to process record types we do not know about specifically (this behaviour just leads to disaster) | 2012-03-21 | 1 | -2/+7 | |
| * | dns: reject messages with lengths larger than DNSHeader with prejudice•••This also includes when decompressing name entries. | 2012-03-21 | 1 | -10/+33 | |
| * | dns: iterators which are integer should always be unsigned, else an integer u...•••Signed-off-by: William Pitcock <nenolod@dereferenced.org> | 2012-03-21 | 1 | -1/+1 | |
| * | m_chghost: Fix incorrect length check pointed out by Thales | 2012-02-25 | 1 | -5/+6 | |
| * | Move my name from regular contributors to developers | 2011-09-28 | 2 | -12/+13 | |
| * | Allow use of absolute paths with m_nationalchars | 2011-07-19 | 1 | -1/+2 | |
| * | Fix recursion of QuitUser in SendQ quits | 2011-05-23 | 2 | -7/+23 | |
| * | 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 | |
| * | Fix excessive memory use in kqueue•••The maximum number of file descriptors was incorrectly using the OS maximum, not the process maximum. Thanks to Liath for finding & testing. | 2011-03-03 | 1 | -1/+1 | |
| * | Fix bug where an empty parameter is generated when input to a tokenstream end... | 2011-01-22 | 1 | -1/+1 | |
| * | Fix unsafe iteration in m_timedbans | 2010-09-25 | 1 | -21/+27 | |
| * | SVSNICK should not translate nicks to UIDs | 2010-09-17 | 1 | -1/+1 | |
| * | 1.2.8 release v1.2.8 | 2010-09-05 | 1 | -1/+1 | |
| * | Fix crash in m_silence when provided with a bad pattern (bug #79) | 2010-09-04 | 1 | -8/+17 | |
| * | Fix resolved hostname being cropped when WEBIRC passes a hostname longer than... | 2010-09-03 | 1 | -8/+11 | |
| * | Fix the stupid untested off-by-two ident length check | 2010-08-13 | 1 | -1/+1 | |
| * | Quick fix for cgiirc notify bug | 2010-08-11 | 1 | -2/+2 | |
| * | Decrease nick change fakelag penalty to match 2.0 | 2010-08-02 | 1 | -1/+1 | |
| * | Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu... | 2010-05-21 | 1 | -1/+1 | |
| * | Remove misleading null statement | 2010-04-24 | 1 | -2/+3 | |
| * | 1.2.7 release v1.2.7 | 2010-04-18 | 1 | -1/+1 | |
