Adam
|
6a0e4418f4
|
Check that channels still exist before nulling their ci pointer in channelinfos destructor
Change the persist setting on a channel to mean only that it is being
enforced ircd-side
|
2013-03-20 11:39:16 -05:00 |
|
Adam
|
731912f01e
|
Add db_sql:import config option so we can know for sure whether or not we want a database import
|
2013-03-18 12:16:51 -05:00 |
|
Adam
|
51963915ba
|
Remove remaining disable_ns_register references in example config
|
2013-03-16 21:53:03 -05:00 |
|
Adam
|
810685cb73
|
Have db_flatfile store object ids if they are set, even though it doesn't use them, so that if other database modules that use them are loaded they can keep track of objects properly
|
2013-03-16 20:08:39 -05:00 |
|
Adam
|
1a0e6b0be3
|
Allow autokicking real names, extbans, and channels
|
2013-03-15 12:27:08 -05:00 |
|
Adam
|
81c89bb708
|
Fix missing dependencies message to include the source folder, there is no specific source file on modules with multiple source files
|
2013-03-15 07:43:17 -05:00 |
|
Adam
|
01620e849a
|
Update nickserv defult names for kill/killquick, hide email, usermask, and quit
|
2013-03-14 20:51:28 -05:00 |
|
Adam
|
4c74020a69
|
Add group and hide setings to fantasy{} blocks
|
2013-03-14 09:03:48 -05:00 |
|
Adam
|
b95b8f0aae
|
Fix setting BSDefFlags from the config
|
2013-03-14 09:03:48 -05:00 |
|
Adam
|
1ff7a7c1f1
|
Refactor mask/entry code, allow full matching (against users real host/ip) if their displayed host is their real real host. Also match against cloaked host even if full matching is not being done
|
2013-03-13 14:40:49 -05:00 |
|
Adam
|
1d16629a6d
|
Allow opers to override chanserv kick/ban, botserv say/act, and akick's peace setting
|
2013-03-13 09:45:15 -05:00 |
|
Adam
|
72aa27ede5
|
Allow m_ldap_authentication to block email changes if emails are controlled by ldap, don't tell users they must change their email during initial user registration
|
2013-03-13 09:02:31 -05:00 |
|
Adam
|
05223dbe6d
|
Identify requests hold command sources and users can disconnect between the request being dispatched and when it returns, so don't assume the source user pointer is always valid
|
2013-03-10 03:23:00 -05:00 |
|
DukePyrolator
|
06d43baf93
|
update the users password after a successful ldap authentication
|
2013-03-03 10:58:39 +01:00 |
|
DukePyrolator
|
5f74662100
|
improved the operserv mode command
|
2013-03-03 10:57:53 +01:00 |
|
Adam
|
2c68312d72
|
Bump for Anope 1.9.9-git
|
2013-03-03 02:04:33 -05:00 |
|
Adam
|
ce094f4d01
|
Anope 1.9.8 Release
1.9.8
|
2013-03-02 23:42:01 -05:00 |
|
Adam
|
178056096f
|
Regenerate language files
|
2013-03-02 23:42:00 -05:00 |
|
Adam
|
a32c897bf9
|
Update Changes and Changes.conf
|
2013-03-02 23:42:00 -05:00 |
|
Adam
|
367b662c83
|
Fix compile warning in webcpanel/memos
|
2013-03-02 23:42:00 -05:00 |
|
Adam
|
75999e05b9
|
Fix Anope::Duration showing years failing
|
2013-03-02 23:42:00 -05:00 |
|
Adam
|
45c02f8e4e
|
Fix build with -std=c++11
|
2013-03-02 23:42:00 -05:00 |
|
Adam
|
ae4421b8a2
|
Unset founder/successors when channels are deleted
|
2013-03-02 23:42:00 -05:00 |
|
Adam
|
2d309da0f6
|
Fix /ns drop nick showing "your nick" and not the nick you specified if the nick isn't registered
|
2013-03-02 18:52:15 -05:00 |
|
Adam
|
b9bbb3747b
|
Fixed logic fail in /ns resend
|
2013-03-02 18:46:56 -05:00 |
|
Adam
|
0b05eaa020
|
Only shrink extensible items that are metadata in ExtensibleUnserialize
|
2013-03-01 01:40:14 -05:00 |
|
Adam
|
91ad9d22ca
|
Fix Windows build
|
2013-03-01 00:57:24 -05:00 |
|
Adam
|
6aa9ad938a
|
Don't have cs_seen update data for users on syncing servers
|
2013-03-01 00:56:47 -05:00 |
|
Adam
|
6808498ead
|
Fix entrymsg's creation time being reset from restarts
|
2013-02-28 23:09:03 -05:00 |
|
Adam
|
8561941e22
|
Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs down syntax, fix os_session messages to reference ip
|
2013-02-25 00:26:49 -05:00 |
|
Adam
|
5d4db2b854
|
Allow /cs up and /cs down to take an optional nick arg
|
2013-02-24 20:15:49 -05:00 |
|
Adam
|
501503b7a5
|
On startup check all object types
|
2013-02-24 20:14:15 -05:00 |
|
DukePyrolator
|
a980e32581
|
fixed wrong parameter count in cs_updown
|
2013-02-24 21:07:10 +01:00 |
|
DukePyrolator
|
da2fea338a
|
fixed some stupid typos in the german language file
|
2013-02-24 09:48:20 +01:00 |
|
DukePyrolator
|
7cb70f5fa1
|
some updates to the german langfile
|
2013-02-24 08:14:13 +01:00 |
|
Adam
|
d04db3d38b
|
Add SVSNICK and SVSHOLD to hybrid
|
2013-02-23 17:41:52 -05:00 |
|
DukePyrolator
|
35c260877f
|
Revert "do not send RESV from operserv when its not introduced"
This reverts commit 2336b4723c.
|
2013-02-23 11:20:31 +01:00 |
|
Adam
|
8cf7ec9cfe
|
Add missing SVSHold funcs to plexus protocol module
|
2013-02-23 04:32:41 -05:00 |
|
Adam
|
c67087d750
|
Fix akick list/view not showing masks sometimes
|
2013-02-23 04:32:41 -05:00 |
|
DukePyrolator
|
2336b4723c
|
do not send RESV from operserv when its not introduced
|
2013-02-23 09:54:03 +01:00 |
|
Adam
|
da61734860
|
Made FindService less dumb and able to do aliases to aliases
|
2013-02-22 04:42:08 -05:00 |
|
Adam
|
a911354f24
|
Fix "leave" channel log level
|
2013-02-22 00:39:13 -05:00 |
|
Adam
|
ae902443db
|
Merge branch '1.9' of github.com:anope/anope into 1.9
|
2013-02-22 00:30:22 -05:00 |
|
Adam
|
5547c3ed24
|
This OnServerSync event hook in inspircd20 can go away (it does nothing currently)
|
2013-02-22 00:29:00 -05:00 |
|
Charles Kingsley
|
e844cdf4f6
|
Update COPYING
|
2013-02-21 07:38:42 +00:00 |
|
Adam
|
2fa5cfa508
|
Add Matthew to webpanel credits, fix alignment of akill list
|
2013-02-20 18:00:46 -05:00 |
|
Adam
|
59792173e7
|
Merge pull request #12 from MatthewM/webcpanel
Web Panel Modifications
|
2013-02-20 14:58:59 -08:00 |
|
Adam
|
ed68482b4e
|
Add /cs mode clear command that behaves like the old /cs clear modes/bans/etc
|
2013-02-20 15:51:40 -05:00 |
|
Adam
|
32592987c8
|
Allow /os mode clear [all] to unset modes, similar to old clearmodes
|
2013-02-19 04:07:53 -05:00 |
|
Adam
|
a1f92638e3
|
Merge branch '1.9' of github.com:anope/anope into 1.9
|
2013-02-19 01:28:27 -05:00 |
|