summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Silent CHGIDENT for ulines to prevent noisyness from anopeGravatar brain2007-10-111-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8152 e03df62e-2008-0410-955e-edbf42e46eb7
* Check is off by one, this wont break anything but will cut a character off ↵Gravatar brain2007-10-111-1/+1
| | | | | | the set ident git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8150 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #435 and fix return codes (these cannot be localonly for ↵Gravatar brain2007-10-111-2/+2
| | | | | | add/remove as its more efficient to propogate the SILENCE to the remote server so that messages can be blocked there and not routed) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8146 e03df62e-2008-0410-955e-edbf42e46eb7
* Change 'unrecognised command BLAH' to 'unrecognised or malformed command ↵Gravatar brain2007-10-091-1/+1
| | | | | | BLAH' just to make it obvious to lazy people. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8141 e03df62e-2008-0410-955e-edbf42e46eb7
* sanity check for existing server in DoFailOver seems to have vanished!Gravatar brain2007-10-091-2/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8139 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bug #434 (cycle allows bypassing modes for users outside of the ↵Gravatar special2007-10-071-2/+8
| | | | | | channel). Patch by dz git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8133 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8107 for brainGravatar special2007-10-021-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8108 e03df62e-2008-0410-955e-edbf42e46eb7
* parameters[0] -> parameter.c_str()Gravatar brain2007-09-301-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8100 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed extremely verbose debugging from the SSL modules, as I believe that ↵Gravatar special2007-09-292-11/+0
| | | | | | bug has been fixed (and we don't want this in for release anyway) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8093 e03df62e-2008-0410-955e-edbf42e46eb7
* Forgot part of the fix for bug #404Gravatar special2007-09-271-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8087 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #421Gravatar brain2007-09-251-0/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8081 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport: Fix for bug #424Gravatar brain2007-09-241-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8070 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed a compile error in m_ident on ipv6Gravatar special2007-09-131-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8038 e03df62e-2008-0410-955e-edbf42e46eb7
* Made m_ident bind ident requests to the same IP the user is connected on, ↵Gravatar special2007-09-131-3/+22
| | | | | | which is much more sane and should fix IPv6. Bug #406. MUST BE TESTED ON IPV6. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8036 e03df62e-2008-0410-955e-edbf42e46eb7
* Made m_blockcaps' <blockcaps:minlen> parameter default to 1, not 0, since ↵Gravatar special2007-09-131-5/+5
| | | | | | trying to block an empty line makes no sense git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8030 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed the order of signon/signoff messages in m_watch (bug #410)Gravatar special2007-09-111-9/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8024 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix bug #408, reported and patched by SwitchGravatar w00t2007-09-081-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8021 e03df62e-2008-0410-955e-edbf42e46eb7
* * Backport: Fixed connection messages in ModuleSpanningTree::HandleConnect.Gravatar burlex2007-09-041-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8018 e03df62e-2008-0410-955e-edbf42e46eb7
* * Backported crash dumping system for Win32 - see 1.2 log for a full descriptionGravatar burlex2007-09-041-1/+1
| | | | | | * Fixed new m_ident compile under Win32 git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8016 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed an issue that could cause empty parameters in module commands to not ↵Gravatar special2007-09-022-11/+11
| | | | | | be sent to other servers properly git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8013 e03df62e-2008-0410-955e-edbf42e46eb7
* backport: Completely rewrote m_ident; the old one was written long ago and ↵Gravatar special2007-09-021-254/+148
| | | | | | had a history of being very buggy (and still had quite a few bugs). Needs QA. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8010 e03df62e-2008-0410-955e-edbf42e46eb7
* backport: Fixed a double free in m_ident. Found by AnMasterGravatar special2007-08-311-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8006 e03df62e-2008-0410-955e-edbf42e46eb7
* backport: Fixed a bug introduced in r7827 (does not affect 1.1.12) that ↵Gravatar special2007-08-311-0/+11
| | | | | | would cause an infinite loop for some spanningtree link errors. Found by danieldg git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8004 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport: Add SVSPART at request of the Anope team - You can tell if the ↵Gravatar brain2007-08-283-1/+34
| | | | | | | | | server has SVSPART by the presence of SVSPART=1 in the CAPAB. No, we will NOT be enforcing this network-wide, its a server-origin command so it wont cause disconnects if it doesnt exist somewhere. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7983 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport tweak to NAMES reply to show the proper =, * and @ from RFC 2812Gravatar brain2007-08-283-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7953 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge in fix for invalid channels in SVSJOIN by w00tGravatar brain2007-08-271-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7853 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport: Add m_commonchans.so (documented in example conf, no wiki yet) ↵Gravatar brain2007-08-261-0/+102
| | | | | | resolves bug #342 feature request by Casey git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7833 e03df62e-2008-0410-955e-edbf42e46eb7
* Document ModuleSpanningTree::RemoteMessage. Maybe useful for other stuff.Gravatar brain2007-08-261-1/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7829 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #398, when someone does /rconnect and the connection fails, more ↵Gravatar brain2007-08-266-27/+64
| | | | | | stuff is now globally broadcast using SNONOTICE and PUSH git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7827 e03df62e-2008-0410-955e-edbf42e46eb7
* backport: Implement bug #396, feature request from BrickerGravatar brain2007-08-251-35/+46
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7825 e03df62e-2008-0410-955e-edbf42e46eb7
* Add some stuff to change how we process a token sepeperated streamGravatar brain2007-08-236-19/+18
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7801 e03df62e-2008-0410-955e-edbf42e46eb7
* Use userrec::MakeHost not userrec::GetFullRealHost, one has the nick on and ↵Gravatar brain2007-08-211-1/+1
| | | | | | we dont want it git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7792 e03df62e-2008-0410-955e-edbf42e46eb7
* Implement feature in bug #395 reported by stealth, and tidy up a bitGravatar brain2007-08-211-4/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7790 e03df62e-2008-0410-955e-edbf42e46eb7
* Introducing major crashy bugs to annoy Stskeeps... just kidding, backport of ↵Gravatar brain2007-08-211-1/+2
| | | | | | stability fix in r7787 git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7788 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport, phew, glad this one applied cleanly.Gravatar brain2007-08-203-3/+4
| | | | | | | | | | The only possibility for the issue sts found is that a socket is deleted but also ends up in the socket cull list somehow. To ensure that the socket does not get deleted, remove the delete and replace with an explicit call to insert into the socket cull list. We were grappling with these issues in early 1.1 with the userrec cull list, too. NOTE for later 1.2's consider making CullList a base class which we can derive from to delete lists of other items than userrecs. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7776 e03df62e-2008-0410-955e-edbf42e46eb7
* backport of fix for bug #382. When colliding a nick, we didnt have : before ↵Gravatar brain2007-08-201-2/+2
| | | | | | | | | | | the kill reasons for the serverkill. Because of a recentish refactor of server to server kills, when killing the user, the kill handler checks for params != 2 and returns if this is true Because 'nick collision' is two words, long, it ignores the KILL and risks a desync (basically a race condition). Couldnt duplicate myself, but this *SHOULD* fix. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7773 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport fix for bug #389, m_nicklock desyncGravatar brain2007-08-201-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7771 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport <hostchange:ports> from bug #363 (feature)Gravatar brain2007-08-191-3/+21
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7763 e03df62e-2008-0410-955e-edbf42e46eb7