Commit Graph

  • 8e2e8e62d5 express: Update READM text from OnlyHuman master Christopher Michael 2022-06-10 07:31:54 -0400
  • 124bfd68b8 updating french and italian translations maxerba 2021-05-22 11:59:32 +0200
  • ec9f9c9515 express: Remove static from elm_main function Christopher Michael 2021-02-16 13:33:15 -0500
  • a9fdbee77a express: No need to check for -fvisibility=hidden twice Christopher Michael 2021-02-16 13:26:07 -0500
  • c8beecb61f express: Change pkgconfig file to be libexpress Christopher Michael 2021-02-16 13:23:05 -0500
  • 524b5dcc28 express: Remove meson warnings about linker flags Christopher Michael 2021-02-16 12:56:47 -0500
  • 2257324eed express: Add missing EINA_UNUSED Christopher Michael 2021-02-16 12:56:34 -0500
  • b84c4fd994 express: If we cannot find a channel to display a message, just use Status channel Christopher Michael 2021-02-12 15:35:13 -0500
  • a7c02223db express: Ignore ctcp version requests for now Christopher Michael 2021-02-12 15:33:29 -0500
  • ad0e689485 express: Fix using pkgdata dir Christopher Michael 2021-02-12 14:54:42 -0500
  • ba17e21d9c express: Use malloc instead of mmap Christopher Michael 2021-02-12 14:43:30 -0500
  • a4cbdc8d4e express: Fix meson app directory name Christopher Michael 2021-02-12 13:51:24 -0500
  • c9c54d2e57 express: Remove all old autofoo files Christopher Michael 2021-02-12 12:26:49 -0500
  • ebc80a3fe6 express: Fix express meson build for library dependencies Christopher Michael 2021-02-12 12:25:27 -0500
  • 69cb069435 express: Update autogen.sh for meson Christopher Michael 2021-02-12 12:01:07 -0500
  • ec14650a36 express: Add mkstemps for meson build Christopher Michael 2021-02-12 11:32:55 -0500
  • 0674d038f5 meson build system Vincent Torri 2021-02-12 16:18:55 +0000
  • dd0f6e5351 express: Add configure~ to maintainer-clean list Christopher Michael 2021-02-01 09:41:51 -0500
  • 5c912b17cf express: Add missing EINA_UNUSED Christopher Michael 2021-02-01 09:38:16 -0500
  • eb936584e7 express: Fix autofoo building Christopher Michael 2021-02-01 09:37:21 -0500
  • b804f0680f express: Update gitignore file Christopher Michael 2021-02-01 08:29:12 -0500
  • eefa100be4 some fixes for the meson build system Vincent Torri 2021-01-29 11:17:57 -0500
  • c9c19735b8 express: Add repositor callsign to arcconfig Christopher Michael 2021-01-29 11:13:14 -0500
  • 4eea0be9d4 express: Fix arcconfig trainling comma Christopher Michael 2021-01-29 11:12:00 -0500
  • fe70146d65 express: Add arcconfig file Christopher Michael 2021-01-29 11:08:49 -0500
  • 8d10ee68cf express: Add window callback for user mode set Christopher Michael 2021-01-28 05:49:29 -0500
  • 367817b078 express: Delay channel creation until user has identified... Christopher Michael 2021-01-28 05:48:48 -0500
  • f4f969feec express: Fix config saving Christopher Michael 2021-01-27 13:18:46 -0500
  • 02e53a27e6 express: Increase buffer size for formatted messages Christopher Michael 2021-01-27 12:14:48 -0500
  • d970f637e4 express: Remove unused images from edc Christopher Michael 2021-01-27 12:10:02 -0500
  • aefd222111 libexpress: Add missing break statements for switch Christopher Michael 2021-01-27 12:04:37 -0500
  • e77cf7c923 express: Redo config version system Christopher Michael 2021-01-27 11:17:31 -0500
  • 89499cd642 express: Update window when all config option windows are closed Christopher Michael 2021-01-27 10:27:09 -0500
  • 9ecc43ccd1 express: Create channel bg opject before base object Christopher Michael 2021-01-27 10:25:56 -0500
  • 6e3461f5e0 express: Don't update window on every config change Christopher Michael 2021-01-27 10:23:47 -0500
  • b55974bfb6 express: Remove dead commented out code Christopher Michael 2021-01-27 10:22:57 -0500
  • 42b8d6bd78 express: Don't set focus to entries in network options Christopher Michael 2021-01-27 10:21:52 -0500
  • c3e3560039 express: Fix segfault when starting with no config Christopher Michael 2020-04-11 12:58:44 -0400
  • c42d248006 express: Update popmedia programs to not set state on popmedia_fill part Christopher Michael 2019-02-26 09:06:58 -0500
  • a335b89f20 express: Start on config infrastructure devs/devilhorns/refactor Chris Michael 2018-01-11 12:18:35 -0500
  • 7af99adfca express: Use efl_main_loop_get instead of old ecore_main_loop_get Chris Michael 2018-01-11 12:17:56 -0500
  • 93624016d0 express: Fix call to efl_gfx_size_set Chris Michael 2017-10-08 13:23:03 -0400
  • d1502a554f express: Fix EFL_UI_WIN class used to create main window Chris Michael 2017-07-10 10:50:58 -0400
  • 8a618e9002 express: Mark CTCP and DCC as TODO items Chris Michael 2017-05-11 11:39:45 -0400
  • b6c73c8ee7 express: Add event for user away Chris Michael 2017-05-11 11:39:32 -0400
  • d481103e7d express: Add support for user quit and processing Chris Michael 2017-05-04 15:30:02 -0400
  • d105c5192a express: Add support for channel kicking and processing Chris Michael 2017-05-04 15:10:47 -0400
  • 8a862b04d5 express: Add support for user nickname changes and processing Chris Michael 2017-05-04 14:51:41 -0400
  • 6ce4e68320 express: Add support for channel user modes and processing Chris Michael 2017-05-04 14:42:50 -0400
  • 42cb0c59ce express: Add support for channel join messages Chris Michael 2017-05-04 13:57:00 -0400
  • c01a55a670 express: Add support for channel part messages Chris Michael 2017-05-04 13:35:27 -0400
  • b35dffc768 express: Add support for network error messages and processing Chris Michael 2017-05-04 12:35:47 -0400
  • 4e312f0215 express: Add support for parsing and raising private message events Chris Michael 2017-05-04 12:13:29 -0400
  • e15332a589 express: Add support for parsing and raising channel message events Chris Michael 2017-05-04 11:40:54 -0400
  • 5ddf31e9b9 express: Strip nickname of user who set topic time Chris Michael 2017-05-04 11:08:16 -0400
  • 4d5f3c222a express: Fetch 'server' once during code processing Chris Michael 2017-05-04 10:40:40 -0400
  • 2555cbe5fa express: Add support for channel topic time Chris Michael 2017-05-04 10:36:04 -0400
  • 851f255a13 express: Quiet down window debugging messages Chris Michael 2017-05-04 10:09:47 -0400
  • 5e40171eac express: Remove dead code and quiet down debugging Chris Michael 2017-05-04 10:04:49 -0400
  • 9aa01ff4af express: Add support for channel topic messages Chris Michael 2017-05-04 09:58:41 -0400
  • 35f902ef5b express: Support channel names callback (user list) Chris Michael 2017-05-04 09:39:58 -0400
  • f92d2f3a7d express: Add support for parsing channel user lists Chris Michael 2017-05-04 09:39:39 -0400
  • efbd02ec37 express: Add support for Channels in the Server class Chris Michael 2017-05-04 09:38:40 -0400
  • dc4846278c express: Add channel class to build order Chris Michael 2017-05-04 09:37:26 -0400
  • 3096dcb8c6 express: Add channel class files Chris Michael 2017-05-04 09:36:59 -0400
  • 4be2c0ba81 express: Add support for callback array on server class Chris Michael 2017-05-03 14:01:56 -0400
  • b15bc09649 express: Refactor parsing of received IRC data Chris Michael 2017-05-03 14:00:59 -0400
  • f8f00e0b80 express: Add network type to network class Chris Michael 2017-05-03 14:00:28 -0400
  • 6b7633ce67 express: Add channel names notice event to server class Chris Michael 2017-05-03 13:59:55 -0400
  • b33d1a9f30 express: Bump required efl version Chris Michael 2017-05-03 13:58:52 -0400
  • 1234788372 express: Handle MOTD notice events Chris Michael 2017-04-04 10:29:49 -0400
  • 7066f580f6 express: Add event for MOTD notice Chris Michael 2017-04-04 10:29:39 -0400
  • 669030eea9 express: Fix motd complete event name Chris Michael 2017-04-04 10:25:23 -0400
  • 6b1be537bd express: Strip nickname from coded messages Chris Michael 2017-04-04 10:15:10 -0400
  • 46302e1816 express: Process MOTD callback from Express library Chris Michael 2017-03-30 12:42:18 -0400
  • c73ea574cc express: Add server property for channels Chris Michael 2017-03-30 12:42:00 -0400
  • a46f86f8a7 express: Add network function to join channels and cleanup parsing code Chris Michael 2017-03-30 12:41:24 -0400
  • d3bd7bd09d express: Send server password, username, and nickname when we we are connected Chris Michael 2017-03-13 11:30:33 -0400
  • 226de1beb7 express: Update eolian generated files Chris Michael 2017-03-13 11:29:54 -0400
  • a0428ab391 express: Bump required EFL version Chris Michael 2017-03-13 10:41:37 -0400
  • 9797a70b60 express: Be sure we have an IP address before trying to resolv server name Chris Michael 2017-02-12 08:51:39 -0500
  • bc4f01387b express: Add test code to connect to network on startup Chris Michael 2017-01-20 09:10:49 -0500
  • 6f5e628ac6 express: Start on code to actually connect to a server Chris Michael 2017-01-20 09:10:15 -0500
  • d6da02c9b4 express: Add methods for sending information needed to connect Chris Michael 2017-01-20 09:07:45 -0500
  • e63dccbd9f express: Cleanup Express_Network class and add new fields Chris Michael 2017-01-04 09:55:57 -0500
  • a73b810fdb express: Add Express_Server class to build order Chris Michael 2017-01-04 09:55:05 -0500
  • c5707714bf express: Add Express_Network Eo object Chris Michael 2016-12-23 12:49:41 -0500
  • d824954b29 express: Fix libexpress header to allow Eo object usage in binary Chris Michael 2016-12-23 12:48:48 -0500
  • 47f6465aa4 express: Add Eo as an include header Chris Michael 2016-12-23 12:48:31 -0500
  • 0aaa054c8b express: Cleanup library Makefile formatting Chris Michael 2016-12-23 12:48:10 -0500
  • 66b7c1fa42 express: Cleanup private header formatting Chris Michael 2016-12-23 12:47:50 -0500
  • 29e3c126ac express: Cleanup Makefile formatting Chris Michael 2016-12-23 12:47:31 -0500
  • 799d7d76af express: Add eo and efl as a library dependency Chris Michael 2016-12-23 12:47:05 -0500
  • d103275506 express: Add start of main window Chris Michael 2016-12-22 10:44:55 -0500
  • 839b24e51a express: Setup library logging domain and ecore_con Chris Michael 2016-12-21 11:32:54 -0500
  • 43c0f987da express: Add initial checkin of refactoring process Chris Michael 2016-12-21 11:14:27 -0500
  • 6eb8fca8ae express: Remove all old stuff Chris Michael 2016-12-21 11:13:24 -0500
  • 9e4500cb46 express: Remove invalid edje message send to rectangle. Daniel Juyung Seo 2015-12-27 03:32:32 +0900
  • 23ce92e319 express: Set treeview items to always selected mode Chris Michael 2015-10-27 11:26:13 -0400
  • 470dee67e9 express: Remove blank line Chris Michael 2015-10-27 11:13:34 -0400