summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.1.21 release!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10841 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.22Gravatar brain2008-12-021-1/+1
* Don't build the core as lots of shared objects, but instead do it properly.•••I bet this breaks somewhere. If this breaks for you, blame w00t. :P git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10834 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar psychon2008-11-301-70/+51
* Fix warning that added by removing readable ambiguity in order of operations.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10832 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-271-1/+1
* Maintain backwards compatibility with older 1.1, so we don't add a second Kil...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10831 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-271-2/+2
* Remove server name prefix from kill messages, low-priority cosmetic fix.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10830 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-271-2/+2
* Change rm to force removal for configureclean target, obsoletes debian patch.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10828 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-271-5/+5
* Don't attempt to modify permissions on config file, obsoletes debian patch.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10827 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-271-3/+0
* Fix gnutls detection, wrong var was set, thanks SnoFox•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10826 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-11-261-2/+2
* Backport 8a7abaf: don't check permission to +Q if not a local user, fixes bug...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10820 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-241-10/+13
* Add alias for ALIS, closes bug #632.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10806 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-101-0/+2
* Fix duplicated umode, closes bug #631•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10802 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-101-2/+1
* Backport r10791, m_watch was deleting the wrong user's watcher list•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10794 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar dz2008-11-031-2/+2
* Fix an uninitialised variable in ConfigReader::GetError()•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10789 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-022-2/+4
* Backport leak on /rehash fix.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10788 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-022-3/+9
* Backport race condition fixes.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10761 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-312-0/+6
* Revert "Backport: Remove user no longer being watched, not the quitting one. ...•••This reverts commit e121279e1a71b12e283c5849e0b635fed10512da. As on trunk, this is most likely incorrect, and needs further review. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10758 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-311-1/+1
* Fix: Port was never read in for connect tags, patch from Szymek - thanks!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10750 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-291-1/+2
* Fix a low risk race condition which could result in crashes, spotted by Szyme...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10747 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-283-13/+55
* Backport: Watch visibility test was working the wrong way. Patch from Darom.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10736 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-281-4/+4
* Backport: Remove user no longer being watched, not the quitting one. Fix from...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10729 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-271-1/+1
* Better fix for bug #628•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10725 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-271-2/+2
* Numerous fixes for m_dccallow - only the first banfile tag mattered, improper...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10647 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-10-151-9/+18
* Backport leak fix on helpop config reading, thanks Macgyver.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10632 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-081-4/+4
* These need updating, too•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10625 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-051-2/+2
* Fix for bug #614 reported by jdhore, thanks. NOTE: The numerics for /MODULES ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10624 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-052-6/+6
* Fix for bug #604 reported by Phoenix, thanks•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10611 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-301-1/+1
* Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10608 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-09-291-17/+16
* Backport r10602: potentially unsafe comparison in SSL•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10603 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-261-0/+4
* Fix for bug #610 reported by ankit•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10595 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-241-1/+1
* Backport r10517: Fix KILL server-notice duplication•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10518 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-09-111-0/+1
* backport r10054 from trunk. fixes output corruption if ports fail to bind.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10355 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-08-301-1/+1
* Caciocavallo release•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10340 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.21Gravatar brain2008-08-281-1/+1
* Fix an uninitialised variable used for /stats z, also fix the Funky Maths(tm)...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10328 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-271-4/+4
* Unbreak build.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10322 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-271-1/+1
* Fix ident using uninitialised memory meaning that ident lookups would sometim...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10321 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-271-0/+2
* Backport r10319•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10320 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-272-3/+13
* Configure fixes; don't always use poll socket engine, better detection at whe...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10263 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-251-11/+20
* Allow U:Lines to deoper people, fixes bug #599 reported by mixx941.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10257 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-241-1/+3
* Prevent redundant mode changes•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10255 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-241-3/+13
* Remove unnecessary logging•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10252 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-241-6/+0
* Minimally tested and working poll socket engine. This should work ok, but you...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10249 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-241-9/+19
* Fix memset on engine setup•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10248 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-241-1/+1
* Fixes to make this compile, also add it into configure if epoll/kqueue/ports ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10247 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-242-17/+48
* Revert this file•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10243 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-241-14/+0
* Add poll() socket engine. Nothing will actually use this, yet, and it's untes...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10242 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-243-0/+221
* Fix problem noted by psychon: man getsockopt() states that 'optlen is a value...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10234 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-232-2/+2
* Backport r10202•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10203 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-211-0/+4
* Apply to clictx too•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10163 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-08-181-0/+1
* This wasn't supposed to have been committed, my bad.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10162 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-182-8/+2
* Work around OpenSSL retardation and braindamage: if you pass a different buff...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10160 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-184-3/+11