summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix small memory leak (this cant theoretically happen anyway unless you remov...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8235 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-191-0/+1
* Make buildable on 1.1 (hard work!)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8230 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-181-7/+9
* Fix typo•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8228 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-181-1/+1
* Socket engine tweaks, and new m_ident•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8227 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-181-148/+229
* Change the way origins are shown in snonotice, for djGrrr :p•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8182 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-141-3/+3
* Merge from trunk•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8170 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-131-9/+21
* Merge to stable•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8168 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-131-6/+40
* Tweaks•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8164 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-131-0/+2
* Fix uninitialized var that may stop the ping warning from appearing, thanks d...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8161 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-131-2/+2
* IMPORTANT checks in here that special took out thinking they were no longer r...•••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 Gravatar brain2007-10-131-3/+30
* This fixes a deletion error here, we were using new[] and not using delete[],...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8158 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-131-9/+9
* Extra sanity checks to openssl module events to check for out of range file d...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8156 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-132-0/+40
* Silent CHGIDENT for ulines to prevent noisyness from anope•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8152 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-111-1/+3
* Check is off by one, this wont break anything but will cut a character off th...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8150 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-111-1/+1
* Fix for bug #435 and fix return codes (these cannot be localonly for add/remo...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8146 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-111-2/+2
* Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8141 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-091-1/+1
* sanity check for existing server in DoFailOver seems to have vanished!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8139 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-091-2/+10
* Fixed bug #434 (cycle allows bypassing modes for users outside of the channel...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8133 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-10-071-2/+8
* Backport r8107 for brain•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8108 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-10-021-1/+5
* parameters[0] -> parameter.c_str()•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8100 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-301-1/+1
* Removed extremely verbose debugging from the SSL modules, as I believe that b...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8093 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-292-11/+0
* Forgot part of the fix for bug #404•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8087 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-271-1/+2
* Fix for bug #421•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8081 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-251-0/+7
* Backport: Fix for bug #424•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8070 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-241-2/+2
* Fixed a compile error in m_ident on ipv6•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8038 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-131-1/+1
* Made m_ident bind ident requests to the same IP the user is connected on, whi...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8036 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-131-3/+22
* Made m_blockcaps' <blockcaps:minlen> parameter default to 1, not 0, since try...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8030 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-131-5/+5
* Fixed the order of signon/signoff messages in m_watch (bug #410)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8024 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-111-9/+9
* Fix bug #408, reported and patched by Switch•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8021 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-09-081-1/+1
* * Backport: Fixed connection messages in ModuleSpanningTree::HandleConnect.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8018 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-09-041-3/+3
* * Backported crash dumping system for Win32 - see 1.2 log for a full description•••* 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 Gravatar burlex2007-09-041-1/+1
* Fixed an issue that could cause empty parameters in module commands to not be...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8013 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-022-11/+11
* backport: Completely rewrote m_ident; the old one was written long ago and ha...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8010 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-021-254/+148
* backport: Fixed a double free in m_ident. Found by AnMaster•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8006 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-08-311-0/+2
* backport: Fixed a bug introduced in r7827 (does not affect 1.1.12) that would...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8004 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-08-311-0/+11
* Backport: Add SVSPART at request of the Anope team - You can tell if the serv...•••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 Gravatar brain2007-08-283-1/+34
* Backport tweak to NAMES reply to show the proper =, * and @ from RFC 2812•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7953 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-283-5/+5
* Merge in fix for invalid channels in SVSJOIN by w00t•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7853 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-271-0/+3
* Backport: Add m_commonchans.so (documented in example conf, no wiki yet) reso...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7833 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-261-0/+102
* Document ModuleSpanningTree::RemoteMessage. Maybe useful for other stuff.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7829 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-261-1/+6
* Fix for bug #398, when someone does /rconnect and the connection fails, more ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7827 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-266-27/+64
* backport: Implement bug #396, feature request from Bricker•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7825 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-251-35/+46
* Add some stuff to change how we process a token sepeperated stream•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7801 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-236-19/+18
* Use userrec::MakeHost not userrec::GetFullRealHost, one has the nick on and w...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7792 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-211-1/+1
* Implement feature in bug #395 reported by stealth, and tidy up a bit•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7790 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-211-4/+5
* Introducing major crashy bugs to annoy Stskeeps... just kidding, backport of ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7788 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-211-1/+2
* Backport, phew, glad this one applied cleanly.•••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 Gravatar brain2007-08-203-3/+4
* backport of fix for bug #382. When colliding a nick, we didnt have : before t...•••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 Gravatar brain2007-08-201-2/+2
* Backport fix for bug #389, m_nicklock desync•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7771 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-201-1/+0
* Backport <hostchange:ports> from bug #363 (feature)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7763 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-191-3/+21