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
Adam
24f17de4aa
Fix stats u on Windows
2014-08-03 18:03:07 -04:00
Adam
bbb04d4662
Fuzzy italian signkick help
2014-08-01 16:12:41 -04:00
Robby-
20052247c3
Regenerate anope.en_US.po
2014-07-27 08:05:54 +02:00
Robby-
8b61a529a2
Update the dutch language file.
2014-07-27 07:48:50 +02: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
43c460e593
Merge pull request #85 from attilamolnar/2.0+help
...
Correct the help text of options:useprivmsg ("defmsg" -> "msg")
2014-07-26 13:40:58 -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
3c88f3b8cf
Check modetimes in CheckModes before enabling bouncy modes
2014-07-15 17:02:14 -04:00
Adam
93cb5d06db
Fix channelcount with clone
2014-07-11 01:02:02 -04:00
Adam
7a64d95f7c
Fix Log() calls in m_ldap_oper
2014-07-11 00:22:32 -04:00
Attila Molnar
ff66e15f38
Correct the help text of options:useprivmsg ("defmsg" -> "msg")
2014-07-04 04:39:12 +02:00
Adam
07902c03fd
Check that the list of items isn't NULL when destructing types
2014-06-28 23:15:59 -04:00
Adam
d9949320c7
Don't try to setuid down until after we signal the parent to exit, unless we're not forking. Also don't issue the run as root warning if we're going to setuid later.
2014-06-28 23:15:59 -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
Adam
ff93355af8
Hold a reference to the type in Serialize::Checker in the event it goes away, and invalidate the type pointer of objects when the type goes away
2014-06-23 15:44:06 -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
8066378471
Fix WindowsGetLanguage()
2014-06-10 22:00: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
6526d2d8b3
Fix Windows release build with gettext
2014-06-01 13:53:32 -04:00
Adam
76ab5c2c38
Update WIN32.txt reflecting new Windows stuff
2014-05-31 23:54:50 -04:00
Adam
54e98f017c
Always log when the uplink socket errors, and give possibly helpful advise
2014-05-31 21:17:46 -04:00
Adam
bb7706d0f7
Anope 2.0.2-git
2014-05-31 19:09:23 -04:00
Adam
16e0b72d2d
Update FindGettext.cmake for new Windows stuff and fix language.cpp
...
compile
2014-05-31 18:30:50 -04:00
Adam
b578e32531
Anope 2.0.1 Release
2.0.1
2014-05-30 20:57:32 -04:00
Adam
4d8e3b847d
Fix f627a3bacd, really make BotInfo::Part fire events like the normal user part message does
2014-05-30 20:57:23 -04:00
Adam
eaade23f9b
Update language files
2014-05-30 18:14:55 -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
93bfd4cbe1
Updates Changes and Changes.conf
2014-05-30 16:16:54 -04:00