aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-20228-1817/+3605
* 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 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
* 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
* /STATS: Update the helpop stats-characters aswell as give the ziplink and shu...Gravatar Robby-2012-04-172-2/+2
* Replace [cC]olour with [cC]olorGravatar Robby-2012-04-172-6/+6
* 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
* | Fix double free (in 1.2 the core deletes the commands upon module unload not ...Gravatar attilamolnar2012-04-141-1/+0
* | This addresses the memory leak issues reported in issue #38.Gravatar Shawn Smith2012-04-124-0/+5
|/
* 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
* m_chghost: Fix incorrect length check pointed out by ThalesGravatar Daniel De Graaf2012-02-251-5/+6
* Allow use of absolute paths with m_nationalcharsGravatar Jackmcbarn2011-07-191-1/+2
* Fix unsafe iteration in m_timedbansGravatar Daniel De Graaf2010-09-251-21/+27
* SVSNICK should not translate nicks to UIDsGravatar Daniel De Graaf2010-09-171-1/+1
* Fix crash in m_silence when provided with a bad pattern (bug #79)Gravatar Daniel De Graaf2010-09-041-8/+17
* Fix resolved hostname being cropped when WEBIRC passes a hostname longer than...Gravatar Daniel De Graaf2010-09-031-8/+11
* Quick fix for cgiirc notify bugGravatar Daniel De Graaf2010-08-111-2/+2
* Remove misleading null statementGravatar Daniel De Graaf2010-04-241-2/+3
* Fix crash when a remote server has the same name as we doGravatar Daniel De Graaf2010-04-161-2/+3
* Allow E:lines to make users exempt from DNSBL checksGravatar Daniel De Graaf2010-03-311-2/+1
* Add debouncing to m_cloaking, and fix cloak of hosts without dotsGravatar Daniel De Graaf2010-03-271-2/+20
* Send module load/unload notifications as metadata•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12647 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-221-0/+2
* Fix mode +L being visibly reset on every FJOIN•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12608 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-061-0/+2
* Fix memory leak and possible crash in m_ident, found in 2.0•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12587 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-021-0/+3
* Fix maxparams in FPART/REMOVE•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12559 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-251-2/+2
* Remove server deletion from OnError, fixes crash on ping timeout•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12511 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-214-13/+11
* Compile fix for m_ldapauth•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12496 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-181-3/+4
* Support multiple certificates in GnuTLS certificate chain•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12492 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-181-7/+18
* Backport r12486: Check for <user>:<password> for ldap auth in /PASS password ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12487 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2010-02-171-10/+28
* Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12479 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-161-6/+2
* Close and delete server sockets when they are in DYING state, should avoid 10...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12473 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-161-1/+4
* Fix race where two servers with the same name can enter WAIT_AUTH_2 and cause...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12461 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-152-9/+9
* Call OnClose() before changing link state to DYING to clean up introduced ser...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12458 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-143-2/+8
* Fix sending null character on callerid metadata•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12441 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-121-1/+0
* Set link state to DYING on more error paths•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12393 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-071-2/+3
* Restart server_hash iteration after quitting dead and pinged out servers•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12391 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-071-1/+5
* Fix clone counting bugs in IDENT and PASS based CGI:IRC clients•••Previously, clone counts were not properly decremented for the CGI:IRC host itself if the resolver changed the user's IP. This fix removes support for passing a resolved hostname in the password field (only raw IP addresses are allowed, which are resolved by the ircd). git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12333 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-301-31/+14
* Remove users from uuidlist/clientlist on QuitUser, not during cull (allows UI...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12327 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-301-1/+3
* Fix empty FMODE being sent if SendMode denies mode changes•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12324 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-284-9/+4
* If SVSNICK is sent to force a change to a UID-lookalike, just change nick to ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12319 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-241-3/+4
* Add DYING state, and use it instead of asking the core to delete the socket w...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12316 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-234-4/+18
* Support account invex extbans (+I R:accountname) [patch by Johannes13]•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12315 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-231-2/+22
* Allow redirect bans to be unset by any op/halfop (bug #936)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12312 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-211-1/+1
* Slightly more comprehensible message for connect throttle banning.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12306 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2010-01-191-1/+1
* Fix m_sqllog compilation (bug #939)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12253 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-141-1/+2