[X] The "/qlumedit/QLumEdit_0.2.0-src.zip" file could not be found or is not available. Please select another file.

Share

More
AUSTnet Development Icon

AUSTnet Development

inactive

by pickle


Development team for open-source software used by the AUSTnet IRC Network (http://www.austnet.org/).


http://ircd.austnet.org





Separate each tag with a space.

Release Date:

2004-02-12

Topics:

License:

Operating System:

User Interface:

Programming Language:

Registered:

2001-03-18

Ratings and Reviews

Be the first to post a text review of AUSTnet Development. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Tracker artifact added

    phatfil created the client side unknown commands artifact

    posted by phatfil 576 days ago

  • File released: /austhex-ircd/austhex8-beta14/austhex8-beta14.tar.gz

    posted 2102 days ago

  • austhex-ircd austhex8-beta14 file released: austhex8-beta14.tar.gz

    beta14-- modified server notices to use settable /mode <nick> s +kpcg etc, with access via +h users beta10-- updated support for proxy scanning via ircd beta9-- full support for usermode +h and related access rights, and modified hostmasking on +x beta7-- wrapped up and ready for testnet beta5-- moved to a new codebase, bastardised to suite the network and removed/restricted unnecessary commands

    posted 2103 days ago

  • File released: /austhex-ircd/servd7.5.pre13.dbuf.ghash/austhex.servd7.5.pre13.staffhosts.patch.tgz

    posted 2247 days ago

  • austhex-ircd servd7.5.pre13.dbuf.ghash file released: austhex.servd7.5.pre13.staffhosts.patch.tgz

    Changes with .pre13 (Austhex Development Team - dev@austnet.org) * Updated find_kill to show client the gline mask that is refusing them access to the server (requested by abuse dept) * Removed X lines from ircd.conf * Added sendto_grealops to send to Global opers only * Removed Local opers ability to see real hosts on a JOIN msg * Removed Local opers ability to see GlobOPS, they are restricted to /helpme only (i.e they cannot send Globops) * Added elementary VWHASH command to update vw hashs (still needs finishing) * Moved IsOper check on gline into find_gkill * Changed startup text to new format - requested by ryan * Updated src/crypt/Makefile to use dynamic libs/cc (as src/Makefile does) * Fixed compilation errors on Alpha Tru Unix platform (related to long/int declarations) * Changed /links so that when non-opers send a links request it sends a *flat* network map, not showing what links where - still allowing users to see what servers we have - but not showing any of the connectivity * Changed /trace to be a global operator command only * Changed /suserhost to only return real hosts to global opers * Changed /dns to an Oper only command * Changed /who to only return hop count to opers * Changed gline checking in m_gline.c , now matches against host/ip/ip* * Removed ./ADD-TO-IRCRC * Removed ./Config * Updated LICENSE to version two of the General Public License * Added GNU autoconfigure system (autoconf , ./configure etc) * Moved ./austrace into misc/austrace and updated serverlist * Added autoconf/install-sh to aid the install process * Removed ./bsdinstall * Moved all files from common/ into src/ * Updated doc/Authors to reflect austhex development since 1996 * Removed stale documentation from doc * Moved ./ircd-conf-sample over doc/example.conf * Added definitions for NO & YES into include/common.h * Added #define DO_EAF to include/config.h * Added #define DOMAINNAME to include/config.h * Added #define MY_LOCAATION to include/config.h * Changed #define MAXCONNECTIONS to 1024 in include/config.h * Added include/list.h * Added include/m_sprintf.h * Added include/m_string.h * Updated include/patchlevel.h to reflect .pre13 status * Added Struct for Zdata to include/struct.h * Added Second field for flags in Client structure for future expansion * Added capabilities field to Client structure * Added misc/install-ircd script to do final installation of ircd * Modified strlower() to ensure it returns a valid pointer * Removed parse_servicemsg() from src/austnet.c * Removed src/s_serv.c and split it into 25 m_function.c files * Added src/m_sprintf.c - Optimized sprintf for irc * Added src/m_string.c - Optmized String handling routines * Added src/m_templace.c - Template .c file for functions * Removed austnet logo from src/module.c * Removed no longer needed note.c * Removed src/oschk.SH * Removed myctime() from src/s_misc.c * Removed non-used static defines of sccsid from most src/*.c 's * Updated src/version.c.SH to reflect Austhex coding team * Removed SUMMON defines from include/msg.h * Removed USERS defines from include/msg.h * Removed src/m_summon.c * Removed src/m_users.c * Removed ENABLE_SUMMON from include/config.h * Removed ENABLE_USERS from include/config.h * Removed LEAST_IDLE from include/config.h * Modified VREMOVER code to allow Opers to /VREMOVER nick and set them Usermode +r. * Modified VREMOVER code to propagate +r changes to other servers * Added two new sections to client struct for stats. * Bytes Sent/Recv now reported on connection burst ends. * Fixed /silence to work with virtual world hosts * & Channels (local server channels) are no longer valid channel names * Added AWAY Message limiting - see AWAY_DELAY config.h * Replaced m_vremover with David Luyer's replacement function * Restricted map/links/trace and usermode +s to Opers only * Removed #define NPATH "/usr/lib/irc/.ircdnote" from include/config.h * Changed the external declaration of clean_channelname() in include/h.h * Removed m_note(), and other occurances from include/msg.h * Added the numeric reply of ERR_BADCHANNAME - 479 when a user enters an imprope r channelname include/numeric.h * Added the definition for FLAGS_ULINE in include/struct.h * Added IsULine macro in include/struct.h * Changed ShowChannel macro to include Opers (so opers can /names #chan without being in it). * Changed the definition of CONF_UWORLD --> CONF_ULINE in include/struct.h * Changed occurances of CONF_UWORLD --> CONF_ULINE in src/austnet.c * Removed the #EPATH definition (for note.c stuff) in src/channel.c * Changed channel HACK notices to GNOTICE versus WALLOPS in src/channel.c * Changed occurances of CONF_UWORLD --> CONF_ULINE in src/channel.c * Re-wrote clean_channelname() so that it catches all bells, and ctrl+(crap) chars and all. in src/channel.c * Added check_channelname() that replies back ERR_BADCHANNAME in src/channel.c * Changed occurance of CONF_UWORLD --> CONF_ULINE in src/chkconf.c * Changed occurance of CONF_UWORLD --> CONF_ULINE in src/s_bsd.c * Removed occurance of NPATH and note function from src/s_bsd.c * Added find_uline() to go with IsULine function in src/s_conf.c * Changed occurances of CONF_UWORLD --> CONF_ULINE in src/s_conf.c * Removed occurance of NPATH in src/s_debug.c * Removed occurance of NPATH in src/s_misc.c * Changed occurances of CONF_UWORLD --> CONF_ULINE in src/s_serv.c * Changed WALLOPS to GNOTICE in src/s_serv.c * Added in the m_server function where it sets FLAGS_ULINE to a U:Lined server when it merges. * Removed NPATH references from src/s_user.c * Allowed Opers to be able to /who #channel despite usermode and see users within the channel. in src/s_user.c * Removed m_note() from src/s_user.c * Added the numeric reply of ERR_BADCHANNAME - 479 when a user enters an improper channelname include/numeric.h * Removed the old m_names() and replaced with a much tidier code than the current code in src/channel.c * Added the 'r' usermode on the RPL_MYINFO in src/s_err.c * Added ERR_BADCHANNAME reply to src/s_err.c * Modified m_links so that normal users can't see U:Lined servers except IsAustStaff in src/m_links.c * All /stats except /stats u restricted to +o clients.

    posted 2248 days ago

  • Code committed

    pickle committed patchset 15 of module CVSROOT to the AUSTnet Development CVS repository, changing 1 files

    posted by pickle 2277 days ago

  • Code committed

    pickle committed patchset 14 of module CVSROOT to the AUSTnet Development CVS repository, changing 1 files

    posted by pickle 2277 days ago

  • Code committed

    pickle committed patchset 13 of module CVSROOT to the AUSTnet Development CVS repository, changing 1 files

    posted by pickle 2277 days ago

  • Code committed

    pickle committed patchset 17 of module mod_austhex to the AUSTnet Development CVS repository, changing 1 files

    posted by pickle 2278 days ago

  • Code committed

    pickle committed patchset 16 of module mod_austhex to the AUSTnet Development CVS repository, changing 2 files

    posted by pickle 2278 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

AUSTnet Development Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review