index
:
etherpad-lite
cr/openbsd_install
develop
master
Really real-time collaborative document editing. http://etherpad.org
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
node
/
handler
/
PadMessageHandler.js
Age
Commit message (
Expand
)
Author
2014-11-22
fix api mystery crash
luto
2014-08-08
Added a `userLeave` hook that gets called when a user leaves a pad
Simon Gaeremynck
2014-03-26
Merge pull request #2092 from webzwo0i/fix-crash-with-queued-messages
John McLear
2014-03-20
Fix REQ_CS rev boundary check
Marcel Klehr
2014-02-20
remember user session because it can be gone when finalHandler is called
webzwo0i
2014-02-20
fix crash if disconnect happens for sessions that have messages queued
webzwo0i
2014-02-19
Addressed a potential never finishing forEach in PadMessageHandler.padUsers
Simon Gaeremynck
2013-12-17
Don't crash if CHANGESET_REQ fails
Marcel Klehr
2013-12-17
Fix server side bug index overflow
s1341
2013-12-08
do not send globalPadId in clientvars - its not used anywhere
webzwo0i
2013-12-05
Replace tabs indentation with spaces indentation
Luc Didry
2013-10-28
Merge branch 'metrics' into develop
Marcel Klehr
2013-10-27
stats: Add http500, memoryUsage, pendingEdits gauges
Marcel Klehr
2013-10-27
Record metrics with 'measured'
Marcel Klehr
2013-10-19
Privacy: Add an option to disable IP logging
Grant Woodford
2013-10-13
pass correct padID to checkAccess if pad is requested via readOnly link
vileda
2013-10-12
Drop messages from unknown connections
Marcel Klehr
2013-10-10
Add explanations for more disconnect scenarios
Marcel Klehr
2013-10-10
Never keep processing a changeset if it's corrupted
Marcel Klehr
2013-10-10
Catch errors during preparation of client vars
Marcel Klehr
2013-10-07
Filter author attribs in client_vars.historicalAuthorData
Marcel Klehr
2013-10-07
Revert "do not pass historical author data to read only users"
Marcel Klehr
2013-10-06
remove white space
John McLear
2013-10-06
do not pass historical author data to read only users
John McLear
2013-09-23
Don't stop processing changesets if there is an error
Marcel Klehr
2013-09-09
fix padUsers http api call in PadMessageHandler.js.
tonoman3g
2013-07-23
Merge pull request #1816 from bit/sessioninfos
Marcel Klehr
2013-06-17
export sessioninfos so plugins can access it
j
2013-04-27
Add a server-side changeset queue per pad
Marcel Klehr
2013-04-17
better message for admins
John McLear
2013-04-17
Merge branch 'feature/add-cs-queue' of github.com:ether/etherpad-lite into do...
John McLear
2013-04-17
dont crash on no auth, ust a bandaid
John McLear
2013-04-17
Don't block changeset queue with delivering changeset
Marcel Klehr
2013-04-17
Add a server-side changeset queue per pad
Marcel Klehr
2013-04-03
Kick the user if has already successfully authenticated but his session becam...
mluto
2013-04-02
weird styling
John McLear
2013-04-02
whoops, comments hurt
John McLear
2013-04-02
whoops padid should be in payload..
John McLear
2013-03-19
more clean up
John McLear
2013-03-19
working and jsonify obj
John McLear
2013-03-19
make sure the sessionID target is right
John McLear
2013-03-19
Merge branch 'develop' of github.com:ether/etherpad-lite into custom-obj-msg
John McLear
2013-03-16
a safer approach I think but still be careful
John McLear
2013-03-15
Fix clearing authorship colors which was broken by #1609
Marcel Klehr
2013-03-14
Merge branch 'develop' of github.com:ether/etherpad-lite into custom-obj-msg
John McLear
2013-03-13
Validate all 'author' attribs of incoming changesets to be the same value as ...
Marcel Klehr
2013-03-12
new function for handling custom messages, allows objects to be sent, before ...
John McLear
2013-03-07
Fix variable name typo in PadMessageHandler.padUsers
Jordan Hollinger
2013-02-27
patch documented here https://github.com/ether/etherpad-lite/issues/472 adds ...
John McLear
2013-02-26
Merge pull request #1523 from ether/store-sessions-in-db
John McLear
[next]