summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Modified compiler/linker flags in m_filter_pcre to use pcre-config to detect ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5242 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-09-141-2/+2
* And check the right thing!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5096 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-311-1/+1
* Properly check +J parameter when being set. This does not occur in 1.1•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5095 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-311-2/+22
* Fix for bug#133 reported by insurgent: If you configure a link block to have ...•••(yeah, REALLY.) git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5089 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-311-22/+29
* Backport NULL check in this module from trunk•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5028 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-271-4/+4
* Restrict FJOIN to 12 members at a time (this makes 15 total params, including...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4987 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-211-1/+1
* BAD SPECIAL BAD BAD! *hit with rolled up newspaper* test compile your commits :p•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4969 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-181-9/+10
* Dont allow USERIP (when loaded) on unregistered users•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4949 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-181-1/+1
* Backport (i hate 1.0 now) of check against invalid nick in watchlist•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4946 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-181-0/+11
* Fix to actually delete the silence list when it becomes empty•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4942 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-08-181-6/+10
* Optimizations•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4928 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-161-2/+2
* Wasnt checking channel name on ban deletion•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4925 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-161-1/+3
* Backport•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4924 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-161-3/+2
* If +L is set without +l, dont forward users•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4917 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-131-1/+1
* Dont try and write to a user after theyve parted•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4785 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-081-1/+2
* Same fix, dont try and cloak a remote user, let the local server do it :p•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4728 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-051-0/+6
* Backwards define, only effects backwards OUT OF DATE systems.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4603 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-301-1/+1
* Fix m_timedbans to send out the mode removal REMOTELY on expire so that other...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4594 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-301-0/+7
* Fix more timedban stuff - possible infinite loop if ban expires after the cha...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4591 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-301-0/+5
* Fix for bug which can lock up ircd if someone adds a timed ban when the banli...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4590 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-291-11/+16
* Remove numeric which makes some clients (Xchat, more?) think their nick is in...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4545 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-251-3/+1
* Exclude LUSERS lines with zero counts (NO WE WONT CHANGE THE SPELLING OF conn...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4542 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-251-3/+6
* Prevent notice loop on NOTICE $*•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4540 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-251-10/+16
* Allow PRIVMSG and NOTICE targets of $<servermask> to the module events (this ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4538 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-251-2/+18
* Fix NOTICE $* to go between servers•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4535 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-251-2/+10
* Update m_antibear to use a different hook for ADDED goodness.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4415 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-07-161-6/+5
* Removal of all gcc2 checks (there sure was a lot of craq in here)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4395 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-152-12/+0
* Don't allow SAQUIT, SANICK, SAPART and SAJOIN on ulined clients :)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4391 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-144-0/+25
* Different way of dealing with netsplits, seems we're getting duff data in the...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4387 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-141-86/+15
* Removed a bunch of SSL debug messages that popped up every time a user on SSL...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4343 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-07-112-68/+5
* HAS_STDINT here too•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4265 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-101-0/+6
* Check for stdint.h•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4262 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-102-1/+16
* Someone put a { in here?•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4251 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-091-1/+1
* Fix the only mangled comment thats important, the tree diagram in here ;)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4250 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-091-7/+7
* FEAR THE POWER OF VIM AND THE ALMIGHTY "%s/ /\t/g"•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4249 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-0974-804/+804
* Whack a space indent•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4248 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-091-1/+1
* Fix for +f not propogating +b out to other servers (including services) using...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4246 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-091-0/+8
* Backport of send_mode system from trunk - for preliminary info on this search...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4245 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-091-0/+7
* Someone made silence require 1 parameter, so no way to list the silence entri...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4110 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-031-1/+1
* Add m_connflood, pippijn's connect throttle module (now we are offering anoth...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4108 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-031-0/+147
* Enhance m_antibear with numerics 931 and 437•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4099 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-021-0/+2
* *** Interesting fix ***•••When a remote kill occurs, the user record for the remotely killed user may still hang around in the servers user list which is used when removing users during a netsplit. I managed to duplicate the old 'crash on netsplit' bug by sending a remote kill to a server, and then squitting that server without receipt of the corresponding QUIT. The fix now removes the user record explicitly upon remote kill (this also includes collisions) git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4089 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-301-0/+16
* Allow hosts in <bind> and <link> -- see FIXME for minor issue to be fixed in ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4077 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-281-0/+12
* We can re-enable special's security fix now - note this is good for boxes wit...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4067 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-271-4/+1
* Temporarily revert special's security improvement until we have bind= and mask=•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4062 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-271-1/+4
* Extra safety for user lists to not keep bad pointers hanging about•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4060 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-251-0/+1
* Dont allow /REMOVE of a uline, dont allow /REMOVE of a user who isnt on the c...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4058 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-241-2/+8
* Speed, craq, and double space fix for samode's notice•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4053 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-06-231-5/+5
* m_services_account: Allows ircu-alike account support for services use. It ow...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4049 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-06-231-0/+273
* Added support for OSX back, based upon particularly weighty patch from BuildS...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4048 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-222-0/+4