blob: c690eb286b563256bebde67227c4e1a6e7e0117b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
Anope Version S V N
-------------------
Provided by Anope Dev. <dev@anope.org> - 2004
06/18 A Added proper Bahamut1.8 support. [ #55]
Anope Version 1.7.4
-------------------
Provided by Anope Dev. <dev@anope.org> - 2004
06/16 A More verbose error messages for services.conf checking. [ #00]
06/10 A Improved handling of /NS INFO for pseudo-clients. [ #98]
06/07 A Added register script in /bin/ for users to register anope. [ #00]
05/27 A Better /OS MODLIST output to include version information. [ #74]
05/25 A New /CS CLEAR HOPS for ircd's that support halfops. [ #72]
05/24 A New NSNickTracking directive to provide nick tracking. [ #71]
05/21 A Auto enforce upon AKICK addition. [ #63]
05/21 A New file docs/OLDCHANGES contains all change history. [ #65]
06/17 F Added SQLINE to NICK() on PTlink. [ #96]
06/16 F Module support for OpenBSD systems [#106]
06/12 F We check now for valid arguments in ModuleAddData(). [ #90]
06/12 F Unified kill_user function to handle all ircd protocols. [#101]
06/10 F Added check to see if MysqlUser and MysqlName were not null. [ #92]
06/09 F Corrected a number of spelling errors in en_us.l. [ #94]
06/09 F Corrected a large number of spelling and typing errors in docs. [ #87]
06/09 F Corrected compile warning for Hybrid support. [ #93]
06/06 F Fixed a bug with long NSGuestNickPrefixes. [ #00]
06/04 F Buffer initialization for encrypted MySQL passwords. [ #86]
06/04 F Rewrite of del_exception() fixing segfault and memory leak. [ #78]
06/04 F MemoServ send limit does no longer apply for services operators. [ #84]
06/03 F Reversed pthread library detection order on ./configure script. [ #67]
06/02 F Fixed bug where people who set memoserv notify off were notified. [ #79]
05/30 F HostServ functions no longer called for non VHOST capable ircds. [ #77]
05/28 F Fixed botserv bug with HAS_EXCEPTION (chmode +e). [ #80]
05/26 F Repaired /NS GROUP for compiled but disabled MySQL support. [ #73]
05/24 F Fixed typo in example.conf. [ #70]
05/24 F Cleaned up compile errors on older compilers. [ #69]
05/21 F Removed threads.c file. [ #64]
05/21 F Check for VHOST capable ircd on HostServAlias induction. [ #56]
05/21 F Allow /CS SUSPEND on registered channels only. [ #54]
05/21 F Reserved nicks (Q-lined) will be KILLed if taken on induction. [ #50]
Provided by Trystan <trystan@nomadirc.net> - 2004
06/10 A User customizable pseudo-client modes. [ #99]
06/17 F GlobalOnCycleMessage checked at startup [ #91]
Anope Version 1.7.3
-------------------
Provided by Anope Dev. <dev@anope.org> - 2004
05/16 A make install will now move anoperc to bin, fixed anoperc bug
05/15 A New standard Changes file format.
05/15 A BSCaseSensitive directive for a cAsE sEnSiTiVe badword kicker.
05/14 A Support for +a/-a on PTLink ircd.
05/02 A New moduleAddData support.
04/29 A MemoServ command CHECK to check whether a memo has been read.
04/23 A MemoServ command RSEND to send a memo requesting a receipt.
04/19 A Console control script bin/anoperc.
05/03 F Always set the right module name when executing mod_tail commands.
05/14 F Removed some illegal sizeof(void). Thanks to codemastr.
05/04 F Badwords kicker to ignore control characters and color codes.
05/12 F Missing RANDOMNEWS entry on /OS HELP [ #40]
05/14 F HELP LIST and LIST SYNTAX help messages [ #53]
05/14 F Globals containing format characters [ #52]
05/14 F Typo in HostServ help [ #51]
05/12 F Missing RANDOMNEWS entry on /OS HELP [ #40]
05/12 F xOP management inconsistency [ #38]
05/11 F Bug with module unload / memo moduleData [ #43]
05/05 F Bug with RDB and empty nickserv greet message [ #28]
05/08 F Segfault on MySQL FORBID [ #14]
04/22 F ALIST bug when being invoked by systems admins [ #20]
Provided by Rage IRCD. <rageircd@users.sourceforge.net> - 2004
05/11 A Rage2 IRCD support accepted feature request. [ #46]
Anope Version 1.7.2
--------------------
Provided by Anope Dev. <dev@anope.org>
2004/04/17 Fixed table.sql usage on mydbgen script (Bug #10)
2004/04/17 Fixed bug where anope_ns_req was being referenced
2004/04/17 Added SIGUSR2 signal to Rehash Config and Save DBs
2004/04/16 Fixed broken password saves to MySQL (Bug #11)
Anope Version 1.7.1
--------------------
Provided by Anope Dev. <dev@anope.org>
2004/04/12 Fixed quoted MD5 password for MySQL use (Bug #11)
2004/04/11 Fixed table.sql detection on mydbgen script (Bug #10)
2004/04/09 Fixed segfault due to coreless nicks in MySQL db (Bug #8)
2004/04/08 Added NickRegDelay. Nicks have to be connected longer than X seconds before a /ns register.
2004/04/08 Added "is a services root administrator" to /ns info.
2004/04/08 Added option for SOs and above to hide their services access status in /ns info.
2004/04/07 Added -help arguement for command line parameters.
2004/04/04 Added -version argument to return version and build info.
2004/04/04 Fixed moduleAddCommand for a non-existant service.
2004/04/01 Added memo2mail and /msg memoserv set notify MAIL/NOMAIL.
2004/03/31 Fixed MySQL double encryption if using MD5.
2004/03/31 Implemented MySQL Phase2 (see docs/MYSQL file).
2004/03/31 Modules can now add Commands/Messages from outside of AnopeInit.
2004/03/31 Fixed a bug with recersive module callbacks.
2004/03/30 Added channelname to entrymsg.
2004/03/28 Fixed tables.sql and removed needless tables.
2004/03/28 Forked 1.7 development stream.
NOTE: FOR PREVIOUS CHANGES PLEASE REFER TO FILE docs/OLDCHANGES
|