]> git.ipfire.org Git - people/ms/libloc.git/history - src/lua
lua: Add AS object
[people/ms/libloc.git] / src / lua /
2024-02-22  Michael Tremerlua: Add AS object
2024-02-22  Michael Tremerlua: country: Export remaining properties
2024-02-22  Michael Tremerlua: Don't try to free memory that was allocated by Lua
2024-02-22  Michael Tremerlua: Create Country objects
2024-02-22  Michael Tremerlua: Fix calling methods that belong to an object
2024-02-22  Michael Tremerlua: network: Add a __close method
2024-02-22  Michael Tremerlua: database: Add __close method
2024-02-22  Michael Tremerlua: database: Rename the __gc method for consistency
2024-02-22  Michael Tremerlua: Actually return a network after lookup()
2024-02-22  Michael Tremerlua: Add a Network object
2024-02-22  Michael Tremerlua: Add a Database object with a dummy lookup function
2024-02-22  Michael Tremerlua: Initialize location context
2024-02-22  Michael Tremerlua: Add version() function
2024-02-22  Michael Tremerlua: Create scaffolding for a module