Adam
3bdc81348a
Fix unserializing badwords to not add dupes when unserializing an existing bw object
2014-09-01 13:11:21 -04:00
Adam
bf8f62c32d
Change Channel::GetModeList to return a copy of the mode list, not a
...
pair of lower/upper bound iterators.
Sometimes when iterating the list, like in cs_mode, we can modify the
contents of it, which combined with mlock always agressively trying to
readd modes to it can do bad things.
2014-08-24 16:39:04 -04:00
Robby-
d417241a5b
cs_set: Fix logging for SET SUCCESSOR to correctly log overrides.
2014-08-11 20:16:42 +02:00
Adam
e5cb2018e5
List opertypes in /os oper info
2014-08-03 19:15:08 -04:00
Adam
df6095fed2
Make botserv fantasy override its own privilege
2014-08-03 19:10:15 -04:00
Adam
8210e82a5e
Fix some botserv help entries from showing when they shouldn't
2014-08-03 19:08:12 -04:00
Adam
d6d72cd803
Add cs_mode:max config option
2014-08-03 18:57:00 -04:00
Adam
063d9bf5f6
Allow "modify" in flags to be optional
2014-08-03 18:33:56 -04:00
Adam
830e8617e6
Allow "set" in topic set to be optional
2014-08-03 18:28:54 -04:00
Adam
cf89e10a4c
Add ms_ignore:max config option
2014-08-03 18:22:03 -04:00
Adam
6842ad36f7
Do not allow unconfirmed users to send memos or request vhosts
2014-08-03 18:05:41 -04:00
Robby-
1137c50095
Fix a few help messages.
2014-07-27 07:34:02 +02:00
Adam
52d422d020
Merge pull request #81 from miwob/master+invite_ts
...
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp...
2014-07-26 13:41:47 -04:00
Adam
17ba13bc95
Use ts version of services stamp when the account is unconfirmed on Unreal as 3.2.10.4 has changed thie behavior
2014-07-26 13:28:43 -04:00
Adam
60229b15d2
When object unserialization fails (due to not having dependency objects) bump the ts to try again later.
2014-07-26 13:24:52 -04:00
Adam
7a64d95f7c
Fix Log() calls in m_ldap_oper
2014-07-11 00:22:32 -04:00
Robby-
b0ec178e85
Merge pull request #84 from Zantox/2.0
...
Minor cs_unban Lang Update @Robby-
Updated HostServ Command English Language
Updated ChanServ Command English Language
Updated BotServ Command English Language
2014-06-26 22:17:51 +02:00
Zantox
f753a925ad
Minor cs_unban Lang Update @Robby-
2014-06-26 22:14:10 +02:00
Zantox
74dbfe0699
Updated HostServ Command English Language
2014-06-25 02:16:09 -04:00
Zantox
3bea089793
Updated ChanServ Command English Language
2014-06-25 02:09:43 -04:00
Zantox
8fecad3039
Updated BotServ Command English Language
2014-06-23 07:47:26 -04:00
miwob
37bd2c238e
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp along the INVITE command. INVITE with channel TS will be mandatory in some future release of ircd-hybrid
2014-06-19 16:27:05 +02:00
Adam
9a947fa435
Correct some language strings
2014-06-17 08:37:19 -04:00
Adam
4f7868b125
Log more when unable to backup databases in db_flatfile
2014-06-15 04:50:26 -04:00
Adam
ab27b792b0
Track SVSKILL on unreal
2014-06-09 17:18:21 -04:00
Adam
f1c3bdd55e
Correct wording of log message when ldap services are created
2014-06-09 17:16:55 -04:00
Adam
08edb15bea
Fix help log output example
2014-06-09 16:44:15 -04:00
Adam
56c6ef4449
Fix information leak in cs_updown
2014-06-09 16:36:49 -04:00
Adam
f20bac996d
Fix Windows build and update library names to the newer ones.
...
Also fix crash on Windows when unloading a module because it threw an
exception.
2014-05-30 18:14:55 -04:00
Adam
6620f9e9bd
Don't allow setting -y on inspircd, secureops etc will try to enforce this
2014-05-30 15:16:03 -04:00
Adam
d6e600f74b
Fix access check in ns_group
2014-05-30 15:16:03 -04:00
Adam
a6af422184
Set timer owner for nickserv timers
2014-05-27 12:55:03 -04:00
Adam
53acb73193
Fix default db name in db_flatfifle in a couple places
2014-05-27 12:55:03 -04:00
Adam
f627a3bacd
Core prep for p10 stuff
2014-05-21 08:50:40 -04:00
Adam
866f3f32ab
Speed up akill xline checks
...
Cache xline nick, user, host, etc instead of rebuilding it everytime its
requested. Store users ip in sockaddr form and not string form to
prevent having to rebuild sockaddrs when checking xlines.
Also do not try to convert empty config values in Config::Get as this
can be rather common if a non string configuration value is not set, and
the cost of the ConvertException is great.
2014-05-20 21:16:00 -04:00
Adam
4034b3054a
Add English language file which users can edit to modify language strings
2014-05-20 11:41:05 -04:00
Adam
01021131ca
Also search channel descriptions and topics in /cs list
2014-05-20 09:52:26 -04:00
Adam
df321a118e
Fix access lists showing the wrong mask if the display nick for a group
...
expires but the group still exists. This can cause access entries for
nicks to not be deleted whenever the nicks are deleted.
2014-05-14 19:10:23 -04:00
Adam
1931fcf0e5
Fix webpanel mode list to only show real list modes
2014-05-13 22:59:41 -04:00
Adam
63b02b8c97
Sanitize nuh masks more to prevent the other side from rewriting them, which screws with our internal tracking of them
2014-05-13 22:57:53 -04:00
Adam
1c8a77ab9f
Accept an optional reason for svspart
2014-05-13 19:52:05 -04:00
Adam
0c7d53f81e
Don't show both online from's if they have the same mask in ns_info
2014-05-13 18:38:14 -04:00
Adam
bcc3ae5742
Merge pull request #76 from miwob/master
...
Update ircd-hybrid protocol module
2014-05-13 17:50:07 -04:00
Cronus89
91c7862579
Update Paramater length for os_dns to fix DNS SET
2014-05-13 11:12:00 -05:00
Michael Wobst
6b6bc81999
Update ircd-hybrid protocol module
2014-05-13 18:00:10 +02:00
Adam
1f2c385bb9
Add config options to ns_suspend and cs_suspend to configure which information is shown to non opers
2014-05-01 21:03:32 -04:00
Adam
d79dd0b7d7
Pass password to nick register event so modules like m_ldap_authentication can create the respective account using the decrypted password which might not always be available
2014-05-01 18:38:17 -04:00
Adam
8b2e8137f6
Merge pull request #75 from attilamolnar/2.0+inspircd-globops
...
InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES
2014-05-01 18:19:23 -04:00
Attila Molnar
3049916ade
Fix undefined symbol error when loading os_stats, caused by 82008d507c
2014-04-30 01:15:10 +02:00
Attila Molnar
0afd666f22
InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES
2014-04-29 22:55:10 +02:00