| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix for potential oper flood - connections on server ports from IPs that don'...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4044 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-22 | 1 | -0/+20 | ||
| * | Un-break expiry, which my last commit did.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4034 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-19 | 1 | -6/+22 | ||
| * | Fix permanent CBANs•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4033 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-19 | 1 | -1/+1 | ||
| * | Fix to send KILL message through to a user when theyre remote killed•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4026 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-17 | 1 | -0/+1 | ||
| * | A commit never went through here because...there were other changes? :/•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4024 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-17 | 1 | -1/+4 | ||
| * | Hopefully we now have hostmask matching on both vhost and host.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4022 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-17 | 1 | -0/+9 | ||
| * | Fix for IP-based check•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4021 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-17 | 1 | -2/+2 | ||
| * | undo w00t's screwage•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4020 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-17 | 1 | -2/+0 | ||
| * | m_check now does IP addresses, hosts are next.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4019 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-17 | 2 | -0/+25 | ||
| * | Sync m_check with trunk•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4017 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-16 | 1 | -0/+62 | ||
| * | Now uses stdint•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4011 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-15 | 1 | -5/+6 | ||
| * | Updated to use mysql_config•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4010 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-15 | 1 | -2/+2 | ||
| * | Nicer SQLQuery::Sanitise•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4005 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-15 | 1 | -14/+22 | ||
| * | Look at this further later - 64 bit fixes•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4003 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-15 | 1 | -1/+1 | ||
| * | Backport a trunk fix which prevents the 'oper overrode your limit' when there...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3999 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-13 | 1 | -1/+1 | ||
| * | Fix for segfault if a user quits before their ident is complete, due to sessi...•••Do this by checking their pointer in the fd_ref_table against the pointer we got when we started the lookup, so we can know if its been invalidated or not (just in case the OnClose occurs before we NULL the user) git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3993 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-07 | 1 | -6/+10 | ||
| * | Collision safety just in case the clocks are out•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3990 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-05 | 1 | -1/+1 | ||
| * | Fix for bug found by douglas - when replace= is undefined value (probably du...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3987 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-03 | 1 | -1/+1 | ||
| * | Fixed logic for OnWhois "is using SSL" numeric. Was broken: required the user...•••Now properly checks to display by using: if(dest->GetExt("ssl") || (IS_LOCAL(dest) && isin(dest->port, listenports))) git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3985 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-06-01 | 2 | -2/+2 | ||
| * | Prevent crash when displaying error for server already existing (this only ha...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3979 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-31 | 1 | -2/+2 | ||
| * | Apply mirq's optimization patches•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3978 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-30 | 3 | -45/+7 | ||
| * | Removed unused variable 'xxx' - the pr0n value•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3971 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-24 | 1 | -1/+1 | ||
| * | Fix to make this work right!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3969 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-24 | 1 | -0/+2 | ||
| * | ITS FIXED! (i hope)•••THE CRASH ON NETSPLIT BUG SHOULD NOW BE HISTORY! git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3963 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-24 | 1 | -2/+34 | ||
| * | Fix bug with knock on non-existent channel•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3956 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-11 | 1 | -0/+7 | ||
| * | Fixes•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3954 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-11 | 1 | -1/+0 | ||
| * | Inverted caps?•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3953 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-11 | 1 | -1/+1 | ||
| * | Debugging•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3952 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-11 | 1 | -15/+18 | ||
| * | Removal of map counts temporarily•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3951 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-11 | 1 | -7/+7 | ||
| * | Grrr.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3950 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-11 | 1 | -2/+2 | ||
| * | More hotfix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3949 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-11 | 1 | -1/+1 | ||
| * | Hotfix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3948 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-11 | 1 | -9/+10 | ||
| * | More test fix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3947 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-11 | 1 | -0/+1 | ||
| * | Test fix for crash in OnUserConnect•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3946 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-11 | 1 | -3/+6 | ||
| * | Fix for crash on: /OS RAW PUSH non-existent-nick :::nick!ident@host KICK #cha...•••(yes, REALLY.) git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3943 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-10 | 1 | -0/+3 | ||
| * | Add validation for channel name, throws an exception aborting the module load...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3934 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-06 | 1 | -1/+14 | ||
| * | Now doesnt crash on rare occaisions•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3924 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-05-02 | 1 | -9/+17 | ||
| * | Merge of peaveydk's diff (at last)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3919 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-04-30 | 1 | -3/+24 | ||
| * | Fixes for cygwin.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3917 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-04-30 | 2 | -12/+12 | ||
| * | Backport of ident crash fix (this should work, read comment in OnCleanup)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3884 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-04-18 | 1 | -33/+57 | ||
| * | Backport of "x:y are reversed" fix - joinflood was not broken in this way•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3881 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-04-14 | 1 | -1/+1 | ||
| * | More verbose output on connection refused•••backport of previous fix git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3836 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-04-04 | 1 | -0/+4 | ||
| * | Remove irritating compile warning on m_spanningtree that I forgot to backport...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3814 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-04-04 | 1 | -2/+1 | ||
| * | Backport of fix to prevent adding empty phrases to +g list•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3803 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-04-03 | 1 | -0/+3 | ||
| * | Backport of stability fix for 'connection refused' on autoconnect/connect•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3794 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-04-01 | 1 | -4/+4 | ||
| * | c/p most of m_safelist into here so you can actually use it on large networks...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3793 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-03-31 | 1 | -82/+258 | ||
| * | Fix to allow smarter handling of hosts > 64•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3781 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-03-27 | 1 | -2/+8 | ||
| * | Backport to 1.0 stable tree•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3780 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-03-27 | 1 | -6/+2 | ||
| * | Backport founder remove fix, ignore invalid channel name check as it isn't se...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3778 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-03-27 | 1 | -1/+1 | ||
| * | Removal of DoOneIteration stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3758 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-03-26 | 1 | -51/+5 | ||
