summaryrefslogtreecommitdiffstats
path: root/bridge/irc/irc.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Use mediaserver urls for irc,gitter and xmppWim2017-11-241-4/+2
|
* Add initial support for an external mediaserver. #278Wim2017-11-241-0/+15
| | | | | | | | Add 2 extra options `MediaServerUpload` and `MediaServerDownload`, where the URL for upload and download can be specified. See https://github.com/42wim/matterbridge/wiki/Mediaserver-setup-%5Badvanced%5D for an example with caddy
* Fix strict user handling of girc (irc). Closes #298Wim2017-11-111-1/+11
|
* Fix panic on empty paramsWim2017-11-081-0/+4
|
* Add ServerName to TLSConfigWim2017-11-081-1/+1
|
* Replace sorcix/irc and go-ircevent with gircWim2017-11-081-104/+103
|
* Try again to strip colors correct. #286Wim2017-10-281-3/+1
|
* Strip irc colors correct, strip also ctrl chars (irc). Closes #286Wim2017-10-261-1/+3
|
* Add support for Quakenet auth (irc). Closes #263Wim2017-09-201-0/+8
|
* Add support for deleting messages across bridges.Wim2017-09-111-0/+4
| | | | | | | | | | | | Currently fully support mattermost,slack and discord. Message deleted on the bridge or received from other bridges will be deleted. Partially support for Gitter. Gitter bridge will delete messages received from other bridges. But if you delete a message on gitter, this deletion will not be sent to other bridges (this is a gitter API limitation, it doesn't propogate edits or deletes via the API)
* Convert utf-8 back to charset (irc). #247Wim2017-08-301-0/+14
|
* Use the detected charset (irc)Wim2017-08-291-1/+1
|
* Add a charset option (irc). Closes #247Wim2017-08-291-12/+17
|
* Modify Send() to return also a message idWim2017-08-271-2/+2
|
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-2/+7
|
* Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199Wim2017-07-301-4/+11
|
* Update vendor (go-irc)Wim2017-07-281-1/+1
|
* Refactor. Add testsWim2017-07-251-3/+0
|
* Fix megacheck / go vet issuesWim2017-07-141-2/+2
|
* Try to detect the charset and convert it to utf-8. (irc). Closes #209 #210Wim2017-07-071-0/+27
|
* Add UserID to each message. Closes #200Wim2017-06-181-1/+1
|
* Make reconnection more robust (irc). #153Wim2017-06-181-8/+25
|
* Do not relay join/part of ourselves (irc). Closes #190Wim2017-06-171-2/+5
|
* Limit message length (irc). Closes #179Wim2017-05-291-0/+6
|
* Relay messages starting with ! (irc). Closes #164Wim2017-05-081-1/+0
|
* Rejoin channel when kicked (irc). Closes #146Wim2017-04-081-1/+7
|
* Remove debug info (irc)Wim2017-04-011-1/+0
|
* Reuse connection when using same bridge with another gateway. See #87Wim2017-04-011-1/+2
|
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-2/+12
| | | | Now try to reconnect every 60 seconds until forever.
* Remove callbacks after being called. Fixes #88 (irc)Wim2016-11-201-0/+2
|
* Fix ShowJoinPart from irc bridge. Closes #72Wim2016-11-141-0/+13
|
* Fix !users command for irc. Closes #78.Wim2016-11-141-2/+1
|
* RefactorWim2016-11-131-29/+10
|
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-051-1/+2
|
* Add anti-flooding settings (irc). See #40Wim2016-11-011-3/+28
|
* Wait until the welcome message before connection is ok (irc). Fixes #62Wim2016-10-291-9/+19
|
* Forward channel notices too (irc)Wim2016-10-291-0/+2
|
* Ignore messages from ourself (irc bridge)Wim2016-10-291-0/+4
|
* Ignore private queries (irc bridge)Wim2016-10-291-1/+5
|
* Only respond to notices from nickserv (irc bridge)Wim2016-10-291-1/+1
|
* Add irc names callback only on command. Fixes #51Wim2016-10-231-1/+2
|
* Add more irc debug on connect (when debugging enabled)Wim2016-10-011-0/+4
|
* Split newlines for irc (#37)Wim2016-09-291-1/+3
|
* Fix IRC colors regexpWim2016-09-221-1/+1
|
* Strip IRC colors. Closes #33Wim2016-09-211-0/+4
|
* Cleanup debug messagesWim2016-09-201-0/+1
|
* Cleanup irc bridge debug/info messagesWim2016-09-191-13/+17
|
* Refactor for more flexibilityWim2016-09-181-69/+75
| | | | | | | * Move from gcfg to toml configuration because gcfg was too restrictive * Implemented gateway which has support multiple in and out bridges. * Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts. * Support multiple gateways
* Move nickformatting into bridgeWim2016-08-201-13/+1
|
* Add Connect() to Bridger interfaceWim2016-08-201-30/+22
|