Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: 1.7.22 Development Released  (Read 4973 times)

0 Members and 1 Guest are viewing this topic.

deiks

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 139
  • Shizle my nizle
1.7.22 Development Released
« on: September 14, 2008, 10:02:21 PM »

Anope has released new version of Services in 1.7.* Development branch.

New things in 1.7.22 are:

1) Modified Configuration Directives:

Code: [Select]
# BotCoreModules <list> [RECOMMENDED]
#     These modules will be loaded as part of BotServ's core.
#     It is not recommended you change these settings unless you are
#     sure you understand exactly what it is you are doing.
BotCoreModules "bs_help bs_botlist bs_assign bs_set bs_kick bs_badwords bs_act bs_info bs_say bs_unassign bs_bot bs_fantasy bs_fantasy_kick bs_fantasy_kickban bs_fantasy_owner bs_fantasy_seen"

(Removed Bot Core Module bs_fantasy_unban which providing command !unban nick)



2) *** New Strings:
   NICK_SASET_LANGUAGE_SYNTAX
   NICK_SASET_LANGUAGE_UNKNOWN
   NICK_SASET_LANGUAGE_CHANGED
   NICK_HELP_SASET_LANGUAGE
   NICK_HELP_RESEND

3) *** Mod Strings:
   NICK_HELP_SASET
   NICK_RECOVERED
   NICK_LIST_SERVADMIN_SYNTAX
   NICK_SERVADMIN_HELP_LIST
   CHAN_GETKEY_KEY


Fixed Crashbug in ChanServ's ACCESS command.

Upgrade is highly recommended.
Logged

katsklaw

  • Guest
Re: 1.7.22 Development Released
« Reply #1 on: September 14, 2008, 10:29:45 PM »

hi [dx], thanks for posting :)

The official change log is (changes from 1.7.21 to 1.7.22):


Anope Version 1.7.22
--------------------
01/24 A Added a check for hosts too long in BotServs bots.                [ #00]
02/12 A Added SUSPENDED to NS LIST keywords.                              [#869]
02/20 A Added NS SASET LANGUAGE.                                          [#872]
09/03 A Added CIDR support in channel bans/excepts.                       [#876]
09/03 A Anope on windows now has advanced startup options.                [#931]
01/15 F BOT_NOT_ASSIGNED language string error.                           [#828]
01/15 F listchans now shows if a channel is suspended.                    [#825]
01/15 F listnicks now shows if a nickname is suspended.                   [#825]
01/15 F Re-assigned access to OS CHANLIST to Services Opers.              [#827]
01/24 F Several language errors.                                          [ #00]
01/26 F Various oddities in moduleAddData().                              [#833]
01/26 F Various oddities in ChanServ suspend code.                        [#834]
01/26 F Channel walking for mass modes and restoring topics.              [#835]
01/26 F Memory leaks in OperServ CLEARMODES.                              [#836]
01/26 F Check for LogChannel when running with -logchan option.           [#837]
01/26 F Enough LogChannel checks for bs_say and bs_act with LogBot on.    [#838]
01/26 F Memory leak and old code in ChanServ CLEAR.                       [#839]
01/26 F Memory leak in ChanServ LIST.                                     [#840]
01/26 F Memory leaks in HostServ SETALL.                                  [#841]
01/26 F Memory leak in ChanServ AKICK.                                    [#842]
01/26 F Removed broken detection of Windows MCE/Tablet edition.           [#845]
02/04 F Memleak in botchanmsgs(), botserv.c                               [#850]
02/04 F Memleak in bs_fantasy_seen.c                                      [#851]
02/04 F Memleak in bs_fantasy_unban.c                                     [#852]
02/04 F No variable for NSReleaseTimeout in NICK_RECOVERED message.       [#848]
02/04 F Added missed NickServ HELP for RESEND command.                    [#847]
02/05 F Updated config.guess and config.sub from upstream.                [#853]
02/05 F Various small compiler warnings.                                  [#685]
02/05 F Updated docs/WIN32.txt.                                           [#846]
02/05 F Removed bs_fantasy_unban from core modules.                       [#854]
02/05 F Defcon mode parsing breaking when fed with modes with parameters. [#855]
02/05 F do_cmode() called without passing TS.                             [#820]
02/07 F do_sjoin() looking for NULL-nick sometimes with TS6.              [#858]
02/07 F Oddity in do_cmode().                                             [#859]
02/07 F findchan() debug messages not being logical.                      [#857]
02/07 F NickServ replying to SVSNICK command when OperServ must.          [#861]
02/11 F Fixed configure script so it will complain about args.            [#864]
02/11 F Fixed memory leak in add_akill().                                 [#868]
02/11 F Fixed memory leak in cs_akick().                                  [#870]
02/11 F Added missed debug message when HostServ is disabled.             [#863]
02/12 F rdb_close() where rdb_open() is used in rdb_dbase() functions.    [#862]
02/12 F Removed extra loop when parsing defcon modes.                     [#867]
02/21 F Fixed errors in lang files related to NS SASET LANGUAGE           [#881]
04/30 F Operators can now also use NickServ INFO ALL.                     [ #00]
05/12 F install.js now works properly on x64 machines                     [#897]
05/12 F anope_cmd_notice_ops for unreal now includes source.              [ #00]
05/12 F moduleNoticeLang() now calls notice_user instead of notice().     [ #00]
08/11 F Updated os_raw.c to show up as a 3rd party module.                [ #00]
08/15 F CS OP now correctly works if there is only 1 user in the channel. [#922]
08/16 F Forbidden channels no longer appear in /list when inhabited.      [#924]
08/17 F Various InspIRCd issues.                                          [#832]
08/18 F CS GETKEY response.                                               [#880]
08/21 F Potential issues caused by not setting SO_REUSEADDR on socket.    [ #00]
08/28 F Fixed several language & help related errors.                     [#875]
08/28 F Replaced static count in login/opernews help.                     [#882]
Logged

Master

  • Anope User
  • Offline Offline
  • Posts: 56
Re: 1.7.22 Development Released
« Reply #2 on: September 15, 2008, 05:44:59 AM »

Is bs_fantasy_unban broken or something? Is that way it was removed from the list?  ???
Logged
Always believe Murphy's Law. If you don't, watch what happens.

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: 1.7.22 Development Released
« Reply #3 on: September 15, 2008, 09:44:22 AM »

it contains a security vulnerability... its very design makes it possible to determine a users' real IP address...
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)
Pages: [1]   Go Up