Adam
|
a62698a14a
|
Remove sendpass from the configs and the config reader since it no longer exists
|
2013-01-30 17:44:07 -05:00 |
|
Adam
|
47af43c281
|
Made Anope::Duration also show years
|
2013-01-30 11:24:57 -05:00 |
|
Adam
|
ae2c82adbc
|
Don't expire session exceptions if in noexpire mode
|
2013-01-30 10:39:52 -05:00 |
|
Adam
|
594b1a136d
|
Evidently Persistant is not a word
|
2013-01-30 10:39:52 -05:00 |
|
DukePyrolator
|
ae46cc7f73
|
fixed an infinite loop in ns_recover, caused by a very small typo.
|
2013-01-30 09:18:56 +01:00 |
|
Adam
|
6b2aad734e
|
Fixed SQL::Data::IsEqual to really only return if the two are completely equal. Fixes oddities with caching objects that are actually updated.
|
2013-01-27 13:55:42 -05:00 |
|
Adam
|
98ccbe2b06
|
Old botserv flags need BS_ prepended to them
|
2013-01-27 10:50:55 -05:00 |
|
Adam
|
5ae100fea2
|
Add nickserv/alist priv, merge botserv/botlist and botserev/assign/private to botserv/administration
|
2013-01-27 05:00:00 -05:00 |
|
Adam
|
0052dd29a7
|
Fix db_flatfile not clearing databases on save if there are no objects left of that type (it will leave the old database with old objects currently)
|
2013-01-27 01:59:38 -05:00 |
|
Adam
|
50a42d2cbf
|
Fix os_session to work with sql properly
|
2013-01-26 22:17:25 -05:00 |
|
Adam
|
49cb6a07a2
|
Fixed db_sql etc being confused on empty vs not set metadata
|
2013-01-26 20:52:49 -05:00 |
|
Adam
|
ed7c4dc2e1
|
Made Anope::DoTime default to seconds to fix os_akill etc defaulting expiries to days
|
2013-01-25 04:05:38 -05:00 |
|
Adam
|
c376fb0a2b
|
I forgot to add this change to a634c7be65
|
2013-01-25 03:31:35 -05:00 |
|
Adam
|
76d9e58ae5
|
mysql_insert_id doesn't return an id if one isnt generated, so
check that it really returns a value before using it.
Also fix memos to cleanup after themselves when deleted.
|
2013-01-25 03:09:51 -05:00 |
|
Adam
|
3769cc1a35
|
Fix memo signon and memo receive default flag names
|
2013-01-24 08:53:35 -05:00 |
|
CuleX
|
74ace7d4b9
|
Channel::HasUserStatus: Don't just return false if cms is NULL.
|
2013-01-24 00:34:41 -05:00 |
|
Adam
|
647245a71f
|
Add missing KeySet() func to SQL::Data
|
2013-01-23 22:16:01 -05:00 |
|
Adam
|
a634c7be65
|
Fix some compile errors
|
2013-01-22 21:20:05 -05:00 |
|
Adam
|
f656e3195f
|
Add hidenetsplitquit config option to not show splits in /ns info's last quit field
|
2013-01-22 19:47:16 -05:00 |
|
lethality
|
8811545472
|
Fixed few minor typos
|
2013-01-22 17:32:23 +00:00 |
|
Adam
|
cad3850f3d
|
Move channel mode set and unset events to be after the action has been done internally to allow easially canceling it
|
2013-01-22 01:23:55 -05:00 |
|
Adam
|
7de058ba35
|
Fix crash trying to unset the permanent channel mode during channel syncs of empty channels
|
2013-01-22 00:24:58 -05:00 |
|
Adam
|
ddaa001daf
|
Merge usefulness of Flags and Extensible classes into Extensible, made most flags we have juse strings instead of defines/enums
|
2013-01-21 22:31:16 -05:00 |
|
Adam
|
51c049e1a7
|
Really fix Channel::GetModes
|
2013-01-21 18:03:31 -05:00 |
|
Adam
|
93472f84bd
|
Revert "Fix Channel::GetModes, we can never have a negative mode set on a channel so this check is unnecessary"
This reverts commit 678d27fdb7.
|
2013-01-21 17:59:22 -05:00 |
|
Adam
|
678d27fdb7
|
Fix Channel::GetModes, we can never have a negative mode set on a channel so this check is unnecessary
|
2013-01-21 17:55:27 -05:00 |
|
Adam
|
369ca89c2e
|
Allow channels that have users in them that are not the access list to expire while in use.
|
2013-01-21 06:46:28 -05:00 |
|
Adam
|
421db75528
|
Fix not logging debug info to the logfile when debug mode is enabled
|
2013-01-21 06:38:13 -05:00 |
|
Adam
|
846b56c724
|
Fix defcon timeout timer
|
2013-01-21 02:31:28 -05:00 |
|
DukePyrolator
|
e62d2fe56e
|
removed old cs_modes fantasy{} command blocks
|
2013-01-21 07:15:16 +01:00 |
|
DukePyrolator
|
bb3abab784
|
removed loading of ns_set_chanstats and cs_set_chanstats from the chanstats.example.conf, this functionality is now part of ns_set/cs_set
|
2013-01-20 15:03:15 +01:00 |
|
Adam
|
da6543d17b
|
Allow grouping commands to make help output easier to comprehend
|
2013-01-13 22:07:27 -05:00 |
|
Adam
|
29a018088e
|
Add svsjoin and svspart commands
|
2013-01-13 22:07:27 -05:00 |
|
Adam
|
7e7fc757d5
|
Allow ns_set_misc/cs_set_misc to have configurable help descriptions
|
2013-01-13 22:07:27 -05:00 |
|
Adam
|
d3a6bdc68b
|
Allow the config parser to skip over gettext's _() to allow translating config values
|
2013-01-13 22:07:27 -05:00 |
|
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 |
|