summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* Fix: trying to send out all lines in one hit is different from the way we do ↵Gravatar w00t2008-02-161-20/+16
| | | | | | users, etc - and also won't be too healthy for the socket buffer with lots of them. This also removes a data copy, which in theory will make it fractionally faster. Fixes bug #496 reported by Skip. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8946 e03df62e-2008-0410-955e-edbf42e46eb7
* Don't declare a dupe InspIRCd *Gravatar w00t2008-02-111-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8897 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport low risk memory leak fix to m_cgiirc (r8852)Gravatar w00t2008-02-081-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8853 e03df62e-2008-0410-955e-edbf42e46eb7
* More tweaksGravatar brain2008-02-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8840 e03df62e-2008-0410-955e-edbf42e46eb7
* This should work a bit better, voidzero. If someone had told me it was ↵Gravatar brain2008-02-051-1/+1
| | | | | | seperate servers from the start.... :p git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8838 e03df62e-2008-0410-955e-edbf42e46eb7
* MODEACTION_ALLOW was being used instead of DENY, fixes bug #490Gravatar brain2008-02-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8822 e03df62e-2008-0410-955e-edbf42e46eb7
* Probably fix a crash in randquote (it does for me), someone from QA please ↵Gravatar w00t2008-02-041-19/+2
| | | | | | test before/after of this. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8819 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8810: minor FTOPIC desync fixGravatar w00t2008-02-031-3/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8811 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8786 from dz: closes bug #391Gravatar w00t2008-02-022-6/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8787 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge in patches to fix bug #487, submitted by dz, thanks :)Gravatar brain2008-01-301-7/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8768 e03df62e-2008-0410-955e-edbf42e46eb7
* Apply patch from bug #484 written by John. In 1.1 this applies without ↵Gravatar brain2008-01-271-2/+6
| | | | | | modification, thanks git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8759 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport: Fix for bug found by eLement, when an oper is on a notify list and ↵Gravatar brain2008-01-261-0/+5
| | | | | | | | | the oper sets +Q, then the watch list for that user goes into an undefined state due to the metadata not being correctly cleared from the user in m_watch OnUserQuit. Thanks :) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8753 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport <goodchan>: Explicitly allow channels denied by <badchan>Gravatar w00t2008-01-111-0/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8698 e03df62e-2008-0410-955e-edbf42e46eb7
* Header update: 2007 -> 2008Gravatar w00t2008-01-10156-158/+158
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix inadvertant 1.2 -> 1.1 compile errorGravatar w00t2008-01-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8687 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport fix for bug #464 reported by JohnGravatar brain2008-01-091-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8679 e03df62e-2008-0410-955e-edbf42e46eb7
* Rebind server sockets on REHASH, closes bug #478Gravatar w00t2008-01-083-2/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8664 e03df62e-2008-0410-955e-edbf42e46eb7
* I swear I've fixed this 5 times now.. it's PERMANENT, USE A FUCKING ↵Gravatar w00t2008-01-071-1/+1
| | | | | | DICTIONARY :p http://dictionary.reference.com/browse/Permanent git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8658 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8651: SHA256 consistancy fix.Gravatar w00t2008-01-061-1/+19
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8652 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport 8634, fix for bug #464 reported by JohnGravatar brain2008-01-051-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8635 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #458: servers go missing on collision etc.Gravatar w00t2008-01-041-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8629 e03df62e-2008-0410-955e-edbf42e46eb7
* Manual backport of r8613: remove nuh mask from /clones outputGravatar w00t2008-01-021-11/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8614 e03df62e-2008-0410-955e-edbf42e46eb7
* The mysql worker thread only sleeps 50 nanosecs between cycles, this is not ↵Gravatar brain2007-11-291-1/+1
| | | | | | | | | enough to prevent it chomping on the CPU on most machines. Increase to 1000, fixes bugs noticed on forum by JulianD, thanks :) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8606 e03df62e-2008-0410-955e-edbf42e46eb7
* More fixes for owines bugsGravatar brain2007-11-101-6/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8560 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix crashbugs found by owineGravatar brain2007-11-101-4/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8558 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidy up some minor memory leaks that can result in mode handlers or some ↵Gravatar brain2007-11-099-10/+25
| | | | | | other memory items not being freed if the module throws in the constructor git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8550 e03df62e-2008-0410-955e-edbf42e46eb7
* Make AddMode the last thing the constructor does.Gravatar brain2007-11-091-3/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8546 e03df62e-2008-0410-955e-edbf42e46eb7
* Mergable part of bug #441 fixGravatar brain2007-11-032-2/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8480 e03df62e-2008-0410-955e-edbf42e46eb7
* svnmerge 8340: Theres no need to check the address of a stack declared array ↵Gravatar brain2007-10-241-1/+1
| | | | | | for NULL, thanks darix git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8341 e03df62e-2008-0410-955e-edbf42e46eb7
* Another.Gravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8292 e03df62e-2008-0410-955e-edbf42e46eb7
* Unimportant extra debugGravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8291 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes for potter :pGravatar brain2007-10-211-4/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8289 e03df62e-2008-0410-955e-edbf42e46eb7
* HmmGravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8288 e03df62e-2008-0410-955e-edbf42e46eb7
* Forgot something!Gravatar brain2007-10-211-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8287 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed, i hope.Gravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8285 e03df62e-2008-0410-955e-edbf42e46eb7
* Extra debuggingGravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8284 e03df62e-2008-0410-955e-edbf42e46eb7
* Could it really be THIS simple?Gravatar brain2007-10-211-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8282 e03df62e-2008-0410-955e-edbf42e46eb7
* Minor tweak to avoid a storm of redundant read events. This isnt the fix, i ↵Gravatar brain2007-10-211-2/+3
| | | | | | dont think, but its needed anyway git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8275 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix small memory leak (this cant theoretically happen anyway unless you ↵Gravatar brain2007-10-191-0/+1
| | | | | | remove a network interface while an ident is connecting, and then youll only leak 12 bytes) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8235 e03df62e-2008-0410-955e-edbf42e46eb7
* Make buildable on 1.1 (hard work!)Gravatar brain2007-10-181-7/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8230 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix typoGravatar brain2007-10-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8228 e03df62e-2008-0410-955e-edbf42e46eb7
* Socket engine tweaks, and new m_identGravatar brain2007-10-181-148/+229
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8227 e03df62e-2008-0410-955e-edbf42e46eb7
* Change the way origins are shown in snonotice, for djGrrr :pGravatar brain2007-10-141-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8182 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge from trunkGravatar brain2007-10-131-9/+21
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8170 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge to stableGravatar brain2007-10-131-6/+40
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8168 e03df62e-2008-0410-955e-edbf42e46eb7
* TweaksGravatar brain2007-10-131-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8164 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix uninitialized var that may stop the ping warning from appearing, thanks ↵Gravatar brain2007-10-131-2/+2
| | | | | | djGrrr git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8161 e03df62e-2008-0410-955e-edbf42e46eb7
* IMPORTANT checks in here that special took out thinking they were no longer ↵Gravatar brain2007-10-131-3/+30
| | | | | | | | | required. Because of the fact that the inspsocket cull comes after the user cull these *are* required. This was bought up in discussion many weeks ago but i guess we both thought the other had added these back! git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8160 e03df62e-2008-0410-955e-edbf42e46eb7
* This fixes a deletion error here, we were using new[] and not using ↵Gravatar brain2007-10-131-9/+9
| | | | | | delete[], but delete instead. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8158 e03df62e-2008-0410-955e-edbf42e46eb7
* Extra sanity checks to openssl module events to check for out of range file ↵Gravatar brain2007-10-132-0/+40
| | | | | | descriptors git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8156 e03df62e-2008-0410-955e-edbf42e46eb7