aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* v1.2.9 final v1.2.9Gravatar Robin Burchell2012-04-231-1/+1
|
* Merge pull request #93 from Robby-/insp12-headersGravatar Robin Burchell2012-04-22477-3755/+7492
|\ | | | | [1.2] Replace copyright headers with headers granting specific authors copyright
| * 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-exampleconfsGravatar Robin Burchell2012-04-191-3/+3
|\ | | | | [1.2] Update helpop example config file name and remove some spaces
| * Update helpop config file name and remove some spacesGravatar Robby-2012-04-191-3/+3
| |
* | Merge pull request #87 from Robby-/insp12-helpopGravatar Robin Burchell2012-04-192-0/+4
|\ \ | | | | | | [1.2] Add an /HELP alias for /HELPOP
| * | Add an /HELP alias for /HELPOPGravatar Robby-2012-04-192-0/+4
| |/
* | Merge pull request #82 from attilamolnar/insp12+rlinefixGravatar Robin Burchell2012-04-181-4/+14
|\ \ | | | | | | Fix potential crash in m_rline.cpp
| * | Fix crash in m_rlineGravatar attilamolnar2012-04-181-4/+14
| |/ | | | | | | | | 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.
* | Fix issue #18 reported by @int- (remote restriction on /stats)Gravatar attilamolnar2012-04-181-1/+5
| |
* | Merge pull request #78 from Robby-/insp12-elinesconfigGravatar Robin Burchell2012-04-181-1/+0
|\ \ | |/ |/| [1.2] Checking E-lines once is enough
| * Checking E-lines once is enoughGravatar Robby-2012-04-181-1/+0
|/
* Merge pull request #72 from attilamolnar/insp12+spanningtreefixGravatar Robin Burchell2012-04-182-2/+2
|\ | | | | [1.2] m_spanningtree bugfixes
| * Fix MaxModes check when bursting bans for a channel to compare the number of ↵Gravatar attilamolnar2012-04-181-1/+1
| | | | | | | | | | | | bans not the length of the parameters it queued for sending. This has caused nearly every ban to be sent in a seperate FMODE.
| * Fixes for OnDelLine checking hardcoded line type 'K' instead of ↵Gravatar attilamolnar2012-04-181-1/+1
| | | | | | | | IsBurstable() and not obeying loopCall, thus broadcasting a redundant DELLINE for every DELLINE received.
* | Merge pull request #73 from Robby-/insp12-statsupdatesGravatar Robin Burchell2012-04-182-2/+2
|\ \ | |/ |/| [1.2] update helpop xlines aswell
| * /STATS: updatesGravatar Robby-2012-04-182-2/+2
|/
* Merge pull request #69 from Robby-/insp12-updatesnminorfixesGravatar Robin Burchell2012-04-1814-67/+94
|\ | | | | [1.2] Some minor updates, corrections and fixes...
| * 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, ↵Gravatar Robby-2012-04-173-5/+26
| | | | | | | | correct a channels debug type and make a MISC message fall under CULLLIST instead since it is related to the other Cullstuff (MISC was only used here anyway)
| * /STATS: Update the helpop stats-characters aswell as give the ziplink and ↵Gravatar Robby-2012-04-174-9/+15
| | | | | | | | shun modules their own stats-characters so they actually work and don't collide with others (shun was for example overriding svsholds output)
| * 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.Gravatar Guillaume Delacour2012-04-161-0/+1
| | | | | | | 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
* Merge pull request #60 from Robby-/insp12-nosnoticestackGravatar Robin Burchell2012-04-154-2/+11
|\ | | | | [1.2] Backported Shawn's NoSnoticeStack code from insp21
| * Backported Shawn's NoSnoticeStack code from insp21Gravatar Robby-2012-04-154-2/+11
| |
* | Explicitly shut down stdio's stdin/stdout/stderr.Gravatar William Pitcock2012-04-151-17/+31
|/ | | | | | | | 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.
* Merge pull request #50 from gemina/insp12+starttlsGravatar Robin Burchell2012-04-141-0/+37
|\ | | | | insp12+starttls
| * Revert "m_ssl_gnutls: remove STARTTLS support"Gravatar edem2012-04-141-0/+37
| | | | | | | | This reverts commit 1baaf82568cf16bd2e00a06cbc6ff21294339bc7.
* | Merge pull request #52 from attilamolnar/insp12+rlinefixGravatar Robin Burchell2012-04-141-1/+0
|\ \ | | | | | | [1.2] Fix double free in m_rline
| * | Fix double free (in 1.2 the core deletes the commands upon module unload not ↵Gravatar attilamolnar2012-04-141-1/+0
|/ / | | | | | | the module)
* | Merge pull request #45 from Shawn-Smith/insp12+memleakfixGravatar Robin Burchell2012-04-124-0/+5
|\ \ | | | | | | [1.2] This fixes the memory leak issues in issue #38.
| * | 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+whoisfixGravatar Robin Burchell2012-04-121-1/+1
|\ \ | |/ |/| [1.2] Fix for issue #39 (Wrong output on whois)
| * Fixes issue #39 reported by @attilamolnar.Gravatar Shawn Smith2012-04-121-1/+1
|/ | | | Thanks to @attilamolnar for supplying the code.
* configure: fix check for eventfd support. v1.2.9rc1Gravatar William Pitcock2012-03-301-1/+6
| | | | | 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().
* 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 ↵Gravatar Adam2012-03-291-1/+1
| | | | invalid length label. Introduced in a6a07de0daa353bcd29056a4535a9c4784c113c8.
* 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
|