aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v1.2.9 final v1.2.9Gravatar Robin Burchell2012-04-231-1/+1
* Merge pull request #93 from Robby-/insp12-headers•••[1.2] Replace copyright headers with headers granting specific authors copyrightGravatar Robin Burchell2012-04-22477-3755/+7492
|\
| * Headers: update the modules Makefile header that is generated by configureGravatar Robby-2012-04-201-6/+30
| * resource.rc: update copyright to 2012Gravatar Robby-2012-04-201-1/+1
| * Headers: update remaining scripts tooGravatar Robby-2012-04-2011-67/+209
| * Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-20465-3681/+7252
|/
* Merge pull request #81 from Robby-/insp12-exampleconfs•••[1.2] Update helpop example config file name and remove some spacesGravatar Robin Burchell2012-04-191-3/+3
|\
| * Update helpop config file name and remove some spacesGravatar Robby-2012-04-191-3/+3
* | Merge pull request #87 from Robby-/insp12-helpop•••[1.2] Add an /HELP alias for /HELPOPGravatar Robin Burchell2012-04-192-0/+4
|\ \
| * | Add an /HELP alias for /HELPOPGravatar Robby-2012-04-192-0/+4
| |/
* | Merge pull request #82 from attilamolnar/insp12+rlinefix•••Fix potential crash in m_rline.cppGravatar Robin Burchell2012-04-181-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. Gravatar attilamolnar2012-04-181-4/+14
| |/
* | Fix issue #18 reported by @int- (remote restriction on /stats)Gravatar attilamolnar2012-04-181-1/+5
* | Merge pull request #78 from Robby-/insp12-elinesconfig•••[1.2] Checking E-lines once is enoughGravatar Robin Burchell2012-04-181-1/+0
|\ \ | |/ |/|
| * Checking E-lines once is enoughGravatar Robby-2012-04-181-1/+0
|/
* Merge pull request #72 from attilamolnar/insp12+spanningtreefix•••[1.2] m_spanningtree bugfixesGravatar Robin Burchell2012-04-182-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. Gravatar attilamolnar2012-04-181-1/+1
| * Fixes for OnDelLine checking hardcoded line type 'K' instead of IsBurstable()...Gravatar attilamolnar2012-04-181-1/+1
* | Merge pull request #73 from Robby-/insp12-statsupdates•••[1.2] update helpop xlines aswellGravatar Robin Burchell2012-04-182-2/+2
|\ \ | |/ |/|
| * /STATS: updatesGravatar Robby-2012-04-182-2/+2
|/
* Merge pull request #69 from Robby-/insp12-updatesnminorfixes•••[1.2] Some minor updates, corrections and fixes...Gravatar Robin Burchell2012-04-1814-67/+94
|\
| * Make m_shun work on aliasesGravatar Robby-2012-04-181-0/+6
| * shun: stats functionality is implemented, this may be removedGravatar Robby-2012-04-171-1/+0
| * shun: Correct stats character in the notice tooGravatar Robby-2012-04-171-1/+1
| * *cough*Gravatar Robby-2012-04-171-1/+1
| * Some minor corrections and tab removalsGravatar Robby-2012-04-177-34/+29
| * Add some more info about logging types and levels to the config file, correct...Gravatar Robby-2012-04-173-5/+26
| * /STATS: Update the helpop stats-characters aswell as give the ziplink and shu...Gravatar Robby-2012-04-174-9/+15
| * Replace [cC]olour with [cC]olorGravatar Robby-2012-04-175-17/+17
|/
* remove trailing whitespaceGravatar Robin Burchell2012-04-161-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 Gravatar Guillaume Delacour2012-04-161-0/+1
* Merge pull request #60 from Robby-/insp12-nosnoticestack•••[1.2] Backported Shawn's NoSnoticeStack code from insp21Gravatar Robin Burchell2012-04-154-2/+11
|\
| * Backported Shawn's NoSnoticeStack code from insp21Gravatar Robby-2012-04-154-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. Gravatar William Pitcock2012-04-151-17/+31
|/
* Merge pull request #50 from gemina/insp12+starttls•••insp12+starttlsGravatar Robin Burchell2012-04-141-0/+37
|\
| * Revert "m_ssl_gnutls: remove STARTTLS support"•••This reverts commit 1baaf82568cf16bd2e00a06cbc6ff21294339bc7. Gravatar edem2012-04-141-0/+37
* | Merge pull request #52 from attilamolnar/insp12+rlinefix•••[1.2] Fix double free in m_rlineGravatar Robin Burchell2012-04-141-1/+0
|\ \
| * | Fix double free (in 1.2 the core deletes the commands upon module unload not ...Gravatar attilamolnar2012-04-141-1/+0
|/ /
* | Merge pull request #45 from Shawn-Smith/insp12+memleakfix•••[1.2] This fixes the memory leak issues in issue #38.Gravatar Robin Burchell2012-04-124-0/+5
|\ \
| * | This addresses the memory leak issues reported in issue #38.Gravatar Shawn Smith2012-04-124-0/+5
| |/
* | Merge pull request #42 from Shawn-Smith/insp12+whoisfix•••[1.2] Fix for issue #39 (Wrong output on whois)Gravatar Robin Burchell2012-04-121-1/+1
|\ \ | |/ |/|
| * Fixes issue #39 reported by @attilamolnar.•••Thanks to @attilamolnar for supplying the code. Gravatar Shawn Smith2012-04-121-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.9rc1Gravatar William Pitcock2012-03-301-1/+6
* Fixed infinite loop cauesd by invalid dns packetsGravatar Adam2012-03-291-2/+9
* Fixed out of bounds memory access from malformed DNS queries that have an inv...Gravatar Adam2012-03-291-1/+1
* inspircd.com is no longer our dev blogGravatar Pogs McPoggerson2012-03-242-2/+0
* m_ssl_gnutls: remove STARTTLS supportGravatar Daniel De Graaf2012-03-221-37/+0
* m_hostchange: Fix a typo preventing port filters from workingGravatar Kyle Fuller2012-03-221-1/+1
* Use `xcrun clang++` on OS X as the compilerGravatar Kyle Fuller2012-03-221-1/+1
* Update sources.lst to point to the GitHub inspircd-extras repo.Gravatar Peter Powell2012-03-221-1/+1