Adam
43995b4c6d
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
2011-01-08 00:25:30 -05:00
Adam
512d23d60f
Made the Flag class able to convert flags to strings and back
2011-01-08 00:25:11 -05:00
lethality
0eb9152749
fix some more copyright and typos (not mine) spotted by chaz :P
2011-01-07 23:01:19 +00:00
Adam
4403849126
Added db_mysql_live which allows Anope to pull data
...
from the four main SQL tables in realtime, which
effectively gives us "live" SQL.
Changed eventfd pipe engine to not use buffered write.
Added TryLock to threading engines.
Made blocking SQL queries in our SQL API thread-safe.
2011-01-07 15:57:13 -05:00
lethality
9efebe5461
update copyrights for 2011
2011-01-05 18:34:38 +00:00
DukePyrolator
7198fa73d1
removed SendSVSPart(), we dont use it
2011-01-04 07:33:34 +01:00
DukePyrolator
03ba592c48
removed SendSVSMode(), we dont use it
2011-01-04 07:14:50 +01:00
lethality
57a06f72e2
fixed a crash bug when a server squits
2010-12-31 21:20:34 +00:00
DukePyrolator
3019ba6f43
restoring topic for permchans on burst
2010-12-30 06:44:18 +01:00
DukePyrolator
2784cd17fc
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
2010-12-30 05:50:55 +01:00
Adam
03cc9eb5c5
Assign bots to new empty permanent channels on IRCds without permchannel mode not just join
2010-12-29 23:30:28 -05:00
Adam
72b8f4609b
Use empty SJOINs when allowed to create empty permanent channels
2010-12-29 23:12:26 -05:00
Adam
d36e53f702
Added a ConvertException to be thrown when convertTo fails
2010-12-29 20:19:37 -05:00
Adam
a36f14c1bf
Automatically quit bots when they are deleted
2010-12-29 19:59:26 -05:00
DukePyrolator
292e187524
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
2010-12-29 22:39:20 +01:00
Adam
16cab979da
Bug #1225 - Made REGISTER show in /cs help
2010-12-28 16:32:18 -05:00
DukePyrolator
fd7f542bd9
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
2010-12-28 07:00:47 +01:00
Adam
5ead326454
Fixed build on debian lenny
2010-12-27 15:33:49 -05:00
Adam
a1c635b050
Load session exceptions on start when using SQL
2010-12-27 01:35:08 -05:00
Adam
d896bf9a1c
Bug #1222 - Fixed crash from reading to read a range of memos
2010-12-27 01:00:12 -05:00
Adam
49dd1c3409
Bug #1220 - Fixed an event in /hs activate and /ms del
2010-12-27 00:42:38 -05:00
Adam
fce491e18c
Made socket engine stop processing once all sockets have been checked
2010-12-27 00:41:04 -05:00
Adam
87d0fc8bb5
Fixed poll engine to not reorder sockets if we remove the last socket because there is no need
2010-12-26 20:15:54 -05:00
DukePyrolator
f638d1078a
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
2010-12-26 09:36:45 +01:00
Adam
8af2465a61
Bug #1219 - Correctly restrict people from registering potentential guest names
2010-12-26 00:31:11 -05:00
Adam
1b3f2567bc
Fixed a potential crash from dropping nicks
2010-12-26 00:14:49 -05:00
lethality
036d4514f0
updated crontab instructions in INSTALL
2010-12-25 15:27:02 +00:00
Adam
80721d1873
Forward port part of 821995bf60
2010-12-25 02:30:39 -05:00
Adam
aa9e33cf74
Bug #1216 - Do not apply SQLines on our own clients
2010-12-24 19:55:09 -05:00
Adam
86900175c8
Made clearing SXLines remove the XLine from the IRCd too
2010-12-24 19:07:47 -05:00
Adam
d5c1d6ebec
Do not allow xop del to delete users on another list
2010-12-24 16:12:08 -05:00
Adam
35e328bcb6
Fixed Windows build
2010-12-24 01:23:22 -05:00
Adam
befb4b3644
Made the default socket poller use poll() because it is supported on most platforms
2010-12-24 01:22:07 -05:00
DukePyrolator
4235df2b28
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
2010-12-24 06:42:55 +01:00
Adam
a6c8a6a9f2
Prevent version.cpp from prepending version.sh's VERSION_EXTRA on every build
2010-12-23 23:33:02 -05:00
Adam
1a3ba00c24
Fixed noexpire channels expiring
2010-12-23 21:56:06 -05:00
Adam
e8a2072792
Added a missing os_ignore.h
2010-12-23 19:18:25 -05:00
Adam
4886b56edb
Fixed a crash in m_alias
2010-12-23 19:14:07 -05:00
Adam
15d29edae9
Do not clear want write on a socket if we are unable to completely write its buffer
2010-12-23 18:50:27 -05:00
Adam
3009540a00
Rewrote the ignore code. Adds creator and reason to /os ignore list.
2010-12-23 18:39:54 -05:00
DukePyrolator
a0ad3c4fef
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
2010-12-23 07:15:32 +01:00
Adam
265006b691
Fixed deleting expired SXLines
2010-12-23 00:03:50 -05:00
Adam
11b3b8a5ff
Made SQLine clear work
2010-12-22 19:12:04 -05:00
Adam
2783c82685
Removed match_usermask
2010-12-22 18:28:22 -05:00
DukePyrolator
184e7b3f64
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
2010-12-22 07:05:40 +01:00
Adam
18377ac9fd
Allow hostmasks to be in uplink:host
2010-12-21 15:57:57 -05:00
DukePyrolator
184e14ea83
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
2010-12-19 08:56:31 +01:00
Adam
21125cf2cb
Made the version generator code work right when we are on a tag because git describe just gives the tag name and nothing else.
2010-12-18 19:53:32 -05:00
Adam
0d20c47703
Don't send SXLines until after we start bursting with our uplink
2010-12-18 19:41:13 -05:00
Adam
7f9a5e01c6
NULL the core *serv pointers when core clients are deleted
2010-12-17 03:09:51 -05:00