Commit graph

59 commits

Author SHA1 Message Date
poljar (Damir Jelić)
8e8c9c189f Add a license file. 2018-01-26 18:23:00 +01:00
poljar (Damir Jelić)
5efea04b64 Change the licence to ISC and add license headers. 2018-01-26 18:22:06 +01:00
poljar (Damir Jelić)
27c0836eb5 Move the weechat command setup and some commands. 2018-01-26 17:57:42 +01:00
poljar (Damir Jelić)
be48b73395 Move the server option update code. 2018-01-26 17:44:17 +01:00
poljar (Damir Jelić)
7328dcf7ab More splitting. 2018-01-26 17:44:17 +01:00
poljar (Damir Jelić)
6e7ed8333f Split up http handling into a separate file. 2018-01-26 17:44:11 +01:00
poljar (Damir Jelić)
85f3a9eef0 Add type annotations to some functions in color.py. 2018-01-26 13:41:24 +01:00
poljar (Damir Jelić)
d5c1538db9 Split up the utf encoding handling into a separate file. 2018-01-26 13:12:57 +01:00
poljar (Damir Jelić)
62adae5aa3 Start splitting up the script into different files. 2018-01-26 12:18:52 +01:00
poljar (Damir Jelić)
704cadc5c0 Disable the error message if we get a unhandled tag for now. 2018-01-25 16:08:52 +01:00
poljar (Damir Jelić)
72221246b0 Fix some style issues. 2018-01-25 13:39:48 +01:00
poljar (Damir Jelić)
efa39f88b2 Device name setting support. 2018-01-25 13:15:21 +01:00
poljar (Damir Jelić)
7ee65a5c34 Intial invite command. 2018-01-25 13:15:01 +01:00
poljar (Damir Jelić)
555eb66c9b Pretty print the error object. 2018-01-25 12:33:50 +01:00
poljar (Damir Jelić)
918489fb1f Implement to and from html color parsing. 2018-01-25 12:33:14 +01:00
poljar (Damir Jelić)
3351e3b4dd Fix italic and underline parsing on the weechat input line. 2018-01-25 12:32:31 +01:00
poljar (Damir Jelić)
43c42b3c17 Initial html sending/receiving support. 2018-01-24 17:37:45 +01:00
poljar (Damir Jelić)
da9940ac0e Initial debugging support and sync message sending fix. 2018-01-24 12:41:01 +01:00
poljar (Damir Jelić)
40bf8e4a5b Initial part command. 2018-01-23 17:21:27 +01:00
poljar (Damir Jelić)
bee63836d3 Initial join command. 2018-01-23 16:11:42 +01:00
poljar (Damir Jelić)
af5d7a19c4 Initital input line color handling. 2018-01-23 13:53:33 +01:00
poljar (Damir Jelić)
f6e72c09c6 Add python3 compatibility. 2018-01-23 13:30:42 +01:00
poljar (Damir Jelić)
c2e9662180 Catch all error handling.
We're gonna incrementally implement the error handling afterwards.
2018-01-19 13:24:32 +01:00
poljar (Damir Jelić)
db8ccd5865 Revert "Urlencode the url in the requests."
This reverts commit 17729de998.
2018-01-19 12:43:41 +01:00
poljar (Damir Jelić)
7ba6ffcd8d Handle login failures. 2018-01-19 12:43:12 +01:00
poljar (Damir Jelić)
17729de998 Urlencode the url in the requests. 2018-01-19 11:44:23 +01:00
poljar (Damir Jelić)
b507a4edb2 Work on error handling, and encrypted room handling. 2018-01-19 11:36:16 +01:00
poljar (Damir Jelić)
c6dca2d2f8 Add buffer_plugin and buffer_name bar item handling. 2018-01-19 10:15:03 +01:00
poljar (Damir Jelić)
f257491a43 Make ssl verification optional. 2018-01-19 08:46:23 +01:00
poljar (Damir Jelić)
c71770cf90 Initial nicklist handling implementation. 2018-01-18 13:35:46 +01:00
poljar (Damir Jelić)
a6bafb79f2 Initial power level handling. 2018-01-18 12:31:00 +01:00
poljar (Damir Jelić)
0da2e86bb9 Add network options. 2018-01-17 11:32:00 +01:00
poljar (Damir Jelić)
7c38d55c3c Fix the server buffer merging configuration. 2018-01-17 10:11:24 +01:00
poljar (Damir Jelić)
81a927d3fd Add the matrix ID to the tags of the printed out topics. 2018-01-17 10:04:26 +01:00
poljar (Damir Jelić)
a864e35ffe Handle redaction events. 2018-01-17 10:03:14 +01:00
poljar (Damir Jelić)
77bf29dabb Fix the message posting HTTP API. 2018-01-17 10:02:11 +01:00
poljar (Damir Jelić)
724787615b Reset the rooms previous batch if we clear the buffer. 2018-01-16 13:57:44 +01:00
poljar (Damir Jelić)
594a8d42c4 Initial old messages backfill functionality. 2018-01-16 13:37:26 +01:00
poljar (Damir Jelić)
3ab1defc92 Refactor out a tag from line hdata getter. 2018-01-15 11:35:05 +01:00
poljar (Damir Jelić)
f16ac83837 Style fixes. 2018-01-15 11:11:38 +01:00
poljar (Damir Jelić)
2742796fa4 More error messages. 2018-01-12 16:49:29 +01:00
poljar (Damir Jelić)
44c73b7cad Error messages for the /redact command. 2018-01-12 16:38:02 +01:00
poljar (Damir Jelić)
fdc44ba1f9 Fully implemented /redact command. 2018-01-12 16:15:11 +01:00
poljar (Damir Jelić)
5aba3052fd Initial /redact command implementation.
The command does nothing so far.
2018-01-12 13:47:10 +01:00
poljar (Damir Jelić)
e5a4a7c793 Initial Plugin options. 2018-01-12 10:51:37 +01:00
poljar (Damir Jelić)
8157f3d052 Initial topic command implementation. 2018-01-11 16:44:12 +01:00
poljar (Damir Jelić)
c54fa5167d Print out our own messages without waiting for a sync. 2018-01-11 11:30:41 +01:00
poljar (Damir Jelić)
fd7934c228 Rework of matrix message handling. 2018-01-10 18:13:02 +01:00
poljar (Damir Jelić)
1bc6a6b1ed Matrix server command refactor. 2018-01-09 18:41:04 +01:00
poljar (Damir Jelić)
41a346d73b The request builder is now the constructor for HttpRequest. 2018-01-09 18:39:38 +01:00