Skip to content
Open
Changes from 1 commit
Commits
Show all changes
104 commits
Select commit Hold shift + click to select a range
902d6c7
start on admin dashboard
jordanschalm Jan 3, 2017
4236bac
fix imports
jordanschalm Jan 3, 2017
8906068
get websockets working reliably across reloads, add unsubscribe metho…
jordanschalm Jan 4, 2017
7ad2f0c
get logs into dashboard module
jordanschalm Jan 5, 2017
2ae4951
add log hooks to main package
jordanschalm Jan 24, 2017
1515594
giving up on plain js -- setup react
jordanschalm Jan 24, 2017
55eedaa
set up statik file system and move session management to occur over w…
jordanschalm Jan 24, 2017
f0f59f3
set up redux store and hook up to websockets
jordanschalm Jan 30, 2017
2bbfa29
time conversion on fe, and feed from be into charts
jordanschalm Feb 4, 2017
5ed2b25
styling of charts, and fix sync issue with event store
jordanschalm Feb 6, 2017
4da0bbb
add initSess stub
jordanschalm Feb 6, 2017
13191e0
glide.lock auto-update
jordanschalm Feb 6, 2017
31cb581
merge master into dashboard
jordanschalm Feb 6, 2017
dd5094c
add decorator pattern
flashmob Feb 9, 2017
20cf073
Merge branch 'master' into more-backends-refactoring
flashmob Feb 9, 2017
6476239
dummy backend uses the decorator pattern with two decorators: "debugg…
flashmob Feb 9, 2017
44ad353
dummy backend uses the decorator pattern with two decorators: "debugg…
flashmob Feb 9, 2017
b19bac2
more progress with decorators:
flashmob Feb 10, 2017
00dfc08
more progress with decorators:
flashmob Feb 10, 2017
87c442a
refactored Processor initialization and shutdown: now using initializ…
flashmob Feb 13, 2017
9127bc0
- got rid of abstract.go backend
flashmob Feb 14, 2017
e2d7375
- redis: when not compressed, delivery header was not added
flashmob Feb 14, 2017
91d4e66
- synchronise BackendService
flashmob Feb 14, 2017
0c84f5e
- backend logger refactoring
flashmob Feb 14, 2017
35f069b
forgot to set the log level
flashmob Feb 14, 2017
32c1e9e
Fixed tests
flashmob Feb 15, 2017
6c1c48b
- AddProcessor function to give more abstraction into the processor c…
flashmob Feb 16, 2017
0d1e35c
add error checking for backend processor initialization
flashmob Feb 16, 2017
7dbe397
trim whitespace from user part
flashmob Feb 16, 2017
0c160b6
rename process_line to process_stack to better reflect name
flashmob Feb 16, 2017
c4fea83
Send actions over websockets directly as redux actions
jordanschalm Feb 21, 2017
8e1e342
Refactoring
flashmob Feb 22, 2017
7aa52bf
Add ranking telemetry for top clients by helo, ip, domain and create …
jordanschalm Feb 23, 2017
b90508a
test travis
jordanschalm Feb 23, 2017
f56b3c8
test travis
jordanschalm Feb 23, 2017
85d6aef
test travis
jordanschalm Feb 23, 2017
0a4965f
test travis
jordanschalm Feb 23, 2017
462ebb2
test travis
jordanschalm Feb 23, 2017
2107c27
test travis
jordanschalm Feb 23, 2017
5f44d28
test travis
jordanschalm Feb 23, 2017
dfcd016
test travis
jordanschalm Feb 23, 2017
2db6573
test travis
jordanschalm Feb 23, 2017
1d59402
add old backend compatibility
flashmob Feb 23, 2017
5764ae4
old version of guerrilla-db-redis, to remove
flashmob Feb 23, 2017
9c09c57
ported guerrilla_db_redis to new backend system
flashmob Feb 23, 2017
60494c1
remove old deprecated backend system
flashmob Feb 23, 2017
f94e4f4
Reimplement ranking analytics to save (lots of) memory
jordanschalm Feb 23, 2017
f96ebc7
Add config options to dashboard and update sample config and readme
jordanschalm Feb 25, 2017
1da6c64
change enabled key to match rest of config
jordanschalm Feb 25, 2017
f7a2032
- renamed envelope package to mail because *envelope.Envelope didn't …
flashmob Feb 25, 2017
2f62ce7
return ErrProcessorNotFound error if procesor not found
flashmob Feb 25, 2017
98b297c
update readme to include info about the new backend system
flashmob Feb 25, 2017
0966eaa
- debugger processor name, make case insensitive
flashmob Feb 26, 2017
407dcd3
limit helo to 16 characters logged, update README
jordanschalm Feb 26, 2017
2a12a28
fix slice bound error
jordanschalm Feb 26, 2017
bc52714
- tweak debug messages
flashmob Feb 26, 2017
83f98cc
- clean up comments
flashmob Feb 27, 2017
224edf4
fix broken build
flashmob Feb 27, 2017
a0e78f7
Add dashboard deps and build to makefile
jordanschalm Feb 27, 2017
b1fff47
update clean in makefile
jordanschalm Feb 28, 2017
6e9d2ca
update build process in readme
jordanschalm Feb 28, 2017
c359a95
- Backend shutdown process re-written to use channels (workStoppers)…
flashmob Mar 3, 2017
3a31bd2
remove unneeded import from test
flashmob Mar 3, 2017
74b0540
fix format error string
flashmob Mar 3, 2017
7188363
update readme
flashmob Mar 3, 2017
28d7542
change log re-open signal to SIGUSR1 instead of SIGHUP
flashmob Mar 3, 2017
e9878f3
make sure to register to get SIGUSR1 signal
flashmob Mar 3, 2017
df08327
- moved backed config from CmdConfig to AppConfig, including backend …
flashmob Mar 5, 2017
4b9a781
- New API (with default configuration options)
flashmob Mar 7, 2017
7043262
refactor serve.go to use the new API
flashmob Mar 7, 2017
7d6d1fd
* api tests
flashmob Mar 8, 2017
565c3f9
use the makefile to run test
flashmob Mar 8, 2017
d4bcc13
make log public
flashmob Mar 9, 2017
3cb670d
- Envelopes now have their own pool. This is so that if processing ta…
flashmob Mar 10, 2017
a452c06
add testrace to makefile
flashmob Mar 10, 2017
ef7202c
update sample config
flashmob Mar 10, 2017
29db21a
separate process stack for validating recipients - it means it use a …
flashmob Mar 11, 2017
b532c91
- remove /sloonz/go-qprintable and replace with go stdlib equivalent
flashmob Mar 11, 2017
e82cf80
Readme update: edit description and add features list
flashmob Mar 11, 2017
5427265
merge backend refactor into dashboard and fix conflicts. Also fix a b…
jordanschalm Mar 12, 2017
dd8dceb
update gitignore in test
jordanschalm Mar 12, 2017
9e50efb
add dashboard glide deps
jordanschalm Mar 13, 2017
bfe58e2
Merge branch 'master' into dashboard
flashmob Mar 21, 2017
e3b8469
fix merge conflicts
flashmob Mar 21, 2017
8fcb6c2
- add Stop function
flashmob Mar 23, 2017
2ff69cf
- fix deadlock for when the http server for dashboard fails and Stop…
flashmob Mar 23, 2017
abf5280
fix statik build
flashmob Mar 23, 2017
ebf74b8
Fix dashboard target in Makefile
jordanschalm Mar 23, 2017
5c46f53
Fix bug where JS console prints error on INIT message from dashboard …
jordanschalm Mar 23, 2017
f1521b0
add a simulation test for the dashboard
flashmob Mar 24, 2017
b44b3bf
Merge branch 'dashboard' of github.com:flashmob/go-guerrilla into das…
flashmob Mar 24, 2017
ea7149d
remove line limit from dashboard simulation test
flashmob Mar 24, 2017
7e86a4e
- split hook to hook.go
flashmob Mar 25, 2017
21e9d2a
create heap structure for connection records
jordanschalm Apr 11, 2017
96340cd
Merge branch 'master' into dashboard
flashmob May 31, 2018
b1b7061
fix imports
flashmob May 31, 2018
ef7478b
fix deadlock
flashmob May 31, 2018
e1c505b
Merge branch 'master' into dashboard
flashmob Jan 30, 2019
2b4a8cd
- update readme
flashmob Jan 31, 2019
c5ca3e5
fix deadlog caused by debuf message that wasn't removed
flashmob Jan 31, 2019
b314384
fix race condition when incrementing number of clients
flashmob Feb 1, 2019
339f7df
fix tests
flashmob Feb 1, 2019
666750d
update dashboard readme
flashmob Feb 1, 2019
2e7c6db
add screenshot
flashmob Feb 1, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test travis
  • Loading branch information
jordanschalm committed Feb 23, 2017
commit dfcd0161c3dd406473ebb948b8bd5ea37c14646f
1 change: 0 additions & 1 deletion dashboard/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ func (h logHook) Fire(e *log.Entry) error {
}
case "disconnect":
store.lock.Lock()
log.Info("datastore:251, disconnecting", store.nClients)
store.nClients--
store.lock.Unlock()
}
Expand Down