]> git.ipfire.org Git - location/libloc.git/history - src/lua
importer: Ensure that we set timestamps in the announcements table
[location/libloc.git] / src / lua /
2024-05-22  Michael Tremerlua: Fix raising an exception if no network was found
2024-05-22  Michael Tremerdatabase: Have the lookup function return 0 even if...
2024-05-22  Michael Tremerlua: Implement setting a log callback function
2024-05-21  Michael Tremerlua: Initialize the database object pointer
2024-04-08  Michael Tremerlua: Add method to access database creation time
2024-04-06  Michael Tremerlua: Add function that returns subnets of a network
2024-04-06  Michael Tremernetwork: Add function to return a reverse pointer for...
2024-04-05  Michael Tremerlua: Cleanup any database iterators
2024-04-05  Michael Tremerlua: Create a simple iterator for all networks
2024-03-31  Michael Tremerlua: Don't raise an error if a network cannot be found
2024-03-31  Michael Tremerlua: Add compatibility function to compile with Lua...
2024-02-22  Michael Tremerlua: network: Implement checking flags
2024-02-22  Michael Tremerlua: Export network flags
2024-02-22  Michael Tremerlua: Export default database path
2024-02-22  Michael Tremerlua: database: Implement verify()
2024-02-22  Michael Tremerlua: database: Export description/license/vendor
2024-02-22  Michael Tremerlua: database: Implement fetching countries
2024-02-22  Michael Tremerlua: database: Implementing fetching AS objects
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