| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
:broadcast_except_nick and :broadcast_message
|
| |
|
|
|
|
| |
event object so that messages don't need to be all in memory at once
|
|
|
|
| |
history
|
| |
|
|
|
|
|
|
|
| |
members-only, password, nick-conflict and lock checks
This reorders some of the checks.
Importantly; affiliations are checked first: this means banned users cannot try and guess passwords
|
|
|
|
| |
`handle_join`
|
| |
|
| |
|
| |
|
|
|
|
| |
occupant sessions
|
| |
|
| |
|
|
|
|
| |
room themselves
|
|
|
|
| |
Removed a TODO that's already done
|
|
|
|
| |
event name
|
| |
|
|
|
|
| |
extract it from inside.
|
| |
|
|
|
|
| |
affiliations in members only rooms
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
condition.
Also removes `get_error_condition`; it was a one liner used in one place
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
clean up logic
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
errors
|
| |
|
|
|
|
|
| |
It is the only place they were used; and I left the old function names in as comments.
One reason for doing this was to reduce accesses to _occupants; which may be in a database in future revisions
|
| |
|
| |
|
| |
|
|
|
|
| |
sysko)
|