summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-241-14/+16
* 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-242-0/+155
* 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
* Increase the size of the matrix for map drawing to 250x250•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10159 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-08-182-13/+13
* Merge in patch for bug #592 submitted by Zerg2000, thanks. Not required for t...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10146 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-08-161-0/+1
* Fix for bug #594, already exists in trunk, backport•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10145 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-08-161-0/+7
* Give error about no ports bound after telling what the problem(s) were•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10143 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-121-7/+8
* Backport revision 10139 (fix bug 555, make <options:deprotectothers> work and...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10140 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-08-101-12/+17
* Backport r10135.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10136 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-08-102-18/+8
* Check the return og GetExt instead of the pointer on the resulting object.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10133 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-08-102-4/+2
* Fix for bug #583 reported by Deyan, thanks for the heads up•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10129 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-08-091-1/+1
* lalalalala.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10127 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-081-1/+1
* Patch by CyberBotX•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10126 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-081-2/+0
* Typo.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10125 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-081-1/+1
* Don't add duplicates, backport of 10122, reported by mixx941•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10123 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-071-0/+7
* Fix remote /rehash with modules, patch from CyberBotX.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10121 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-072-1/+12
* Use time delta when performing /topic•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10103 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-051-1/+1
* Clear this up a bit, too•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10099 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-051-9/+8
* Not 100% tested, but this should fix the occasional 'anope+inspircd=my networ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10098 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-051-2/+16
* Backport r10080: override snotices for KICK not being sent in some cases, rep...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10081 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-041-1/+2
* backport 10068•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10069 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-07-231-1/+1
* Fix bug #575, taxonomy finally works properly. Backport of r10065.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10066 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-221-1/+1
* No crash here, but undefined and possibly odd behavour might occur•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10036 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-07-191-39/+43
* Backport r10030•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10031 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-173-3/+3
* Send strerror() on socket errors, backport of r10028•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10029 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-171-3/+3
* bp: Fixed #568 - gnutls does not allow reuse of credentials, which was making...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10002 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-07-121-9/+19
* Fix for bug #541: /taxonomy reporting metadata for incorrect user. Can someon...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9965 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-121-1/+1
* Backport r9962: fix a memory leak noted and fixed by Dart in bug #570•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9963 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-121-0/+1
* Make SVSHOLD silent, this is extremely verbose for bigger networks, and it se...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9946 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-021-3/+0
* Backport 9944•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9945 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-021-3/+9
* Remove this stupid ass-backwards retarded OS X shit. It was designed for pack...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9939 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-06-271-11/+0
* Merge in patch from nenolod to make channelmode +z not count ulined clients w...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9937 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-261-1/+1
* It is unnecessary and rather less efficient to use memmove() everywhere; it's...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9928 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-06-202-4/+4
* Whos been commiting a quarter of a fix?•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9926 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-192-5/+5
* It's always good procedure to use memmove() on overlapping data.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9924 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-06-191-1/+1