-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modularize - Ability for server to be used as a package #27
Commits on Nov 28, 2016
-
Begin major refactoring. Collapsed subpackages into top level, refact…
…ored client handling code.
Configuration menu - View commit details
-
Copy full SHA for 4859e9d - Browse repository at this point
Copy the full SHA 4859e9dView commit details
Commits on Nov 29, 2016
-
Remove
go
from repo and icon nameRemove old `server` package Refactor cmd package to work with new server Remove `models.go`, remove parts and refactor other parts into either `server.go` or `client.go` Change format of `allowed_hosts` to JSON array from comma separated string
Configuration menu - View commit details
-
Copy full SHA for ce5f3a2 - Browse repository at this point
Copy the full SHA ce5f3a2View commit details
Commits on Nov 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ce366b9 - Browse repository at this point
Copy the full SHA ce366b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e60264a - Browse repository at this point
Copy the full SHA e60264aView commit details -
Refactor NewServer and server.run into server file Remove requirement for servers to receive appconfig
Configuration menu - View commit details
-
Copy full SHA for 502939c - Browse repository at this point
Copy the full SHA 502939cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 393f946 - Browse repository at this point
Copy the full SHA 393f946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c4eff - Browse repository at this point
Copy the full SHA 68c4effView commit details
Commits on Dec 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0068ee9 - Browse repository at this point
Copy the full SHA 0068ee9View commit details
Commits on Dec 6, 2016
-
Move backend interface to guerrilla package
Refactor MD5Hash method to not use pointers to strings (go strings are pointers under the hood already anyway) Refactor mysql+redis backend implementation to work with new backend interface and modified client struct Move concern of reading a configuration file to the command line interface
Configuration menu - View commit details
-
Copy full SHA for 1068a90 - Browse repository at this point
Copy the full SHA 1068a90View commit details
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f52ca17 - Browse repository at this point
Copy the full SHA f52ca17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b9110 - Browse repository at this point
Copy the full SHA 09b9110View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfb974 - Browse repository at this point
Copy the full SHA 4dfb974View commit details
Commits on Dec 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 148d911 - Browse repository at this point
Copy the full SHA 148d911View commit details -
Configuration menu - View commit details
-
Copy full SHA for df865ee - Browse repository at this point
Copy the full SHA df865eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbede1 - Browse repository at this point
Copy the full SHA fcbede1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1999f - Browse repository at this point
Copy the full SHA 9a1999fView commit details
Commits on Dec 13, 2016
-
* change imports back to flashmob's repo
* tls sate always goes back to command state
Configuration menu - View commit details
-
Copy full SHA for 295e455 - Browse repository at this point
Copy the full SHA 295e455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f92198 - Browse repository at this point
Copy the full SHA 1f92198View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9a0b3 - Browse repository at this point
Copy the full SHA 8a9a0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 603df7d - Browse repository at this point
Copy the full SHA 603df7dView commit details -
* do not allocate client until we have space for it
* added some kills for read errors
Configuration menu - View commit details
-
Copy full SHA for 97334f5 - Browse repository at this point
Copy the full SHA 97334f5View commit details
Commits on Dec 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4159692 - Browse repository at this point
Copy the full SHA 4159692View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8cb332 - Browse repository at this point
Copy the full SHA f8cb332View commit details -
Configuration menu - View commit details
-
Copy full SHA for 692ec73 - Browse repository at this point
Copy the full SHA 692ec73View commit details -
Fix issue where config file wasn't read correctly, preventing saveMai…
…l workers from being created and causing deadlock in the Redis+MySQL backend
Configuration menu - View commit details
-
Copy full SHA for fae8e89 - Browse repository at this point
Copy the full SHA fae8e89View commit details -
Move header parsing function to util for backends to use
Remove Client.Headers and replace with Subject as before
Configuration menu - View commit details
-
Copy full SHA for b221c32 - Browse repository at this point
Copy the full SHA b221c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f91977 - Browse repository at this point
Copy the full SHA 9f91977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c53247 - Browse repository at this point
Copy the full SHA 3c53247View commit details -
* log invalid tls handshake * do not send reply on invalid tls handshake
Configuration menu - View commit details
-
Copy full SHA for 979821b - Browse repository at this point
Copy the full SHA 979821bView commit details -
Merge branch 'modularize' of https://github.com/flashmob/go-guerrilla …
…into modularize
Configuration menu - View commit details
-
Copy full SHA for 581a48a - Browse repository at this point
Copy the full SHA 581a48aView commit details -
* do not write a response if there is nothing to write
* just a tiny detail to the guerrilla mail mail backend, legacy db table
Configuration menu - View commit details
-
Copy full SHA for 210fd39 - Browse repository at this point
Copy the full SHA 210fd39View commit details
Commits on Dec 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0bb3d0a - Browse repository at this point
Copy the full SHA 0bb3d0aView commit details -
Move util functions used by backends to backends package.
Make smtpbufferedreader unexported
Configuration menu - View commit details
-
Copy full SHA for ea5d09d - Browse repository at this point
Copy the full SHA ea5d09dView commit details -
Merge branch 'modularize' of https://github.com/flashmob/go-guerrilla …
…into modularize
Configuration menu - View commit details
-
Copy full SHA for cb99c5f - Browse repository at this point
Copy the full SHA cb99c5fView commit details
Commits on Dec 16, 2016
-
Merge branch 'modularize' of https://github.com/flashmob/go-guerrilla …
…into modularize
Configuration menu - View commit details
-
Copy full SHA for 5b9f283 - Browse repository at this point
Copy the full SHA 5b9f283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec5fed - Browse repository at this point
Copy the full SHA 7ec5fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd68ecd - Browse repository at this point
Copy the full SHA dd68ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e958c - Browse repository at this point
Copy the full SHA b0e958cView commit details
Commits on Dec 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for dc8cb0d - Browse repository at this point
Copy the full SHA dc8cb0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0e4eee - Browse repository at this point
Copy the full SHA c0e4eeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7712473 - Browse repository at this point
Copy the full SHA 7712473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a03136 - Browse repository at this point
Copy the full SHA 8a03136View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4d2847 - Browse repository at this point
Copy the full SHA b4d2847View commit details -
Merge branch 'modularize' of https://github.com/flashmob/go-guerrilla …
…into modularize
Configuration menu - View commit details
-
Copy full SHA for 18335c3 - Browse repository at this point
Copy the full SHA 18335c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9c577 - Browse repository at this point
Copy the full SHA 6e9c577View commit details
Commits on Dec 21, 2016
-
Merge branch 'modularize' of https://github.com/flashmob/go-guerrilla …
…into modularize
Configuration menu - View commit details
-
Copy full SHA for c38928f - Browse repository at this point
Copy the full SHA c38928fView commit details -
move public client fields to
MailData
struct and make client privat……e. Move `Client#Hash` into sql+redis backend
Configuration menu - View commit details
-
Copy full SHA for 55a49d8 - Browse repository at this point
Copy the full SHA 55a49d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd6a0e - Browse repository at this point
Copy the full SHA cdd6a0eView commit details -
Merge branch 'modularize' of https://github.com/flashmob/go-guerrilla …
…into modularize
Configuration menu - View commit details
-
Copy full SHA for 638d9e9 - Browse repository at this point
Copy the full SHA 638d9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 291c982 - Browse repository at this point
Copy the full SHA 291c982View commit details -
Configuration menu - View commit details
-
Copy full SHA for e11c7ae - Browse repository at this point
Copy the full SHA e11c7aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00817c6 - Browse repository at this point
Copy the full SHA 00817c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 571069f - Browse repository at this point
Copy the full SHA 571069fView commit details
Commits on Dec 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b207f88 - Browse repository at this point
Copy the full SHA b207f88View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbb4986 - Browse repository at this point
Copy the full SHA bbb4986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c14ef6 - Browse repository at this point
Copy the full SHA 8c14ef6View commit details -
Merge branch 'modularize' of https://github.com/flashmob/go-guerrilla …
…into modularize
Configuration menu - View commit details
-
Copy full SHA for d1b9944 - Browse repository at this point
Copy the full SHA d1b9944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebedb3 - Browse repository at this point
Copy the full SHA 9ebedb3View commit details