weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2021-12-17 16:32Bump version to 1.0.10Matthew Horan2+2-2
2021-12-17 16:11Bump to Expo v44Matthew Horan3+272-218
2021-11-21 02:01Remove dependabot.ymlMatthew Horan1+0-6
2021-11-21 01:38Create dependabot.ymlMatthew Horan1+6-0
2021-11-17 15:42Move fetch-binary into build-appMatthew Horan1+1-18
2021-11-17 15:14Make node and expo available to fetch-binaryMatthew Horan1+11-0
2021-11-17 14:46Merge pull request #41 from mhoran/fix-workflowMatthew Horan1+4-2
2021-11-17 14:40Cache Expo installation so that it's available for other jobsMelissa Xie1+1-0
2021-11-17 14:38Use Ubuntu for building and downloading the binaryMelissa Xie1+2-2
2021-11-17 14:36Add manual trigger for workflowMelissa Xie1+1-0
2021-11-17 13:38Merge pull request #39 from mhoran/mx/refactor-release-workflowMatthew Horan1+34-6
2021-11-17 01:51Fix workflow syntax errorsMelissa Xie1+2-2
2021-11-17 01:44Split up workflow into multiple jobsMelissa Xie1+34-6
2021-11-15 22:58Bump version to 1.0.9Matthew Horan2+2-2
2021-11-15 22:56Bump to Expo v43Matthew Horan2+1851-2867
2021-07-19 13:32Bump version to 1.0.8Matthew Horan2+2-2
2021-07-18 23:53Change expo-username and expo-password to new keysMatthew Horan1+2-2
2021-07-18 23:28Bump to Expo v42Matthew Horan2+367-283
2021-07-18 23:24Bump expo-github-action to v6Matthew Horan1+1-1
2021-05-25 13:01Merge pull request #37 from mhoran/dependabot/npm_and_yarn/browserslist-4.16.6Matthew Horan1+16-16
2021-05-25 10:25[Security] Bump browserslist from 4.16.4 to 4.16.6dependabot-preview[bot]1+16-16
2021-04-17 23:21Fix location of async-storage mockMatthew Horan1+0-0
2021-04-17 22:19Bump expo-version in expo-github-actionMatthew Horan1+1-1
2021-04-17 21:41Bump version to 1.0.7Matthew Horan2+2-2
2021-04-17 21:40Disable autoCorrect on hostname fieldMatthew Horan1+1-0
2021-04-17 21:35Bump to Expo v41Matthew Horan6+678-754
2021-03-06 18:13Pass environment variables to expo build:iosMatthew Horan1+4-1
2021-03-06 18:02Bump dependenciesMatthew Horan3+2571-2679
2021-03-06 17:09Bump version to 1.0.6Matthew Horan2+2-2
2020-12-11 16:12Bump Node version for Actions to 12Matthew Horan1+1-1
2020-12-11 16:12Use fastlane directly to upload to TestFlightMatthew Horan1+5-5
2020-12-10 23:32Bump version to 1.0.5Matthew Horan2+2-2
2020-12-10 23:26Bump to Expo v40Matthew Horan2+468-547
2020-11-08 18:23Note that weechat relay must use weechat protocolMatthew Horan1+2-0
2020-11-01 23:30Merge pull request #31 from mhoran/dependabot/npm_and_yarn/lodash-4.17.20Matthew Horan1+1-6
2020-11-01 23:28[Security] Bump lodash from 4.17.15 to 4.17.20dependabot-preview[bot]1+1-6
2020-11-01 20:54Bump date-fnsMatthew Horan3+8-7
2020-11-01 20:09Add return type to connection-info reducerMatthew Horan1+1-1
2020-11-01 18:03Remove lodash as dependencyMatthew Horan8+14-27
2020-11-01 16:14Extract empty buffer view from BufferContainerMatthew Horan3+27-13
2020-09-28 02:41Fix TypeScript error with async-storage mockMatthew Horan1+1-1
2020-09-28 02:21Bump @types/jestMatthew Horan2+2-10
2020-09-28 02:20Bump redux-persistMatthew Horan7+48-21
2020-09-28 01:58Add snapshot test for AppMatthew Horan6+417-45
2020-09-27 20:07Import latest weechat.js from Glowing BearMatthew Horan1+270-181
2020-09-27 19:38Bump TypeScript to 4.0.3Matthew Horan2+929-516
2020-09-27 17:56Tweak tsconfig.json and address some errorsMatthew Horan15+196-140
2020-09-26 00:44Add ESLint and Prettier and address some issuesMatthew Horan19+830-295
2020-09-25 22:07Remove unused component SettingsListMatthew Horan1+0-7
2020-09-25 21:49Make UndoTextInput a FunctionComponentMatthew Horan1+19-29
2020-09-25 01:16Work around undo bug with custom TextInputMatthew Horan2+42-1
2020-09-24 01:57Don't set selection on TextInputMatthew Horan1+0-1
2020-09-22 17:07Bump version to 1.0.4Matthew Horan2+2-2
2020-09-22 16:36Bump to Expo v39Matthew Horan2+430-271
2020-09-22 16:35Import Constants in push notification initializerMatthew Horan1+1-0
2020-09-19 15:33Set usesNonExemptEncryption for iOSMatthew Horan1+4-1
2020-09-18 21:39Add workflow for publishing to TestFlightMatthew Horan1+29-0
2020-09-18 01:01Bump version to 1.0.3Matthew Horan2+2-2
2020-09-18 01:00Use new notification APIMatthew Horan3+35-13
2020-09-04 23:54Bump to Expo v38Matthew Horan2+2287-1457
2020-09-04 23:40Bump version to 1.0.2 for App Store uploadMatthew Horan2+2-2
2020-04-17 12:33Remove unused importsMatthew Horan5+0-19
2020-04-17 02:11Bump version to 1.0.1 for App Store uploadMatthew Horan2+2-2
2019-10-14 00:03First pass at push notification supportMatthew Horan4+117-0
2020-04-15 18:13Bump to Expo v37Matthew Horan4+3559-3600
2019-10-27 21:55Disable multiline inputMatthew Horan1+3-8
2019-10-13 23:59Configure for standalone publishingMatthew Horan2+7-3
2019-10-13 12:52Upgrade all Expo dependenciesMatthew Horan3+20-70
2019-09-30 22:59Bump to Expo v35Matthew Horan3+349-143
2019-08-06 00:41Bump all dependenciesMatthew Horan1+903-1864
2019-08-06 00:30Bump to Expo v34Matthew Horan3+700-601
2019-07-09 02:09Pass the currentBuffer to BufferContainerMatthew Horan1+1-0
2019-07-09 01:47Bump to Expo v33Matthew Horan3+2433-1216
2019-04-15 01:14Support pasting multiline textMatthew Horan1+12-7
2019-03-29 22:49Add license to READMEMatthew Horan1+4-0
2019-03-29 22:45Merge remote-tracking branch 'origin/master'Matthew Horan1+19-0
2019-03-29 15:54Merge pull request #1 from mhoran/patch-1Johan Lindskogen1+19-0
2019-03-27 11:58Add MIT LICENSEMatthew Horan1+19-0
2019-03-20 02:55Don't set currentBufferId to a closed bufferMatthew Horan1+9-3
2019-03-08 12:41Open drawer when no buffer is openMatthew Horan1+2-0
2019-01-24 02:10Update README with instructions for using ExpoMatthew Horan1+6-8
2019-01-23 03:33Remove getDerivedStateFromProps from LoginFormMatthew Horan1+4-18
2019-01-23 03:43Use lastIndexOf instead of loop for tab completeMatthew Horan1+2-5
2019-01-21 22:58Improve nick tab completionMatthew Horan1+58-13
2019-01-21 17:12Add option to filter server buffersMatthew Horan3+47-9
2019-01-21 15:40Connect BufferList to store instead of BufferListItemMatthew Horan2+68-65
2019-01-20 22:23Make LoginForm responsible for persisting stateMatthew Horan3+12-9
2019-01-08 01:41Disable Connect button when reconnectingMatthew Horan2+10-9
2019-01-08 00:04Change project listing to publicMatthew Horan1+2-3
2019-01-07 23:59Add Weechat specific icon and splash screenMatthew Horan2+0-0
2019-01-07 01:02Reconnect on connection lossMatthew Horan1+28-6
2019-01-06 19:01Fix ReferenceError in handling of hotlist messageMatthew Horan2+17-13
2019-01-06 18:59Add GitHub URL to Expo listingMatthew Horan1+4-2
2019-01-06 18:50Fix types in AppMatthew Horan1+2-2
2019-01-06 18:36Rename parser.ts to parser.jsMatthew Horan1+0-0
2019-01-06 17:59Bump Expo to v31Matthew Horan9+1803-1522
2019-01-06 17:09Remove unused android and ios directoriesMatthew Horan36+0-2699
2018-11-11 14:11Display date of message instead of date printedMatthew Horan1+1-1
2018-11-11 01:23Highlight only the nick in highlighted linesMatthew Horan2+15-28
2018-11-11 00:56Remove unused Messenger themeMatthew Horan2+0-95
2018-11-10 23:16Ignore hotlist for current bufferMatthew Horan2+6-1
2018-11-10 18:56Change Expo project name to WeechatRNMatthew Horan1+11-7
2018-10-30 01:04Fetch new lines for current buffer on mountMatthew Horan1+5-0
2018-10-28 14:03Remove unused dependency react-apple-easingMatthew Horan3+0-7
2018-10-28 13:55Return state when removing localvar for closed bufferMatthew Horan1+2-0
2018-10-28 01:03Don't increase hotlist count for filtered linesMatthew Horan1+8-3
2018-10-27 18:56Swap out react-native-drawer for react-native-drawer-layout-polyfillMatthew Horan3+114-1600
2018-10-27 15:09Don't hard-code input width for iPhoneMatthew Horan1+16-27
2018-09-27 00:09Convert to Expo projectMatthew Horan7+3421-100
2018-04-06 14:16Update README.mdJohan Lindskogen1+1-1
2018-04-05 15:54Autocomplete nicksJohan Lindskogen4+55-14
2018-04-05 15:54Fetch nicklistJohan Lindskogen7+108-8
2018-04-05 14:54Add quit commandJohan Lindskogen1+1-0
2018-04-04 21:53Indicate has highlights on channels buttonJohan Lindskogen1+20-3
2018-04-04 21:46Close connection buttonJohan Lindskogen5+19-5
2018-04-04 21:09Show topic under headerJohan Lindskogen2+37-4
2018-04-04 20:49On websocket close -> go to login screenJohan Lindskogen2+12-0
2018-04-04 20:45Fix background color paddingJohan Lindskogen1+48-44
2018-04-02 21:00Set margin instead of paddingJohan Lindskogen1+2-2
2018-04-02 21:00Add readmeJohan Lindskogen1+51-0
2018-04-02 20:21iPhone X fixes, and url keyboardJohan Lindskogen1+5-3
2018-04-02 20:19Remove config fileJohan Lindskogen1+0-3
2018-04-02 20:05Persist connection infoJohan Lindskogen8+76-25
2018-04-02 19:46Store connection info in stateJohan Lindskogen2+31-3
2018-04-02 19:44Filter by displayed valueJohan Lindskogen1+1-3
2018-04-02 19:44Add loginformJohan Lindskogen3+171-19
2018-04-02 19:43Connect from root componentJohan Lindskogen2+56-39
2018-04-02 19:43Change to typescriptJohan Lindskogen2+7-9
2018-04-02 16:30Upgrade react versionJohan Lindskogen2+4-4
2018-04-02 16:30Add icon typesJohan Lindskogen1+15-0
2018-04-02 16:29Correct redux devtools importJohan Lindskogen1+3-8
2018-04-01 20:32Optimize away rerendersJohan Lindskogen6+52-31
2018-04-01 20:30Don't increment unread if current bufferJohan Lindskogen2+18-6
2018-04-01 20:30Add thunkJohan Lindskogen3+66-5
2018-04-01 19:22Set hotlist from line_added, clear hotlist for buffer when selectingJohan Lindskogen6+34-7
2018-04-01 18:32Use hotlist state in uiJohan Lindskogen2+25-6
2018-04-01 18:32Add hotlist stateJohan Lindskogen5+52-2
2018-04-01 18:31Add hotlist fetcherJohan Lindskogen1+28-4
2018-04-01 17:51Move init connection to classJohan Lindskogen2+21-9
2018-04-01 16:56Add support for opening and closing buffersJohan Lindskogen3+109-1
2018-04-01 16:27Extract styling propsJohan Lindskogen1+43-28
2018-04-01 16:13Extract BufferListItem componentJohan Lindskogen2+66-53
2018-04-01 16:09Fix ts warningJohan Lindskogen1+1-1
2018-04-01 16:08Send message to buffer, dismiss keyboard when menu openJohan Lindskogen2+46-6
2018-04-01 16:07Move Root component to RootJohan Lindskogen2+62-54
2018-04-01 15:26Open links with LinkingJohan Lindskogen1+7-7
2018-04-01 15:26Dispatch change buffer only if differentJohan Lindskogen1+11-3
2018-04-01 15:26Move rendering to componentJohan Lindskogen2+14-15
2018-04-01 14:53Format dateJohan Lindskogen4+11-1
2018-04-01 14:47Handle change currentBuffer in reduxJohan Lindskogen3+72-46
2018-04-01 14:46Use KeyboardAvoidingViewJohan Lindskogen2+10-90
2018-04-01 14:25Add id to bufferJohan Lindskogen1+1-0
2018-04-01 14:25Handle errors in transformed actionsJohan Lindskogen1+7-4
2018-04-01 14:25Add light statusbarJohan Lindskogen1+1-0
2018-04-01 13:30Filter by irc_smart_filterJohan Lindskogen1+3-1
2018-04-01 12:06Add support for _buffer_line_addedJohan Lindskogen4+50-33
2018-04-01 12:05Remove debug printJohan Lindskogen1+0-6
2018-04-01 11:44CleanupJohan Lindskogen3+3-5
2018-04-01 11:44Add tslibJohan Lindskogen2+5-0
2018-04-01 11:41CleanupJohan Lindskogen2+2-5
2018-04-01 11:36Use weechat colorsJohan Lindskogen3+749-45
2018-04-01 11:33Change parser to typescriptJohan Lindskogen1+0-0
2018-04-01 10:29Rename to BufferContainerJohan Lindskogen3+173-173
2018-04-01 10:26Convert to typescriptJohan Lindskogen9+240-201
2018-04-01 10:13Set proper keyExtractor and inverted listJohan Lindskogen1+3-0
2018-04-01 10:13Extract constants to fileJohan Lindskogen3+49-45
2018-03-30 16:59Fetch lines for bufferIdJohan Lindskogen14+307-226
2018-03-30 15:57Fetch and display buffersJohan Lindskogen16+402-485
2018-03-30 15:57Switch to typescriptJohan Lindskogen4+64-1
2018-03-29 22:08Upgrade to newer React Native versionJohan Lindskogen63+10143-2270
2015-11-28 23:15Different Drawer package Colorize nicknames with sha256 Menu button for opening channel listJohan Lindskogen5+110-18
2015-11-28 20:57Initial commit, most of work is UI since react-native doesn't support binary websocketsJohan Lindskogen48+2785-0