savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #5773] Submission of ircd-7.2.2+ByteBG-


From: Naiden Andonov
Subject: [Savannah-register-public] [task #5773] Submission of ircd-7.2.2+ByteBG-rc1
Date: Wed, 2 Aug 2006 01:15:53 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

URL:
  <http://savannah.nongnu.org/task/?func=detailitem&item_id=5773>

                 Summary: Submission of ircd-7.2.2+ByteBG-rc1
                 Project: Savannah Administration
            Submitted by: bytebg
            Submitted on: Wednesday 08/02/06 at 01:15
         Should Start On: Wednesday 08/02/06 at 00:00
   Should be Finished on: Saturday 08/12/06 at 00:00
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Percent Complete: 0%
             Open/Closed: Open
                  Effort: 0.00

    _______________________________________________________

Details:

A new project has been registered at Savannah 
The project account will remain inactive until a site admin approve or
discard the registration.


######### REGISTRATION ADMINISTRATION #########

While this item will be useful to track the registration process, approving
or discarding the registration must be done using the specific "Group
Administration" page, accessible only to site administrators, effectively
logged as site administrators (superuser):

  <https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=8702>


######### REGISTRATION DETAILS ######### 

Full Name:
----------
  ircd-7.2.2+ByteBG-rc1

System Group Name:
-----------------
  bytebg-rc1

Type:
-----
  Official GNU software

License:
-------- 
  GNU General Public License V2 or later

Description:
------------
  ircd-7.2.2+ByteBG-rc1 released. ByteBG IRCD is based on hybrid-7.
This is amazing, this is not possible all hybrid-7 bugs fixed, new features
on hybrid-7, new usermodes, new operflags, new spoof flags and more... You
can find this perfect irc daemon at
http://linuxfan.org/~flesta/ircd-7.2.2+ByteBG-rc1.tar.gz
ByteBG IRC Daemon, was written by Naiden Andonov <address@hidden>,
recommended by Hybrid-Team.
------ Start of ByteBG features -------
1. fixed a bug where auths/klines/glines with digit wildcards
2. added DEAF isupport
3. fixed core on MODRESTART
4. Also show the full path of .included configuration files when reporting
syntax errors (This is just cosmetical).
5.Fixed core in make_virthost() with host names that doesn't have a dot in
it.
6. Fixed small memory leak in delete_auth()
7. close_connection(): Fixed some harmless bug that could result in incorrect
sent statistics in "STATS t".
8. Fixed class limit bug ("REHASH" would always reset current user count).
9. Made "STATS y|Y" show inactive (deleted) classes that still have attached
clients.
10. Fixed bug that would exit unknown clients in check_unknowns_list() that
are still processing auth/dns queries.
Basically check_unknowns_list() should only exit clients that have finished
auth/dns and didn't send a NICK/USER combination since they have been
released from auth.
11. Fixed old bug that would forbid SPAMNUM to be disabled via "SET SPAMNUM
0"
12. Updated example configuration files
13. Fixed compile warning in change_simple_umode
14. Fixed an off-by one bug in the ip limiting code
15. Fixed /dline nick for ipv6 servers
16. Cosmetical fix to "STATS k|K".  temporary regexp based k-lines should be
prefixed with 'kR' and permanent ones with 'KR'.
17. Clear the TS6 CAPAB bit possibly set on an unregistered client connection
in mr_motd(), mr_admin() and register_local_user().
18. Added new general::stats_e_disabled configuration option.  Known from RB,
all it does is to disable "STATS e", which is a good idea if you have any
exempted server ips.
19. 'SID' from ratbox irc daemon
20. ts6 fixes as explained on irc
21. Allow servers to CHGHOST.  This is mainly to fix an issue with
ip_cloaking module
22. Fixed negative "STATS ?" output as
23. Fixed g-line voting as discussed on irc
24. Added BS alias for BOTSERV
-------------------------------------------------------------------
Nevermind, i`ll write more and more and more... but you must try it.
-------------------------------------------------------------------
New spoof flags, usermodes, operflags:
--------
Spoof
--------
* need_password: don't allow users who haven't supplied the correct
password to connect using another auth{} block *('&' prefix on /stats I if
disabled)
* need_ident: require the user to have identd to connect ('+' prefix on
/stats I)
* spoof_notice:  enable spoofing notification to admins
* exceed_limit:  allow a user to exceed class limits ('>' prefix on /stats
I)
* kline_exempt:exempt this user from k/glines ('^' prefix on /stats I)
* gline_exempt:exempt this user from glines ('_' prefix on /stats I)
* resv_exempt: exempt this user from resvs ('$' prefix on /stats I)
* no_tilde:remove ~ from a user with no ident ('-' prefix on /stats I)
* can_flood: allow this user to exceed flood limits ('|' prefix on /stats I)
* can_idle: exempt this user from idle restrictions ('<' prefix on /stats I)
---------
Umodes
---------
* +b - bots         - See bot and drone flooding notices
         * +c - cconn        - Client connection/quit notices
         * +D - deaf         - Don't receive channel messages
         * +d - debug        - See debugging notices
         * +f - full         - See I: line full notices
         * +G - softcallerid - Server Side Ignore for users not on your
channels
         * +g - callerid     - Server Side Ignore (for privmsgs etc)
         * +i - invisible    - Not shown in NAMES or WHO unless you share a
         *                     a channel
         * +k - skill        - See server generated KILL messages
         * +l - locops       - See LOCOPS messages
         * +n - nchange      - See client nick changes
         * +r - rej          - See rejected client notices
         * +s - servnotice   - See general server notices
         * +u - unauth       - See unauthorized client notices
         * +w - wallop       - See server generated WALLOPS
         * +x - external     - See remote server connection and split
notices
         * +y - spy          - See LINKS, STATS, TRACE notices etc.
         * +z - operwall     - See oper generated WALLOPS
-------------
Oper flags
-------------
* global_kill:  allows remote users to be /KILL'd (OLD 'O' flag)
* remote:       allows remote SQUIT and CONNECT   (OLD 'R' flag)
* remoteban:    allows remote KLINE/UNKLINE
* kline:        allows KILL, KLINE and DLINE      (OLD 'K' flag)
* unkline:      allows UNKLINE and UNDLINE        (OLD 'U' flag)
* gline:        allows GLINE                      (OLD 'G' flag)
* xline:         allows XLINE                     (OLD 'X' flag)
* operwall:     allows OPERWALL
* nick_changes: allows oper to see nickchanges    (OLD 'N' flag)
via usermode +n
* rehash:       allows oper to REHASH config      (OLD 'H' flag)
* die:          allows DIE and RESTART            (OLD 'D' flag)
* admin:        gives admin privileges.  admins
may (un)load modules and see the
real IPs of servers.
* hidden_admin: same as 'admin', but noone can recognize you as
being an admin
* hidden_oper:  not shown in /stats p (except for other operators)









    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?func=detailitem&item_id=5773>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]