Adam
|
6fe2d8af97
|
Removed nickrequests, instead have unconfirmed registrations. Also made ns_resetpass allow remote-id to get past things such as kill immed.
|
2011-03-05 17:23:22 -05:00 |
|
Adam
|
90e5d0feaa
|
Added LDAP support
|
2011-03-04 20:47:58 -05:00 |
|
Adam
|
d79e22bfaa
|
Updated TODO
|
2011-03-04 12:50:50 -05:00 |
|
Adam
|
a9fb6bab15
|
Just use blocking sql queries if m_asynch_commands isn't loaded - it's not that bad.
|
2011-03-04 02:41:29 -05:00 |
|
Adam
|
dd968c07be
|
Fixed some logic fail when detecting who should be akicked
|
2011-03-04 02:19:20 -05:00 |
|
Adam
|
feb81c51d2
|
Clarify the module dependency messages generated by cmake are non fatal
|
2011-03-04 02:17:51 -05:00 |
|
Adam
|
aecf675e6b
|
Fixed os_sqline del
|
2011-02-27 23:32:07 -05:00 |
|
Adam
|
bcaf406747
|
Made akills work on IRCds that do not support bans (ngircd)
|
2011-02-27 16:47:23 -05:00 |
|
Adam
|
f234a2bfab
|
Replaced the few language strings we use with #defines to prevent accidentally translating them if we shouldnt
|
2011-02-26 17:54:03 -05:00 |
|
Adam
|
28d17a40ce
|
Fixed session exception limit of 0 to mean unlimited
|
2011-02-25 21:41:27 -05:00 |
|
Adam
|
7cfca37e2a
|
Fixed build on freebsd with precompiled headers
|
2011-02-25 21:41:18 -05:00 |
|
Adam
|
c38b6392c5
|
More fixes. Also made db_mysql_live not keep bots updated because thats pointless and made m_asynch_commands respect user language settings.
|
2011-02-25 21:41:08 -05:00 |
|
Adam
|
ee38756982
|
Fixed a lot of small problems
|
2011-02-25 21:40:43 -05:00 |
|
Adam
|
eea7d2eb77
|
Fixed the first half of #1235
|
2011-02-22 20:44:47 -05:00 |
|
Adam
|
b15410fd3a
|
Store modes in the databases told to us during runtime that we don't have information any about. Allows mlocking things like InspIRCds +w etc. Also fixes part of #1235
|
2011-02-22 20:30:45 -05:00 |
|
Adam
|
c83b2b73d7
|
Much more work on the live SQL. Should work pretty decently now under heavy load.
|
2011-02-20 01:05:16 -05:00 |
|
Adam
|
dfbb5264fa
|
Inspircd does not send CAPAB NOQUIT, assume it
|
2011-02-19 21:17:53 -05:00 |
|
Adam
|
f49a3e03c1
|
Fixed aborting because of invalid values given to mode +f on inspircd
|
2011-02-19 19:03:05 -05:00 |
|
Adam
|
109d1744a0
|
Update SQL when a nick is deleted
|
2011-02-18 11:49:52 -05:00 |
|
Adam
|
470f8af97c
|
Fixed some logic fail when determining when a recognized user gets access
|
2011-02-18 11:48:29 -05:00 |
|
Adam
|
a1296a3b7c
|
Changed the OnNickDrop event to call before the nick is deleted
|
2011-02-18 11:48:20 -05:00 |
|
Adam
|
f38fe242cd
|
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
|
2011-02-17 14:32:51 -05:00 |
|
Adam
|
536ea2189a
|
Split db_mysql_live into two modules so other modules can make use of the asynchronous command interface
|
2011-02-17 14:31:21 -05:00 |
|
DukePyrolator
|
ab0422b4d4
|
set the vhost before we call ns_ajoin or other modules on identify
|
2011-02-17 07:00:03 +01:00 |
|
Adam
|
18bd33f9a4
|
Use precompiled headers when building with gnu g++ to speed up build time
|
2011-02-16 12:50:23 -05:00 |
|
DukePyrolator
|
d436e4ca4a
|
added Anope::printf()
|
2011-02-13 20:06:01 +01:00 |
|
Adam
|
1372dc1953
|
Removed the Wallop config options and replaced them with the new log system
|
2011-02-12 16:17:17 -05:00 |
|
Adam
|
9ef7352e69
|
Merged os_umode into os_mode
|
2011-02-11 18:30:58 -05:00 |
|
Adam
|
2529ff6dae
|
Made the help command description code more sane
|
2011-02-11 03:12:39 -05:00 |
|
Adam
|
7bdf592f7e
|
Log rawio when in debug mode and fixed expiring session exceptions
|
2011-02-09 21:54:28 -05:00 |
|
Adam
|
f463b772b0
|
Removed a lot of the old capab flags we dont/have never used
|
2011-02-09 20:09:26 -05:00 |
|
Adam
|
eec897762c
|
Enable quitstorm for ngircd
|
2011-02-09 17:41:07 -05:00 |
|
Adam
|
f87c665b63
|
Foward port ebe0ce6610 / b6ab031fc1
|
2011-02-09 13:31:47 -05:00 |
|
Adam
|
36d3fd1710
|
Do not crash if a user is introduced with a nonexistant server
|
2011-02-09 13:25:28 -05:00 |
|
Adam
|
d26a19b41d
|
Made ./Config output a userful error message if cmake is not found
|
2011-02-09 01:12:43 -05:00 |
|
Adam
|
a55b3742cb
|
Removed the LIBINTL include hack
|
2011-02-05 18:35:20 -05:00 |
|
Adam
|
83556667fd
|
try/catch-ified all instances of convertTo to keep from aborting when a user gives too large or too small a number
|
2011-02-04 21:01:33 -05:00 |
|
Adam
|
faf5f3128f
|
Merge 032c30dd5d
|
2011-02-04 19:31:02 -05:00 |
|
Adam
|
a53a797271
|
Replaced all of the old %S's in the language strings that were used for service nicks
|
2011-02-04 18:32:04 -05:00 |
|
Adam
|
08583dc107
|
Moved the language strings which are only used once
out of the core and into the modules that use them.
|
2011-02-04 15:30:31 -05:00 |
|
Charles Kingsley
|
c362a1e077
|
DP in "an user" grammar police mode.
|
2011-01-29 12:05:34 +00:00 |
|
Charles Kingsley
|
140208e5ee
|
Another typo pointed out by the grammar police. ;)
|
2011-01-29 12:00:12 +00:00 |
|
Charles Kingsley
|
679d3c373f
|
Fixing leftover spaces and other rubbish I missed on the first pass.
|
2011-01-29 11:58:59 +00:00 |
|
Charles Kingsley
|
557eceeefc
|
Updated some docs/ & removed TROUBLESHOOTING as it is redundant.
|
2011-01-29 11:06:38 +00:00 |
|
Charles Kingsley
|
9704ccc8a6
|
QA fixes / refinements for example.conf
|
2011-01-29 10:44:27 +00:00 |
|
Adam
|
e62664138b
|
Added patricia_tree::iterator
|
2011-01-28 23:09:25 -05:00 |
|
Adam
|
3eadc1509f
|
Fixed setting usermode +k on our clients on InspIRCd 2.0
|
2011-01-28 13:19:26 -05:00 |
|
lethality
|
9910aa3cc6
|
Bug #1237 - only set umode +h on a user joining help chan if they have op access
|
2011-01-28 00:09:34 +00:00 |
|
Adam
|
2a53e5f80e
|
Fixed the order queries are done during sqlsync to make the new foreign keys happy
|
2011-01-24 19:03:15 -05:00 |
|
Adam
|
2e8acfb98c
|
Fixed some SQL queries
|
2011-01-24 17:50:34 -05:00 |
|