Adam
48fa096943
Added %N for network name in dnsbl:reason
2011-01-24 02:54:09 -05:00
Adam
bf559d788f
Fixed loading forbidden nicks
2011-01-24 01:11:10 -05:00
Adam
3bfc8e9a39
std::stringstream::clear doesn't clear it
2011-01-23 12:56:21 -05:00
Adam
a162f1d18e
Bug #1234 - Fix reading resolv.conf if it has multiple spaces or tabs
2011-01-21 23:01:48 -05:00
lethality
a86873c93e
fixed some minor presentation, grammar mis-use and copyright date in DP's ngircd
2011-01-21 16:49:25 +00:00
Adam
05933e9f21
Removed db-upgrade, its no longer needed
2011-01-20 19:42:27 -05:00
Adam
ab2e34d817
Added options:nomlock
2011-01-19 00:31:18 -05:00
Adam
e7a8bcc30b
Bug #1232 - Fixed db-convert to properly convert mode lock parameters
2011-01-18 18:47:08 -05:00
Adam
34c6c664c9
Added amsg kicker settings to /bs info
2011-01-18 18:41:16 -05:00
DukePyrolator
4a3ee91c55
fixed a bug in the ngircd protocol module
2011-01-18 19:05:20 +01:00
Adam
6f0d1af596
Made db_plain buffer database writes which prevents
...
databases from coming corrupted if we crash or if write
fails. Also fixed loading all ajoin channels.
2011-01-17 20:41:57 -05:00
Adam
01feb5b489
Fixed ns_ajoins list output formatting
2011-01-17 20:29:33 -05:00
Adam
8975b52cc3
Added ns_ajoin
2011-01-17 15:46:53 -05:00
Adam
7acbbbbf5b
Fixed flag names to match 1.9.3s
2011-01-15 21:02:14 -05:00
Adam
4fecafa612
Made db_plain save amsg settings
2011-01-15 16:45:48 -05:00
Adam
a4ded88e85
Made CA_SET always be accessable, even if db-converter messes up levels
2011-01-15 16:29:17 -05:00
Adam
1b6aab0cd7
Fixed /ns confirm's log message to show the nick of who was confirmed
2011-01-15 16:13:31 -05:00
Adam
c669820481
Added an amsg kicker
2011-01-15 16:11:31 -05:00
lethality
ecc2fc6029
Fix CODINGs formatting and a missed typo
2011-01-14 04:50:01 +00:00
Adam
e490202a1b
Bug #1230 - Fixed unknown CTCPs from crashing services
2011-01-11 22:19:46 -05:00
Adam
fd2412a5f6
Send new memo replies to the receiver of the memo
2011-01-10 17:41:09 -05:00
Adam
07528ea8f2
Fixed CanAdd() to use safe iteration and make SNLine::Check really work
...
(cherry picked from commit 1bdadde68a )
2011-01-09 13:38:15 -05:00
Adam
ce8a069eb5
Changed db_mysql_live to use a safer mutex system to prevent deadlocks
2011-01-08 18:55:12 -05:00
Adam
2ba97aee6c
Ignore EINTR error from poll()
2011-01-08 03:35:04 -05:00
DukePyrolator
a674d81caf
updated the README file
2011-01-08 08:38:16 +01:00
DukePyrolator
efb61ed4a8
enabled modeonid in example.conf
2011-01-08 08:21:18 +01:00
DukePyrolator
2e7d08c10b
fixed a small bug in the ratbox protocol module
2011-01-08 08:18:46 +01:00
DukePyrolator
47b87e903b
added support for ngIRCd protocol
2011-01-08 08:15:48 +01:00
Adam
ddeff72544
Process flag changes from SQL
2011-01-08 00:52:46 -05:00
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