1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-09 16:16:24 -07:00
Commit graph

213 commits

Author SHA1 Message Date
comraderat
2bf2d4aa35 Implement Staff sql funcs 2020-05-04 13:46:13 +02:00
comraderat
704d9055b0 Changed SetFormattedInDatabase to send one by one
Manually manages stmt object to stop re-formatting
constantly.
2020-05-03 13:37:33 +02:00
comraderat
6eff4c2b97 Implement GetStaffByName 2020-05-03 13:37:33 +02:00
comraderat
5b2e6800a1 Implemented GetStaffName & GetStaffBySession 2020-05-03 13:37:33 +02:00
comraderat
bae28256e0 Removed non-functional staff boards field 2020-05-03 13:37:33 +02:00
comraderat
631648222c Implemented GetReplyFileCount 2020-05-03 13:37:33 +02:00
comraderat
36c073e037 Add InterfaceSlice method, fix error
Implemented GetReplyCount, added InterfaceSlice method for easy use of
QuerySQL, fixed and updates GetSpecificTopPost
2020-05-03 13:37:33 +02:00
comraderat
0d8cbff20d Get and set methods for messages implemented 2020-05-03 13:37:33 +02:00
comraderat
969dca3e98 Replace notimplementen static value with new call
To ensure correct handling of stack trace
2020-05-03 11:18:12 +02:00
comraderat
647df66989 Add deprecation notice to Post and RecentPost 2020-05-02 20:11:25 +02:00
comraderat
4f925c3622 Extract & implement post retrieval queries
Removed unused field in Post table
2020-05-02 20:08:17 +02:00
comraderat
58fd83bad1 Add deprecation tags and remove unused funcs
Add deprecation annotation for functions that are not idiomatic to the
new database logic. These functions (and mostly the code that uses them)
will have to be replaced over time to use the new features of the design.
2020-05-01 21:10:59 +02:00
Eggbertx
d1292bd9fe refactor/reorganize gochan's source code into subpackages
Also use Go version 1.11 in vagrant for module support
2020-04-29 17:44:29 -07:00