Thomas Fargeix
040b06ad56
Fix db_flatfile to read "nobackupokay"
2015-07-11 10:27:27 +02:00
Peter Powell
1666b1a8d8
Fix a ton of typos.
2015-07-08 11:06:02 +01:00
Adam
4362f53cc3
Fix unused variable warning in cs_clone
2015-07-01 20:16:59 -04:00
Dominic Hargreaves
cc616a7146
Allow PROGRAM_NAME to be set during configuration
2015-07-01 20:10:15 -04:00
Dominic Hargreaves
0f01c04b02
Allow disabling installation of extra tools (with DISABLE_TOOLS)
2015-07-01 20:09:46 -04:00
Dominic Hargreaves
4cbdf9a73b
Support DESTDIR
...
If DESTDIR is set it should be prepended to CMAKE_INSTALL_PREFIX. See
<http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_INSTALL_PREFIX.html >
2015-07-01 20:08:51 -04:00
Adam
fce257dc43
Merge pull request #121 from SaberUK/2.0+cmake-improvements
...
Various improvements to the build system.
2015-07-01 20:00:59 -04:00
Adam
ad7601b0cc
Merge pull request #119 from Jyzee/irc2sql-away
...
irc2sql: handle away messages.
2015-07-01 19:51:29 -04:00
Adam
5be9de5d12
Merge pull request #123 from Alef-Burzmali/2.0+cs-levels
...
Allow opers with chanserv/access/list to view the levels list
2015-07-01 19:50:26 -04:00
Adam
02ed9a9725
#1649 don't update keepmodes during inhbait
2015-06-29 19:35:57 -04:00
Adam
074f163750
#1643 Umode +I is oper only on Unreal
2015-06-29 13:57:32 -04:00
Adam
de023bab0a
Don't allow registering service nicks
2015-06-29 13:47:50 -04:00
Adam
510a746f8d
Add ns_identify:maxlogins to limit the max number of concurrent logins per account
2015-06-29 09:37:09 -04:00
Adam
8eb46772e6
Don't allow loading hostserv mods if there can be no hostserv
2015-06-29 08:58:31 -04:00
Adam
d563aa0da8
Check name validity after unpackname() to check for bad names in questins and ptr/cname rdata
2015-06-29 08:48:08 -04:00
Adam
3e3312db25
Don't allow adding or changing bots to collide with users
2015-06-29 08:42:29 -04:00
Adam
bb5c4906cc
Also clear vhost on hs_off so the proto mods don't have to
2015-06-21 10:42:49 -04:00
Adam
444976e64f
Update host on hs off too
...
Protocol modules which don't trigger this by causing a mode change
currently desync
2015-06-20 17:33:13 -04:00
Thomas Fargeix
57b614ae59
Allow opers with chanserv/access/list to view the levels list
2015-06-14 19:33:45 +02:00
Peter Powell
2f9eabdb72
Remove support for run-cc.
...
This tool is not useful anymore. It just slows the build down.
2015-05-17 21:27:09 +01:00
Jyzee
a458f7c840
irc2sql: handle away messages.
2015-04-30 19:29:44 +02:00
Adam
65bf84cfb5
When introducing opered clients on inspircd send a fake opertype
2015-04-28 15:23:31 -04:00
Adam
5efaa5b206
Merge pull request #117 from aFreshMelon/fix-xmlrpc-php
...
Fix xmlrpc php
2015-04-04 09:50:57 -04:00
Sebastian
41f4c7dab6
A variety of small improvements to xmlrpc.php
...
Pretty simple stuff.
* Better method names
* Better DocBlocks
* Lowercase variables
2015-04-04 09:43:51 +02:00
Peter Powell
0f1936f63d
Fix matching the Apple Clang variant on CMake 3.0+
2015-04-04 03:28:46 +01:00
Peter Powell
5baa6247a9
Don't overwrite CMAKE_INSTALL_PREFIX if it has already been set.
2015-04-02 01:43:05 +01:00
Peter Powell
82f5d1d61d
Remove an old Autotools limitation.
...
This is not needed anymore as support for Autotools was removed.
2015-04-02 01:38:31 +01:00
Sebastian
dd8dd3b4a0
Make xmlrpc.php comply with PSR-2 coding standard
2015-04-01 23:28:41 +02:00
Sebastian
a718223585
Remove workaround that is no longer needed
...
This workaround was required previously but breaks the code with the corrections to the XML-RPC response.
2015-04-01 23:27:44 +02:00
Robby-
abc4851287
Update the dutch language file.
2015-03-23 02:39:18 +01:00
Adam
3d1255dbe9
Anope 2.0.3-git
2015-03-22 21:22:49 -04:00
Adam
a762391446
Anope 2.0.2 Release
2.0.2
2015-03-22 15:34:50 -04:00
Adam
c070a00114
Fix m_ldap_oper to build
2015-03-22 15:34:49 -04:00
Adam
e7c3090a70
Fix new version stuff with empty version extra
2015-03-22 14:38:29 -04:00
Adam
5dd6326eff
Merge pull request #115 from aFreshMelon/aFreshMelon-patch-1
...
XML-RPC responses also don't have a methodName tag
2015-03-22 13:56:07 -04:00
Adam
535ad6fd70
Merge pull request #112 from attilamolnar/2.0+inspircdmlock
...
InspIRCd 2.0: Ensure ircd-side mlock and topic lock state is always what we think it should be
2015-03-22 13:56:01 -04:00
Robby-
5df4ac9a98
Make the signed kick/ban message format configurable.
2015-03-22 13:44:08 -04:00
Adam
4c54a3939f
Change git version name back to what it was, which the core uses
2015-03-22 10:26:53 -04:00
Adam
3d09748d1c
Fix typo in Changes
2015-03-22 10:26:26 -04:00
Sebastian Barfurth
36a4be7623
XML-RPC responses also don't have a methodName tag
...
Following http://xmlrpc.scripting.com/spec.html
2015-03-18 19:06:08 +01:00
Adam
5fc72660e4
Merge pull request #113 from attilamolnar/2.0+openssl
...
m_ssl_openssl: SSL context option changes
2015-03-12 17:53:52 -04:00
Adam
303e652a35
Only apply keepmodes on channel sync
...
Not sure why this was this way originally, it interfears with the
chanserv +r check to determine how new the channel is because it
restores +r. This seems to still work okay, though.
2015-03-12 17:52:38 -04:00
Adam
e5447a8024
Update Changes.conf and Changes
2015-03-12 17:52:38 -04:00
Attila Molnar
1bee18fcf4
m_ssl_openssl: Allow disabling SSLv3 via the config
2015-03-12 19:35:07 +01:00
Attila Molnar
a57e41304f
m_ssl_openssl: Set sane default context options
2015-03-12 19:35:07 +01:00
Adam
e0e8147ee0
Merge pull request #114 from anope/revert-99-extemp_protected
...
Revert "Added kickcheck override for users with protected privs"
2015-03-12 13:30:12 -04:00
Adam
41a24afa4f
Revert "Added kickcheck override for users with protected privs"
2015-03-12 13:29:50 -04:00
Adam
4266d17e8c
Update cmake version parsing code to deal with recent build version changes
...
Update Config.cs to no longer hardcode VS generators, it seems no longer necessary.
Fix new version system, cannot return C++ types from extern C functions
2015-03-12 11:20:18 -04:00
Adam
8d3fa47ab2
Merge pull request #99 from H7-25/extemp_protected
...
Added kickcheck override for users with protected privs
2015-03-12 08:15:59 -04:00
Adam
64781817ac
Merge pull request #105 from miwob/master+use-uid-for-svsnick
...
- Change SendForceNickChange() to use UIDs
2015-03-12 08:15:49 -04:00