aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* xgb-image: add support for the MIT-SHM extensionPřemysl Janouch2018-09-021-16/+77
|
* xgb-image: add a demo that shows a scaled picturePřemysl Janouch2018-09-021-0/+252
|
* xgb-keys: minimal example of reading keysPřemysl Janouch2018-09-021-0/+213
|
* xgb-monitors: add an experimental dumperPřemysl Janouch2018-09-021-0/+40
|
* xgb-render: update commentsPřemysl Janouch2018-09-021-0/+8
|
* xgb-render: go back to RGBA because of alignmentPřemysl Janouch2018-09-021-6/+9
| | | | Size 9 just happened to have the buffer 16 bytes wide.
* xgb-render: give up on composite alphaPřemysl Janouch2018-09-021-10/+8
|
* xgb-render: cleanup, tolerable glyph placementPřemysl Janouch2018-09-021-15/+21
|
* xgb-render: slightly simplifyPřemysl Janouch2018-09-021-31/+23
|
* xgb-render: preliminary text renderingPřemysl Janouch2018-09-021-2/+191
| | | | I have finally got it working at all, now let's fix bounds etc.
* xgb-render: add some commentsPřemysl Janouch2018-09-021-1/+26
| | | | | Some containing code to list out potentially interesting information from the X server.
* xgb-window: add comparison with correct blendingPřemysl Janouch2018-09-021-4/+27
|
* xgb-xrender: add a basic demo for XRenderPřemysl Janouch2018-09-021-0/+176
| | | | So far just a conversion of xgb-window.go.
* xgb-window: add a basic xgb demoPřemysl Janouch2018-09-021-0/+133
| | | | Demonstrating RGBA visuals and direct pixel values.
* Update READMEPřemysl Janouch2018-09-021-1/+11
|
* hnc: cleanupPřemysl Janouch2018-08-061-1/+1
|
* tls-autodetect: updates, now that hid is portedPřemysl Janouch2018-08-061-16/+15
| | | | | | - fix SSL 2.0 detection - give up on using the resolved hostname later - rename connCloseWrite to connCloseWriter
* hid: clean up/finalize loggingPřemysl Janouch2018-08-061-27/+26
|
* hid: move off of the log packagePřemysl Janouch2018-08-061-34/+32
| | | | We don't spam with useless messages without -debug any longer.
* hid: port logging facilitiesPřemysl Janouch2018-08-061-0/+99
| | | | | Though the regular mode now has timestamps and a new mode for systemd has been added.
* hid: cleanupsPřemysl Janouch2018-08-061-12/+15
| | | | No functional changes.
* hid: port IRC tests from liberty, fix tag parsingPřemysl Janouch2018-08-062-1/+30
|
* hid: rename connCloseWrite to connCloseWriterPřemysl Janouch2018-08-061-11/+11
|
* hid: add the first testsPřemysl Janouch2018-08-061-0/+139
| | | | This has actually revealed a problem in the SSL 2.0 detection.
* README: fix typos, add some referencesPřemysl Janouch2018-08-061-3/+11
|
* hid: fix SSL 2.0 autodetectionPřemysl Janouch2018-08-041-1/+1
|
* hid: add support for customized repliesPřemysl Janouch2018-08-031-5/+41
|
* hid: unify exit codes with the flag packagePřemysl Janouch2018-08-031-1/+1
|
* hid: cleanupsPřemysl Janouch2018-08-031-22/+31
|
* Add a READMEPřemysl Janouch2018-08-031-0/+246
|
* hnc: add a custom netcat-alikePřemysl Janouch2018-08-031-0/+150
|
* hid: fix listener shutdownPřemysl Janouch2018-08-031-1/+8
|
* hid: fix nickname verification in the user MODE messagePřemysl Janouch2018-08-021-1/+1
|
* hid: port default formatting strings to fmtPřemysl Janouch2018-08-021-4/+4
|
* hid: ircSendToRoommates -> ircNotifyRoommatesPřemysl Janouch2018-08-011-4/+3
| | | | Should be clearer.
* hid: figured out how to port timeoutsPřemysl Janouch2018-08-011-20/+64
|
* hid: another round of general code cleanupsPřemysl Janouch2018-08-011-91/+92
|
* hid: bringup of what we have this farPřemysl Janouch2018-07-311-24/+36
|
* hid: port configuration and initializationPřemysl Janouch2018-07-311-106/+427
| | | | | All the basic elements should be there now, we just need to port PING timers and fix some remaining issues and we're basically done.
* hid: port IRC 3.2 message tag parsing, unusedPřemysl Janouch2018-07-301-18/+66
|
* hid: use time.Time and time.DurationPřemysl Janouch2018-07-301-45/+42
| | | | | | | | It improves the code significantly over explicit int64 conversions. Despite carrying unnecessary timezone information, time.Time also carries a monotonic reading of time, which allows for more precise measurement of time differences.
* hid: port MODE, STATS, LINKS, KILLPřemysl Janouch2018-07-301-22/+560
| | | | | Now all the commands have been ported but we desperately need to parse a configuration file for additional settings yet.
* hid: port PART, KICK, INVITE, JOIN, AWAY, ISON, ADMIN, DIEPřemysl Janouch2018-07-291-7/+329
|
* hid: port PRIVMSG, NOTICE, NAMES, WHO, WHOIS/WAS, TOPIC, SUMMON, USERSPřemysl Janouch2018-07-291-34/+486
|
* hid: first round of mixed fixes and cleanupsPřemysl Janouch2018-07-291-207/+253
|
* hid: add a work in progress IRC daemonPřemysl Janouch2018-07-283-0/+1629
| | | | | The port is more than viable but it's also sort of all-or-nothing and versioning needs have come before I've had a chance to finish it.
* tls-autodetect: mark issues, fix initializationPřemysl Janouch2018-07-241-6/+10
|
* tls-autodetect: avoid a goroutine leak on timeoutPřemysl Janouch2018-07-231-1/+1
|
* tls-autodetect: finish inQ overrun handlingPřemysl Janouch2018-07-221-10/+17
|
* tls-autodetect: fix client-initiated shutdownPřemysl Janouch2018-07-221-28/+29
|