summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.1.23•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11529 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.23Gravatar w00t2009-08-161-1/+1
* System includes to make newer gcc happy.•••Until gcc 4.5, when it all gets rearranged again. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11495 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-051-1/+10
* Patch to allow configure to pick up OpenSSL on CentOS/RH, thanks to maniaphob...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11446 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-07-301-1/+1
* Use pkg-config to search for gnutls rather than the now-removed libgnutls-config•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11408 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-06-132-4/+3
* Backport of r11328: Fix crash from unregistered users joining a channel•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11345 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-05-021-1/+2
* Backport of r11294 (bug #827); ircd fails to start on platforms with unsigned...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11295 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2009-04-091-1/+1
* Backport r11224, which fixes issues with /lusers oper counts and /who * o (an...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11226 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar dz2009-03-151-1/+1
* Backport r11196 (fix check for blank CHGHOST). Reported by Taros.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11197 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-03-102-2/+2
* Fix a crash in m_conn_waitpong, spotted by Obi_Wan.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11160 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar dz2009-03-011-1/+1
* Backport r11144: m_uninvite and m_ssl_oper_cert should be marked as VF_COMMON...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11145 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2009-02-232-2/+2
* Commands that only give a response locally should not be propagated globally,...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11142 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2009-02-231-1/+1
* Use extended open method instead of the basic. Because basic always does SQLI...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11137 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-02-221-1/+1
* <sqlauth:useident> logic was reversed, so it used nick when yes and vice versa•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11136 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-02-221-17/+16
* Revert "Merge in nick length patch from Darom, fixing bug #700, thanks!"•••This causes an off-by-one somewhere, and I am not game enough to try diagnose this in a stable branch. This reverts commit eb1be339acd7454f44597f8e150a1ba7e3da7e33. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11099 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-02-131-1/+1
* This is safe to merge, from Darom's uninitialised vars patch bug #701•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11097 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-02-131-2/+2
* Check if dest user is local, since this is the user we are going to GetExt on...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11094 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-02-122-5/+2
* Three commits and I'm still going, dammit.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11076 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-02-091-1/+0
* Fix compile.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11075 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-02-091-5/+0
* BNow with less fucked up goodness(tm). Backport multiplexing fixed kqueue fro...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11074 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-02-091-25/+49
* Move z:line checks before class checks, allowing for (silent) removal of peop...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11073 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-02-091-18/+19
* Fix Warned not being correctly initialised in one of the treeserver construct...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11072 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-02-091-0/+2
* backport fixes that 1.2 already has which whack an invite if the user is invi...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11071 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-02-091-2/+12
* Catch SIGXFSZ here too (for operating systems and filesystems that dont suppo...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11068 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-02-091-0/+1
* Merge in nick length patch from Darom, fixing bug #700, thanks!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11056 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-02-081-1/+1
* Backport reenterant signal handler from 1.2, fixes bug #705 reported by Darom...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11038 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-02-072-2/+41
* Fix compile error•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11037 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-02-071-1/+1
* Fix bug #707, topic truncation of last two characters spotted by Stealth, thanks•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11036 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-02-061-2/+3
* Patch for bug #704 by Darom, allows for 64 bit file offsets, so that signal 2...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11034 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-02-061-0/+5
* backport r11027 from trunk: fix little typo in syntax hint, type => action•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11028 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-02-041-1/+1
* Fix a small memory leak in inspsocket, thanks to Darom for the patch! Fixes b...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11026 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-02-031-0/+2
* Patch fixing select to handle read/write events at the same time, from Skip (...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11019 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-01-311-25/+20
* Backport from trunk, this is also lacking from the trunk backport and does th...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11017 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-01-311-0/+1
* Include patch from Darom for sync error on burst in 1.1, backported from trun...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11015 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-01-311-1/+1
* Manually backport r11008 to stable:•••=================================== Fix the poll socketengine to actually work. The old implementation tried to use holes for unused entries in the array for poll() and the OS replied with POLLNVAL to which we replied with 100% CPU. Improvements: - It does compile! - It works git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11010 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-01-272-30/+81
* Backport r11000, properly check for handshake completion in m_ssl_gnutls. Apo...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11001 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar dz2009-01-251-1/+1
* Rename it too, to avoid a clash•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10986 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-01-221-1/+1
* Simple crossport from m_ldapauth, requested by Chankster on the forums. Allow...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10985 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-01-221-5/+7
* Fix configure check to prompt whether or not to use poll for 2.4 kernel or li...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10965 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-01-161-7/+7
* Complain more loudly (to opers) about remote JOIN with no TS.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10957 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-01-091-0/+3
* Backport r10954 from trunk:••• Change /CHECK <#channel> to correctly report timestamp since it might have been TS synced after creation. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10956 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-01-091-7/+7
* Backport nicer error message from 1.2•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10951 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-01-071-1/+1
* Friendlify error message telling the user to install gnutls-bin•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10947 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-01-041-0/+3
* Revert "Fix gnutls detection, wrong var was set, thanks SnoFox"•••This reverts commit 334685f52c458cb05ccc84f30d7909649a2f84a9. This broke gnutls detection on non-interactive use, reported by |Brad| from Debian. Closes bug #660 git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10946 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-01-041-2/+2
* Backport m_auditorium fixes from r10944•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10945 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar dz2009-01-041-5/+4
* Fix elines not working when placed on a host, elines (like connection classes...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10942 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-01-031-0/+1
* Fix this module always causing next_call to be set to userrec->expire causing...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10937 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-01-031-0/+1
* Remove duplicate pointless include•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10909 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-12-251-1/+0
* Minor documentation fix, spotted by Johannes13•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10903 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar dz2008-12-211-1/+1
* Fix this properly, the way I should have done initially.. only load RFC comma...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10887 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-12-153-11/+2
* Add missing argument to time() - it doesn't work like SI::Time()..•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10881 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-12-121-1/+1