DukePyrolator
402e42fd15
check if the database exists before we try to backup it
2013-01-12 09:01:44 +01:00
Adam
5007b72b28
Update copyright to 2013. This was done with:
...
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2013-01-09 04:20:55 -05:00
Adam
9931ec2994
Use m_rewrite to rewrite op, deop, halfop, ... etc
2013-01-08 20:25:01 -05:00
Adam
5f3dfc2960
Track +g on inspircd, fix saving/loading mode locks for generic modes
2013-01-07 21:30:07 -05:00
Adam
dc9e81a6fc
Fix deleting access by number
2013-01-06 18:38:04 -05:00
Adam
ed719c80e7
Buggy compilers are buggy
2013-01-06 16:13:35 -05:00
Adam
77dc2e4746
And really check for them using ssl...
2013-01-06 01:46:53 -05:00
Adam
c5f4c8d174
Fixed enforce ssl to not ban users if the channel is ssl only
2013-01-06 01:19:25 -05:00
Adam
6ba49642d0
Fix fmode handling on inspircd20
2013-01-06 00:48:50 -05:00
Adam
9a2ef9dc00
Add sslonly, bans, and limit to /cs enforce
2013-01-05 22:42:07 -05:00
Adam
6ccf0a3428
Fixed os_dns not readding connected servers if configured
2013-01-03 13:39:50 -05:00
Adam
23e303aaa2
Move enforcer checks on nick and logout to nickserv.cpp
2013-01-03 13:20:10 -05:00
Adam
098157dca8
Don't delete users immediately when quit or killed, instead wait until message processing is done
2013-01-03 12:34:01 -05:00
Adam
827469600e
Move nickserv validate stuff to an event in nickserv.cpp
2013-01-02 13:59:33 -05:00
Adam
bf718e8698
Evidently not specifying NOT NULL is not enough to allow null timestamps
2012-12-30 10:30:29 -05:00
Adam
326f1a9c8b
Cleanup after mode locks, badwords, akick, access, if destructed
2012-12-29 20:29:41 -05:00
Adam
6b1f323bb5
Move some of CheckKick to the respective modules
2012-12-28 15:59:33 -05:00
Adam
ae6ddf295a
fixup part of 379b2c, dont use iterators after theyre erased
2012-12-28 11:17:01 -05:00
Adam
b591e8cdc8
Use the same object for chanusercontainer and userchancontainer
2012-12-28 10:43:30 -05:00
Adam
379b2ccf92
The timestamp column in SQL should actually be null sometimes, and fixed some valgrind errors with db_sql_live
2012-12-28 10:43:30 -05:00
Adam
3fb4cf56b6
Merge pull request #4 from alexbarton/ngircd-fix-NJOIN
...
ngircd protocol module: Fix NJOIN, actually join users to the channel
2012-12-27 13:25:33 -08:00
Alexander Barton
fdc62daa8b
ngircd protocol module: Fix NJOIN, actually join users to the channel
...
Bug introduced by commit d33a0f75 : "Pretty large coding style cleanup,
in source doc cleanup, and allow protocol mods to depend on each other":
Since then, the NJOIN command has been "ignored", no users were added
to channels at all while linking ...
2012-12-27 22:15:33 +01:00
Adam
4ab8a70b21
Add an expiry option to /cs ban
2012-12-27 11:06:00 -05:00
Adam
c88a3fffd5
Remove clearusers. There is still kick * for this.
2012-12-27 09:50:44 -05:00
Adam
7b1ae9602d
Put appendtopic and topiclock into /cs topic
2012-12-27 09:43:19 -05:00
Adam
c7a22dff87
Add register type to os_forbid to prevent users from registering nicks or channels
2012-12-26 19:42:37 -05:00
Adam
392b591d09
Allow modules loaded after startup to magically reobtain their database objects. Fix os_dns for sql(live)
2012-12-25 15:52:58 -05:00
Adam
556a4375e2
Cleanup after os_dns on unload
2012-12-25 12:40:09 -05:00
Adam
eab583310d
Don't check userlimit when servers first connect, servers wont have any users at that point anyway
2012-12-25 12:36:58 -05:00
Naram Qashat
077ae27369
Fix linking libraries so their rpath is set correctly and isn't stripped on install.
2012-12-25 02:20:00 -05:00
Adam
d4e1c958e2
packet->answers isnt always empty initially, like with axfrs
2012-12-25 01:09:03 -05:00
Adam
33ae442aa1
We can svsjoin on plexus
2012-12-24 18:15:38 -05:00
Adam
1285c7f0ca
Allow os_dns to manage multiple zones
2012-12-23 15:30:08 -05:00
Adam
dc751bd2f1
Combine all of the set modules now that having them split apart is almost completely pointless
2012-12-22 14:49:48 -05:00
Adam
0cde0aee34
Fixed memo mail messages, and allow %N to be in them. Bug #1462
2012-12-22 09:10:32 -05:00
Adam
276247b463
Add a command flag to require that a user is executing the command
2012-12-19 16:03:53 -05:00
Adam
784683a68d
Having these references to bots bugged out older compilers, so simplify this by just moving pointers to the core
2012-12-19 08:48:23 -05:00
Adam
3b2094301d
Fixed typo in b6407afa06
2012-12-18 10:35:11 -05:00
Adam
c49f03f985
Allow escaping brackets in webpanel templates and redirect users to the homepage when their session is not found
2012-12-15 23:51:25 -05:00
Adam
b6407afa06
Fix chghost/chgident/etc on inspircd20
2012-12-15 05:13:09 -05:00
Adam
fe7fcc2dc3
Check for NOJOIN being < 0 but restricted on in db_old
2012-12-15 02:44:53 -05:00
Adam
dcd34d3728
Move DNS handling to a module
2012-12-15 01:33:31 -05:00
Adam
cdec0a3f96
Fixed some html errors in the last commit
2012-12-14 16:47:45 -05:00
MatthewM
1075f3b457
Allow opers to drop channels
...
Added chanserv drop to web panel
Allow long lists of akills to scroll
2012-12-14 16:44:14 -05:00
Adam
c1077faa28
Optimize much of the database code and serialize code.
2012-12-13 06:12:56 -05:00
Adam
76ba147c22
Unregister operserv_akill page on unload in cpanel
2012-12-12 02:28:19 -05:00
Adam
1c1a216df1
Only allow non-user sources to register nonexistant channels
2012-12-12 01:33:58 -05:00
Adam
04f96a54b8
Some small improvements to last few commits, and fixed some problems with the template engine
2012-12-12 01:30:50 -05:00
Adam
5f72d1fda5
Squashed commit of the following:
...
commit 317ead6b39
Author: MatthewM <mcm@they-got.us >
Date: Tue Dec 11 02:14:06 2012 -0500
Added the HostServ link to the navigation bar
commit 6b15d7fc5e
Author: MatthewM <mcm@they-got.us >
Date: Tue Dec 11 01:58:18 2012 -0500
Correct some slight over sights that was missed eariler
commit b356a46789
Author: MatthewM <mcm@they-got.us >
Date: Mon Dec 10 23:44:51 2012 -0500
Started work on adding HostServ to the web panel
2012-12-12 01:04:08 -05:00
Adam
dfff54425b
Fixed webpanel fail on nondebug builds
2012-12-12 00:49:16 -05:00