File: TODO

package info (click to toggle)
libnet-irc-perl 0.75-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 224 kB
  • ctags: 166
  • sloc: perl: 2,303; makefile: 36
file content (28 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (3)
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
This is the old ToDo file. New ToDo items are in the main README file now,
but everything below still needs to be done... bleh.

Things to do for the next revision:
===================================

  - Fix the funky parse case for Undernet "Closing Link" messages:
	Closing Link: Natsune[i.got.net] by NewBrunswick.NJ.US.Undernet.Org
        (Excess Flood)

  - Write more documentation.

  - Fix this case:

	QIUT
        QIUT :Unknown command

  -  Test the server notice stuff. (both "NOTICE :foo" and ":server.com NOTICE :foo")

  -  Allow chained handlers, and have add_handler return the old handler(s)?

  -  Fix the colons-getting-lost problem in message parsing.

  -  Allow users to do "MODE #channel" to retrieve current channel settings.

  -  Fix Modes (mode -m causes problems)