xenu_nntp/lib/nntp/tiny
2024-12-06 11:14:38 -05:00
..
buffer.py Fix bugs in OutputBuffer 2024-11-27 19:09:47 -05:00
client.py Implement POST client method 2024-12-05 22:10:15 -05:00
config.py Add /usr/local/etc/nntp-tiny/server.conf to search path 2024-12-04 12:14:40 -05:00
daemon.py Build config validation into Config.get() accessor 2024-12-04 11:48:56 -05:00
db.py Use default attribute value of None when attributes are missing 2024-12-04 17:22:33 -05:00
host.py Implement Host.is_hostname() 2024-12-04 16:32:23 -05:00
mbox.py Rename Message.read_line() to readline() 2024-11-30 15:17:11 -05:00
message.py Ensure Message superclass constructor is called 2024-12-04 14:34:58 -05:00
newsgroup.py Rename 'active' to 'writable' 2024-12-02 17:22:56 -05:00
passwd.py Use same number of iterations as original salted password 2024-11-29 23:44:37 -05:00
remote.py Make RemoteException explicitly take Response argument 2024-12-05 18:30:52 -05:00
request.py Renaming, though may not need that 2024-11-20 21:17:38 -05:00
response.py Add statuses used by IHAVE 2024-11-30 18:23:15 -05:00
server.py Do not cache newsgroups in Server 2024-12-06 11:14:38 -05:00
session.py Do not cache newsgroups in Server 2024-12-06 11:14:38 -05:00
socket.py Consolidate message sending into nntp.client.socket 2024-12-05 21:56:58 -05:00
user.py Add GROUP creation permission to server_permission 2024-12-06 11:06:15 -05:00