1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 16:26:39 +02:00
Commit Graph

3101 Commits

Author SHA1 Message Date
Adam 032c30dd5d Fixed /ms set limit none and made db_plain care less about convert exceptions 2011-02-04 12:37:01 -05:00
Charles Kingsley fb0f7649b4 Merge of 9704ccc8a62f...c362a1e077d5 2011-01-29 14:16:09 -05:00
Adam 92fb9844ec Fixed setting usermode +k on our clients on InspIRCd 2.0 2011-01-28 13:21:24 -05:00
lethality d8b92f1c70 Bug #1237 - only set umode +h on a user joining help chan if they have op access 2011-01-28 00:44:30 +00:00
Adam b354d4d1ab nickcore:language is a string now, not an int 2011-01-24 19:04:27 -05:00
Adam 81d8858e56 Fixed some SQL queries 2011-01-24 17:52:33 -05:00
Adam d7206c8f38 Fixed db upgrade loading forbidden nicks 2011-01-24 01:08:28 -05:00
Adam 7c30d223fb Bug #1234 - Fix reading resolv.conf if it has multiple spaces or tabs
(cherry picked from commit a162f1d18e)
2011-01-21 23:03:27 -05:00
Adam 0db220812f Bug #1232 - Fixed db-convert to properly convert mode lock parameters
(cherry picked from commit e7a8bcc30b)
2011-01-18 19:28:34 -05:00
Adam a2f5edf977 Fixed /ns confirm's log message to show the nick of who was confirmed
(cherry picked from commit 1b6aab0cd7)

Conflicts:

	modules/core/ns_register.cpp
2011-01-15 16:31:46 -05:00
Adam 2631eb2e48 Made CA_SET always be accessable, even if db-converter messes up levels
(cherry picked from commit a4ded88e85)
2011-01-15 16:29:37 -05:00
lethality 49970524c8 Fix CODINGs formatting and a missed typo 2011-01-14 04:37:32 +00:00
Adam 11a144ad61 Bug #1230 - Fixed unknown CTCPs from crashing services
(cherry picked from commit e490202a1b)
2011-01-11 22:20:36 -05:00
Adam 1bdadde68a Fixed CanAdd() to use safe iteration and make SNLine::Check really work 2011-01-09 13:37:12 -05:00
DukePyrolator 39d34f7174 fixed a small bug in the ratbox protocol module
(cherry picked from commit 2e7d08c10b)
2011-01-08 03:41:12 -05:00
Adam c7979d98fa Fixed restoring topics on perm channels 2010-12-30 01:11:35 -05:00
Adam 58c2f0c409 Fixed creating permanent channels on burst that have no botserv bot on IRCds without a perm channel mode 2010-12-29 23:24:44 -05:00
Adam 851c0a990e Bug #1225 - Made REGISTER show in /cs help 2010-12-28 16:39:41 -05:00
Adam c68933e547 Fixed build on debian lenny 2010-12-27 15:31:34 -05:00
Adam e9f84a0db9 Load session exceptions on start when using SQL
(cherry picked from commit a1c635b050)
2010-12-27 01:35:40 -05:00
Adam 87141253a1 Bug #1222 - Fixed crash from reading to read a range of memos 2010-12-27 01:03:13 -05:00
Adam 0c686e7168 Bug #1220 - Fixed an event in /hs activate and /ms del
(cherry picked from commit 49dd1c3409)
2010-12-27 01:02:18 -05:00
Adam b5091a373e Bug #1219 - Correctly restrict people from registering potentential guest names
(cherry picked from commit 8af2465a61)
2010-12-26 00:31:50 -05:00
Adam 8e898c2e3e Fixed a potential crash from dropping nicks
(cherry picked from commit 1b3f2567bc)
2010-12-26 00:31:41 -05:00
Adam 821995bf60 Properly remove commands from bots when they are destructed, and run privmsgs for bots we know of but aren't the core 2010-12-25 02:26:00 -05:00
Adam 673f6cb2f9 Merge branch '1.9.3-p1' of git.sigterm.info:anope/anope into 1.9.3-p1 2010-12-25 01:19:29 -05:00
Adam 852ed51ed7 Fixed bug #1217 again... works better now 2010-12-25 01:19:02 -05:00
Adam 5144b63a3a Bump version.sh to -p1 2010-12-24 23:04:44 -05:00
Adam 0f63790b4c Bug #1215 - Fixed crash when /cs set mlock is given an empty string 2010-12-24 20:16:42 -05:00
Adam 4f6232e628 Bug #1217 - Fix crash from deleting nonexistant users from XOP list 2010-12-24 20:15:28 -05:00
Adam 4e303566dc Bug #1216 - Do not apply SQLines on our own clients 2010-12-24 20:11:00 -05:00
Adam 4f7144e513 Made clearing SXLines remove the XLine from the IRCd too
(cherry picked from commit 86900175c8)
2010-12-24 20:09:49 -05:00
Adam c7a44bfd8e Fixed deleting expired SXLines 2010-12-24 20:07:59 -05:00
Adam 839fb4e5f0 Made SQLine clear work 2010-12-24 20:06:59 -05:00
Adam a2a6708f1a Allow hostmasks to be in uplink:host
(cherry picked from commit 18377ac9fd)
2010-12-24 20:06:25 -05:00
Adam faf1e3710e Fixed version.cpp to work ok if we are on a tag, and
prevent version.cpp from prepending version.sh's VERSION_EXTRA on every build
2010-12-24 20:05:52 -05:00
Adam e54cffd9b7 Don't send SXLines until after we start bursting with our uplink 2010-12-24 20:05:16 -05:00
Adam 75098739e6 NULL the core *serv pointers when core clients are deleted
(cherry picked from commit 7f9a5e01c6)
2010-12-24 20:04:37 -05:00
Adam 12d6e2ef3f Bug #1211 - Fixed loading and saving anope_os_sxlines 2010-12-24 20:04:25 -05:00
Adam 00ec71f81d Bug #1212 - Fixed some bad logic in /os exception preventing valid exceptions from being added 2010-12-24 20:03:33 -05:00
Adam 479fc1ce3f Handle not being able to completely flush our write buffer correctly 2010-12-24 20:02:25 -05:00
Adam 667419a460 Document that /cs owner and deowner allow nick args
(cherry picked from commit 5fe41fb8a0)
2010-12-24 20:00:17 -05:00
Adam 82e588a790 Anope 1.9.3 Release 1.9.3 2010-12-12 18:42:14 -05:00
Adam 7b7301eeff Made ./Config with a .git directory work ok if we are on a git tag 2010-12-12 18:40:04 -05:00
Adam 70d65376b7 Updated version.log 2010-12-12 17:58:19 -05:00
Adam af8cf445b8 Made version.cpp ok with an empty VERSION_EXTRA 2010-12-12 17:58:09 -05:00
Adam be4ec3c0c4 Updated docs/WIN32.txt with instructions on how to get the libraries to build with gettext, ssl, and mysql 2010-12-12 16:54:46 -05:00
Adam 587e5d9421 Fixed build on cmake 2.4.x 2010-12-09 19:58:41 -05:00
Adam 35f03811e8 Fixed clearing entries from the bandata cache 2010-12-01 15:50:56 -05:00
Adam 14e396baf7 Fixed /ns set display 2010-11-29 19:20:26 -05:00