]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/ChangeLog
Initial revision
[user/henk/code/inspircd.git] / docs / ChangeLog
1 1.0 alpha 5
2
3 * Changed channel array to a hash_map similar to the one used for users, faster and more efficient
4 * Changed ./configure, no longer asks for hard channel limit (depreciated)
5 * Added support for users to be disconnected once MAXUSERS is reached
6 * Changed code a lot, major overhauls for C++ and STL use for added stability and speed
7 * Changed entire user system to use the hash_map container type instead of an array
8 * Added /TIME command
9 * Added /INFO command
10 * Added restart and die passwords
11 * Partially implemented /RESTART command
12 * Fixed amusing bug which allowed partially connected clients to issue commands under the context of other users! *gulp!* (reported again by Craig)
13 * Fixed SegFault caused when doing a /who 0 or /who * whilst not in channels (Reported by Craig, Fixed by Craig :p)
14 * Added /who 0 o to display online Opers (Craigs First Scratch of Code :p)
15 * Fixed Typo in LUSERS (Reported by MrBOFH and CC)
16 * Fixed Joining Channels withough a # bug. (Reported by MrBOFH)
17
18
19 1.0 alpha 4
20
21 * Fixed parameters bug discovered by Allan
22 * Fixed /NICK repeating bug found by piggles.
23 * Added /REHASH command
24 * Added /LUSERS command
25 * Added ability to kill -HUP to rehash
26 * Fixed lock up after ping timeout
27 * Added system to /VERSION
28 * Added DNS lookups on connect (*FIXME* this needs to be asyncronous!)
29 * Fixed IRCop status shown on wrong users
30 * Fixed socket linger option via setsockopt (can restart faster as sockets arent in use after shutdown!)
31 * Added operators can now see real userhost in WHOIS
32 * Added oper-up failed msg to online opers
33 * Changed layout of /motd command start numeric
34 * Fixed empty channels are now purged upon user quit
35 * Changed: support for WHO * as well as WHO 0 (do the same thing)
36 * Fixed ability to kick users when you arent on the channel :)
37 * Fixed grammatical error when halfop tries to kick an op, "You must be at least a half-operator"
38
39
40 1.0 alpha 3
41
42 * Fixed problem where nicks containing control codes were allowed
43 * Added support so that ircd honours channel mode +n
44 * Added support so that ircd honours channel mode +t
45 * Fixed linefeeds in middle of line bug (reported by Craig)
46 * Fixed buffer overflow in channel names (reported by Allan)
47 * Fixed close() on nonblocking sockets problem
48 * Added /KILL command >:)
49 * Added /KICK command