| Commit message (Expand) | Author | Age |
* | Add makefile flag to disable firebase support | tomsmeding | 2020-09-11 |
* | Update readme to reflect current reality a bit better | Tom Smeding | 2020-09-11 |
* | server: Add benchmarking mode to db module | Tom Smeding | 2020-09-07 |
* | server: Performance: Cache sqlite prepared statements | Tom Smeding | 2020-09-07 |
* | Add LICENSE | Tom Smeding | 2020-09-04 |
* | monitoring: Add .gitignore | Tom Smeding | 2020-08-31 |
* | server: Set maximum database size | Tom Smeding | 2020-08-31 |
* | monitoring: Plot x-axis is days | Tom Smeding | 2020-08-30 |
* | monitoring: Also plot | Tom Smeding | 2020-08-30 |
* | Add monitoring script for server | Tom Smeding | 2020-08-30 |
* | weechat: Set server buffer type to "server" | Tom Smeding | 2020-08-25 |
* | weechat: Group chats get notify 'message', not 'highlight' | Tom Smeding | 2020-08-16 |
* | weechat: Update plugin header | Tom Smeding | 2020-08-14 |
* | weechat: Even better line tagging | Tom Smeding | 2020-08-08 |
* | weechat: Better message line tagging for notify/log | Tom Smeding | 2020-08-08 |
* | protocol: Fix definitions of 'string' and 'word' | Tom Smeding | 2020-08-08 |
* | weechat: Show own replies | Tom Smeding | 2020-08-08 |
* | weechat: Fix find_hdata_line_data_ptr | Tom Smeding | 2020-08-08 |
* | weechat: Fixup msgid in tags of own messages | Tom Smeding | 2020-08-08 |
* | server: Debug logging in user_data.c | Tom Smeding | 2020-08-08 |
* | server: Overengineered hashtable property test | Tom Smeding | 2020-08-08 |
* | server: Performance fix in user_data | Tom Smeding | 2020-08-08 |
* | server: Fix bug in hashtable | Tom Smeding | 2020-08-08 |
* | server: Add basic unit test framework | Tom Smeding | 2020-08-07 |
* | Update TODO | Tom Smeding | 2020-08-05 |
* | sshnc: Compile on android | tomsmeding | 2020-08-01 |
* | server: autoincrement on msgid to prevent reuse if room is deleted | Tom Smeding | 2020-08-01 |
* | Merge branch 'version2' | Tom Smeding | 2020-07-30 |
|\ |
|
| * | weechat: WIP replies and protocol version 2, is at least compatible | Tom Smeding | 2020-07-30 |
| * | weechat: Protocol version 2, display replies | Tom Smeding | 2020-07-29 |
| * | clientlib: Fix behaviour for zero history | Tom Smeding | 2020-07-29 |
| * | protocol: Clarify necessity of a secure transport | Tom Smeding | 2020-07-29 |
| * | clientlib: Support get_message | Tom Smeding | 2020-07-29 |
| * | clientlib: Update to protocol version 2 with replies | Tom Smeding | 2020-07-28 |
| * | webclient: Send replies | Tom Smeding | 2020-07-28 |
| * | webclient: Show replies | Tom Smeding | 2020-07-28 |
| * | server: Implement get_message | Tom Smeding | 2020-07-28 |
| * | protocol: Add get_message command for use with replies | Tom Smeding | 2020-07-28 |
| * | server: Protocol v2, DB v2: message replies | Tom Smeding | 2020-07-28 |
| * | server: Migrate database to version 2 | Tom Smeding | 2020-07-28 |
| * | protocol: Protocol version 2: message replies | Tom Smeding | 2020-07-28 |
* | | Really fix plugins makefile | Tom Smeding | 2020-07-29 |
* | | server: Fix plugins makefile | Tom Smeding | 2020-07-28 |
|/ |
|
* | server: Fix some memory leaks | Tom Smeding | 2020-07-28 |
* | server: Enforce maximum message length | Tom Smeding | 2020-07-27 |
* | firebase: Don't do anything when not initialised | Tom Smeding | 2020-07-27 |
* | gitignore: Add protocol.html to gitignore | Tom Smeding | 2020-07-27 |
* | firebase: Use collapse key | Tom Smeding | 2020-07-27 |
* | ssh: Various connection closing fixes | Tom Smeding | 2020-07-27 |
* | Fix docs: 'history' gives messages in chronological order | Tom Smeding | 2020-07-27 |