bbbfe93dce
A few bugfixes and improvements
2016-10-29 15:52:24 +02:00
0e969a1894
Allow making CSS more unique, by adding more ids/classes and allowing to over-write hardcoded CSS
2016-10-03 10:40:00 +02:00
75263aea4b
Add integrated file upload support
2016-09-24 08:51:20 +02:00
b2de7a0dc9
Bugfix for prefix-routed chats + make rearranging frames change message sorting direction
2016-09-20 16:42:31 +02:00
77aac82f98
Add option to hide the list of chatters
2016-09-05 15:36:41 +02:00
691e36cd6b
Allow making filters case sensitive
2016-09-04 13:09:12 +02:00
abab38e67b
Allow changing frame sorting
2016-09-02 13:20:24 +02:00
1753606b8a
Allow changing message sort direction
2016-09-02 10:23:33 +02:00
ff158feffa
Rename logout to unban for kicked sessions and replace backtochat with a reload button
2016-09-02 08:37:00 +02:00
3f19d3aae0
Add an option to first display a greeting message, before showing messages
2016-08-29 13:12:17 +02:00
8d9e6a70ce
Remove global variable for present users
2016-08-28 15:57:38 +02:00
064d5f6e4a
Add external CSS setting for large stylesheets
2016-08-26 16:31:53 +02:00
0d9a9de558
Allow configuring password and nickname regex
2016-08-12 13:28:54 +02:00
37b0a323ad
Instruct browser not to send referrer.
...
Enable image embedding without cookies as there is no more risk of session leakage.
2016-08-09 21:07:49 +02:00
18810a387c
Delete messages based on public message limit, no buffer for private ones needed
2016-07-23 07:49:20 +02:00
86b1de0ec8
Add setting in profile to allow offline inbox for: staff, members or everyone
2016-05-10 12:49:31 +02:00
07ff78994e
Remove JavaScript "load only new messages" feature, add JS auto-refresh to header instead
2016-05-07 10:37:56 +02:00
190ec4c863
Allow deletion of member accounts in profile
2016-04-29 21:51:08 +02:00
3105cffaf1
Add an offline inbox for members
2016-04-29 21:47:32 +02:00
47ffde6839
Better wording for registering applicants
2016-04-28 16:40:07 +02:00
a37026ca64
Add useful error message on failed login
2016-04-28 09:02:42 +02:00
555208a556
Combine Password reset and setting new nickname
2016-04-27 11:14:54 +02:00
d9c9dae6c0
Complete time zone feature
2016-04-27 09:57:34 +02:00
7210a9fc90
Add timezone settings
2016-04-26 12:26:40 +02:00
37fbb7bc43
Allow disabling the chat completely
2016-04-20 15:48:12 +02:00
b2df491ab7
Add disable PM option
2016-04-19 20:14:06 +02:00
60355735ee
Make nocache refresh hack configurable in profile
2016-04-18 17:22:22 +02:00
30d460b91e
Improve invalid filter handling + allow new line match with \n
2016-04-15 15:16:18 +02:00
d4ef35e8ac
Add better fatal error handling
2016-04-12 22:19:22 +02:00
0092abe964
Add option to let guests register themselves
2016-04-12 20:12:34 +02:00
fd807ff5ff
Add fallback option for moderator approval
2016-04-11 16:05:20 +02:00
e181af4df5
Move some more settings to the database and add CSS to limit list of chatters hight
2016-04-11 16:02:27 +02:00
a22ffd83fd
Several optimizations
...
Use constants for configuration
Simplify extreme captcha code generation
Add language setting to profile
Add checks for required extensions
2016-04-10 15:52:19 +02:00
c70cf35d61
Integrate French translation and use Unix line ending for Spanish translation.
2016-02-20 17:16:39 +01:00
6ad5b4bc8b
Added 2 Spanish translations.
...
Thanks for the submission!
2016-02-18 09:45:18 +01:00
ea6b97372f
Version 1.15
...
Made code reading easier for newbies
Removed inefficient memcached caching of members and ignored
Display access denied page for non-authorized use of sub-sections.
Added change nickname option in profile
Various bugfixes
2015-12-17 19:44:09 +01:00
2e1c75691d
Version 1.14
...
Added support for sqlite and PostgreSQL database engines
Replaced deprecated HTML with CSS for HTML5 compatibility
Show Topic on login and don't prepend "Topic:"
More optimizations and fixes
2015-10-31 13:59:49 +01:00
d5197e6bdd
Version 1.13
...
Switch from mysqli to PDO
More optimizations
Match case-insensitive @mention and also non-present members
Added topic field
Member password resetting by admins
Note revisioning
Added optional tiny JavaScript code to transfer less data with JavaScript enabled browsers
2015-09-15 09:57:00 +02:00
2a6db3772b
Version 1.12
2015-08-17 19:28:34 +02:00
6084bd87c7
Version 1.11.2
2015-07-29 08:34:28 +02:00
dbb030e431
Bugfixes and minor changes
2015-07-12 18:16:33 +02:00
27b057dec0
Version 1.11
...
Clean all messages of someone
Kick via active session display
Change languages supported without cookies
Global password only in setup and not in admin section
CSS Styling supported
Moved many configurations from file to database
More simplifications and bugfixes
2015-07-11 22:28:24 +02:00
55f9db6468
Version 1.9
...
Added more captchas
Splitted guest access and global password
Added support for irc /me command
Added prefix for multiple chats on the same domain/database
2015-06-02 08:54:18 +02:00
b23830111c
Version 1.7
...
Added member only option with global password protection
Made date format configurable
Various improvements
2015-05-04 11:52:59 +02:00
6dd7d425c7
Added option to only allow guests with a global password
...
Also fixed an error in valid_admin() introduced in the previous version
2015-04-26 14:21:11 +02:00
bb4ca51db8
Added incognito mode
2015-04-20 18:09:03 +02:00
92643bad03
Various changes and additions
2015-04-10 08:53:07 +02:00
8bf25230f2
Include letters when generating captchas not only numbers
2015-04-02 16:37:11 +02:00
0fa1279764
Added ignore feature
2015-04-02 10:49:43 +02:00
cd0e2ec19c
Some simplifications
2015-04-02 09:43:38 +02:00