|
|
|||||||
| News and Releases News of new releases and fixes etc will be posted here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
InspIRCd Developer
|
A few years in the making, months in the testing, thousands of lines of code in the writing, we're finally done. 1.2.0 is ready for every day usage. A grand total of 0 issues have been reported since rc5, so we are confident that things should have settled down now, though we will remain ready to rectify any problems that arise.
1.2 aims at following on from the surge in popularity following our stable 1.1 series. A number of new features have been introduced, borrowing on ideas from many other parts of the IRC community, as well as introducing a few of our own. Some performance enhancements and many architectural improvements have also been made. 1.2.0 is now recommended for usage. Networks that do not require any of the new features are still free to run 1.1, which is still supported. To download the tarball, visit: http://www.inspircd.org/?p=download&version=1.2.0 (if you're using wget, *QUOTE THE URL*) New features include:
The list of people who have helped out from 1.1 to 1.2 is huge, but in particular, I would like to thank MacGyver, Namegduf, Taros, danieldg, Brain, peavey, Om, psychon, Special, aquanight, satmd, Majic, jdhore, Darom, Jason, Sm0ke0ut, PinkFreud and Syloq. Special mentions also go to Adam, chaz, Amanda, Brik, Kat, and anyone else who has helped us through the past few years. Some of you probably hate us now, but thanks anyway ;p. Additional thanks go to all of *you*, the people who use our code. We value your input, and we love you all! (If you feel forgotten, please, don't! I have a really bad memory. Just let me know) As always, a changelog and diffstat will be included for the curious.
__________________
Master of all trades; jack of none. |
|
|
|
|
|
#2 |
|
InspIRCd Developer
|
Here's that changelog:
__________________
Master of all trades; jack of none. |
|
|
|
|
|
#3 |
|
InspIRCd Developer
|
And, the diffstat. There's not really a huge amount of movement here, the bulk of the line changes come from the introduction of VS2010 project files for windows building and configuration/documentation updates.
The biggest code change comes in allowing older versions to link to newer protocol versions, meaning no more whole-network-upgrades at once unless you're horrifically out of date. Code:
.gitignore | 59 +-- .inspircd.inc | 25 + conf/inspircd.conf.example | 27 +- conf/inspircd.helpop-full.example | 873 ++++++++++++++++++------- conf/inspircd.helpop.example | 310 ++++++++-- conf/links.conf.example | 3 +- conf/modules.conf.example | 21 +- conf/opers.conf.example | 4 + configure | 2 + include/bancache.h | 6 +- include/dns.h | 6 +- include/hash_map.h | 57 +- include/hashcomp.h | 10 +- include/typedefs.h | 10 +- make/configure.pm | 2 +- src/channels.cpp | 4 - src/commands/cmd_topic.cpp | 2 +- src/configreader.cpp | 2 +- src/hashcomp.cpp | 14 +- src/modules/m_alias.cpp | 38 +- src/modules/m_cgiirc.cpp | 12 +- src/modules/m_override.cpp | 8 +- src/modules/m_spanningtree/capab.cpp | 22 +- src/modules/m_spanningtree/main.h | 1 + src/modules/m_spanningtree/utils.cpp | 4 +- src/modules/m_spanningtree/utils.h | 2 +- src/modules/m_watch.cpp | 6 +- src/server.cpp | 2 +- src/version.sh | 2 +- win/configureVC90.vcxproj | 209 ++++++ win/inspircdVC90.vcxproj | 1167 ++++++++++++++++++++++++++++++++++ win/m_spanningtreeVC90.vcxproj | 302 +++++++++ win/vs2010.sln | 51 ++ 33 files changed, 2812 insertions(+), 451 deletions(-)
__________________
Master of all trades; jack of none. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|