Adam
1dbd7b406f
Fix fd leak in mail.c with ForkForMail enabled
2013-07-07 05:33:16 -04:00
DukePyrolator
27dde3266c
updated Hybrid protocol module to support vhosts
2013-06-21 07:42:09 +02:00
Viper
f1c3f0d820
Bug #1527 - Fixed modules being loaded regardless of the load abort signal returned by a modules AnopeInit function. (Introduced in commit. e0c3069c)
2013-06-05 17:28:46 +02:00
Michael Wobst
e2213e3cd2
Update Hybrid protocol module for Hybrid 8.1
2013-05-25 15:41:48 -04:00
Adam
ec9931288b
Allow loading nicks with no core... just in case
2013-05-25 15:39:40 -04:00
Adam
71ec1a93dd
Bump for 1.8.9-git
2013-03-03 01:57:16 -05:00
Adam
245a25877f
Anope 1.8.8 Release
2013-03-03 00:55:11 -05:00
Adam
357cd44bea
Also mark bots that were previously -o on UnrealIRCd as +H to hide them from the oper count in /lusers and /stats, which is closer to the old behavior.
2013-02-17 15:10:58 -05:00
DukePyrolator
46271fc348
updated Changes, version.log and .gitignore
2013-02-17 13:31:31 +01:00
Adam
20d40fdc75
Do not allow invalid nicknames to be forbidden in ns_forbid
2013-02-13 13:14:22 -05:00
Adam
9650a3ffa5
Bug #1474 - Fixed setting user modes on BotServ bots on Unreal3.2.10
...
This was caused by Unreal's revision 58c35ea52a1f
2013-01-29 05:12:52 -05:00
Adam
14a957f8a0
Update copyright to 2013. This was done with:
...
find include/ src/ lang/ docs/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2013-01-09 04:23:25 -05:00
Viper
8fb31b6441
Updated Changes and version.log to include Hybrid support changes.
2012-12-23 23:46:32 +01:00
DukePyrolator
fa33bb2842
Added french language support to some modules (patch provided by Coolsmile)
2012-12-17 21:09:26 +01:00
DukePyrolator
cb9ab016f5
updated the Polish language file
2012-12-16 09:43:45 +01:00
Adam
e0c3069c5f
Cleanup many compile warnings from make and make strict
2012-10-31 22:16:15 -04:00
Adam
3e6d838285
Use base 10 for strtol() in the config parser to prevent numbers beginning with 0 from confusing it
2012-10-31 14:31:43 -04:00
Adam
9486cf9ecb
Fix typo in NICK_SASET_MSG_SYNTAX
2012-10-15 03:53:11 -04:00
Adam
0106d0b6bd
Fixed some warnings caused from the last commit
2012-09-22 16:23:19 -04:00
Adam
3779ed916a
Made all module functions static to fix OSX's linker from linking
...
modules with similar function names to each other which causes
complete and total chaos.
2012-09-21 21:39:32 -04:00
Adam
3f05a42515
Do not apply akills or sxlines that are pending expiration
2012-08-07 22:16:32 -04:00
Adam
d0e5a18848
Fixed crash when InspIRCd sends user MODE changes
...
for users that don't "exist" (probably us)
2012-07-30 02:25:46 -04:00
Adam
670e73d69d
Fixed crash with cs_enforce and registered empty permanent channels
2012-07-14 02:17:23 -04:00
Adam
07fffb0b90
Bug #1380 - Do not allow akill masks to end in @.
...
This can be used to cause the IRCd to SQUIT us by
adding invalid akills. The only known affected is
Charybdis.
Also fixed a crash caused by receiving a SQUIT for ourselves.
2012-02-25 15:10:52 -05:00
DukePyrolator
1d3ca36768
Fixed several grammar errors in docs/ (patch provided by Simba)
2012-02-22 07:41:58 +01:00
Adam
8559c57cd6
Updated Copyright to 2012
2012-01-02 21:10:40 -05:00
Adam
792790a4d4
Bug #1369 - Fixed os_svsnick to allow changing the case of a users' nick
2011-12-31 02:38:17 -05:00
Adam
381d95e6da
Bump for 1.8.8-git
2011-12-23 14:08:04 -05:00
Adam
74556b77c0
Anope 1.8.7 Release
2011-12-23 14:08:04 -05:00
Viper
658ecee817
Implemented API support for the SVSJOIN and SVSPART commands on UltimateIRCd 3.
2011-12-15 00:59:10 +01:00
DukePyrolator
fb99dc43c9
Fixed some typos in the spanish language file
2011-12-08 19:05:07 +01:00
Viper
144029fd61
Fixed ignore not matching against users' real host or IP (introduced in rev. 3049).
2011-11-20 15:22:18 +01:00
Viper
2a1cd54bc7
Use vident instead of ident in combination with the vhost for botserv kick(ban)s and nickserv access list checking.
2011-11-16 16:30:45 +01:00
Viper
0dd4a98e53
Match bans against the vident/vhost instead of real ident/vhost when available.
2011-11-16 15:57:07 +01:00
Adam
f1577975a9
Use _exit, not exit, to exit mail forks to prevent our atexit() functions from being called, and removing our pidfile
2011-09-03 03:49:45 -04:00
Adam
fa833766a0
Made os_sxline and os_akill use a stored value to curent time to prevent the off-chance of time changing while executing the function which can mess up our globops/log messages
2011-08-23 19:29:59 -04:00
Viper
783f77d367
Added event to warn modules a nickcore gets a new display nick or is about to be dropped. (This should enable modules to more easily link their data to anopes core data.)
2011-08-22 00:25:34 +02:00
unknown
dc840e9b99
Send DROP event when forbidding nicks and channels, if applicable.
2011-08-21 23:30:23 +02:00
Adam
0982becd98
Bug #1318 - #1320 - Added support for Hybrid's +S and +O channel modes, and removed support for +a
2011-08-18 17:23:14 -04:00
Adam
f83096c729
Fixed loading bs_fantasy_owner on startup when using InspIRCd 2.0
2011-08-10 21:19:42 -04:00
Adam
eb7c9d0a86
Bug #1287 - Fixed chan_set_correct_modes to not deop the first user from syncing servers
2011-08-09 17:57:35 -04:00
lethality
8007cc8a3a
Bug #1269 - Fixed install.js for Windows 7 builds.
2011-07-28 18:22:52 +01:00
Adam
30ea6365de
Fixed a potential crash in the badwords kicker, and fixed matching BW_SINGLE with BSCaseSensitive enabled
2011-07-23 05:01:44 -04:00
Adam
a11155551e
Bug #1273 - Fixed removing vhosts on InspIRCd when m_cloaking is unloaded
2011-05-30 19:48:14 -04:00
Charles Kingsley
d45222798b
Reinitialise git for post 1.8.6 development
2011-05-14 09:13:04 +01:00
Charles Kingsley
edb362eace
Anope 1.8.6 Release
2011-05-14 08:48:16 +01:00
Adam
45640c43d3
Removed atheme2anope database converter as its out of date
2011-05-07 13:08:55 -04:00
Adam
6ebbec79ea
Bug #1236 - Fixed crash in enc_md5 on Mac
2011-05-02 14:18:52 -04:00
Viper
096de4fb25
Bug #1263 - Fixed /ns REGISTER not getting an "unknown cmd" reply when ns_register is not loaded & ns_maxemail is loaded.
...
This Bug cannot be structurally fixed, needs to be addressed by 3rd party module authors for similar situations. This implementation can serve as a template.
2011-04-28 22:16:18 +02:00
Viper
01946cb467
Added events for module loading/unloading and command creation/deletion.
...
Enables modules expanding on other modules to adjust hooks if needed.
- Related to bug #1263 .
2011-04-28 21:00:46 +02:00