blob: c11445966924d2f812a003ac1d27ebcc065ad2ec (
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
# (C) 2003 Anope
# Contact us at info@anope.org
#
# Please read COPYING and README for furhter details.
#
# $Id$
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="1"
VERSION_BUILD="45"
VERSION_EXTRA=""
# $Log$
#
# BUILD : 1.7.1 (45)
# NOTES : Anope 1.7.1 Release
#
# BUILD : 1.7.0 (42)
# BUGS : 11
# NOTES : Fixed quoted MD5 password for MySQL use (again...)
#
# BUILD : 1.7.0 (40)
# BUGS : 11
# NOTES : Fixed mysql query failure with md5 passwords
#
# BUILD : 1.7.0 (39)
# BUGS : 10
# NOTES : Fixed tables.sql detection on mydbgen script.
#
# BUILD : 1.7.0 (38)
# BUGS : 008
# NOTES : Fixed segfault due to coreless nicks in MySQL db on behalf of Keeper
#
# BUILD : 1.7.0 (37)
# BUGS :
# NOTES : Added NickRegDelay which prevents users from regging their nick if they are not connected for at least X seconds.
#
# BUILD : 1.7.0 (36)
# BUGS :
# NOTES : 1. Added "is a services root administrator" to /ns info. 2. Added option for SOs and above to hide their services
# access status in /ns info.
#
# BUILD : 1.7.0 (35)
# BUGS :
# NOTES : Added -help arguement for command line parameter information
#
# BUILD : 1.7.0 (34)
# BUGS : none
# NOTES : Fixed indentation issue on memoserv.c
#
# BUILD : 1.7.0 (33)
# BUGS :
# NOTES : Small bugfix to allow ./services -version to be done without anope running
#
# BUILD : 1.7.0 (32)
# BUGS :
# NOTES : Added -version arguement to return anope version and build information
#
# BUILD : 1.7.0 (30)
# BUGS : http://bugs.anope.org/show_bug.cgi?id=3
# NOTES : Fixed moduleAddCommand for a non-existant service, now returns MOD_ERR_NOSERVICE, updated hs_moo to deal with it nicely
#
# BUILD : 1.7.0 (29)
# BUGS : http://bugs.anope.org/show_bug.cgi?id=9
# NOTES : Updated en_us.l file to show MAIL as a valid option on notify syntax response
#
# BUILD : 1.7.0 (28)
# BUGS : http://bugs.anope.org/show_bug.cgi?id=7
# NOTES : Dont display "Commands available to services admins only:" for /hs help, as there are no services admin only commands
#
#
# BUILD : 1.7.0 (27)
# BUGS : none
# NOTES : Normalized language files and updated Changes.lang
#
# BUILD : 1.7.0 (26)
# BUGS : none
# NOTES : Testing svn access with a new am script.
#
# BUILD : 1.7.0 (25)
# BUGS :
# NOTES : Added memo2mail and /msg memoserv set notify MAIL/NOMAIL
#
# BUILD : 1.7.0 (23)
# BUGS : none.
# NOTES : Spelling error
#
# BUILD : 1.7.0 (20)
# BUGS : none
# NOTES : Fixed MySQL double encryption if using MD5.
#
# BUILD : 1.7.0 (19)
# BUGS : none
# NOTES : Refixed compile error if no RDB :(
#
# BUILD : 1.7.0 (18)
# BUGS : none
# NOTES : Fixed lack of BotServ. Fixed compile error if no RDB
#
# BUILD : 1.7.0 (17)
# BUGS :
# NOTES : Implemented MySQL Phase 2, see Changes and docs/MYSQL file for information.
#
# BUILD : 1.7.0 (15)
# BUGS : N/A
# NOTES : Added the ability for modules to add Commands and Messages outside of AnopeInit()
#
# BUILD : 1.7.0 (12)
# BUGS : 5
# NOTES : Fixed a bug with module callbacks, this is a tiny fix, but will need to be merged with the 1.6.x series, as it can cause a segfault if a module attempts to use recersive callbacks.
#
#
# BUILD : 1.7.0 (11)
# BUGS :
# NOTES : Added channelname to entrymsgs
#
# BUILD : 1.7.0 (8)
# BUGS : none.
# NOTES : Made svn://zero.org/repos/anope/trunk the 1.7 development stream.
#
# BUILD : 1.6.0 (6)
# BUGS : none
# NOTES : Removed estra table definition from tables.sql. Minor fixes.
#
# BUILD : 1.6.0 (4)
# BUGS : none
# NOTES : File cleanup and new AnopeManager script (bin/am) to work
# with Anope source control. Version schema change with no
# impact on cpp directives.
# EOF
|