Sebastien Helleu
74fd27cc07
Add language "C" in main CMakeLists.txt, so that g++ is no more required by cmake
2009-10-06 12:05:39 +02:00
Sebastien Helleu
fea5c961ae
Fix cmake directories: let user customize lib, share, locale and include directories (patch #6922 )
2009-09-20 21:44:08 +02:00
Sebastien Helleu
e1a54222c7
Version 0.3.1-dev
2009-09-06 23:45:50 +02:00
Sebastien Helleu
70916a0342
Version 0.3.0
2009-09-06 11:46:49 +02:00
Sebastien Helleu
2487d8a58e
Do not build/install language files if DISABLE_NLS is ON for cmake (bug #27277 )
2009-08-18 16:46:41 +02:00
Sebastien Helleu
a7d037d384
Version 0.3.0-rc3
2009-08-11 15:58:18 +02:00
Sebastien Helleu
be4c009dcd
Version 0.3.0-rc2
2009-07-03 15:45:25 +02:00
Sebastien Helleu
1b5d34e777
Version 0.3.0-rc1
2009-06-17 14:25:24 +02:00
Sebastien Helleu
fe980f2863
Remove jabber plugin (will be replaced by script)
2009-06-14 14:17:17 +02:00
Sebastien Helleu
62559459df
Remove obsolete trigger plugin
2009-06-14 13:47:03 +02:00
Sebastien Helleu
103389822e
Add cmake detection for asciidoc version
2009-06-02 13:11:16 +02:00
Sebastien Helleu
54ae52c4f0
Fix typo: transfert -> transfer
2009-05-12 11:39:22 +02:00
Sebastien Helleu
92424a595d
Change version from 0.2.7-dev to 0.3.0-dev
2009-05-11 14:19:51 +02:00
Emmanuel Bouthenot
55aa9dd0e8
Install developement files for plugins and pkg-config support (cmake).
2009-05-08 23:37:13 +02:00
Sebastien Helleu
04fbe821c9
Disable jabber and relay plugins compilation by default
2009-05-07 23:47:46 +02:00
Sebastien Helleu
163c5d6dfb
Remove notify plugin (moved to core)
2009-04-24 16:26:13 +02:00
Sebastien Helleu
18a62f1dac
Add Jabber plugin (alpha version, many Jabber features are missing)
...
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib.
Please note many major Jabber features are missing:
- roster management (add/remove/.. buddies),
- MUC,
- transports.
It is possible to define servers (with /jabber), connect to them (with
/jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-15 15:29:05 +01:00
Sebastien Helleu
d3a62a9434
Do not force "-g" flag when building with cmake, remove option "DISABLE_COMPILE_DEBUG"
2009-01-07 14:26:51 +01:00
Sebastien Helleu
2115f3f675
Update copyright dates
2009-01-03 10:06:53 +01:00
Sebastien Helleu
20a1360bd8
Add new plugin "relay", new function "string_format_size" in plugin API
2008-12-10 17:08:56 +01:00
Sebastien Helleu
6e69f7f3ce
Remove debug plugin (merged to core), new debug variable for each plugin (no more signals for setting debug)
2008-11-02 18:54:25 +01:00
Sebastien Helleu
03f9f8fd6b
Rename version to 0.2.7-dev (instead of 0.2.7-dev-protocols)
2008-10-26 11:34:45 +01:00
Sebastien Helleu
ac107802fd
Aspell plugin is born again
2008-10-18 16:03:16 +02:00
Sebastien Helleu
44944ef01f
Add Tcl script plugin (thanks to Dmitry Kobylin)
2008-10-05 19:06:46 +02:00
Emmanuel Bouthenot
479ce5d3ca
Enable Large File Support.
2008-09-07 12:58:47 +00:00
Sebastien Helleu
cba1ebdbf4
Change version from 0.2.7-dev to 0.2.7-dev-protocols, to prevent confusion with git main branch
2008-08-21 11:39:52 +02:00
Julien Louis
1f787ddcba
Fix some warnings with cmake 2.6
...
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2008-07-04 17:31:22 +02:00
Sebastien Helleu
af87798455
New plugin "notify", new option for debug messages in plugins
2008-06-17 16:01:09 +02:00
Sebastien Helleu
feb6862971
Disable aspell and trigger plugins compilation by default (they do not compile today)
2008-06-03 12:59:19 +02:00
Sebastien Helleu
2b1d7df86c
Add compiler flag -Werror-implicit-function-declaration
2008-06-02 16:57:31 +02:00
Sebastien Helleu
e7a16efa0c
Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: initial commit, not working yet)
2008-05-04 20:24:20 +02:00
Sebastien Helleu
1f67c87900
Added CPACK options for cmake build, to build source or binary package
...
Following cmake commands let you build packages:
- "make package_source": build source package (that can be installed with
cmake or autotools)
- "make package": build binary package
2008-05-02 09:55:46 +02:00
Sebastien Helleu
75e8c9a2f5
New option DISABLE_COMPILE_DEBUG for cmake
...
Default behaviour is debug info enabled, i.e. "-g" flag for C compiler.
2008-03-07 18:38:43 +01:00
Sebastien Helleu
dec0e7dc12
Added new plugin "debug"
2008-02-21 17:31:59 +01:00
Sebastien Helleu
e3b52115c7
Update of year in some copyrights
2008-01-02 12:47:09 +01:00
Sebastien Helleu
2888d41425
Added alias plugin, added missing config file functions in plugins API
2007-12-03 18:03:10 +01:00
Sebastien Helleu
cdc08d6fc3
Added logger plugin
2007-11-11 14:36:34 +01:00
Sebastien Helleu
2e18be982f
Added demo plugin
2007-11-03 12:42:30 +01:00
Sebastien Helleu
ed8906f2e1
Modified general configure and makefiles
2007-10-31 18:28:08 +01:00
Sebastien Helleu
6ed8f34fdb
Added build of protocols lib, IRC protocol is now optional for build
...
Build of src/protocols/lib_weechat_protocols.a was added.
IRC protocol is now optional in configure and cmake builds.
2007-09-21 16:53:18 +02:00
Sebastien Helleu
d13f3b1265
Version 0.2.7-dev
2007-09-06 10:51:11 +00:00
Sebastien Helleu
c056a03871
Version 0.2.6
2007-09-06 08:24:31 +00:00
Julien Louis
fb8bae3c78
Add Support for gtk2 interface with cmake build system
2007-08-18 17:17:54 +00:00
Julien Louis
07d9deaf95
Add uninstall and dist targets to the cmake build system.
2007-08-18 08:27:32 +00:00
Sebastien Helleu
f1a39ce7d7
Replaced GPL 2 license by GPL 3
2007-07-02 12:25:13 +00:00
Sebastien Helleu
d3d4bcaf2b
Version 0.2.6-cvs (for cmake build)
2007-06-12 07:36:52 +00:00
Sebastien Helleu
9f5d99f57e
Added cmake for weechat compile
2007-05-21 16:30:04 +00:00