| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | v1.2.9 final v1.2.9 | 2012-04-23 | 1 | -1/+1 | |
| * | Merge pull request #93 from Robby-/insp12-headers•••[1.2] Replace copyright headers with headers granting specific authors copyright | 2012-04-22 | 477 | -3755/+7492 | |
| |\ | |||||
| | * | Headers: update the modules Makefile header that is generated by configure | 2012-04-20 | 1 | -6/+30 | |
| | * | resource.rc: update copyright to 2012 | 2012-04-20 | 1 | -1/+1 | |
| | * | Headers: update remaining scripts too | 2012-04-20 | 11 | -67/+209 | |
| | * | Replace copyright headers with headers granting specific authors copyright | 2012-04-20 | 465 | -3681/+7252 | |
| |/ | |||||
| * | Merge pull request #81 from Robby-/insp12-exampleconfs•••[1.2] Update helpop example config file name and remove some spaces | 2012-04-19 | 1 | -3/+3 | |
| |\ | |||||
| | * | Update helpop config file name and remove some spaces | 2012-04-19 | 1 | -3/+3 | |
| * | | Merge pull request #87 from Robby-/insp12-helpop•••[1.2] Add an /HELP alias for /HELPOP | 2012-04-19 | 2 | -0/+4 | |
| |\ \ | |||||
| | * | | Add an /HELP alias for /HELPOP | 2012-04-19 | 2 | -0/+4 | |
| | |/ | |||||
| * | | 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 | |
| * | | Merge pull request #78 from Robby-/insp12-elinesconfig•••[1.2] Checking E-lines once is enough | 2012-04-18 | 1 | -1/+0 | |
| |\ \ | |/ |/| | |||||
| | * | Checking E-lines once is enough | 2012-04-18 | 1 | -1/+0 | |
| |/ | |||||
| * | Merge pull request #72 from attilamolnar/insp12+spanningtreefix•••[1.2] m_spanningtree bugfixes | 2012-04-18 | 2 | -2/+2 | |
| |\ | |||||
| | * | 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 | |
| * | | Merge pull request #73 from Robby-/insp12-statsupdates•••[1.2] update helpop xlines aswell | 2012-04-18 | 2 | -2/+2 | |
| |\ \ | |/ |/| | |||||
| | * | /STATS: updates | 2012-04-18 | 2 | -2/+2 | |
| |/ | |||||
| * | Merge pull request #69 from Robby-/insp12-updatesnminorfixes•••[1.2] Some minor updates, corrections and fixes... | 2012-04-18 | 14 | -67/+94 | |
| |\ | |||||
| | * | 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 | |
| | * | *cough* | 2012-04-17 | 1 | -1/+1 | |
| | * | Some minor corrections and tab removals | 2012-04-17 | 7 | -34/+29 | |
| | * | Add some more info about logging types and levels to the config file, correct... | 2012-04-17 | 3 | -5/+26 | |
| | * | /STATS: Update the helpop stats-characters aswell as give the ziplink and shu... | 2012-04-17 | 4 | -9/+15 | |
| | * | Replace [cC]olour with [cC]olor | 2012-04-17 | 5 | -17/+17 | |
| |/ | |||||
| * | remove trailing whitespace | 2012-04-16 | 1 | -6/+6 | |
| * | Fix compilation with GCC 4.7.•••GCC 4.7 headers no longer implicitly include unistd.h in many places, see http://gcc.gnu.org/gcc-4.7/porting_to.html Fixes #65 | 2012-04-16 | 1 | -0/+1 | |
| * | Merge pull request #60 from Robby-/insp12-nosnoticestack•••[1.2] Backported Shawn's NoSnoticeStack code from insp21 | 2012-04-15 | 4 | -2/+11 | |
| |\ | |||||
| | * | Backported Shawn's NoSnoticeStack code from insp21 | 2012-04-15 | 4 | -2/+11 | |
| * | | 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 | |
| * | | Merge pull request #52 from attilamolnar/insp12+rlinefix•••[1.2] Fix double free in m_rline | 2012-04-14 | 1 | -1/+0 | |
| |\ \ | |||||
| | * | | 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 | |
| | |/ | |||||
| * | | Merge pull request #42 from Shawn-Smith/insp12+whoisfix•••[1.2] Fix for issue #39 (Wrong output on whois) | 2012-04-12 | 1 | -1/+1 | |
| |\ \ | |/ |/| | |||||
| | * | Fixes issue #39 reported by @attilamolnar.•••Thanks to @attilamolnar for supplying the code. | 2012-04-12 | 1 | -1/+1 | |
| |/ | |||||
| * | configure: fix check for eventfd support.•••InspIRCd uses eventfd_read() which was not introduced until after eventfd was first added to glibc. uClibc, for example, still does not have support for eventfd_read(). v1.2.9rc1 | 2012-03-30 | 1 | -1/+6 | |
| * | 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 | |
| * | inspircd.com is no longer our dev blog | 2012-03-24 | 2 | -2/+0 | |
| * | 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 | |
| * | Use `xcrun clang++` on OS X as the compiler | 2012-03-22 | 1 | -1/+1 | |
| * | Update sources.lst to point to the GitHub inspircd-extras repo. | 2012-03-22 | 1 | -1/+1 | |
